.service-white-img {
    filter: invert(100%) brightness(100%);
}

button#home-tab,
button#profile-tab {
    font-family: "Alexandria", "sans-serif";
}


.google-btn img {
    width: 200px;
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #131314;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e3e3e3;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    border-color: #8e918f;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #13131461;
    border-color: #8e918f1f;
}

.gsi-material-button:disabled .gsi-material-button-state {
    background-color: #e3e3e31f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: white;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: white;
    opacity: 8%;
}

.alert-div {
    background-color: #F5F9FF;
    border: 1px solid #9DC0EE;
    border-radius: 12px;
    padding: 10px;
    font-size: 11px
}

.original-price {
    text-decoration: line-through;
    color: #6c757d;
    /* Grey to indicate it is no longer valid */
}

.discounted-price {
    color: #dc3545;
    /* Red to highlight the discount */
    font-weight: bold;
    font-size: 1.5rem;
    /* Larger font to emphasize the discount */
}

.discount-badge {
    font-size: 0.8rem;
    padding: 0.3em 0.5em;
}

.time {
    cursor: pointer;
}

.info-doctor p {
    font-family: unset !important
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
    text-decoration: unset
}

.uk-icon>* {
    transform: rotate(-180deg);
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* Semi-transparent background */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.time {
    user-select: none;
}

.loader-overlay[style*="display: flex;"] {
    display: flex !important;
}
body.wrapper-ltr .booking-page .booking-form .days-times .item .day{
font-size: 12px;
}

@media (max-width: 992px) {

    body.wrapper-rtl .booking-page .booking-form .days-times .item .day {
        font-size: .76em !important;
    }
}

.warning-alert {
    background-color: #F5A059;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
}

#coupon-section h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 67.2px;
    color: #fff
}


#coupon-section h1 span {
    color: #f5a059
}

#coupon-section p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    margin-bottom: 4rem
}

section.coupon-sec {
    background-image: linear-gradient(to right, #A3CEA4, #135F5B);
    line-height: 35px
}

span.coupon-value {
    font-size: 35px;
    font-weight: bold;
}

section .container-custom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    /* Adjust as needed */
}

section .box {
    position: relative;
    width: 50%;
    height: 300px;
    /* Adjust height */
}

section .image-container {
    position: absolute;
    top: 50%;
    /* Move to center */
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

section .image-container img {
    width: 250px;
    /* Adjust image size */
    height: auto;
}

.coupon-visual {
    height: 240px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
}

.offer-img {
    padding-right: 63%
}

.coupon-code {
    padding: 14px;
    background-color: #F2F2F2;
    border: dashed 2px #F52D56;
    border-left: none;
    color: #000
}

#copy-btn {
    background-color: #1F7876;
    color: #fff;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 13px;
}

.whatsapp-link {
    position: fixed;
    z-index: 999999;
    bottom: 82px;
    right: 0px;
    box-shadow: gray 0px 0px 5px;
}
.whatsapp-icon{
    max-width: 71px
}

@media (max-width:768px) {
    body.wrapper-ltr #coupon-section h1 {
        font-size: 32px;
        line-height: 44.8px
    }
    section .box {
        position: relative;
        width: 100% !important;
        height: 200px;
        /* Adjust height */
    }
    section .container-custom {
        display: unset;
    }

    section .image-container{
        display: none;
    }
}
