.whatsapp {
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: 65px;
    /*left: 28px;*/
    bottom: 10px;
    background: #4dc247;
    z-index: 999;
}

    .whatsapp i {
        line-height: 60px;
    }

    .whatsapp:hover {
        /*background: #fff;*/
        /*color: #4dc247 !important;*/
    }

#loader {
    background-size: 100px;
}

.text-end {
    text-align: right !important;
}

.font-xxl {
    font-size: 18px;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fullscreen-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(90, 90, 90, 0.8);
    z-index: 99;
}

.pop-div {
    height: auto;
    width: 85%;
    background-color: #ffffff;
    position: absolute;
    top: 8%;
    left: 9%;
    right: 5%;
    padding: 20px;
}

.pop-div-close {
    width: 20px;
    position: absolute;
    top: -6px;
    right: 4px;
    font-size: 30px;
}

    .pop-div-close a {
        margin: 0 !important;
    }

.ui-widget-content {
    width: 244px !IMPORTANT;
    position: absolute !important;
    left: 65.3% !important;
    top: 59px !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.ui-menu .ui-menu-item {
    border-top: 1px solid rgba(0, 0, 0, .5) !important;
    padding: 10px 0px 8px 13px !important;
}

.ui-state-focus {
    background: var(--grd1) !important;
    color: var(--white) !important;
}

@media(max-width:767px) {
    .ui-widget-content {
        width: 93% !important;
        left: 3% !important;
        top: 29% !important;
    }
}

.gymsoftware-main .slick-slider .element {
    /*height:100px;
  width:100px;*/
    background-color: none;
    /* color:#fff;*/
    /*border-radius:5px;*/
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.gymsoftware-main .slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.gymsoftware-main .feature {
    padding: 100px 0;
}


    .gymsoftware-main .feature .sub-heading {
        font-size: 17px;
        font-weight: 300;
    }

    .gymsoftware-main .feature .card {
        border: none;
        cursor: pointer;
        transition: 0.8s ease;
        box-shadow: 2px 2px 10px #e1e1e1;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        border-radius: 0.25rem;
        margin: 40px 0;
    }

        .gymsoftware-main .feature .card:hover {
            background-color: #ed8c4a;
        }

    .gymsoftware-main .feature .feature-icon {
        font-size: 120px;
        -webkit-transform: translateY(-30%);
        color: #ed8c4a;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .gymsoftware-main .feature .card .card-body {
        padding: 0 20px 30px 20px;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .gymsoftware-main .feature .card-body .card-text {
        font-size: 24px;
        font-weight: 300;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .gymsoftware-main .feature .card:hover .feature-icon {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        color: #202020;
    }

.gymsoftware-main .stats {
    padding: 50px 0;
    position: relative;
    /*padding-top: 200px;*/
}

    .gymsoftware-main .stats .main-heading {
        font-weight: bold;
        letter-spacing: 0;
        font-size: 40px;
    }

    .gymsoftware-main .stats .sub-heading {
        font-size: 20px;
        color: rgb(105, 105, 105);
        font-weight: 300;
    }

    .gymsoftware-main .stats .stats-box {
        cursor: pointer;
    }

    .gymsoftware-main .stats .stats-icon {
        margin-top: auto;
        margin-bottom: auto;
    }

        .gymsoftware-main .stats .stats-icon i {
            font-size: 36px;
            color: #ed8c4a;
        }

    .gymsoftware-main .stats .stats-box:hover .stats-icon {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }

    .gymsoftware-main .stats .stats-box-text .numbering {
        font-size: 36px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 0;
        line-height: 1.3;
        font-weight: 500;
    }

    .gymsoftware-main .stats .stats-box-text .sub-heading {
        font-size: 20px;
        /* font-weight: 400; */
        letter-spacing: -1px;
    }

    .gymsoftware-main .stats .plant-img {
        position: relative;
    }

    .gymsoftware-main .stats .plant {
        position: absolute;
        right: 0;
        bottom: -167px;
    }

    .gymsoftware-main .stats img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        border-style: none;
    }

@media screen and (max-width: 1600px) {
    .gymsoftware-main .stats svg.left-square {
        position: absolute;
        left: 0;
        height: 191%;
        top: -279px;
        bottom: 0;
    }
}

@media screen and (max-width: 1920px) {
    .gymsoftware-main .stats svg.left-square {
        position: absolute;
        left: 0;
        height: 230%;
        top: -275px;
        bottom: 0;
    }
}

.gymsoftware-main .stats svg.left-square {
    position: absolute;
    left: 0;
    height: 177%;
    top: -117px;
    bottom: 0;
}



.gymsoftware-main .stats svg {
    position: absolute;
    right: 0;
    height: 152%;
    fill: #ed8c4a;
    top: -147px;
    bottom: 0;
}

.gymsoftware-main .stats svg {
    overflow: hidden;
    vertical-align: middle;
}

.gymsoftware-main .gallery {
    position: relative;
    padding: 50px 0;
}

    .gymsoftware-main .gallery .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .gymsoftware-main .gallery .main-heading {
        font-size: 48px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .gymsoftware-main .gallery .cbp {
        position: relative;
        margin: 0 auto;
        z-index: 1;
        min-height: 910px;
    }

    .gymsoftware-main .gallery .cbp-wrapper-outer {
        overflow: visible;
    }

    .gymsoftware-main .gallery .cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
        list-style-type: none;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .gymsoftware-main .gallery .cbp-wrapper, .cbp-wrapper-helper {
        margin: 0;
    }

    .gymsoftware-main .gallery .cbp-ready .cbp-wrapper, .cbp-ready .cbp-wrapper-helper {
        position: absolute;
        top: 0;
        left: 0;
    }

    .gymsoftware-main .gallery .cbp-item {
        display: inline-block;
        margin: 0 10px 20px 0;
        width: 537px;
    }

    .gymsoftware-main .gallery .cbp .cbp-item {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .gymsoftware-main .gallery .cbp-ready .cbp-item {
        position: absolute;
        top: 0;
        left: 0;
    }

    .gymsoftware-main .gallery .cbp-item.even {
        margin-top: -190px;
    }

    .gymsoftware-main .gallery .cbp-item-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .gymsoftware-main .gallery .cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .gymsoftware-main .gallery .cbp a, .cbp a:hover, .cbp a:active {
        text-decoration: none;
        outline: 0;
    }

    .gymsoftware-main .gallery .cbp-caption-active .cbp-caption-defaultWrap {
        top: 0;
        -webkit-transition: -webkit-transform .35s ease-out;
        transition: transform .35s ease-out;
        overflow: hidden;
        position: relative;
        z-index: 1;
        display: block;
    }

    .gymsoftware-main .gallery .cbp-lightbox img {
        display: block;
        border: 0;
        width: 100%;
        height: 100%;
    }

    .gymsoftware-main .gallery .cbp-caption-zoom .cbp-caption-activeWrap {
        opacity: 0;
        top: 3%;
        left: 3%;
        width: 94%;
        position: absolute;
        z-index: 2;
        height: 94%;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity .4s;
        overflow: hidden;
    }

    .gymsoftware-main .gallery .portfolio-hover-effect .hover-text {
        padding-left: 3%;
        padding-bottom: 2%;
    }

        .gymsoftware-main .gallery .portfolio-hover-effect .hover-text .p-hover-title {
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            color: #fff;
            font-weight: 400;
            margin-bottom: 0;
        }

        .gymsoftware-main .gallery .portfolio-hover-effect .hover-text .p-hover-des {
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 300;
            color: #fff;
        }

    .gymsoftware-main .gallery .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    .gymsoftware-main .gallery .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
        opacity: 1;
    }

.gymsoftware-main .testimonial {
    position: relative;
    padding: 50px 0;
}


    .gymsoftware-main .testimonial .main-heading {
        font-size: 48px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .gymsoftware-main .testimonial .video-review {
        padding-right: 20px;
    }

        .gymsoftware-main .testimonial .video-review .video-title h4 {
            font-weight: bold;
        }

        .gymsoftware-main .testimonial .video-review .video-content {
        }

            .gymsoftware-main .testimonial .video-review .video-content iframe {
                height: 200px;
                width: 100%;
            }

        .gymsoftware-main .testimonial .video-review .video-user {
            float: left;
        }

            .gymsoftware-main .testimonial .video-review .video-user .user_name {
                font-weight: 600;
            }

        .gymsoftware-main .testimonial .video-review .video-date {
            float: right;
            font-weight: 600;
        }

.gymsoftware-main .contact {
    padding: 50px 0;
}

    .gymsoftware-main .contact label {
        color: #fff;
    }


.gymsoftware-main .faq-soft {
    padding: 50px 0;
    position: relative;
    /*padding-top: 200px;*/
}

    .gymsoftware-main .faq-soft .panel-heading [data-toggle="collapse"]:after {
        font-family: 'fontawesome';
        content: "\f054"; /* "play" icon */
        float: right;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .gymsoftware-main .faq-soft .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #454444;
    }

@media screen and (max-width: 512px) {
    .gymsoftware-main .gallery .cbp-item {
        width: 100%;
        position: initial !important;
        display: block;
        margin: 15px 0 !important;
    }

    .gymsoftware-main .stats svg.left-square {
        display: none;
    }

    .slick-slide .w-75 {
        width: 100% !important;
    }

    .b_title {
        font-size: 30px;
    }

    .gymsoftware-main .gallery {
    }

    .gymsoftware-main .stats .main-heading {
        font-size: 24px;
    }

    .gymsoftware-main .gallery .main-heading {
        font-size: 35px;
    }

    .gymsoftware-main .gallery {
        padding: 0 0;
    }

        .gymsoftware-main .gallery .cbp {
            min-height: 1330px;
        }
}

.blog-info {
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

    .blog-info li {
        font-size: 13px;
        font-weight: 600;
    }

.blog-sidebar .cmn-box {
    display: block;
    padding: 20px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 25px;
}

    .blog-sidebar .cmn-box ul li {
        display: block;
        border-top: 1px solid #e9e9e9;
    }

        .blog-sidebar .cmn-box ul li a {
            display: block;
            position: relative;
            font-size: 14px;
            color: #62727d;
            font-weight: 300;
            padding: 9px 40px 8px 0px;
            line-height: normal;
        }

            .blog-sidebar .cmn-box ul li a span.count {
                font-size: 12px;
                color: #62727d;
                padding: 2px 8px 1px 8px;
                background: #dde4e9;
                -webkit-border-radius: 30px;
                line-height: normal;
                display: inline-block;
                position: absolute;
                right: -2px;
                top: 9px;
                -webkit-transition: all ease 0.3s;
                min-width: 30px;
                text-align: center;
            }

            .blog-sidebar .cmn-box ul li a:hover {
                color: var(--pc);
            }

.blog-sidebar .article-box {
    display: block;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.13);
    margin-bottom: 25px;
}

.blog-sidebar p {
    color: #747d84;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb-item a {
    color: var(--pc);
    font-weight: 600;
}

.d-flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.btn-tag {
    border: 1px solid var(--pc);
    margin-right: 10px;
    color: var(--pc);
    font-weight: 900 !important;
}

    .btn-tag:hover {
        background: var(--pc);
        color: #fff;
    }

.tooltip {
    position: relative;
    display: contents;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        max-width: 500px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        min-width: 237px;
        display: block;
        top: 27px;
        right: 0px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: -10px;
            right: 5px;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #555 transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .tooltip .tooltiptext-left {
        visibility: hidden;
        max-width: 500px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        margin-right: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        min-width: 237px;
        display: block;
        top: 27px;
        left: 0px;
    }

        .tooltip .tooltiptext-left::after {
            content: "";
            position: absolute;
            top: -10px;
            left: 5px;
            margin-right: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #555 transparent;
        }

    .tooltip:hover .tooltiptext-left {
        visibility: visible;
        opacity: 1;
    }

.pop-user-login {
    width: 33%;
    left: 33%;
    top: 4%;
}

.d-none-reg {
    display: none;
}

.btn-default {
    background-color: var(--pc);
    color: #fff !important;
}

    .btn-default:hover {
        background-color: var(--tc);
    }

.hindi {
    display: none;
}

.small_imgs .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100px;
}

.ratio-male-female {
    left: 0;
    width: 47%;
    border-radius: 0px 7px 7px 0px !important;
}

.abs_hdr {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

    .abs_hdr.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        background: var(--white);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(15.5px);
    }

.custom-checkbox-input {
    width: 100%;
    z-index: 999999999999999999;
    position: absolute;
    height: 45px;
    opacity: 0;
}

.custom-checkbox-text {
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
    text-align: center;
    height: 35px;
    overflow: hidden;
    align-items: center;
    color: #fff;
    border: 1px solid #ed8c4a;
    padding-top: 9px;
}

    .custom-checkbox-text label {
        padding: 0 5px;
        font-size: 11px;
    }

.custom-checkbox-input:checked ~ .custom-checkbox-text, .custom-checkbox-input:checked ~ .custom-checkbox-text label {
    background-color: #ed8c4a !important;
    color: white;
}

label.custom-checkbox {
    width: 48%;
}

.custom-radio {
    width: 48%;
    position: relative;
}

.custom-radio-text {
    position: absolute;
    top: 4px;
    left: 35px;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.custom-radio input[type='radio']:after {
    background-color: #78C2F1;
}

.custom-radio input[type='radio']:checked:after {
    background-color: #78C2F1;
}

.offer-master {
    display: flex;
    flex-wrap: wrap;
}

    .offer-master .form-group {
        width: 46%;
        margin: 10px;
    }

        .offer-master .form-group.timeslot {
            width: 100%;
        }

.xdsoft_datetimepicker {
    z-index: 99999999999 !important;
}

@media(max-width:575px) {
}


.cat-data-item-list .heading {
    font-size: 17px;
    padding-left: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.item-box-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
}

    .item-box-list .item-box {
        width: 144px;
        height: 110px;
        border: 1px solid rgba(222, 226, 230, 0.7);
        margin: 0 0 20px 10px;
        border-radius: 5px;
        position: relative;
           background: #fff4ed;
    }

        .item-box-list .item-box .item-imgbox {
            background-color: #cbebff;
            text-align: center;
            padding: 10px 0;
            position: relative;
            min-height: 105px;
        }

            .item-box-list .item-box .item-imgbox a {
                display: block;
            }



        .item-box-list .item-box .item-contentbox {
            text-align: center;
            padding-top: 6px;
            font-size: 14px;
            font-weight: 600;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-bottom: 22px;
             
        }

            .item-box-list .item-box .item-contentbox .iteb-price {
                display: block;
            }

            .item-box-list .item-box .item-contentbox .iteb-name {
                display: block;
            }

            .item-box-list .item-box .item-contentbox .item-img {
                height: 70px;
                width: 70px;
            }

            .item-box-list .item-box .item-contentbox .item-holder {
                display: flex;
                justify-content: space-between;
            }

            .item-box-list .item-box .item-contentbox .right {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }

        .item-box-list .item-box .item-action {
            position: absolute;
            display: flex;
            width: 100%;
            bottom: -12px;
            justify-content: center;
        }

            .item-box-list .item-box .item-action a span.holder {
                border: 1px solid;
                border-radius: 16px;
                padding-top: 2px;
                background: #ed8b4a;
                height: 27px;
                width: 27px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .item-box-list .item-box .item-action a i {
                font-size: 18px;
            }

.blank {
    background: #afafaf;
}

.kot {
    background: #ffc107;
}

.printed {
    background: #05fa88;
}

.btn-ordertype.active {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

/*.radio-part-payment-type {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}
.part-payment.info-box  {
    position: relative;
}*/
.pa .part-payment.active {
    background: darkseagreen !important;
    border: 2px solid green;
}

.bg-antiquewhite {
    background: antiquewhite;
}

.bb {
    padding: 3px 0;
}


.cat-item-list {
    margin: 5px 0 20px 0;
}

    .cat-item-list ul {
    }

        .cat-item-list ul li {
        }

            .cat-item-list ul li a {
                color: #333;
            }

body.dark .cat-item-list ul li a {
    color: #fff !important;
}

.cat-item-list ul li a.active {
    border-bottom: 5px solid #ed8b4a;
}

.item-box-list.counter-billing .item-box {
    width: 190px;
    height: 122px;
}


    .item-box-list.counter-billing .item-box .item-contentbox {
        text-align: justify;
        justify-content: space-between;
        padding: 8px;
    }

.active.item-box {
    background-color: #ed8b4a;
}

.paymode-option {
    padding: 0 !important;
    align-items: center;
    display: flex;
    padding-bottom: 12px !important;
}

    .paymode-option .form-check {
        position: relative;
        padding: 0;
        margin: 0;
        width: 20%;
        text-align: center;
    }

        .paymode-option .form-check .form-check-input {
            opacity: 0;
            display: block;
            position: absolute;
            width: 100%;
        }

        .paymode-option .form-check .form-check-label {
            width: 95%;
            height: 34px;
            display: flex;
            align-items: center;
            justify-content: center;
            justify-content: space-around;
            border: 1px solid;
            border-radius: 24px;
        }

            .paymode-option .form-check .form-check-label i {
                display: none;
            }

        .paymode-option .form-check input.form-check-input:checked + label.form-check-label {
            background: #ed8b4a;
        }

            .paymode-option .form-check input.form-check-input:checked + label.form-check-label i {
                display: block;
            }

.order-charge-content {
    padding-top: 30px;
}

    .order-charge-content div.bb {
        display: flex;
        justify-content: space-between;
        padding-right: 10px;
    }

        .order-charge-content div.bb b.bb {
        }

        .order-charge-content div.bb .form-control {
            width: 25%;
            text-align: center;
        }

.part-payment {
}

    .part-payment .part-payment-type {
        position: relative;
        width: 100%;
    }

        .part-payment .part-payment-type .radio-part-payment-type {
            position: absolute;
            height: 100%;
            width: 100%;
            opacity: 0;
        }

        .part-payment .part-payment-type span {
            width: 100%;
            height: 44px;
            border: 1px solid;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 26px;
        }

        .part-payment .part-payment-type input.radio-part-payment-type:checked + span {
            background: #ed8b4a;
        }

        
.inner-timing-content {
    position: relative;
}

.timing-content {
     position: absolute;
    right: 0;
    top: -32px;
    width: 40%;
    font-size: 14px;
    background: #fff4ed;
    padding: 10px;
    border-radius: 10px;
}

    .timing-content .timing-box {
        width: 100%;
        display: flex;
    }

        .timing-content .timing-box .timing-left {
            width: 30%;
        }

        .timing-content .timing-box .timing-right {
        }

    .timing-mobile, .timing-content .timing-close {
        display: none;
    }

@media(max-width:767px) {
    .timing-mobile a{
         color:var(--pc);
    }
    .timing-mobile {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 29px;
    }

    .timing-content {
        display: none;
        width: auto;
        left: 0;
        background: antiquewhite;
        top: -41px;
        padding: 11px;
    }

        .timing-content .timing-close {
            display: block;
            position: absolute;
        right: 5px;
        font-size: 28px;
        top: 0;
        background: var(--pc);
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        }
}
.clockpicker-popover {
position:absolute;}

.text-danger{
    color:indianred;
}
.d-none{
    display:none;
}
/* Card layout */
.card-user {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #e0e0e0;
}

/* Salmon/orange header background */
.card-header {
  background: #f4a07a;
  position: relative;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
}

/* Icon buttons (top-left and top-right) */
.card-header-icons-right {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 6px;
}
.card-header-icons-left {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  gap: 4px;
}
.icon-btn {
  background: rgba(80,80,80,0.75);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

/* Circular avatar */
.img-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
}

/* Card body */
.card-title a { color:  var(--color-primary-500); font-weight: 600; text-decoration: none; }
.user-membership { font-size: 12px; color: #1a7abf; font-weight: 500; margin-bottom: 10px; }

/* Buttons */
.btn-brand {
  background:  var(--color-primary-500);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  cursor: pointer;
}