@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

#reconnect-modal {
    transition: visibility 0s linear 1000ms;
}


.Loading {
    position: fixed;
    left: calc(50% - 1em);
    top: calc(50% - 1em);
    width: 1em;
    height: 1em;
    color: var(--primary-color);
    font-size: 20px;
    border-radius: 50%;
    z-index: 100000;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader {
    width: var(--size-20px);
    height: var(--size-20px);
    border: var(--size-2px) solid var(--primary-color-label);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


.LoadingInWindow {
    width: 100%;
    height: 100%;
    background: url(../images/spinner_pawsapp.gif) no-repeat center center;
    background-position: center;
    background-size: 20%;
}


.searching {
    max-width: 40rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.searchingForClinics {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    color: var(--primary-color) !important;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-red {
    color: var(--continue-btn-color-text);
    background-color: #F14B56;
    border-color: #F14B56;
}

    .btn-red:hover, .filter-box .btn:hover {
        color: var(--continue-btn-color-text);
        opacity: 0.85;
    }

.btn-primary {
    color: var(--continue-btn-color-text);
    background-color: var(--continue-btn-color);
    border-color: var(--continue-btn-color);
}

    .btn-primary:hover, .filter-box .btn:hover {
        opacity: 0.85;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    /*padding-top: 1.1rem;*/
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.validation-warning-message {
    color: blue;
}

#blazor-prerendered {
    display: none;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }



.errorBoundary {
    margin: 1rem;
    align-content: center;
    text-align: center;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*img {*/ /* max-width: 100%; */
/*height: 10rem;*/ /* height: 2rem; */
/*width: 2rem;
}*/

::-moz-selection {
    color: var(--white-color);
    background: var(--primary-color)
}

::selection {
    color: var(--white-color);
    background: var(--primary-color)
}

.container {
    width: 100%;
    max-width: var(--size-1230px);
    padding-left: 0.938rem;
    padding-right: 0.938rem
}

main, .main, header, nav {
    width: 100%;
}

.sec-pd-30 {
    padding: 1.5rem 0 1.5rem
}

.sec-pd-65 {
    padding: var(--size-65px) 0
}

.sec-pd-80 {
    padding: var(--size-80px) 0
}

.sec-pd-90 {
    padding: var(--size-90px) 0
}

strong {
    font-weight: var(--font-bold)
}

.store-img {
    height: 4rem
}

.mobile-img {
    margin-bottom: -4.063rem;
    overflow: hidden;
}

    .mobile-img img {
        margin-left: auto;
        display: block;
        margin-bottom: -4.063rem;
        max-width: 100%
    }

.shadow-box {
    padding: var(--size-30px) var(--size-42px);
    background-color: var(--white-color);
    box-shadow: 0 0 10px rgba(0,0,0,0.16);
    width: 100%
}

.color-primary {
    color: var(--primary-color)
}

.color-1 {
    color: var(--primary-color) !important;
}

.c-black {
    color: var(--primary-color-label);
}

.f-16 {
    font-size: var(--size-16px) !important
}

.f-18 {
    font-size: var(--size-18px)
}

.f-light {
    font-weight: var(--font-light)
}

.s-box {
    padding: var(--size-30px) var(--size-25px);
    background-color: var(--white-color);
    box-shadow: 0 2px 15px #CCE3EC;
    border-radius: var(--size-6px);
    width: 100%;
}

    .s-box h4 b {
        font-weight: var(--font-semibold)
    }

    .s-box h4 {
        font-size: var(--size-20px);
        margin-bottom: .8rem;
        display: block;
    }

    .form-check .form-check-label, .s-box .form-check .form-check-label {
        font-size: 1rem;
        font-weight: normal;
        margin-bottom: 0;
        margin-right: 2rem;
        padding-top: 0.5rem;
    }

    .s-box label:not(.onoffswitch-label):not(.form-check-label) {
        font-size: var(--size-16px);
        margin-bottom: .4rem;
        display: block;
        font-weight: var(--font-semibold)
    }

    .s-box p {
        color: rgba(0,0,0,0.7);
        font-size: var(--size-18px)
    }

    .s-box h2 {
        font-size: var(--size-30px)
    }

    .s-box .color-1 h2 {
        color: var(--primary-color)
    }

.bg-red {
    background-color: #F14B56 !important
}

.green-text {
    color: #63C15C !important
}

.f-14 {
    font-size: .82rem !important
}

.mw-10 {
    min-width: 10rem
}

h1 {
    font-size: var(--size-46px);
    font-weight: var(--font-medium);
    margin-bottom: var(--size-20px);
    text-shadow: 0 5px 6px rgba(0,0,0,.05);
}

h2 {
    font-size: var(--size-42px);
    font-weight: var(--font-semibold);
    margin-bottom: var(--size-20px);
    color: var(--primary-color-label)
}

    h2 strong {
        color: var(--primary-color)
    }

h3 {
    font-size: var(--size-28px);
    color: var(--primary-color-label);
    font-weight: var(--font-semibold);
    margin-bottom: var(--size-20px);
    line-height: 1.5
}

h5 {
    font-size: var(--size-20px);
    font-weight: var(--font-semibold);
    margin-bottom: var(--size-20px);
}

p { /* line-height: 1.7 */
}

.btn:focus, .btn:active, .btn:visited, .btn:hover, button:focus, button:active, button:visited, button:hover {
    box-shadow: none !important;
    outline: none;
}

.btn {
    font-size: var(--size-16px);
    border-radius: 2rem;
    padding: var(--size-10px) var(--size-30px);
    font-weight: var(--font-medium);
    line-height: 1.5;
    border: 0;
}

    .btn.btn-lg {
        font-size: var(--size-20px);
        border-radius: 2rem;
        padding: var(--size-20px) var(--size-60px);
        font-weight: var(--font-medium);
        line-height: 1.2;
        border: 0;
    }

    .btn.btn-hollow {
        color: #00627D;
        border: solid;
        border-color: #00627D;
    }
        .btn.btn-hollow:hover, .filter-box .btn:hover {
            opacity: 0.85;
        }

    .btn.btn-hollow-secondary {
        color: #fff;
        border: solid;
        border-color: #fff;
    }

        .btn.btn-hollow-secondary:hover, .filter-box .btn:hover {
            opacity: 0.85;
        }

    .btn.btn-hollow-gray {
        color: #585858;
        border: solid;
        border-color: #585858;
    }

        .btn.btn-hollow-gray:hover, .filter-box .btn:hover {
            opacity: 0.85;
        }

    .btn.btn-primary {
        color: var(--continue-btn-color-text);
        background-color: var(--continue-btn-color);
        border-color: var(--continue-btn-color);
        padding: var(--size-10px) var(--size-20px);
    }

        .btn.btn-primary:hover, .filter-box .btn:hover {
            opacity: 0.85;
        }

    .btn.btn-red {
        color: var(--continue-btn-color-text);
        background-color: #F14B56;
        border-color: #F14B56;
        padding: var(--size-10px) var(--size-20px);
    }

        .btn.btn-red:hover, .filter-box .btn:hover {
            color: var(--continue-btn-color-text);
            opacity: 0.85;
        }

.currentLocationBox {
    background: #fff;
    position: absolute;
    right: 0rem;
    top: 100%;
    margin-top: 1px;
    color: var(--navbar-btn-color);
    padding: 10px;
    font-size: 14px;
    width: 44.5%;
    margin-right: 4.5rem;
    font-size: var(--size-16px);
    padding: var(--size-16px) var(--size-30px);
}

    .currentLocationBox:hover {
        /*        color: blue;
        fill: blue;*/
    }

    .currentLocationBox svg {
        width: 1.2rem;
        height: 1.2rem;
        cursor: pointer;
    }

    .currentLocationBox label {
        margin-left: 1rem;
        cursor: pointer;
    }

        .currentLocationBox label:hover {
            color: blue;
            fill: blue;
        }

    .currentLocationBox svg:hover {
        fill: blue;
    }

.currentLocation {
    cursor: pointer;
    border-radius: 2rem !important;
    font-weight: var(--font-medium);
    line-height: 1.5;
    box-shadow: 0.1rem 0.1rem 2em 0.0rem var(--primary-color);
    text-align: center;
    margin-top: 0.3rem;
    border: 0.1rem solid var(--primary-color);
    margin-right: 4.5rem;
    font-size: var(--size-16px);
    padding: var(--size-16px) var(--size-30px);
}

.modal .btn.btn-primary {
    color: var(--continue-btn-color-text);
    background-color: var(--continue-btn-color);
    border-color: var(--continue-btn-color);
    padding: var(--size-10px) var(--size-20px);
}

    .modal .btn.btn-primary:hover, .filter-box .btn:hover {
        opacity: 0.85;
    }

.nav-item .btn.btn-primary {
    color: var(--navbar-btn-color-text);
    background-color: var(--navbar-btn-color);
    border: 1px solid var(--navbar-btn-color);
    padding: var(--size-10px) var(--size-20px);
}

    .nav-item .btn.btn-primary:hover, .filter-box .btn:hover {
        opacity: 0.85;
    }

.nav-item .btn.btn-primary, .nav-item .btn.btn-secondary {
    padding: 7px 26px !important;
}

.nav-item .btn.btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border: 1px solid #fff;
}

    .nav-item .btn.btn-secondary:hover, .filter-box .btn:hover {
        background-color: var(--primary-color-label);
        border: 1px solid var(--primary-color-label);
        opacity: 0.85;
        color: #fff;
    }

.dBoardGrayBg .btn.btn-primary {
    color: var(--continue-btn-color-text);
    background-color: var(--continue-btn-color);
    border-color: var(--continue-btn-color);
    padding: var(--size-10px) var(--size-20px);
}

    .dBoardGrayBg .btn.btn-primary:hover, .filter-box .btn:hover {
        opacity: 0.85;
    }

span.dark-blue {
    color: #00627D;
}
span.light-blue {
    color: #11BCC3;
}
span.dark-gray {
    color: #585858;
}

span.profile-text {
    color: var(--primary-color-text);
}

.btn.btn-gray {
    color: var(--cancel-btn-color-text);
    background-color: var(--cancel-btn-color);
    padding: var(--size-10px) var(--size-20px);
}

    .btn.btn-gray:hover {
        opacity: 0.85;
    }

.btn.btn-secondary {
    color: var(--primary-color-label);
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}

    .btn.btn-secondary:hover {
        background-color: var(--secondary-color-dark);
        border-color: var(--secondary-color-dark)
    }

.btn.addbtn {
    display: inline-block;
    flex: 0 0 auto;
}

    .btn.addbtn:before {
        float: left;
        content: '';
        height: 1.591rem;
        display: inline-block;
        width: 1.591rem;
        background-size: 1.591rem;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/addIcon.svg");
        margin-right: .6rem
    }

.btn.deletebtn {
    display: inline-block;
    flex: 0 0 auto;
}

    .btn.deletebtn::before {
        float: left;
        content: '';
        height: 22px;
        display: inline-block;
        width: 22px;
        background-size: 1rem;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/chat_delete.svg");
        margin-right: .6rem;
    }

.c-btn {
    border-radius: 100%;
    height: 2.063rem;
    width: 2.063rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem;
    background-color: var(--dashboard-edit-btn-color)
}

.bottom-banner .form-control, .bottom-banner .form-select {
    border: 0;
}
/*.form-control, .form-select{height: 3.125rem;border: 1px solid #AEAEAE;border-radius: 0.313rem;color: #989898;border-color: #CCCCCC}*/
.form-control, .form-select {
    height: 3.125rem;
    border: 1px solid #AEAEAE;
    border-radius: 0.313rem;
    color: #989898;
    border-color: #CCCCCC;
    font-size: 16px
}

    .form-control:focus, .form-control:active, .form-select:focus, .form-select:active {
        box-shadow: none !important;
        outline: none;
        border-color: var(--primary-color);
        color: var(--primary-color-label)
    }

    .form-control:focus {
        outline: none;
        box-shadow: none;
    }

    .form-control::placeholder {
        color: rgba(0,0,0,0.5);
    }

.demo-box {
    overflow: hidden;
    width: 100%;
    max-width: 50.938rem;
    margin: var(--size-60px) auto 0;
    padding: 0 var(--size-10px);
}

.filter-box {
    overflow: hidden;
    background-color: var(--white-color);
    width: 100%;
    max-width: 50.938rem;
    margin: auto;
    border-radius: var(--size-60px);
    padding: 0 var(--size-10px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.11)
}

    .filter-box .form-control {
        margin: 0 !important;
        height: var(--size-80px);
        border: 0;
        font-size: var(--size-20px);
        padding: var(--size-10px) var(--size-30px);
        z-index: 3
    }

    .filter-box .btn {
        border-radius: 100% !important;
        background-color: var(--primary-color);
        height: var(--size-60px);
        width: var(--size-60px);
        padding: var(--size-5px);
        z-index: 3
    }

        .filter-box .btn img {
            height: 1.479rem;
            width: 1.479rem
        }

    .filter-box .input-group .form-control + .form-control {
        border-left: 1px solid rgba(0,0,0,0.2);
        margin: 0
    }

.form-check-input {
    border: 2px solid var(--primary-color);
    height: 1.438rem;
    width: 1.438rem;
    margin-top: 0;
    margin-right: 0.313rem;
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

    .form-check-input:focus {
        box-shadow: none;
    }

    .form-check-input:focus {
        border-color: var(--primary-color);
    }

.form-check-label a {
    text-decoration: underline;
    color: var(--primary-color);
}

.form-check {
    font-size: var(--size-16px)
}

.invalid-feedback {
    font-size: .8rem
}

.form-control.date {
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5rem auto;
    background-image: url("../images/date.svg");
    padding-right: 3.2rem
}

.form-control.time {
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.75rem auto;
    background-image: url("../images/clock.svg");
    padding-right: 3.4rem
}

.form-check-input.big {
    height: var(--size-42px);
    width: var(--size-42px)
}

textarea.form-control {
    height: 11rem;
    resize: none;
}

.upload-btn {
    height: 9.375rem;
    width: 9.375rem;
    background-color: var(--primary-color);
    position: relative;
    border-radius: 0.313rem;
}

    .upload-btn .upload-input {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
        opacity: 0;
    }

    .upload-btn .uploaded-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0.313rem;
    }

    .upload-btn .remove-img {
        position: absolute;
        top: -.7rem;
        right: -.4rem;
        display: block;
        cursor: pointer;
    }

        .upload-btn .remove-img img {
            width: 1.313rem
        }

.form-check-input[type=radio] {
    height: 2.188rem;
    width: 2.188rem
}

    .form-check-input[type=radio]:checked {
        background-image: url("../images/circle.svg");
        background-color: var(--white-color);
        background-size: 1.313rem auto;
        background-position: center;
    }

.form-check {
    cursor: pointer;
}

.modal-content .form-check-input[type=radio] {
    height: 1.500rem;
    width: 1.500rem
}

    .modal-content .form-check-input[type=radio]:checked {
        background-image: url("../images/circle.svg");
        background-color: var(--white-color);
        background-size: 0.800rem auto;
        background-position: center;
    }

.search-input {
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.375rem auto;
    background-image: url("../images/search.svg");
    padding-right: 3rem
}

.date-input {
    background-repeat: no-repeat;
    background-size: 1.6rem auto;
    background-position: right 1rem center;
    background-image: url("../images/date-icon.svg");
    padding-right: 3rem;
}

    .date-input::-webkit-calendar-picker-indicator {
        opacity: 0
    }

.input-mini {
    width: 6.5rem;
    text-align: center;
    padding: .2rem;
    border: 1px solid #ccc;
}

    .input-mini:focus {
        border-radius: 0;
        box-shadow: none;
        outline: none;
    }

.modal {
    z-index: 99999;
    background: rgba(0,0,0,0.8);
}

    .modal .modal-content {
        border-radius: 1.5rem;
        padding: 2.5rem;
        position: relative;
    }

    .modal .modal-close {
        border: 0;
        outline: 0;
        box-shadow: none;
        padding: 0;
        margin: 0;
        background-color: transparent;
        position: absolute;
        right: .5rem;
        top: .5rem
    }

    .modal .logo {
        width: 14.648rem;
        margin: auto;
        margin-bottom: 1.563rem;
        display: block;
    }

        .modal .logo img {
            max-width: 100%;
            width: 8rem;
        }

    .modal h2 {
        font-size: 1.25rem;
        color: var(--primary-color-label);
        font-weight: bold;
        margin-bottom: 2.188rem
    }

    .modal .btn {
        font-weight: var(--font-semibold);
        font-size: 1rem;
    }

    .modal form p {
        font-size: 1.125rem;
    }

        .modal form p a {
            text-decoration: underline;
            font-weight: bold;
            color: var(--primary-color)
        }

.navbar {
    padding: var(--size-15px) 0;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 3px 12px rgba(0,0,0,.1);
    left: 0;
    width: 100%;
    background: var(--primary-color);
    padding: 5px 0;
}

.navbar-nav .nav-item {
    padding: 0 var(--size-5px);
}

    .navbar-nav .nav-item:last-child {
        padding-right: 0
    }

.navbar-brand {
    padding: 0;
}

    .navbar-brand img {
        width: 4rem;
        display: block;
    }

.navbar-toggler {
    background-color: var(--primary-color);
    border: 0;
    width: 4.063rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/menu-icon.svg");
    background-size: 2.539rem auto
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-toggler-icon {
    display: none;
}

.navbar-expand-lg .navbar-toggler {
    display: block;
}

.profile-pic {
    height: 3.375rem;
    width: 3.375rem;
    border-radius: 100%;
    object-fit: cover;
    margin-left: .5rem
}

.dropdown-toggle:after {
    display: none;
}
.dropdown-toggle:hover {
    opacity: 0.85;
}


.navbar .nav-link {
    color: var(--primary-color-label)
}

.banner {
    padding: var(--size-220px) 0;
    background-color: var(--secondary-color);
    color: var(--white-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    .banner:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: block;
        background-image: linear-gradient(to bottom, rgba(17,188,195,.50) 50%, #002c2d);
        opacity: .6
    }

    .banner .container {
        position: relative;
    }

    .banner.inner {
        padding: 2.5rem 0;
        background-position: top 55% center;
        height: 23.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .banner.inner .filter-box {
            margin: var(--size-30px) auto 0;
        }

        .banner.inner h1 {
            margin-bottom: 0
        }

.bottom-banner {
    background-color: #F5F5F5;
    padding: var(--size-20px) 0;
    margin: auto;
}

.slider1 {
    width: 100%
}

    .slider1 .item {
        padding: var(--size-16px)
    }

    .slider1 .owl-stage, .slider1 .owl-item, .slider1 .item {
        display: flex;
    }

    .slider1 .item {
        width: 100%
    }

.owl-dots button span {
    height: var(--size-20px);
    width: var(--size-20px);
    display: block;
    border-radius: 100%;
    background-color: var(--white-color);
    border: 1px solid #A7A7A7;
    margin: var(--size-5px)
}

.owl-dots button.active span {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: var(--size-60px)
}

.slider1 .item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer {
    background-color: var(--primary-color);
    color: var(--primary-color-text);
    padding: var(--size-60px) 0 var(--size-60px);
    font-size: var(--size-16px);
    position: sticky;
    bottom: 0;
    z-index: 999;
    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
    left: 0;
    width: 100%;
    padding-top: 2rem;
}

.f-logo {
    margin-bottom: var(--size-30px);
    display: block;
}

    .f-logo img {
        height: 6rem;
        display: block;
    }

.footer h5 {
    font-size: var(--size-20px)
}

.footer ul li a {
    padding: var(--size-5px) 0;
    display: block;
}

.list-1-box h3 {
    margin-bottom: 0
}

.list-1-box .img-box {
    height: 6.875rem;
    width: 6.875rem;
    overflow: hidden;
    flex: 0 0 6.875rem;
}

    .list-1-box .img-box img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.list-1-box .info-box {
    padding: 0 2rem;
}

    .list-1-box .info-box p {
        margin-bottom: 0;
        color: rgba(0,0,0,0.7);
        font-size: var(--size-18px)
    }

.location-box svg {
    width: 1.017rem;
    margin: .6rem 0;
    margin-right: .4rem
}

.location-box {
    color: rgba(0,0,0,0.8)
}

.breadcrumb-item + .breadcrumb-item:before {
    color: var(--primary-color-label)
}

.breadcrumb-item.active {
    color: var(--primary-color)
}

.breadcrumb {
    font-weight: var(--font-medium)
}

.rating-stars .fa-star {
    margin-right: .4rem;
    color: var(--primary-color)
}

.steplist-box {
    border-bottom: 1px solid;
    border-color: var(--primary-color);
    padding: var(--size-20px) 0;
}

.steplist {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding-right: 2rem
}

    .steplist li {
        height: var(--size-60px);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--alternate-color);
        font-weight: var(--font-medium);
        padding-left: var(--size-42px);
        position: relative;
        text-align: center;
        flex: 1 1 auto;
        color: var(--alternate-color-text);
        border: 0;
        border-right: 0;
        border-left: 0
    }

        .steplist li:after {
            content: '';
            display: block;
            position: absolute;
            height: var(--size-60px);
            width: var(--size-60px);
            right: -1.4rem;
            top: 0;
            border: 1px solid var(--white-color);
            background: var(--alternate-color);
            border-left: 0;
            border-bottom: 0;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            z-index: 1;
        }

        .steplist li.selected, .steplist li.selected:after {
            background-color: var(--primary-color);
            color: var(--primary-color-text)
        }

.list-1-box h3 {
    margin-bottom: 0
}

.list-1-box .img-box {
    width: 6.875rem;
    flex: 0 0 6.875rem;
    align-self: center;
    text-align-last: center;
}

    .list-1-box .img-box img {
        height: 100%;
        width: 100%;
        border-radius: var(--size-6px);
        object-fit: cover;
    }

.list-1-box .info-box {
    padding: 0 2rem;
}

    .list-1-box .info-box p {
        margin-bottom: 0;
        color: rgba(0,0,0,0.7);
        font-size: var(--size-18px)
    }

.location-box svg {
    width: 1.017rem;
    margin: .6rem 0;
    margin-right: .4rem
}

.location-box {
    color: rgba(0,0,0,0.8)
}

.steplist li a {
    z-index: 2;
    position: relative;
    pointer-events: none;
    display: block;
}

.steplist li.selected a {
    pointer-events: all;
}

.signUpGBox {
    background: #EEF5F8;
    padding: 10px;
}

    .signUpGBox p {
        font-size: 0.8rem !important;
        line-height: 22px;
    }

.signGBorrom a {
    font-size: 0.8rem;
    float: right;
    text-decoration: underline;
    color: var(--primary-color);
}

.mobileRightTick {
    position: absolute;
    right: 20px;
    top: 7px;
}

.position-r {
    position: relative;
}

.topMenuText {
    font-size: 16px;
    margin-top: 12px;
    float: right;
    margin-left: 8px;
    color: #fff;
    text-decoration: underline;
}

.clinicKm {
    text-align: right;
    margin-bottom: 2.5rem;
}

.nonClinicKm {
    text-align: right;
    margin-bottom: 2.5rem;
}

.timeHoursView {
    font-size: var(--size-18px);
}

.right {
    float: right;
}

.left {
    float: left;
}

.minW-150 {
    min-width: 150px !important;
}

.ml-5 {
    margin-left: 5px;
}

.marginb-5 {
    margin-bottom: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.bn {
    border: none !important
}
/*label {	margin-bottom: 6px;	font-size: 1rem; font-weight: 500;}*/

.btnPopSm {
    min-width: 100px;
    line-height: 1.2rem;
    font-size: 1rem !important;
}

.popMainCont .popupImg {
    margin-bottom: 10px;
    display: inline-block;
}

    .popMainCont .popupImg img {
        width: 80%;
    }

.popMainCont h2 {
    line-height: 26px;
    font-size: 20px;
    margin: 8px 0px;
}

.popMainCont p {
    line-height: 26px;
    font-size: 18px;
}

.dropdown-menu-title {
    text-align: center;
    margin: 5px 0 10px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color-label);
}

.logoutBtn {
    text-align: center;
    color: var(--primary-color);
    font-weight: 500;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.dropdown-menu {
    min-width: 16rem;
}

.dropdown-item {
    padding: .50rem 1rem;
    cursor: pointer;
    align-items: center;
    color: var(--primary-color-label);
}

.dropdown-menu li a i {
    margin-right: 1rem;
}

.dropdown-menu li a span {
    margin-right: 1rem;
}

.profileDrop {
    border: 0;
    box-shadow: 0 4px 8px #8c8c8c;
}

.dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
}

.blueColor {
    color: var(--primary-color);
}

.smAdminBox a {
    background: #EBFEFF;
    border: 1px solid #D8E5E9;
    padding: 15px;
    border-radius: 10px;
    line-height: 36px;
    font-weight: 500;
    color: #3A3A3A;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .smAdminBox a i {
        float: right;
    }

.table {
    font-size: 1rem;
    margin-bottom: 0;
}

    .table td, .table th {
        padding: 1rem
    }

    .table td {
        color: var(--primary-color-label);
        vertical-align: middle;
    }

    .table th {
        background-color: var(--primary-color);
        color: var(--white-color);
    }

    .table thead tr th:first-child {
        border-top-left-radius: .8rem
    }

    .table thead tr th:last-child {
        border-top-right-radius: .8rem
    }

    .table > :not(caption) > * > * {
        border-bottom-color: rgba(88,88,88,.1);
    }

.onoffswitch {
    position: relative;
    width: 5.625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    border-radius: 3rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0 !important
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 2.063rem;
        padding: 0;
        line-height: 2.063rem;
        font-size: 1rem;
        color: var(--primary-color);
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Show";
        padding-left: .7rem;
        background-color: var(--primary-color);
        color: var(--primary-color-text);
    }

    .onoffswitch-inner:after {
        content: "Hide";
        padding-right: .9rem;
        background-color: var(--alternate-color);
        color: var(--alternate-color-text);
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    margin: 0;
    background: var(--primary-color);
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 3.6rem;
    border: 0;
    border-radius: 100%;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 2px;
}

/*Block/Unblock*/
.unblock .onoffswitch-inner:before {
    content: "Unblock";
}

.unblock .onoffswitch-inner:after {
    content: "Block";
}

.onoffswitch.unblock {
    width: 6.8rem;
}

    .onoffswitch.unblock .onoffswitch-switch {
        right: 4.75rem;
    }

    .onoffswitch.unblock .onoffswitch-inner:after {
        padding-right: 1.4rem;
    }

/*Active/Inactiv*/
.active .onoffswitch-inner:before {
    content: "Active";
}

.active .onoffswitch-inner:after {
    content: "Inactive";
}

.onoffswitch.active {
    width: 7.2rem;
}

    .onoffswitch.active .onoffswitch-switch {
        right: 5.25rem;
    }

/*Yes/No*/
.yesno .onoffswitch-inner:before {
    content: "Yes";
}

.yesno .onoffswitch-inner:after {
    content: "No";
}

.onoffswitch.yesno {
    width: 5rem;
}

    .onoffswitch.yesno .onoffswitch-switch {
        right: 3em;
    }

    .onoffswitch.yesno .onoffswitch-inner:after {
        padding-right: 1.2rem;
    }

/*On/Off*/
.onoff .onoffswitch-inner:before {
    content: "On";
}

.onoff .onoffswitch-inner:after {
    content: "Off";
}

.onoffswitch.onoff {
    width: 4.8rem;
}

    .onoffswitch.onoff .onoffswitch-switch {
        right: 2.75rem;
    }

    .onoffswitch.onoff .onoffswitch-inner:after {
        padding-right: 1rem;
    }

.pagination .page-link {
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--primary-color) !important;
    white-space: nowrap;
    padding: var(--size-10px) var(--size-20px);
    color: var(--primary-color);
    background-color: var(--white-color);
    border-color: var(--primary-color);
    font-size: var(--size-16px);
    border-radius: var(--size-6px) !important;
    font-weight: var(--font-medium);
    line-height: 1.5;
    margin-left: .45rem !important
}

    .pagination .active .page-link, .pagination .page-link.prev, .pagination .page-link.next {
        background-color: var(--primary-color);
        color: var(--white-color)
    }

.pagination .page-item:first-child .page-link {
    margin-left: 0 !important
}

.border-list-group-main {
    padding: 3px;
    border: 1px solid #CCCCCC;
    border-radius: .4rem;
    min-width: 767px
}

.border-list-group {
    border: 0;
}

    .border-list-group td {
        vertical-align: middle;
    }

    .border-list-group .hypen-seperator {
        width: 40%;
        text-align: center;
    }

    .border-list-group .t-1 {
        font-weight: 600;
        color: var(--primary-color-label)
    }

    .border-list-group tbody tr td {
        background: var(--white-color);
        padding: 1rem 1.4rem;
        border: 0 !important;
    }

    .border-list-group tbody tr + tr td {
        background: #F5F8F9
    }

    .border-list-group .t-1 {
        font-size: 1.2rem !important
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--white-color);
}

.table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: #F5F8F9;
}

.circle-image {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
}

    .circle-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.business-banner nav + .btn.custom {
    min-width: 10rem;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: .5rem
}

.for-deletion-row {
    position: relative;
    padding-right: 3.5rem;
    margin-bottom: 1.4rem
}

    .for-deletion-row .c-btn {
        position: absolute;
        right: 0;
        bottom: 1.2rem;
        cursor: pointer;
    }

.admin-login.modal {
    display: block !important;
    opacity: 1 !important;
    background-position: top 30% center;
    background-size: cover;
    background-image: url("../images/admin/admin_login_bg.jpg");
}

.dateVetClinicName {
    border: 1px solid #F2F2F2;
    padding: 20px 15px;
    background-color: #FEFEFE;
    min-height: 140px;
}

    .dateVetClinicName h4 {
        color: #68CCF1;
        font-size: 20px;
    }

.accordion-button {
    font-size: 1.2rem;
    color: #fff;
    background-color: var(--primary-color);
}

    .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: var(--primary-color);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    }

        .accordion-button:not(.collapsed)::after {
            background-image: url("../images/arrow_down.svg");
            transform: rotate(-0deg);
        }

    .accordion-button::after {
        background-image: url("../images/arrow_up.svg");
    }

.accordion-body {
    padding: 1rem 1.25rem;
    font-size: 16px;
}

.blogMainBox {
    border-bottom: 1px solid #C4C4C4;
    padding: 0 0 2rem 0;
    margin-bottom: 2rem;
}

.searchFilterIcon {
    background: #fff !important;
}

.helpTopics {
    font-size: 1.2rem;
}

    .helpTopics a {
        color: #68CCF1;
        font-weight: 500;
    }

.helpBoxMain {
    background: #FCFEFF;
    border: 1px solid #DDF4FC;
    padding: 2rem 1rem;
}

.list-1-box .helpBox {
    width: 14rem;
    overflow: hidden;
    flex: 0 0 8.875rem;
    display: flex;
    justify-content: center;
}

    .list-1-box .helpBox img {
        max-height: 4.3rem;
        object-fit: cover;
    }

.blueBorderLeft {
    border-left: 8px solid #68CCF1;
}

.blueBorderRight {
    border-right: 8px solid #68CCF1;
}

.helpBoxMain {
    margin-bottom: 2rem;
}

    .helpBoxMain p {
        max-width: 100% !important;
    }

.subBlogTitle {
    color: #68CCF1
}

.aboutSerBox {
    padding: var(--size-30px);
    background-color: var(--white-color);
    box-shadow: 0 2px 15px #CCE3EC;
    border-radius: var(--size-6px);
    width: 100%;
    margin-bottom: 20px;
}

    .aboutSerBox h3 {
        margin: 0 0 5px 0;
        font-size: 24px;
    }

    .aboutSerBox p {
        font-size: 18px;
    }

.imageGalleryBg {
    background: #EEF5F8;
    padding: 5rem 0;
}

    .imageGalleryBg h2 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 3rem;
    }

.aboutUsBg h2 {
    font-size: 36px;
    margin-bottom: 2rem;
}

.CommunicationContactUs h2 {
    font-size: 26px;
    margin: 0;
}

.CommunicationContactUs p {
    font-size: 18px;
}

.ContactDetails {
    background-color: rgb(104, 204, 241, 80%);
    padding-top: 4rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 8rem;
    min-height: 35rem;
}

    .ContactDetails h3 {
        font-size: 20px;
        color: #fff;
        margin: 0;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .ContactDetails p {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
    }

    .ContactDetails i {
        float: left;
        width: 32px;
    }

    .ContactDetails a {
        display: flow-root;
    }

.redError {
    color: red;
    font-size: 14px;
    line-height: 18px;
}

.sBtnText {
    float: left;
    margin-right: 10px;
}

.linkText {
    font-size: 16px;
    margin-top: 12px;
    color: #68ccf1;
    text-decoration: underline;
}

.dBoardGrayBg {
    background-color: #F9FAFB;
    border: 1px solid #DFE5E8;
    height: 100%;
}

.dashBoardLeftMenu ul {
    margin: 0px;
    padding: 0;
    display: inline-block;
    width: 100%
}

    .dashBoardLeftMenu ul li {
        list-style: none;
        width: 100%;
        float: left;
    }

        .dashBoardLeftMenu ul li a {
            color: #000;
            font-size: 1rem;
            padding: 10px 20px;
            width: 100%;
            float: left;
            border-radius: var(--size-6px);
        }

            .dashBoardLeftMenu ul li a:hover {
                color: #000;
                font-size: 1rem;
                padding: 10px 20px;
                width: 100%;
                float: left;
                border-radius: var(--size-6px);
            }

        .dashBoardLeftMenu ul li.active a {
            color: #fff;
            font-size: 1rem;
            background-color: var(--primary-color);
        }

        .dashBoardLeftMenu ul li.activeSelected a {
            color: black;
            font-size: 1rem;
            background-color: var(--alternate-color);
            box-shadow: 0 2px 10px var(--primary-color);
        }

.listWBox {
    width: 100%;
    background-color: #fff;
    border: 1px solid #CBCBCB;
    padding: 15px 20px;
    float: left;
    margin-bottom: 15px;
}

.fildCont {
    font-size: 15px;
}

.btnSmList {
    padding: 7px 20px !important;
    font-size: 0.9rem;
}

.listHeadingMain span {
    float: left;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
}

.lineThrough {
    text-decoration: line-through;
}

.w-50 {
    /* width: 50% !important; */
}

.minBtn-160 {
    min-width: 160px !important;
}

.w-326 {
    width: 326px !important;
}

.blueText {
    color: #68ccf1;
}

/*CHat page CSS Start*/
#frame {
    width: 100%;
    height: 92vh;
    min-height: 300px;
    max-height: 720px;
    background: #fff;
}

.sendChatBtn {
    border-radius: 20px;
    padding: 15px !important;
}

.chatInput {
    box-shadow: 3px 3px 7px #d2d2d2;
    border-radius: 30px;
    padding: 18px 40px !important;
}

@media screen and (max-width: 360px) {
    #frame {
        width: 100%;
        height: 100vh;
    }
}

#frame #sidepanel {
    float: left;
    min-width: 280px;
    max-width: 340px;
    width: 40%;
    height: 100%;
    background: #2c3e50;
    color: #f5f5f5;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel {
        width: 58px;
        min-width: 58px;
    }
}

#frame #sidepanel #profile {
    width: 80%;
    margin: 25px auto;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile {
        width: 100%;
        margin: 0 auto;
        padding: 5px 0 0 0;
        background: #32465a;
    }
}

#frame #sidepanel #profile.expanded .wrap {
    height: 210px;
    line-height: initial;
}

    #frame #sidepanel #profile.expanded .wrap p {
        margin-top: 20px;
    }

    #frame #sidepanel #profile.expanded .wrap i.expand-button {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

#frame #sidepanel #profile .wrap {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    -moz-transition: 0.3s height ease;
    -o-transition: 0.3s height ease;
    -webkit-transition: 0.3s height ease;
    transition: 0.3s height ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap {
        height: 55px;
    }
}

#frame #sidepanel #profile .wrap img {
    width: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e74c3c;
    height: auto;
    float: left;
    cursor: pointer;
    -moz-transition: 0.3s border ease;
    -o-transition: 0.3s border ease;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap img {
        width: 40px;
        margin-left: 4px;
    }
}

#frame #sidepanel #profile .wrap img.online {
    border: 2px solid #2ecc71;
}

#frame #sidepanel #profile .wrap img.away {
    border: 2px solid #f1c40f;
}

#frame #sidepanel #profile .wrap img.busy {
    border: 2px solid #e74c3c;
}

#frame #sidepanel #profile .wrap img.offline {
    border: 2px solid #95a5a6;
}

#frame #sidepanel #profile .wrap p {
    float: left;
    margin-left: 15px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap i.expand-button {
    float: right;
    margin-top: 23px;
    font-size: 0.8em;
    cursor: pointer;
    color: #435f7a;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap i.expand-button {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    margin: 70px 0 0 0;
    border-radius: 6px;
    z-index: 99;
    line-height: initial;
    background: #435f7a;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options {
        width: 58px;
        margin-top: 57px;
    }
}

#frame #sidepanel #profile .wrap #status-options.active {
    opacity: 1;
    visibility: visible;
    margin: 75px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options.active {
        margin-top: 62px;
    }
}

#frame #sidepanel #profile .wrap #status-options:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #435f7a;
    margin: -8px 0 0 24px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options:before {
        margin-left: 23px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul {
    overflow: hidden;
    border-radius: 6px;
}

    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 30px 18px;
        display: block;
        cursor: pointer;
    }

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li {
        padding: 15px 0 35px 22px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li:hover {
    background: #496886;
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
        width: 14px;
        height: 14px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    margin: -3px 0 0 -3px;
    background: transparent;
    border-radius: 50%;
    z-index: 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
        height: 18px;
        width: 18px;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li p {
    padding-left: 12px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #profile .wrap #status-options ul li p {
        display: none;
    }
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
    background: #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
    border: 1px solid #2ecc71;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
    background: #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
    border: 1px solid #f1c40f;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
    background: #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
    border: 1px solid #e74c3c;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
    background: #95a5a6;
}

#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
    border: 1px solid #95a5a6;
}

#frame #sidepanel #profile .wrap #expanded {
    padding: 100px 0 0 0;
    display: block;
    line-height: initial !important;
}

    #frame #sidepanel #profile .wrap #expanded label {
        float: left;
        clear: both;
        margin: 0 8px 5px 0;
        padding: 5px 0;
    }

    #frame #sidepanel #profile .wrap #expanded input {
        border: none;
        margin-bottom: 6px;
        background: #32465a;
        border-radius: 3px;
        color: #f5f5f5;
        padding: 7px;
        width: calc(100% - 43px);
    }

        #frame #sidepanel #profile .wrap #expanded input:focus {
            outline: none;
            background: #435f7a;
        }

#frame #sidepanel #search {
    border-top: 1px solid #32465a;
    border-bottom: 1px solid #32465a;
    font-weight: 300;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #search {
        display: none;
    }
}

#frame #sidepanel #search label {
    position: absolute;
    margin: 10px 0 0 20px;
}

#frame #sidepanel #search input {
    font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    padding: 10px 0 10px 46px;
    width: calc(100% - 25px);
    border: none;
    background: #32465a;
    color: #f5f5f5;
}

    #frame #sidepanel #search input:focus {
        outline: none;
        background: #435f7a;
    }

    #frame #sidepanel #search input::-webkit-input-placeholder {
        color: #f5f5f5;
    }

    #frame #sidepanel #search input::-moz-placeholder {
        color: #f5f5f5;
    }

    #frame #sidepanel #search input:-ms-input-placeholder {
        color: #f5f5f5;
    }

    #frame #sidepanel #search input:-moz-placeholder {
        color: #f5f5f5;
    }

#frame #sidepanel #contacts {
    height: calc(100% - 177px);
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts {
        height: calc(100% - 149px);
        overflow-y: scroll;
        overflow-x: hidden;
    }

        #frame #sidepanel #contacts::-webkit-scrollbar {
            display: none;
        }
}

#frame #sidepanel #contacts.expanded {
    height: calc(100% - 334px);
}

#frame #sidepanel #contacts::-webkit-scrollbar {
    width: 8px;
    background: #2c3e50;
}

#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
    background-color: #243140;
}

#frame #sidepanel #contacts ul li.contact {
    position: relative;
    padding: 10px 0 15px 0;
    font-size: 0.9em;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact {
        padding: 6px 0 46px 8px;
    }
}

#frame #sidepanel #contacts ul li.contact:hover {
    background: #32465a;
}

#frame #sidepanel #contacts ul li.contact.active {
    background: #32465a;
    border-right: 5px solid #435f7a;
}

    #frame #sidepanel #contacts ul li.contact.active span.contact-status {
        border: 2px solid #32465a !important;
    }

#frame #sidepanel #contacts ul li.contact .wrap {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap {
        width: 100%;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap span {
    position: absolute;
    left: 0;
    margin: -2px 0 0 -2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #2c3e50;
    background: #95a5a6;
}

    #frame #sidepanel #contacts ul li.contact .wrap span.online {
        background: #2ecc71;
    }

    #frame #sidepanel #contacts ul li.contact .wrap span.away {
        background: #f1c40f;
    }

    #frame #sidepanel #contacts ul li.contact .wrap span.busy {
        background: #e74c3c;
    }

#frame #sidepanel #contacts ul li.contact .wrap img {
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap img {
        margin-right: 0px;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta {
    padding: 5px 0 0 0;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #contacts ul li.contact .wrap .meta {
        display: none;
    }
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
    font-weight: 600;
}

#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
    margin: 5px 0 0 0;
    padding: 0 0 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

    #frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
        position: initial;
        border-radius: initial;
        background: none;
        border: none;
        padding: 0 2px 0 0;
        margin: 0 0 0 1px;
        opacity: .5;
    }

#frame #sidepanel #bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
}

    #frame #sidepanel #bottom-bar button {
        float: left;
        border: none;
        width: 50%;
        padding: 10px 0;
        background: #32465a;
        color: #f5f5f5;
        cursor: pointer;
        font-size: 0.85em;
        font-family: "proxima-nova", "Source Sans Pro", sans-serif;
    }

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}

#frame #sidepanel #bottom-bar button:focus {
    outline: none;
}

#frame #sidepanel #bottom-bar button:nth-child(1) {
    border-right: 1px solid #2c3e50;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #2c3e50;
    }
}

#frame #sidepanel #bottom-bar button:hover {
    background: #435f7a;
}

#frame #sidepanel #bottom-bar button i {
    margin-right: 3px;
    font-size: 1em;
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button i {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 735px) {
    #frame #sidepanel #bottom-bar button span {
        display: none;
    }
}

#frame .content {
    float: right;
    width: 60%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 735px) {
    #frame .content {
        width: calc(100% - 58px);
        min-width: 300px !important;
    }
}

@media screen and (min-width: 900px) {
    #frame .content {
        width: calc(100%);
    }
}

#frame .content .contact-profile {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}

    #frame .content .contact-profile img {
        width: 40px;
        border-radius: 50%;
        float: left;
        margin: 9px 12px 0 9px;
    }

    #frame .content .contact-profile p {
        float: left;
    }

    #frame .content .contact-profile .social-media {
        float: right;
    }

        #frame .content .contact-profile .social-media i {
            margin-left: 14px;
            cursor: pointer;
        }

            #frame .content .contact-profile .social-media i:nth-last-child(1) {
                margin-right: 20px;
            }

            #frame .content .contact-profile .social-media i:hover {
                color: #435f7a;
            }

#frame .content .messages {
    height: auto;
    min-height: calc(100% - 120px);
    max-height: calc(100% - 120px);
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul li {
    display: inline-block;
    float: left;
    clear: both;
    margin: 15px 15px 5px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

    #frame .content .messages ul li:nth-last-child(1) {
        margin-bottom: 20px;
    }

    #frame .content .messages ul li.sent img {
        margin: 6px 8px 0 0;
    }

    #frame .content .messages ul li.sent p {
        background: #fff;
        color: #333;
        box-shadow: 0px 3px 8px #d9d9d9;
        font-size: 1rem;
        border-radius: 15px 15px 15px 0;
        padding: 1rem;
        position: relative;
    }

        #frame .content .messages ul li.sent p span {
            position: absolute;
            bottom: -25px;
            right: 0;
            font-size: 13px;
            color: #969696;
        }

    #frame .content .messages ul li.replies img {
        float: right;
        margin: 6px 0 0 8px;
    }

    #frame .content .messages ul li.replies p {
        background: var(--primary-color);
        float: right;
        color: #fff;
        font-size: 1rem;
        position: relative;
    }

        #frame .content .messages ul li.replies p span {
            position: absolute;
            bottom: -25px;
            right: 0;
            font-size: 13px;
            color: #969696;
        }

    #frame .content .messages ul li img {
        width: 30px;
        border-radius: 50%;
        float: left;
    }

    #frame .content .messages ul li p {
        display: inline-block;
        padding: 10px 15px;
        border-radius: 15px 15px 0 15px;
        max-width: 205px;
        line-height: 130%;
        padding: 1rem;
    }

@media screen and (min-width: 735px) {
    #frame .content .messages ul li p {
        max-width: 300px;
        min-width: 100px
    }
}

#frame .content .message-input {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 99;
    border-top: 1px solid #7d7d7d33;
    padding-top: 15px;
}

    #frame .content .message-input .wrap {
        position: relative;
    }

        #frame .content .message-input .wrap input {
            font-family: "proxima-nova", "Source Sans Pro", sans-serif;
            float: left;
            border: none;
            width: calc(100% - 120px);
            padding: 11px 32px 10px 8px;
            font-size: 0.8em;
            color: #32465a;
        }

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap input {
        padding: 15px 32px 16px 8px;
    }
}

#frame .content .message-input .wrap input:focus {
    outline: none;
}

#frame .content .message-input .wrap .attachment {
    position: absolute;
    right: 60px;
    z-index: 4;
    margin-top: 10px;
    font-size: 1.1em;
    color: #435f7a;
    opacity: .5;
    cursor: pointer;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap .attachment {
        margin-top: 17px;
        right: 65px;
    }
}

#frame .content .message-input .wrap .attachment:hover {
    opacity: 1;
}

#frame .content .message-input .wrap button {
    float: right;
    border: none;
    width: 100px;
    padding: 12px 0;
    cursor: pointer;
    background: var(--primary-color);
    color: #f5f5f5;
    border-radius: 40px;
}

@media screen and (max-width: 735px) {
    #frame .content .message-input .wrap button {
        padding: 16px 0;
    }
}

#frame .content .message-input .wrap button:hover {
    background: var(--primary-color);
}

#frame .content .message-input .wrap button:focus {
    outline: none;
}

/*CHat page CSS End*/

.tableSelect {
    width: 6.5rem;
    padding: 1;
    height: 30px;
}

/*4-8-2021*/

/*paging*/

.joblistpagination .pagination {
    margin-top: -40px !important;
}

.tbljoblist {
    padding-bottom: 40px;
}

.joblistpagination .pagination li {
    color: #6c757d;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .joblistpagination .pagination li a {
        padding: 5px 10px;
    }

        .joblistpagination .pagination li a:hover {
            background-color: var(--primary-color-label);
            color: #fff;
            text-decoration: none;
            cursor: pointer
        }

    .joblistpagination .pagination li.active a {
        background-color: var(--primary-color-label);
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }

    .joblistpagination .pagination li.active a {
        background-color: var(--primary-color-label);
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        border-radius: 3px;
    }

.joblistpagination .pagination li {
    color: var(--primary-color-label);
    cursor: pointer;
    background-color: #fff;
    border: 1px solid var(--primary-color-label);
    border-radius: 3px;
    margin: 4px;
}

    .joblistpagination .pagination li a {
        padding: 5px 13px;
        display: inline-block;
    }

        .joblistpagination .pagination li a:hover {
            background-color: var(--primary-color-label);
            color: #fff;
            text-decoration: none;
            cursor: pointer;
            padding: 5px 13px;
        }

.prev a {
    position: relative;
}

    .prev a:after {
        content: "Previous";
        padding-left: 7px;
    }

.next a {
    position: relative;
}

    .next a::before {
        content: "Next";
        padding-right: 7px;
    }

.maxwidth800 {
    max-width: 800px !important;
}

/*end paging*/

.bootstrap-timepicker-widget table td input {
    width: 40px !important;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 3px 4px !important;
}

.bootstrap-timepicker-widget table td a {
    padding: 5px 0 !important;
}

    .bootstrap-timepicker-widget table td a:hover {
        background-color: none !important;
        border-color: none !important;
    }

.infoIcons {
    float: left;
    border: 1px solid #dc3646;
    border-radius: 50%;
    padding: 5px;
    width: 26px !important;
    height: 26px !important;
    text-align: center;
    align-items: center;
    line-height: 17px;
    font-size: 14px;
    margin-right: 10px
}

/*2-8-2021*/
.wordwrapCSS {
    word-wrap: break-word;
}
/*end 4-8-2021*/

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #8c8c8c !important;
    line-height: 38px !important;
    font-size: 14px !important;
}

.select2-selection {
    height: 40px !important
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.bannerB {
    background: var(--primary-color) !important;
}

.see-smthg-wrong {
    color: var(--primary-color) !important;
}

    .see-smthg-wrong:hover {
        text-decoration: underline;
        color: blue;
    }

.dateCalendarBoxNoSlot tr td span {
    display: block;
    padding: 3px 0;
    margin: 5px;
    /*border-bottom: 1px solid #eee !important;*/
}

.dateCalendarBox {
    border: 1px solid #eee;
    min-height: 15rem;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 26vh;
    text-align: center;
}

    .dateCalendarBox th {
        width: 14.2%;
        position: sticky;
        top: 0;
    }

    .dateCalendarBox tr td span {
        display: block;
        padding-top: var(--size-5px);
        padding-bottom: var(--size-5px);
        padding-left: var(--size-7px);
        padding-right: var(--size-7px);
        margin-top: var(--size-5px);
        margin-bottom: var(--size-5px);
        margin-left: var(--size-7px);
        margin-right: var(--size-7px);
        border: none;
    }

    .dateCalendarBox span:hover {
        /*color: blue;*/
        border: none;
        transform: scale(1.3);
    }

    .dateCalendarBox tr td label {
        display: block;
        border: none;
        word-break: break-word;
        padding-top: var(--size-5px);
        padding-bottom: var(--size-5px);
        padding-left: var(--size-2px);
        padding-right: var(--size-2px);
        margin-top: var(--size-5px);
        margin-bottom: var(--size-5px);
        margin-left: var(--size-2px);
        margin-right: var(--size-2px);
    }

.dateCalendarNoSlot {
    pointer-events: none;
}

.dateCalendarAvailableSlots {
    font-size: 0.8rem;
}

    .dateCalendarAvailableSlots th {
        width: 14.2%;
        font-size: 1rem;
        font-weight: normal;
        border-right-color: white;
        border-right: solid;
        background-color: var(--primary-color);
        color: var(--white-color);
        z-index: 1;
    }

    .dateCalendarAvailableSlots td {
        vertical-align: top;
    }

.dateCalendarNoAvailableSlots {
    font-size: medium;
}

.horizontal-border {
    border-bottom: 1px solid grey;
    width: 100%;
    pointer-events: none;
    /*margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;*/
}

.btnAncher {
    font-size: 24px;
    width: 21px;
    background-color: white;
    color: black;
}

.arrowBtnText {
    padding: 0px;
    border: none;
}

/*.calender table th td {
	border: 1px solid #bfbfbf !important;
}
.calender table td {
	border-right: 1px solid #bfbfbf !important;
	border-bottom: 1px solid #bfbfbf !important;
}
.calender table th {
	border: 1px solid #bfbfbf !important;
}

.calender table {
	border: 1px solid #bfbfbf !important;
}*/
.calenderSelected {
    transform: scale(1.6);
    /*color: var(--primary-color-label);*/
    color: blue;
    /*text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/
}

.tickIcon {
    display: none;
}

.calenderSelected .tickIcon {
    padding-right: 3px;
    font-size: 10px;
    text-align: center;
    display: inline;
}

.calender td:nth-child(2n) {
    background-color: #fff !important;
}

.addpet-popup label {
    margin-bottom: .4rem;
}

/*.modal-content .btn.btn-primary{color: var(--white-color);background-color:var(--primary-color);border-color:var(--primary-color)}
.modal-content .btn.btn-primary:hover, .filter-box .btn:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}*/

.text-danger {
    color: #dc3545 !important;
    font-size: 12px;
}

.abTabs {
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    padding: 0;
}

    .abTabs li {
        border: 1px solid #ccc;
    }

    .abTabs .nav-link {
        color: #333;
        padding: 10px 30px
    }

        .abTabs .nav-link.active {
            color: var(--primary-color)
        }

.aboutTab {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none
}

.nav-pills.abTabs .nav-link.active, .nav-pills.abTabs .show > .nav-link {
    color: var(--primary-color);
    background-color: var(--white-color);
}

.c-btn img {
    width: 18px;
    height: 18px
}

.displayRe {
    position: relative;
    float: left;
    margin: 0 10px 10px 10px;
}

.left {
    float: left
}

.imgAddView {
    height: 9.375rem;
    width: 9.375rem;
    border-radius: 5px;
}

.imgCloseIcon {
    position: absolute;
    top: -4px;
    right: -13px;
}

.showimg {
    position: relative;
    margin-right: 22px;
    display: inline-block
}

.close-icon {
    position: absolute;
    top: -14px;
    right: -15px;
}

    .close-icon img {
        border: none !important
    }

.displayRe .imgViewAdd img {
    border: 1px solid #e8e8e8;
}

.img9 {
    width: 9rem
}

.cardLabel {
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 25px;
    background-color: orangered;
    color: white;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.chipDetails {
    padding-bottom: 10px;
    font-size: 16px;
    padding-top: 5px;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    height: 2.1rem;
    background-color: white;
}

    .flex-container > label {
        display: inline-block;
        align-self: center;
        white-space: nowrap;
        font-size: 14px !important;
        border-radius: 25px;
        padding-left: 10px;
        padding-right: 10px;
        color: black;
        justify-content: center;
        background-color: var(--alternate-color);
        color: var(--alternate-color-text);
        font-weight: 400 !important;
        cursor: pointer;
    }

        .flex-container > label:hover {
            box-shadow: 0 2px 15px #155671;
            border-radius: 25px;
        }

.validation {
    color: red;
    font-size: 12px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 25px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.flex-box-space-between {
    display: flex;
    justify-content: space-between;
}

.informationYellow {
    border-width: thin;
    background-color: lightyellow;
    border-radius: 10px;
    border-color: lightgray;
    border-style: solid;
    padding: 0.5rem;
}

@media (min-width: 500px) {
    .s-boxResponse {
        padding: var(--size-30px) var(--size-25px);
        background-color: var(--white-color);
        box-shadow: 0 2px 15px #CCE3EC;
        border-radius: var(--size-6px);
        width: 100%;
    }
}

@media not all and (min-width: 50em) {
    .flexResponsive {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        gap: 0.5rem;
    }
}

@media (min-width: 50em) {
    .flexResponsive {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
    }
}

@media not all and (min-width: 50em) {
    .flexResponsiveItem {
        display: flex;
        width: 100%;
    }
}

@media (min-width: 50em) {
    .flexResponsiveItem {
        display: flex;
        width: 100%;
    }
}

@media not all and (min-width: 50em) {
    .flexResponsiveItemFitContent {
        display: flex;
        width: fit-content;
        align-self: start;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (min-width: 50em) {
    .flexResponsiveItemFitContent {
        display: flex;
        width: fit-content;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media not all and (min-width: 50em) {
    .s-box-padding {
        padding: var(--size-10px) var(--size-10px);
        background-color: var(--white-color);
        box-shadow: 0 2px 15px #CCE3EC;
        border-radius: var(--size-6px);
        width: 100%;
    }
}

@media (min-width: 50em) {
    .s-box-padding {
        padding: var(--size-30px) var(--size-25px);
        background-color: var(--white-color);
        box-shadow: 0 2px 15px #CCE3EC;
        border-radius: var(--size-6px);
        width: 100%;
    }
}

.pulseImage {
}

.pulseBorder {
    display: block !important;
    vertical-align: middle;
    text-align: center !important;
    justify-content: center;
    margin-bottom: 1rem;
}

.pulse {
    /* margin-bottom: 1rem; */
    text-align: center;
    width: fit-content;
    border: blue;
    padding: 0.5rem;
    box-shadow: 0 0 0 rgb(77 197 241 / 40%);
    animation: pulse 3s infinite;
    border-radius: 10px;
    vertical-align: middle;
}

    .pulse:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 201, 245, 0.18);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 201, 245, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 201, 245, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0rgba(0, 201, 245, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 201, 245, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 201, 245, 0);
        box-shadow: 0 0 0 10px rgba(0, 201, 245, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 201, 245, 0);
        box-shadow: 0 0 0 0 rgba(0, 201, 245, 0);
    }
}

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: block;
}

.triangle-isosceles {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    color: #000;
    background: #f3961c;
    border-radius: 10px;
    background: linear-gradient(top, #f9d835, #f3961c);
}

    /* creates triangle */
    .triangle-isosceles:after {
        content: "";
        display: block; /* reduce the damage in FF3.0 */
        position: absolute;
        bottom: -15px;
        left: 50px;
        width: 0;
        border-width: 15px 15px 0;
        border-style: solid;
        border-color: #f3961c transparent;
    }

textareaChat {
    border: 1px dashed #888;
    border-radius: 5px;
    width: 80%;
    overflow: auto;
    background: #f7f7f7
}

/* improved for speech bubbles */
.received, .sent {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

    .received:after, .sent:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }

.sent {
    background: #03a9f4;
    color: #fff;
    margin-left: 10%;
    top: 50%;
    text-align: right;
}

.received {
    background: #4CAF50;
    color: #fff;
    margin-left: 10px;
    margin-right: 10%;
}

.sent:after {
    border-left-color: #03a9f4;
    border-right: 0;
    right: -20px;
}

.received:after {
    border-right-color: #4CAF50;
    border-left: 0;
    left: -20px;
}

/* div within bubble for name */
.user {
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.msg {
    /*display: inline;*/
}

.components-reconnect-modal {
    display: block;
}

.floatRight {
    position: absolute;
    right: 0;
    top: 0;
}

.breadCrumbAlignment {
    align-items: center;
}

.flex-column-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0rem !important;
}

.flex-column-spacing {
    display: flex;
    justify-content: space-between;
}

.flex-column-item {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}

.multiSelectModalContent {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.multiSelectModalBody {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.buttonNumber {
    color: white;
    background-color: transparent;
    border-color: transparent;
    padding-right: 0px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 50%;
    padding-left: 0px;
    position: fixed;
    width: 30px;
    height: 30px;
    right: 30px;
    z-index: 100;
    margin-top: 50px;
    margin-right: 46px;
    font-size: 20px;
    bottom: 25px;
}

.inputSearchSymptoms {
    width: 13rem;
    margin-bottom: 0.1rem;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    overflow-y: hidden;
}

.transparentButton {
    cursor: pointer;
    border: 1px solid transparent;
    background-color: transparent;
    color: transparent;
    font-size: 1.5em;
    box-shadow: none !important;
    border-radius: 50%;
}

.dashboardIconWithText {
    color: white;
    text-align: center;
    align-items: center;
    font-size: 10px;
    padding-top: 8px;
}

.dashboardIconWithTextPrimary {
    color: var(--primary-color);
    text-align: center;
    align-items: center;
    font-size: 10px;
    padding-top: 8px;
}

.dashboardIconWithTextYellow {
    color: #FFFF00;
    text-align: center;
    align-items: center;
    font-size: 10px;
    padding-top: 8px;
}

.dashboardTable {
    width: 100%
}

.dashboardMenuDivider {
    text-align: center;
    margin-bottom: 1rem;
    font-size: larger;
    border-bottom: 1px solid black;
}

@media (min-width: 50em) {
    .hideOnMobile {
    }
}

@media not all and (min-width: 50em) {
    .hideOnMobile {
        display: none;
    }
}

.alink, alink:hover, alink:focus {
    text-decoration: underline;
    cursor: pointer;
}

    .alink:hover {
        text-decoration: underline;
        color: blue;
    }

.alinkblue, alinkblue:hover, alinkblue:focus {
    text-decoration: underline;
    color: blue;
    cursor: pointer
}

.line {
    width: 75px;
    height: 0;
    border: 1px solid #C4C4C4;
    margin: 3px;
    display: inline-block;
}

.lineProfile {
    width: 85px;
    height: 0;
    border: 1px solid #C4C4C4;
    margin: 3px;
    display: inline-block;
}

.messengerIcons {
    margin-left: 2rem;
    margin-right: 2rem;
}

.divider {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.5rem;
    padding: 0;
}

.messenger {
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-evenly;
}

.whatsApp {
    font-size: 24px;
    color: blue;
}

.validation-message {
    color: red;
    font-size: 12px !important;
}

.validation-warning-message {
    color: blue;
    font-size: 12px !important;
}

.validField {
    border-color: lawngreen;
}

.invalidField {
    background-color: tomato;
}

.cursor-pointer-with-hover {
    cursor: pointer
}

    .cursor-pointer-with-hover:hover {
        box-shadow: 0 2px 10px #155671;
        border-radius: 25px;
    }

.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media (min-width: 50em) {
    .removePetCard {
        position: absolute;
        z-index: 1;
        right: 0;
        width: 29.25px;
        height: 29.25px;
        border-radius: 15px;
    }

        .removePetCard:hover {
            border-radius: 15px;
            cursor: pointer;
            box-shadow: 1px 3px 6px black;
        }

    .removePetCardPadding {
        position: relative;
        bottom: 10px;
    }
}

@media not all and (min-width: 50em) {
    .removePetCard {
        position: absolute;
        z-index: 1;
        right: 0;
        width: 20.25px;
        height: 20.25px;
        border-radius: 15px;
    }

        .removePetCard:hover {
            border-radius: 15px;
            cursor: pointer;
            box-shadow: 1px 3px 6px black;
        }

    .removePetCardPadding {
        position: relative;
        bottom: 4px;
    }
}

.yellowBanner {
    border-width: thin;
    background-color: lightyellow;
    border-radius: 10px;
    border-color: lightgray;
    border-style: solid;
    padding: 5px 5px 5px 5px
}

.item {
    font-size: 1rem;
    border-radius: 25px;
    background-color: white;
    color: black;
    width: fit-content;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .item:hover {
        box-shadow: 0 2px 10px #155671;
        border-radius: 25px;
    }

.itemSelected {
    font-size: 1rem;
    border-radius: 25px;
    background-color: var(--alternate-color);
    color: var(--alternate-color-text);
    width: fit-content;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .itemSelected:hover {
        box-shadow: 0 2px 10px #155671;
        border-radius: 25px;
    }

@media (min-width: 50em) {
    .closeMultiSelect {
        position: absolute;
        right: 1.2rem;
        bottom: 1.7rem;
        width: 35.25px;
    }

    .closeMultiSelectPadding {
        position: relative;
        z-index: auto;
    }
}

@media not all and (min-width: 50em) {
    .closeMultiSelect {
        position: absolute;
        right: 1.5rem;
        width: 26.25px;
        bottom: 1.7rem;
    }

    .closeMultiSelectPadding {
        position: relative;
        z-index: auto;
    }
}

.hidden {
    visibility: hidden;
}

.CartBorder {
}

.planTitle {
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.currentPetPlans {
    font-size: 1rem;
}

.currentActivePetPlansContainer {
    background-color: lightgreen;
    font-size: 1.3rem;
}

.currentPendingPetPlansContainer {
    background-color: lightblue;
}

.currentOnCartPetPlansContainer {
    background-color: lightseagreen;
}

.currentNotOnPlanConainer {
    padding: 5px;
}

.registerPetPlans {
    font-size: 1rem;
    text-align: center;
}

.registerPetPlansContainer {
    background-color: pink;
    border-bottom: 0.1rem solid blue;
    border-top: 0.1rem solid blue;
    font-size: 1.3rem !important;
}

#wellnessPlanList {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.8rem !important;
    text-align: center;
}

    #wellnessPlanList td {
        cursor: pointer;
    }

    #wellnessPlanList tr:hover {
        background-color: #ddd;
    }

    #wellnessPlanList th {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        background-color: var(--primary-color);
        color: white;
    }

#wellnessPlanShoppingCartList {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.8rem !important;
    text-align: center;
}

.removePlanFromCart {
    cursor: pointer;
}

.payment {
    background-color: rgba(135, 206, 250, 0.2);
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
}

.smallerButton {
    width: auto;
    height: 30px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    justify-content: flex-end;
}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.validationErrorsCart {
    text-align: center;
    width: 100%;
}

.validationErrorsCartHeader {
    color: red;
}

@media (min-width: 50em) {
    .chipPetCard {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .chipPet {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 18px;
        line-height: 2.5rem;
        border-radius: 25px;
    }

        .chipPet:hover {
            box-shadow: 0 2px 10px #155671;
            border-radius: 25px;
        }

    .chipPetSelected {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 18px;
        line-height: 2.5rem;
        border-radius: 25px;
        box-shadow: 0 2px 10px #155671;
        border-radius: 25px;
        justify-content: space-evenly;
    }

        .chipPetSelected:hover {
            box-shadow: 0 2px 10px #155671;
            border-radius: 25px;
        }
}

@media not all and (min-width: 50em) {
    .chipPetCard {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .chipPet {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 16px;
        line-height: 2.5rem;
        border-radius: 25px;
    }

    .chipPetSelected {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 16px;
        line-height: 2.5rem;
        border-radius: 25px;
        box-shadow: 0 2px 10px #155671;
        border-radius: 25px;
        justify-content: space-evenly;
    }
}

@media (min-width: 50em) {
    .chipCard {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .chipStatic {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 18px;
        line-height: 2.5rem;
        border-radius: 25px;
        box-shadow: 0 2px 10px #155671;
    }

    .chipUnselected {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 18px;
        line-height: 2.5rem;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 0 2px 10px #155671;
    }

        .chipUnselected:hover {
            box-shadow: 0 2px 10px #155671;
            border-radius: 25px;
            background: var(--continue-btn-color);
            color: var(--continue-btn-color-text);
        }

    .chipSelected {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 18px;
        line-height: 2.5rem;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 0 2px 10px #155671;
        background: var(--continue-btn-color);
        color: var(--continue-btn-color-text);
        border-radius: 25px;
        justify-content: space-evenly;
    }

        .chipSelected:hover {
            box-shadow: 0 2px 10px #155671;
            border-radius: 25px;
        }
}

@media not all and (min-width: 50em) {
    .chipCard {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .chipStatic {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 18px;
        line-height: 2.5rem;
        border-radius: 25px;
        box-shadow: 0 2px 10px #155671;
    }

    .chipUnselected {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 16px;
        line-height: 2.5rem;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 0 2px 10px #155671;
    }

    .chipSelected {
        display: inline-block;
        padding: 0 25px;
        margin: 5px;
        height: 2.5rem;
        font-size: 16px;
        line-height: 2.5rem;
        border-radius: 25px;
        cursor: pointer;
        box-shadow: 0 2px 10px #155671;
        background: var(--continue-btn-color);
        color: var(--continue-btn-color-text);
        border-radius: 25px;
        justify-content: space-evenly;
    }
}

.dashboardContainer {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.dashboardImg {
    max-width: 100%
}

.dashboardImage {
    margin-right: 1rem;
    fill: var(--primary-color);
    stroke: var(--primary-color);
    /*    flex-basis: 30%*/
}

    .dashboardImage svg {
        height: 3rem;
        width: 3rem;
    }

.dashboardText {
    width: 100%;
    border-radius: 25px;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .dashboardText:hover {
        box-shadow: 0 2px 10px #155671;
        border-radius: 25px;
    }

.dashboardTextSelected {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 2px 10px #155671;
    padding-left: 1rem;
    padding-right: 1rem;
}

    .dashboardTextSelected:hover {
        box-shadow: 0 2px 10px #155671;
        border-radius: 25px;
        color: blue;
    }

/*----------------------------------------------------------------    Common   ---------------------------------------------------------*/

.mobileRightTick img {
    height: 15px;
}

.field-validation-error span {
    font-size: 12px;
}

.scroll-div {
    height: 206px;
    overflow-y: auto;
}

.scroll-div-300 {
    height: 300px;
    overflow-y: auto;
}

.w-70-ml-15-percent {
    width: 70%;
    margin-left: 15%;
}

.f-17 {
    font-size: 17px
}

.resendSMSBtns {
    width: 100%;
    padding: 15px 5px
}

.mt-53 {
    margin-top: 53px;
}

.addpet-popup label {
    font-size: var(--size-16px);
    /*    margin-bottom: .4rem;*/
    display: block;
    font-weight: var(--font-semibold);
}

.cursor-pointer {
    cursor: pointer
}

.dateVetClinicName-css {
    border: 1px solid #F2F2F2;
    padding: 5px 15px;
    background-color: #FEFEFE;
}

.dateVetClinicName h4 {
    color: #68CCF1;
    font-size: 20px;
}

.s-box1 {
    padding: 10px
}


.carousel-control-prev-icon {
    background-image: url("../images/left_arrow.svg");
}

.carousel-control-next-icon {
    background-image: url("../images/right_arrow.svg");
}


.carousel-indicators {
    list-style: inside
}

    .carousel-indicators li {
        font-size: xx-large;
        margin-left: 3rem;
        opacity: 0.5;
        color: #00627D;
        cursor: pointer;
    }

        .carousel-indicators li active {
            font-size: xx-large;
            opacity: 1;
            cursor: pointer;
        }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cky-banner-bottom {
    bottom: 0;
    left: 0;
}

.cky-consent-container {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999999;
}
    .cky-consent-container .cky-consent-bar {
        background: #fff;
        border: 1px solid;
        padding: 16.5px 24px;
        box-shadow: 0 -1px 10px 0 #acabab4d;
    }

.cky-notice {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .cky-notice .cky-title {
        font-weight: var(--font-bold);
        font-size: x-large;
    }

.cky-notice-group {
    display: flex;
    justify-content: space-between;
}

.cky-notice-des {
}

.cky-notice-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

    .cky-notice-btn-wrapper .cky-btn {
        text-shadow: none;
        box-shadow: none;
    }

@media (max-width: 576px) {
    .cky-consent-container .cky-consent-bar {
        padding: 16.5px 0;
    }
}

@media (max-width: 425px) {
    .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
        padding: 0 24px;
    }
}

@media (max-width: 576px) {
    .cky-custom-brand-logo-wrapper, .cky-notice .cky-title, .cky-notice-des, .cky-notice-btn-wrapper {
        padding: 0 28px;
    }
}

@media (max-width: 768px) {
    .cky-notice-group {
        display: block;
    }
}


@media (max-width: 425px) {
    .cky-notice-btn-wrapper {
        display: inherit;
        margin-top: 14px;
        margin-bottom: 14px;
    }
}
