.custom-unchecked {
    background-color: rgb(255, 255, 255) !important;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d !important;
    border-color: rgba(62, 52, 200, 0.098) !important;
}

.custom-checked {
    background-color: rgb(241, 255, 249) !important;
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d !important;
    border-color: rgb(54, 179, 126) !important;
}

/* Lock scroll on the body when modal is open */
body.modal-open {
    overflow: hidden;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black w/ opacity */
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
}

.close:hover,
.close:focus {
    color: black;
    cursor: pointer;
}

.show {
    display: flex;
    /* Show the modal when errors exist */
}


.selected-service{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px !important;
}

.selected-service .image-icon{
    margin-bottom: 0;
}

.selected-service .service-text{
    text-align: left;
}