/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #ffc107;
    --light: #EEF9FF;
    --dark: #091E3E;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    margin-left: 5px;
    margin: 12px !important;
}

.disabled {
    background-color: #e7e1f4 !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
}


.react-calendar__tile:disabled {
    background-color: #f0f0f0;
    color: #ababab;
    height: 86px !important;
    margin: 0px;
    border: solid #fff 8px;
}

.react-calendar__tile--now {
    background: #b19bd9 !important;
    color: #000000 !important;
}

.bi-star-fill::before {
    content: "\f586";
    font-size: 13px;
}

.review-block .col-sm-3 img {
    width: 40px;
}


.total-review {
    width: 100%;
    height: 200px;
    background-color: #f0f0f0;
    border-radius: 11px;
    padding-left: 27px;
}

.total-review img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 15px;
}

.total-review h1 {
    color: #6bb2e2;
    font-size: 27px;
    font-weight: 700;
    text-align: left;
    padding-top: 76px;
    line-height: 11px;
}

.total-review h2 {
    color: #ffc720;
    font-size: 29px;
    font-weight: 700;
    text-align: left;
}

.rmdp-input {
    width: 100%;
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
    height: 29px;
    line-height: 10px;
}

.mb {
    margin-bottom: 20px;
}

.rounded-end {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 2px !important;
    margin-top: 63%;
}




.form-control:disabled,
.form-control:read-only {
    /* background-color: #ffffff !important; */
    opacity: 1;
}

.left-services {
    width: 24%;
    border: 1px solid #b19bd9;
    text-align: center;
    padding: 16px 12px;
    border-radius: 13px;
    margin-left: 15px;

}

.right-services {
    width: 70%;
}

.services-box {
    display: flex;
    border: 1px solid #bf56cf33;
    border-radius: 13px;
    padding: 15px;
    transition: all .45s ease-in-out;
    margin-bottom: 20px;
    align-items: center;
}

.services-box:hover {
    background-color: #bf56cf14;
}

.left-services h2 {
    font-weight: 700;
    font-size: 25px;
}

.left-services h4 {
    font-size: 22px;
}

.right-services span {
    color: #b19bd9;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin: 5px 0 8px;
    position: relative;
}

.right-services span i {
    font-size: 15px;
}

.right-services span::before {
    content: '';
    background: #b19bd9;
    height: 2px;
    position: absolute;
    width: 87px;
    bottom: -4px;
}

a.schedule {
    background: #8665c1;
    transition: all .45s ease-in-out;
    position: relative;
    z-index: 0;
    padding: 4px 7px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    margin: 9px 0 0;
    font-size: 11px;
}

a.schedule:before {
    content: '';
    background: #b19bd9;
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0px;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all .45s ease-in-out;
}

a.schedule:hover:before {
    width: 100%;
}

.cus-img {
    width: 15%;
    margin-right: 20px;
}

.moretext {
    display: none;
}

.moretext1 {
    display: none;
}

.moretext2 {
    display: none;
}

.moretext3 {
    display: none;
}

.more-btn {
    text-align: left;
    position: relative;
    margin-top: 0px;

}

.moreless-button {}

a.moreless-button {
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: #b19bd9;
    padding: 3px 11px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 11px;
}

a.moreless-button1 {
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: #b19bd9;
    padding: 3px 11px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 11px;
}

a.moreless-button2 {
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: #b19bd9;
    padding: 3px 11px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 11px;
}

.about-me a.moreless-button {
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: #b19bd9;
    padding: 7px 17px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    font-size: 13px;
}

.tooltiptext {
    cursor: text;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.advice_details__rehour .d-flex {
    display: contents !important;
}

.card {
    border-radius: 5px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.rating-box {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FBC02D;
    color: #fff;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline>li {
    margin: 50px 0;
    padding-left: 30px;
}

ul.timeline>li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 6px solid #b19cd9;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.rating-label {
    font-weight: bold;
}

.align-items-center {
    align-items: center !important;
    width: auto;
}

/* Rating bar width */
.rating-bar {
    width: 300px;
    padding: 6px;
    border-radius: 5px;
}

a.schedule {
    background: #8665c1;
    transition: all .45s ease-in-out;
    position: relative;
    z-index: 0;
    padding: 7px 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    margin: 9px 0 0;
    font-size: 13px;
    width: auto;
    text-align: center;
}

a:hover {
    color: #0a1729;
    text-decoration: none;
}

.profile {
    padding: 50px 0;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: center;
}

.profile-box {
    background: #e8e4ee;
    border: 1px solid #bf56cf80;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}

.cus-tab {
    padding: 40px 0 0;
    width: 75%;
    margin: 0 auto;
}


.nav-tabs .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-right: 5px;
    background: #ececec;
    padding: 11px 111px;
    line-height: 38px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #b19bd9 !important;
    border: none;
}

.tab-content h4 {
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0px;
}

.tab-content ul {
    padding: 0 0 0 17px;
}

.tab-content a {
    background-color: #b19bd9;
    padding: 9px 17px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 16px;
}

.tab-content p {
    line-height: 25px;
    margin-bottom: 3px;
    font-size: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #b19bd9;
    border-top: 1px solid #b19bd9;
    padding: 14px 0;
}

.tab-content {
    padding: 20px 0;
}

.tab-content h3 {
    font-weight: 700;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.btn-secondary {
    color: #fff;
    background-color: #b19bd9;
    border-color: #b19bd9;
    padding: 4px 10px;
    margin-right: 8px;
}


.left-profile {
    width: 100%;
}

.left-profile img {
    width: 65%;
}

.right-profile {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.right-profile h3 {
    font-weight: 700;
    font-size: 24px;
    width: 100%;
}

.right-profile h5 {
    color: #777676;
    font-weight: 600;
    margin: 0px 0 9px 0;
    font-size: 16px;
}

.right-profile p {
    font-size: 14px;
    margin-bottom: 1px;
    color: #535353;
    text-align: left;
    width: 100%;
}

.specialization {
    display: block;
    align-items: center;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px;
}

/* Individual bars */
.bar-5 {
    width: 70%;
    height: 6px;
    background-color: #FBC02D;
    border-radius: 20px;

}

.bar-4 {
    width: 30%;
    height: 6px;
    background-color: #FBC02D;
    border-radius: 20px;

}

.bar-3 {
    width: 20%;
    height: 6px;
    background-color: #FBC02D;
    border-radius: 20px;

}

.bar-2 {
    width: 10%;
    height: 6px;
    background-color: #FBC02D;
    border-radius: 20px;

}

.bar-1 {
    width: 0%;
    height: 6px;
    background-color: #FBC02D;
    border-radius: 20px;

}

td {
    padding-bottom: 0px;
}

.star-active {
    color: #FBC02D;
    margin-top: 10px;
    margin-bottom: 10px;
}

.star-active:hover {
    color: #F9A825;
    cursor: pointer;
}

.star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blue-text {
    color: #0091EA;
}

.content {
    font-size: 18px;
}

.profile-pic {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 30px;
}

.pic {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.vote {
    cursor: pointer;
}

.btn-grey {
    background-color: #D8D8D8;
    color: #FFF;
    height: 29px;
    line-height: 10px;
}

.rating-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
}

.bold {
    font-weight: 700;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.review-block {
    padding: 0px;
    border-radius: 3px;
    margin-bottom: 11px;
    background-color: #fcfcfc;
}

.review-block-name {
    font-size: 12px;
    margin: 0px 0;
    padding-top: 5px;
}

.review-block-date {
    font-size: 11px;
    line-height: 15px;
}

.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px;
}

.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.review-block-description {
    font-size: 11px;
    line-height: 15px;
    margin-top: -9px;
}


.sidebar {
    background-color: #fff;
    width: 297px;
    padding: 14px;
    top: 85px;
    left: 0;
    bottom: auto;
    overflow-y: auto;
    z-index: 1000;
    transition: top 0.3s;
    box-shadow: -2px 7px 13px -1px #ccc;
    border-radius: 20px;
    margin-left: 1%;
    height: auto;
    margin-bottom: 22px;
}

.ui-mobile .ui-page-active {
    display: block;
    overflow: visible;
    overflow-x: clip !important;
}

small,
.small {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.healer-bg1 {
    background-image: url(../img/mind.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: 6%;
    padding-bottom: 6%;
    background-size: 100%;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.article span.animation-element {
    font-family: sans-serif;
    display: inline-block;
    background-color: #48abe0;
    color: white;
    padding: 20px;
    border-radius: 5px;
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.article .text-align-center {
    text-align: center;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes vertical-shaking {
    0% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(5px)
    }

    50% {
        transform: translateY(-5px)
    }

    75% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}

span.animation-element {
    font-family: sans-serif;
    display: inline-block;
    color: white;
    padding: 20px;
    border-radius: 5px;
}

@keyframes skew-x-shaking {
    0% {
        transform: skewX(-15deg);
    }

    5% {
        transform: skewX(15deg);
    }

    10% {
        transform: skewX(-15deg);
    }

    15% {
        transform: skewX(15deg);
    }

    20% {
        transform: skewX(0deg);
    }

    100% {
        transform: skewX(0deg);
    }
}

@keyframes skew-y-shaking {
    0% {
        transform: skewY(-15deg);
    }

    5% {
        transform: skewY(15deg);
    }

    10% {
        transform: skewY(-15deg);
    }

    15% {
        transform: skewY(15deg);
    }

    20% {
        transform: skewY(0deg);
    }

    100% {
        transform: skewY(0deg);
    }
}

@keyframes tilt-n-move-shaking {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(5px, 5px) rotate(5deg);
    }

    50% {
        transform: translate(0, 0) rotate(0eg);
    }

    75% {
        transform: translate(-5px, 5px) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.article span.animation-element {
    font-family: sans-serif;
    display: inline-block;
    background-color: #48abe0;
    color: white;
    padding: 20px;
    border-radius: 5px;
}




@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.purple {
    background-color: #CCCCFF;
}

.purple1 {
    background-color: #ececff;
}

.blue {
    background-color: #87dcfa;
}

.green {
    background-color: #b4a0da !important;
}

.green1 {
    background-color: #e8ffee !important;
}

.yellow {
    background-color: #f9e383 !important;
}

.black {
    color: black;
}


.border-bottom-purple {
    border-bottom: 3px solid #CCCCFF !important;
}

.border-bottom-blue {
    border-bottom: 3px solid #87dcfa !important;
}

.border-bottom-green {
    border-bottom: 3px solid #b2eac0 !important;
}

.border-bottom-yellow {
    border-bottom: 3px solid #f9e383 !important;
}

.list-group-item {
    position: relative;
    /* display: block; */
    padding: 16px 2rem;
    color: #21252A;
    background-color: rgb(157 221 243 / 25%);
    border-bottom: 1px solid rgb(237 237 237) !important;
    font-weight: 400;
    font-size: 17px;
    list-style: circle;
    margin-bottom: 14px;
}


.bg {
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../img/bg.jpg);
    width: 100%;
    height: auto;
    background-attachment: scroll;
    background-size: contain;
    background-attachment: fixed;
}

.p-3 h5 {
    text-align: left;
    font-family: "Montserrat", sans-serif;
}

.p-3 h1 {
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    width: 51%;
}

@media (max-width: 576px) {

.right-profile h3 {
    font-weight: 700;
    font-size: 24px;
    width: 100%;
    text-align: center;
}
    
    .review-block-rate {
        font-size: 13px;
        margin-bottom: 15px;
        margin-top: 4%;
    }

    a.schedule {
    background: #8665c1;
    transition: all .45s 
ease-in-out;
    position: relative;
    z-index: 0;
    padding: 7px 12px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    margin: 9px 0 0;
    font-size: 13px;
    width: 100%;
    text-align: center;
}

    .react-calendar__tile:disabled {
        background-color: #e5e5e5;
        color: #9b8e8e;
        height: 40px !important;
        margin: 0px !important;
    }

    .react-calendar__month-view__weekdays {
        text-align: center;
        text-transform: uppercase;
        font: inherit;
        font-size: 10px;
        font-weight: bold;
    }

    .react-calendar__tile:disabled {
        background-color: #f0f0f0;
        color: #ababab;
        font-size: 13px !important;
        text-align: center;
        padding: 8px !important;
        border: 1px #fff solid;
    }

    .left-profile {
        width: 100%;
    }

    .right-profile {
        width: 100%;
        display: ruby;
    }

    .react-calendar__tile--now {
        background: #b19bd9 !important;
        color: #000000 !important;
    }

    .react-calendar__month-view__days__day--neighboringMonth:disabled,
    .react-calendar__decade-view__years__year--neighboringDecade:disabled,
    .react-calendar__century-view__decades__decade--neighboringCentury:disabled {
        color: #cdcdcd;
        text-align: center;
        padding: 9px !important;
        font-size: 13px !important;
        border: none;
    }

    .container {
        width: 100%;
        a padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .services-box {
        display: block;

        width: 100%;
    }

    .cus-img {
        width: 100%;
        margin-right: 20px;
    }

    .right-services {
        width: 100%;
        margin-top: 22px;
    }

    .left-services {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 22px;
    }

    marquee {
        height: 30px !important;
    }

    .nav-tabs .nav-link {
        padding: 1px 13px;
        font-size: 14px;
    }

    .profile-box {
        width: 100%;
        /* display: block !important; */
    }

    .cus-tab {
        padding: 33px 0 0;
        width: 100%;
        margin: 0 auto;
    }

    .back-to-top {
        right: 15px;
    }

    .p-3 h1 {

        width: 77%;
    }

    .carousel-fade .carousel-item img {
        height: 350px !important;
        object-fit: cover;
    }
}

.heading1 {
    font-size: 25px;
    color: #6bb2e2 !important;
    font-weight: 500 !important;
    text-transform: none !important;
    margin-top: 15px;
}



.heading2 {
    font-size: 20px;
    color: #000;
    font-style: italic;
    font-weight: 500;
}

@media (max-width: 576px) {

    .position-relative .position-absolute {
        position: relative !important;
    }
}

@media (min-width: 576px) {
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .right-profile h3 {
    font-weight: 700;
    font-size: 24px;
    width: 100%;
}
}


.Pranic-Modalities {
    background-image: url("../img/Pranic-Modalities.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.Reiki-Modalities {
    background-image: url("../img/Reiki-Modalities.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.Akashic-Reading {
    background-image: url("../img/Akashic-Reading.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.Tarot-Reading {
    background-image: url("../img/Tarot-Reading.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.Numerology {
    background-image: url("../img/Numerology.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.Theta-Modalities {
    background-image: url("../img/Theta-Modalities.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.Sound-Modalities {
    background-image: url("../img/Sound-Modalities.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.Crystal-Modalities {
    background-image: url("../img/Crystal-Modalities.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.ngo1 {
    background-image: url("../img/Ngo1.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.ngo2 {
    background-image: url("../img/Ngo2.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.ngo3 {
    background-image: url("../img/Ngo3.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.ngo4 {
    background-image: url("../img/Ngo4.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.service-item2 {
    position: relative;
    height: auto;
    padding: 0px 12px 0px;
    transition: .5s;
    padding-top: 47%;
    text-align: left !important;
    padding-bottom: 6%;
}

.service-item2 a {
    color: #fff;
    font-weight: 700;
}

.col-lg-31 {
    flex: 0 0 auto;
    width: 24%;
    margin: 5px;
    margin-top: 3%;
}

.service-item2 h4 {
    color: #fff;
    text-align: left !important;
}

.service-item2 p {
    color: #fff;
    font-weight: 700;
}



.n1 {
    background-image: url("../img/n1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px;
    border: solid #fff 11px;
}

.n2 {
    background-image: url(../img/n2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px;
    border: solid #fff 11px;
}

.n3 {
    background-image: url("../img/n3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px;
    border: solid #fff 11px;
}


.service-item1 {
    position: relative;
    height: 355px;
    padding: 0 0px;
    transition: .5s;
    padding-top: 51%;
    text-align: left !important;
}


.footer-about img {
    width: 30% !important;
    height: auto;
    float: none;
    border-radius: 20px;
    margin-top: 8%;
}

.footer-about p {
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
}

.service-item1 a {
    color: #fff;
    font-weight: 700;
}

.col-lg-31 {
    flex: 0 0 auto;
    width: 24%;
    margin: 5px;
    margin-top: 3%;
}

.service-item1 h4 {
    color: #fff;
    text-align: left !important;
}

.service-item1 p {
    color: #fff;
    font-weight: 700;
}


.service-item h4 {
    color: #fff;
}

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,

.fw-bold {
    font-weight: 600;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: .5s;
}



.mb-4-1 {
    margin-bottom: 1.5rem !important;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}


.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
    background-color: #B19CD9;
    border: none;
}



.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 40px;
    height: 33px;
    font-size: 15px;
}


.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 36px 11px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #B19CD9;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background-color: #FFF;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #b19cd9;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 20px;
        font-weight: 600 !important;
    }

    .col-lg-31 {
        width: 93%;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
    display: none;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
    display: none;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 355px;
    padding: 0 30px;
    transition: .5s;
    padding-top: 56%;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.form-check-input[type="checkbox"] {
    border-radius: .25em;

}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin-top: -50px !important;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
    padding: 9px;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.rounded1 {
    border-radius: 22px !important;
    margin-bottom: 50px;
    border: solid #d6d6d6 1px;
    padding: 0px;
    margin: 16px;
    height: 428px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.mb-3 {
    margin-bottom: 1rem !important;
    font-size: 15px;
}

#datepicker {
    width: 100%;
    height: 35px;
    font-size: 13px;
}

.p-4 {
    padding: 20px !important;
    font-size: 13px;
}

.bg-primary {
    background-color: #1a2c36 !important;
}


.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 5% !important;
    padding-bottom: 7% !important;
}

.bg-header-modalities {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/modalities-banner.jpg) center center no-repeat;
    background-size: contain;
    padding-top: 5% !important;
    padding-bottom: 7% !important;
    background-attachment: fixed;
}


p {
    margin-top: 0;
    margin-bottom: 5px;
}

.link-animated a {
    transition: .5s;
}

.input-group {
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100% !important;
    margin-top: -20px;
}


.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}

.card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 34, 51, 0.1);
    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
    border-radius: 0.15rem;
}

/* Tabs Card */
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #06A3DA;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #0582ae
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 2px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #06A3DA
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: box-shadow 0.15s ease-in-out
}


.sidebar {
    background-color: #fff;
    /* Set white background */
    width: 297px;
    padding: 14px;

    top: 85px;
    left: 0;
    bottom: auto;
    overflow-y: auto;

    /* Set gray right border */

    /* Set gray bottom border */
    z-index: 1000;
    transition: top 0.3s;
    box-shadow: -2px 7px 13px -1px #ccc;
    border-radius: 20px;
    margin-left: 1%;
}


.side-menu {
    list-style: none;
    padding: 0;

}

.side-menu li {
    margin-bottom: 2px;
}

.side-menu li a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    line-height: 35px;
    font-size: 15px;
}

.side-menu li.active a {
    font-weight: bold;
    color: black;
}

.side-menu li a i {
    margin-right: 10px;
}


/* Dashboard Main Content */
.left-bar {
    height: auto;
    float: left;
}

.right-bar {
    height: auto;
    float: right;
    margin-bottom: 40px;
}

.footer1 {
    height: auto;
    clear: both;
}

.fade:not(.show) {
    opacity: 32;
    display: none !important;
}

.ui-mobile [data-role=page],
.ui-mobile [data-role=dialog],
.ui-page {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 0 !important;
    position: absolute;
    display: block !important;
    border: 0;
}

.main-content {
    margin-left: 0px;
    padding: 6px;
    width: 100%;
    height: auto;
    clear: right;
    position: relative;
    float: left;
}


.main-content-new {
    margin-left: 0px;
    padding: 6px;
    width: 70%;
    height: auto;
    clear: right;
    position: relative;
    float: right;
}


.dashboard-header h2 {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.dashboard-cards {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.card {
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    flex: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #333;
    margin-top: 0px;
}

.card:last-child {
    margin-right: 0;
}

.card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.card-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.card-content h4 {
    margin: 0;
    font-size: 20px;
}

.card-content p {
    margin: 5px 0 0;
    font-size: 18px;
    color: #007bff;
}

.healer-bg {
    background-image: url(../img/healer-bg.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: 6%;
    padding-bottom: 6%;
    background-size: 100%;
}

.profile-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    max-width: 170px;
    margin: 0 auto;
}

.profile-img {
    width: 100%;
    height: auto;
    display: block;
}

.edit-profile {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    border-radius: 5px;
}

.edit-profile-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.availability-section {
    background-color: #f0f8ff;
    /* Light blue background */
    border: 1px solid #ccc;
    /* Gray border */
    padding: 15px;
    border-radius: 5px;
    /* Optional: Add rounded corners */
}

.availability-section h4 {
    margin-top: 0;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 3px 3rem;
    color: #21252A;
    background-color: rgb(157 221 243 / 0%) !important;
    border-bottom: 0px solid rgb(237 237 237) !important;
    font-weight: 400;
    /* font-size: 17px; */
    list-style: circle;
    margin-bottom: 14px;
    border: solid #fff 1px !important;
}


.range-slider input {
    width: 100% !important;
    height: auto;
}


.card {
    /* background-color: #f9f9f9;
     */
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wide-card {
    width: 100%;
    margin: 0 auto;
}

.form-label {
    font-weight: bold;
}

#selected_specializations {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

#selected_specializations span {
    display: inline-block;
    margin-right: 10px;
}

#selected_specializations .btn-danger {
    margin-left: auto;
}


.tooltip1 {
    position: relative;
    /* border-bottom: 1px dotted black; */
    /* background: #9880c3; */
    /* padding: 1px 10px; */
    color: #535353;

    border-radius: 43px;
    font-size: 14px;

}

/* Tooltip box */
.tooltip1:before {
    content: attr(data-tooltip);
    position: absolute;
    width: 150px;
    background-color: #8caeb8;
    color: #fff;
    text-align: center;
    padding: 5px;
    line-height: 1.2;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-size: 0.75em;
    visibility: hidden;
}

/* Tooltip arrow */
.tooltip1:after {
    content: "";
    position: absolute;
    bottom: 78%;
    left: 60%;
    margin-left: -8px;
    border-width: 7px;
    border-style: solid;
    opacity: 0;
    transition: opacity .6s;
    border-color: #8caeb8 transparent transparent transparent;
    visibility: hidden;
}

.tooltip1:hover:before,
.tooltip1:hover:after {
    opacity: 1;
    visibility: visible;
}

.tooltip2 {
    position: relative;
    /* border-bottom: 1px dotted black; */
    /* background: #9880c3; */
    /* padding: 1px 10px; */
    color: #535353;
    border-radius: 43px;
    font-size: 14px;

}


.healer-status-blocks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.healer-status-block {
    flex: 1;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid black;
    border-radius: 5px;
    text-align: center;
}

.healer-status-block h6 {
    margin-bottom: 10px;
}

.healer-status-block p {
    font-size: 18px;
    font-weight: bold;
}

.start-session-btn {
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;

    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.start-session-btn:hover {
    background-color: #218838;
}


/* video call */


.video-chat-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: linear-gradient(135deg, #2b2b2b, #1b1b1b);
    color: white;
    font-family: Arial, sans-serif;
}

.video-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.video {
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.local-video {
    width: 300px;
    height: 200px;
    background-color: #333;
}

.remote-videos {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.remote-video {
    width: 300px;
    height: 200px;
    background-color: #222;
}

.controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.control-button {
    padding: 10px 20px;
    font-size: 16px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.control-button:hover {
    background: #0056b3;
}

.end-call-button {
    background: #dc3545;
}

.end-call-button:hover {
    background: #b21f2d;
}

.start-button {
    padding: 10px 20px;
    font-size: 18px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.start-button:hover {
    background: #218838;
}

/* VideoCall.css */

.video-call-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #f0f0f0;
    height: 100vh;
}

.stream-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    overflow-x: auto;
    /* Allow horizontal scroll if necessary */
}

.video-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    /* Adjust the gap as needed */
}

.stream {
    flex: 1;
    max-width: 50%;
}


.stream {
    background-color: #000;
    border: 2px solid #fff;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
    width: 45%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.controls button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.controls button:hover {
    background-color: #0056b3;
}

.controls button:focus {
    outline: none;
}

@media (max-width: 768px) {
    .stream {
        width: 100%;
        height: 300px;
    }

    .controls button {
        padding: 8px 16px;
        margin: 0 5px;
    }
}


/* Chat  */

.App {
    width: 100% !important;
    height: auto;
    /* background: #fff; */
    color: #212121;
    font-family: "Open Sans", sans-serif;
    display: grid;
    place-items: normal !important;
    margin-top: 5% !important;
    padding: 26px;
    border-radius: 14px;
    min-height: auto !important;
}


body {
    margin: 0%;
    padding: 0%;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

.joinChatContainer {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.joinChatContainer h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.joinChatContainer input {
    width: 210px;
    height: 40px;
    margin: 7px;
    border: 2px solid #43a047;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
}

.joinChatContainer button {
    width: 90px;
    height: 50px;
    margin: 7px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    background: #43a047;
    color: #fff;
    cursor: pointer;
}

.joinChatContainer button:hover {
    background: #2e7d32;
}

.chat-window {
    width: 100%;
    height: 420px;
}

.chat-window p {
    margin: 0;
}

.chat-window .chat-header {
    height: 48px !important;
    border-radius: 9px !important;
    background: #263238 !important;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px !important;
}

.order {
    background: #fff !important;
    position: relative;
    border-radius: 22px !important;
}

.chat-window .chat-header p {
    display: block;
    padding: 0 1em 0 2em;
    color: #fff;
    font-weight: 700;
    line-height: 45px;
}

.chat-window .chat-body {
    height: calc(450px -(45px + 70px));
    border: 1px solid #d0d0d0 !important;
    background: #fff;
    position: relative;
    border-left-width: 1px;
    margin-bottom: 10px !important;
}


.chat-window .chat-body .message-container {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.chat-window .chat-body .message-container::-webkit-scrollbar {
    display: none;
}

.chat-window .chat-body .message {
    height: auto;
    padding: 10px;
    display: flex;
}

.chat-window .chat-body .message .message-content {
    width: 100%;
    height: auto;
    min-height: 40px;
    max-width: 100%;
    background-color: #43a047;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    overflow-wrap: break-word;
    word-break: normal;
}



#you {
    justify-content: flex-start;
}

#you .message-content {
    justify-content: flex-start;
}

#you .message-meta {
    justify-content: flex-start;
    margin-left: 5px;
}

#other {
    justify-content: flex-end;
}

#other .message-content {
    justify-content: flex-end;
    background-color: cornflowerblue;
}

#other .message-meta {
    justify-content: flex-end;
    margin-right: 5px;
}

.message-meta #author {
    margin-left: 10px;
    font-weight: bold;
}

.chat-window .chat-body .message .message-meta {
    display: flex;
    font-size: 12px;
}

.chat-window .chat-footer {
    height: 50px;
    border: 0px solid #263238;
    border-top: none;
    display: flex;
    background-color: #fff;
    padding-bottom: 19px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}


.chat-window .chat-footer input {
    height: 100%;
    flex: 85%;
    border: 0;
    padding: 0 0.7em;
    font-size: 1em;
    /* border-right: 1px dotted #607d8b; */
    outline: none;
    font-family: "Open Sans", sans-serif;
    background-color: #e7e7e7 !important;
    margin-top: 10px !important;
    border-radius: 24px !important;
}

.chat-window .chat-footer button {
    border: 0;
    display: grid;
    place-items: center;
    cursor: pointer;
    flex: 15%;
    height: 100%;
    background: transparent;
    outline: none;
    font-size: 25px;
    color: lightgray;
    background-color: #b19cd9 !important;
    margin-top: 10px !important;
    border-radius: 20px !important;
    margin-left: 30px !important;
}


.chat-window .chat-footer button:hover {
    color: #43a047;
}

.hide {
    opacity: 0 !important;
}


.chat-now-button {
    position: fixed;
    top: 40px;
    right: 10px;
    z-index: 1000;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.notification::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    top: -5px;
    right: -5px;
}



.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header button {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: white;
}

.status-indicator {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.status-dot.pending {
    background-color: orange;
}

.status-dot.active {
    background-color: green;
}

.status-dot.inactive {
    background-color: red;
}

.max-uses-info {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.max-uses-info span {
    font-size: 18px;
    color: #007bff;
}


/* Table */


.custom-table-container {
    overflow-x: auto;
    /* Enable horizontal scrolling if needed */
    padding: 10px;
    background-color: #f8f9fa;
    /* Light gray background for the container */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
    /* Add more spacing between rows */
    background-color: transparent;
}

.custom-table th {
    color: black;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    /* white-space: nowrap; */
    font-size: 7px !important;
}


.custom-table tbody tr {
    background-color: white;
    border-radius: 8px;
    /* Rounded corners for rows */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for a floating effect */
    transition: transform 0.2s ease-in-out;
    /* Smooth transition for hover effect */
}

.custom-table tbody tr:hover {
    transform: translateY(-5px);
    /* Slight lift on hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* Enhanced shadow on hover */
}

.custom-table tbody tr td {
    padding: 6px 15px !important;
    font-size: 15px !important;

    white-space: nowrap;
    /* Prevent text from wrapping */
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
    /* Smooth background color change */
}

.custom-table tbody tr td:first-child {
    border-top-left-radius: 8px;
    /* Rounded corners for the first cell */
    border-bottom-left-radius: 8px;
    width: auto !important;
}

.custom-table tbody tr td:last-child {
    border-top-right-radius: 8px;
    /* Rounded corners for the last cell */
    border-bottom-right-radius: 8px;
}

.custom-table tbody tr td button.reschedule-btn {
    background-color: #b19cd9;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-table tbody tr td button.cancel-btn {
    background-color: #f79f34;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.custom-table tbody tr td button.start-session-btn {
    background-color: #28a745;
    /* Green background for start button */
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-table tbody tr td button.btn.btn-primary {
    width: 112px !important;
}

.custom-table tbody tr td button.start-session-btn:disabled {
    background-color: #a39d9d;
    /* Gray background for disabled button */
    cursor: not-allowed;
}

.custom-table tbody tr td button.start-session-btn:hover:enabled {
    background-color: #218838;
    /* Darker green on hover */
}


/* New Css */

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 3px;
    margin-bottom: .125rem;
}

.form-group {
    display: flex;
    flex-direction: row !important;
}

.form-check-input[type="radio"]:checked+.form-check-label {
    background-color: #b19cd9;
    border-color: #b19cd9;
    color: #fff;
    font-weight: bold;
    border: solid #b19cd9 1px;
    width: 90px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .775rem .75rem !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #6B6A75;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.custom-table tbody tr td {
    padding: 15px;
    font-size: 16px !important;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.3s ease;
    vertical-align: top;
    /* Align content at the top of the cell */
    text-align: left;
    /* Align text to the left */
    white-space: normal;
    /* Allow text to wrap to the next line */
}

.custom-table tbody tr td:first-child {
    width: 50%;
    /* Adjust the width for the first column if needed */
    vertical-align: top;
    padding-bottom: 10px;
    /* Add some space below the title */
}


.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
    font-size: 13px !important;
}

.custom-table thead th,
.custom-table thead tr {
    border-bottom: none !important;
    border-top: none;
    font-size: 11px;
    letter-spacing: 0 !important;
    padding-bottom: 0px !important;
    text-transform: uppercase;
    vertical-align: top;
}

.react-calendar__tile--now {
    background: #b19bd9 !important;
}


.react-calendar__tile {
    height: 55px !important;
    border-radius: 100px !important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
    font-size: 21px !important;
    background: none;
    padding: 20px !important;
}

.react-calendar {
    width: 100% !important;
    border-radius: 15px;
    padding: 20px;
    margin: auto;
    border: none !important;
    font-size: 1.2em
}

.react-calendar__tile:enabled:hover {
    background-color: #b19bd9 !important;
    color: #ffffff !important;
}

.eventcolor {
    width: 20px !important;
    height: 20px !important;
    background-color: #8caeb8 !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    margin-top: -8px !important;
}

.cancelled-row {
    background-color: #f5f5f5;
    /* light grey */
    opacity: 0.6;
    /* make the row look disabled */
}

.cancelled-row td {
    color: #a0a0a0;
    /* grey out text */
}

.cancelled-row button {
    cursor: not-allowed;
    /* show the not-allowed cursor */
}

/* Modal Overlay for background blur and focus */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Slightly darker background */
    z-index: 999;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* Modal Container */
.modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    /* Wider modal */
    max-width: 600px;
    height: auto;
    padding: 30px;
    /* Larger padding for spacing */
    background-color: white;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1000;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    /* Deeper shadow */
    transition: all 0.3s ease-in-out;
}


.modal-content {
    position: absolute !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0;
}

/* Modal Title */
.modal h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

/* Input fields */
.modal input[type="date"],
.modal input[type="time"] {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 1rem;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: border 0.3s ease;
}


/* Modal Buttons */
.modal button {
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal button:focus {
    outline: none;
}

/* Confirm Button */
.modal button:first-child {
    background-color: #28a745;
    /* Success green */
    color: white;
}

.modal button:first-child:hover {
    background-color: #218838;
}

/* Cancel Button */
.modal button:last-child {
    background-color: #dc3545;
    /* Danger red */
    color: white;
}

.modal button:last-child:hover {
    background-color: #c82333;
}


.modal {
    animation: modalFadeIn 0.3s ease-in-out;
}

/* Media query for mobile */
@media (max-width: 768px) {
    .modal {
        width: 90%;
    }
}



@media (max-width: 1000px) {
    .text-end {
        text-align: left !important;
    }

.right-profile p {
    font-size: 14px;
    margin-bottom: 1px;
    color: #535353;
    text-align: center;
    width: 100%;
}

    
    .ui-mobile-viewport .sidebar {
        width: 100%;
        position: relative;
        top: 15px;
        margin-left: 0%;
    }

    

.right-profile {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
    
    .profile-box {
    background: #e8e4ee;
    border: 1px solid #bf56cf80;
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

    .left-profile img {
        width: 100% !important;
        height: auto !important;
        padding: 15px;
        clear: both;
    }

    .left-profile {
    width: 100%;
    height: auto;
}

    .healer-bg {
        background-size: cover;
    }



    .main-content {
        margin-left: 0;
        padding: 6px;
    }

    .profile-img-wrapper {
        width: 150px;
        height: 140px;
        margin: auto;
    }


}


.pagination-container {
    overflow-x: auto;
    /* Horizontal scroll if needed */
    white-space: nowrap;
    /* Prevents pagination items from wrapping onto multiple lines */
    width: 100%;
    /* Ensures it doesn't go beyond the parent container */
}

.pagination {
    display: flex;
    flex-wrap: nowrap;
    /* Prevents the pagination items from wrapping */
    gap: 4px;
    /* Optional spacing between page numbers */
}

.page-item {
    display: inline-block;
}

.page-link {
    padding: 6px 12px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.2s;
}

.page-link:hover {
    background-color: #f0f0f0;
}

/* Responsive Media Query */
@media (max-width: 600px) {
    .our-services.settings {
        padding: 15px;
        max-width: 90%;
    }

    .icon h4 {
        font-size: 24px;
    }

    .our-services.settings p {
        font-size: 16px;
    }

    .box {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media only screen and (max-width: 575.98px) {
    .left-bar {
        width: 100%;
    }

    .right-bar {
        width: 100%;

        margin-top: 19px;
    }

    .healer-status-block {
        flex: 1;
        padding: 10px;
        margin: 0 10px;
        border: 1px solid black;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 15px;
    }

    .healer-status-blocks {
        display: block;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .dashboard-cards {
        display: block;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .card {

        width: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .left-bar {
        width: 100%;
    }

    .right-bar {
        width: 100%;

        margin-top: 19px;
    }

    .healer-status-block {
        flex: 1;
        padding: 10px;
        margin: 0 10px;
        border: 1px solid black;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 15px;
    }

    .healer-status-blocks {
        display: block;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .dashboard-cards {
        display: block;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .card {

        width: 100%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .left-bar {
        width: 100%;
    }

    .right-bar {
        width: 100%;

        margin-top: 19px;
    }

    .healer-status-block {
        flex: 1;
        padding: 10px;
        margin: 0 10px;
        border: 1px solid black;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 15px;
    }

    .healer-status-blocks {
        display: block;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .dashboard-cards {
        display: block;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .card {

        width: 100%;
    }
}