body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    background-color: rgb(249 250 251) !important;
    background-size: cover;
}

.navbar {
    background-color: #fff;
}

.header {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.header-content {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.header-content .dropdown .btn {
    border: 0 !important;
    padding: 0 !important;
}

.header-content .dropdown .dropdown-menu::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #f2f4f9;
    border-left: 1px solid #f2f4f9;
}

.header-content .dropdown .dropdown-menu {
    min-width: 250px;
    width: max-content;
    position: absolute;
    left: auto;
    right: -20px;
    margin-top: 20px;
    border: 0;
    box-shadow: 0 5px 10px 0 rgba(183, 192, 206, 0.2);
    padding-top: 0;
    padding-bottom: 0;
}

.separate {
    margin: 10px 0;
    border: 0.5px solid #66666614;
}

.h-card {
    height: 100px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px !important;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.h-card:hover {
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px !important;
    /* transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px; */
}

.bg-first {
    width: 100%;
    background-color: #00968825 !important;
}

.bg-second {
    width: 100%;
    background-color: rgb(254 242 242) !important;
}

.bg-third {
    width: 100%;
    background-color: rgb(239 246 255) !important;
}

.bg-fourth {
    width: 100%;
    background-color: #f4c33025 !important;
}

.bg-fivth {
    width: 100%;
    background-color: rgb(245 243 255) !important;
}

.fontsize-20 i {
    font-size: 20px !important;
}

.input-group.category-label {
    align-items: center;
}

.clear-btn {
    margin: 20px 0 0 0 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 14px !important;
    width: 100%;
    border-radius: 6px !important;
}

.tx-16 {
    font-size: 16px !important;
}

a {
    text-decoration: none !important;
}

.tx-14 {
    font-size: 14px !important;
}

.tx-12 {
    font-size: 12px;
}

.tx-32 {
    font-size: 32px !important;
}

.header-content .dropdown .dropdown-menu .bi {
    font-size: 16px;
}

.header-content .dropdown .dropdown-menu .dropdown-item:hover,
.dropdown-item:focus {
    background-color: #faf9fa;
}

.header-content .dropdown .dropdown-image {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.custom-search {
    display: block;
    margin-right: 30px;
}

.custom-search .bi {
    color: #d98181 !important;
    font-size: 16px !important;
}

.custom-search .input-group-text {
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.custom-search .form-control {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.custom-search .form-control:focus {
    border-color: #dee2e6;
}

.custom-search .form-control::placeholder {
    font-size: 14px;
    color: #b6b8bb;
}

@media only screen and (max-width: 767px) {
    .input-group.custom-search {
        display: none;
    }
}

.navbar-collapse {
    position: fixed;
    top: 50px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
}

.navbar-collapse.show {
    left: 10px;
    transition: left 300ms ease-in-out;
}

.navbar-toggler.collapsed~.navbar-collapse {
    transition: left 500ms ease-in-out;
}

.navbar-toggler:hover {
    box-shadow: none !important;
}

.navbar-brand {
    font-family: "Poppins", sans-serif;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 576px) {
    .search {
        display: none;
    }
}

.searchTerm {
    width: 100%;
    border: none;
    padding: 20px;
    height: 20px;
    margin: 0px 20px;
    border-radius: 5px 5px;
    outline: none;
    color: #9dbfaf;
    border: 1px solid #ef7c86;
}

.searchTerm:focus {
    color: #00b4cc;
}

.b-id {
    border: 0.5px solid #66666659;
    padding: 2px 5px;
    border-radius: 5px;
    cursor: pointer;
}

.searchButton {
    width: 40px;
    background: #e32636;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    border: 0;
    align-items: baseline;
}

.searchButton .bi-search {
    width: 25px;
}

.member-section {
    margin-bottom: 100px;
}

.category {
    display: flex;
    /* padding: 10px 100px 10px 100px; */
    /* padding: 10px; */
    box-shadow: none;
}

.category .category-label label {
    width: 100%;
    padding: 0 6px;
    font-size: 14px;
    text-align: left;
}

.category .form-select {
    border-radius: 6px;
    /* margin: 0px 3px 0px 0px !important; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* font-size: 12px !important; */
    width: 100%;
}

.navbar-toggler {
    border-radius: 0 !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.footer .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0px;
    font-weight: 500;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.member-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.delete-icon {
    float: right;
    right: 0;
}

.delete-btn {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
}

.icon-text {
    font-size: small;
    font-weight: 500;
    color: #333 !important;
}

.reportcard {
    color: #333;
    cursor: pointer;
}

.bg-report-1 {
    background-color: rgb(254 242 242) !important;
    border: 1px solid rgb(247 186 186) !important;
    color: rgb(153 27 27) !important;
    word-wrap: break-word;
}

.bg-report-2 {
    background-color: rgb(239 246 255) !important;
    border: 1px solid rgb(150 170 235) !important;
    color: rgb(30 64 175) !important;
    word-wrap: break-word;
}

.bg-report-3 {
    background-color: rgb(250 245 255) !important;
    border: 1px solid rgb(217 180 247) !important;
    color: rgb(107 33 168) !important;
    word-wrap: break-word;
}

.bg-report-4 {
    background-color: #e2f7e282 !important;
    border: 1px solid #00800061 !important;
    color: green !important;
    word-wrap: break-word;
}

.bg-report-6 {
    background-color: rgb(255 251 235) !important;
    border: 1px solid rgb(217 119 6 / 44%) !important;
    color: rgb(217 119 6) !important;
    word-wrap: break-word;
}

/* .reportcard.active {
    color: #fff;
    background-color: #cc0000 !important;
} */

.reportcard.active .bi-currency-rupee {
    color: #fff !important;
}

.card-detail-text {
    font-size: small;
    font-weight: 500;
}

.grid-container {
    row-gap: 20px;
}

.sidepanel {
    width: max-content !important;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sidepanel ul {
    padding: 20px 20px 20px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

.sidepanel .nav-link {
    padding-left: 3px !important;
    color: #111;
}

.sidepanel .nav-link:focus,
.sidepanel .nav-link:hover {
    color: #cc0000;
}

.sidepanel ul li .nav-link.active {
    color: #cc0000;
}

.sidepanel ul span {
    padding-left: 8px;
    font-size: 14px;
}

.openbtn {
    font-size: 30px !important;
    cursor: pointer;
    border: none;
}

.save-btn:hover span {
    color: #740000;
}

.profile-logo-img2 {
    width: 50px;
    height: 50px;
}

.form-user-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-select:focus {
    box-shadow: none !important;
}

.dob {
    font-size: 12px !important;
    margin-bottom: 0;
    margin-top: 0;
    color: red;
}

@media only screen and (max-width: 768px) {
    .form-col {
        margin-top: 10px !important;
    }

    .category {
        padding: 5px 0px 5px 0px;
        width: auto;
        overflow-x: scroll;
    }

    .category .form-select {
        margin: 0;
        width: auto;
    }

    .user-img {
        width: 70px;
        height: 70px;
        border-radius: 100%;
    }
}

.login-container {
    margin-top: 50px;
}

.login-row {
    padding: 50px 0px 50px 0;
    background-color: #fff;
}

.login-form-section {
    margin-top: 3rem;
}

.close-btn {
    position: absolute;
    float: left;
    top: 20px;
    left: 40px;
    z-index: 5;
}

@media only screen and (max-width: 768px) {
    .login-row {
        background-color: #fff;
        box-shadow: none;
        padding: 50px 0;
    }

    .login-form-section {
        padding: 0 !important;
        margin-top: 15rem !important;
    }

    .login-container {
        margin-top: 15px;
    }

    .close-btn {
        top: 20px;
        left: 10px;
        z-index: 5;
        color: #fff !important;
    }

    .plan-section {
        margin-top: 0.5rem !important;
    }
}

.plan-section {
    margin-top: 1rem;
}

.plan-section .row {
    font-size: 14px;
    /* font-weight: 500; */
}

/*
.plan-section .card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
*/
.footer-link {
    color: black;
    text-decoration: none;
    list-style: none;
    font-size: 14px;
}

.active {
    color: #a52a2a;
}

.footer-link:active {
    background: #a32a2bd1;
    /* border: 1px #a52a2a; */
    color: #fff;
    /* padding: 2px;
    border-radius: 25px; */
    transition-duration: 0.4s;
}

.footer-link .footer-link-content {
    width: 100px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer-link .footer-link-content {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .login-row {
        height: 100vh;
    }

    .login-container {
        margin-top: 0;
    }
}

.gymCard {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 6px;
}

.edit-gym-btn {
    position: absolute;
    float: right;
    right: 30px;
}

.edit-button {
    position: absolute;
    top: 15px;
    right: 15px;
}

.dashboard-txt {
    font-weight: 400;
}

.dashboard-txt span {
    font-weight: 700;
    font-size: 20px;
}

.drp-mn .dropdown-item:hover {
    background-color: #e8e8e8;
}

.drp-btn:focus {
    box-shadow: none;
    border: 0;
}

.drp-btn:active {
    box-shadow: none;
    border: 0;
}

.camera-icon {
    width: 30px;
    position: relative;
    margin-top: -35px;
}

.ub-ft {
    font-family: "Ubuntu", sans-serif;
}

.intro {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}

.logo-img {
    width: 10%;
}

@media screen and (max-width: 768px) {
    .intro {
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
        height: 100vh;
        margin: 0;
    }

    .logo-img {
        width: 30%;
    }
}

.intro .t1 {
    font-size: 1.7rem;
    font-weight: 500;
}

.intro .ub-ft {
    font-size: 3rem;
    color: #cc0000;
}

.btn-txt {
    font-weight: 500;
}

.vc-img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

/*Input Border Designing */

.inp-bd {
    height: 50px;
    line-height: 50px;
    border-bottom: 1.5px solid #cc0000 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
}

.inp-ic {
    border-bottom: 1.5px solid #cc0000 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    color: #cc0000 !important;
    padding-right: 0 !important;
}

/*
@media screen and (max-width: 1100px){
    .col-md-4, .col-sm-4{
      width: 100% !important;
    }
}
*/

.icons-bg-view {
    padding: 10px;
    margin: 0 10px;
    background-color: #f5eeee;
    border-radius: 5px;
    text-align: center;
}

.card {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border: 0 !important;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.dashboard-card-box-shadow .card {
    font-weight: 500;
    text-align: center !important;
}

.card-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.dashboard-card-box-shadow .card .bi {
    font-size: 1.4rem;
}

.dashboard-card-box-shadow .card .icons-round-view {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0 !important;
    background-color: #f5f3ee;
    border-radius: 100%;
    text-align: center;
}

.dashboard-card-box-shadow .col-6:nth-child(1) .card .bi {
    color: #00bbd5;
}

.dashboard-card-box-shadow .col-6:nth-child(1) .card {
    color: #00bbd5;
}

.dashboard-card-box-shadow .col-6:nth-child(1) .card .icons-round-view {
    background-color: #00bbd525;
}

.dashboard-card-box-shadow .col-6:nth-child(2) .card .bi {
    color: #fd5722;
}

.dashboard-card-box-shadow .col-6:nth-child(2) .card {
    color: #fd5722;
}

.dashboard-card-box-shadow .col-6:nth-child(2) .card .icons-round-view {
    background-color: #fd572225;
}

.dashboard-card-box-shadow .col-6:nth-child(3) .card .bi {
    color: #e91d62;
}

.dashboard-card-box-shadow .col-6:nth-child(3) .card {
    color: #e91d62;
}

.dashboard-card-box-shadow .col-6:nth-child(3) .card .icons-round-view {
    background-color: #e91d6225;
}

.dashboard-card-box-shadow .col-6:nth-child(4) .card .bi {
    color: #009688;
}

.dashboard-card-box-shadow .col-6:nth-child(4) .card {
    color: #009688;
}

.dashboard-card-box-shadow .col-6:nth-child(4) .card .icons-round-view {
    background-color: #00968825;
}

.dashboard-card-box-shadow .col-6:nth-child(5) .card .bi {
    color: #36454f;
}

.dashboard-card-box-shadow .col-6:nth-child(5) .card {
    color: #36454f;
}

.dashboard-card-box-shadow .col-6:nth-child(5) .card .icons-round-view {
    background-color: #36454f25;
}

.dashboard-card-box-shadow .col-6:nth-child(6) .card .bi {
    color: #9f6ef9;
}

.dashboard-card-box-shadow .col-6:nth-child(6) .card {
    color: #9f6ef9;
}

.dashboard-card-box-shadow .col-6:nth-child(6) .card .icons-round-view {
    color: #9f6ef925;
}

.dashboard-card-box-shadow .col-6:nth-child(7) .card .bi {
    color: #bd33a4;
}

.dashboard-card-box-shadow .col-6:nth-child(7) .card {
    color: #bd33a4;
}

.dashboard-card-box-shadow .col-6:nth-child(7) .card .icons-round-view {
    color: #bd33a425;
}

.dashboard-card-box-shadow .col-6:nth-child(8) .card .bi {
    color: #00bfff;
}

.dashboard-card-box-shadow .col-6:nth-child(8) .card {
    color: #00bfff;
}

.dashboard-card-box-shadow .col-6:nth-child(8) .card .icons-round-view {
    color: #00bfff25;
}

.dashboard-card-box-shadow .col-6:nth-child(9) .card .bi {
    color: #009688;
}

.dashboard-card-box-shadow .col-6:nth-child(9) .card {
    color: #009688;
}

.dashboard-card-box-shadow .col-6:nth-child(9) .card .icons-round-view {
    color: #00968825;
}

.dashboard-card-box-shadow .col-6:nth-child(10) .card .bi {
    color: #551a8b;
}

.dashboard-card-box-shadow .col-6:nth-child(10) .card {
    color: #551a8b;
}

.dashboard-card-box-shadow .col-6:nth-child(10) .card .icons-round-view {
    background-color: #551a8b25;
}

.dashboard-card-box-shadow .col-6:nth-child(11) .card .bi {
    color: #be5504;
}

.dashboard-card-box-shadow .col-6:nth-child(11) .card {
    color: #be5504;
}

.dashboard-card-box-shadow .col-6:nth-child(11) .card .icons-round-view {
    background-color: #be550425;
}

.dashboard-card-box-shadow .col-6:nth-child(12) .card .bi {
    color: #f4c430;
}

.dashboard-card-box-shadow .col-6:nth-child(12) .card {
    color: #f4c430;
}

.dashboard-card-box-shadow .col-6:nth-child(12) .card .icons-round-view {
    background-color: #f4c33025;
}

@media screen and (max-width: 768px) {
    .dashboard-card-box-shadow .card .bi {
        color: brown;
        font-size: 1.5rem;
    }

    .dashboard-card-box-shadow .card .icons-round-view {
        height: 0px;
        width: 0px;
        line-height: 0px;
    }

    .dashboard-card-box-shadow .card .icons-round-view .bi {
        font-size: 22px;
        position: absolute;
        right: 18px;
        bottom: 10px;
    }

    .dashboard-card-box-shadow .card .text-start {
        margin-left: 0px !important;
    }

    .dashboard-card-box-shadow .card .justify-content-around {
        justify-content: flex-start !important;
    }
}

.member-section .card .text-dark {
    font-weight: 500;
}

.member-section .table .text-dark {
    border: 1px solid #66666640;
    padding: 2px 2px 2px 6px;
    text-align: center;
    border-radius: 2px;
}

.member-section .card .bi {
    color: black;
}

.plan-section .card .text-dark {
    font-weight: 500;
}

.plan-section .card .bi {
    color: black;
    font-size: 14px;
}

.search-attend {
    width: 100%;
    padding: 20px;
    height: 20px;
    margin: 0px;
    border-radius: 5px;
    outline: none;
    color: #9dbfaf;
    border: 1px solid #df777f;
}

.fs-12 {
    font-size: 12px;
}

.punch-btn {
    outline: 0;
    border: none;
    background: #cc0000;
    color: #fff;
    cursor: pointer;
}

.att-drop {
    height: 30px;
    line-height: 30px;
    width: 30px;
    background-color: #f5f3ee;
    border-radius: 100%;
    cursor: pointer;
}

.att-drop button {
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}

.gym-logo {
    width: 120px;
    height: auto;
}

.nav-link:focus-visible {
    box-shadow: none !important;
}

.edit-btn {
    position: absolute !important;
    right: 0;
    top: 3px;
}

.drop-btn {
    position: absolute !important;
    right: 0;
    bottom: 3px;
}

/*Plan Expired*/

.fs-14 {
    font-size: 12px;
    opacity: 100%;
    font-weight: 600;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.plan-exp-btn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 5px;
    /* background: linear-gradient(-45deg, #cc0000, #e73c7e, #d662ea, #cc0000); */
    background: linear-gradient(-45deg, #ff9999, #ff6666, #ff4d4d, #ff9999);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    opacity: 0.7;
    border-radius: 8px 0px 8px 0px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    vertical-align: middle;
}

.table-responsive {
    /* text-wrap: nowrap; */
    text-wrap: wrap;
    text-align: start;
}

.table-responsive table thead td {
    font-size: 14px;
}

.table-responsive table thead th {
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
    color: #6f6f6f
}

.table-img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.trainer-img {
    width: 100%;
    height: auto;
    background: #f1f2f6;
    border-radius: 100%;
}

.absolute-top-left {
    position: absolute;
    top: -1px;
    left: 0;
}

/*End Of Plan Expired*/

/*Css For Navbar Brand*/
@media screen and (max-width: 1024px) {
    .navbar .navbar-brand {
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.product-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.product-exp-btn {
    position: absolute;
    top: 0;
    left: 0;
}

.product-exp-btn .badge {
    padding: 7px 10px;
    border-radius: 8px 0px 8px 0px;
}

.two-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.one-line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .mt-xs-2 {
        margin-top: 2rem !important;
    }

    .mb-xs-2 {
        margin-bottom: 10px !important;
    }

    .table-responsive {
        text-wrap: nowrap;
    }
}

/*Card background*/
/*For lead*/
.card-bottom-bg {
    width: 110px;
    position: absolute;
    right: 5px;
    bottom: 0px;
    z-index: 0;
    opacity: 0.035;
}

.card-bottom-bg-small {
    width: 70px;
    position: absolute;
    right: 7px;
    bottom: 5px;
    z-index: 0;
    opacity: 0.035;
}

.card-top-bg {
    width: 70px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 0;
    opacity: 0.035;
}

.card-top-bg-small {
    width: 30px;
    position: absolute;
    right: 5px;
    top: 4px;
    z-index: 0;
    opacity: 0.035;
}

.custom-select {
    border-color: #009688;
    border-width: 1px;
    font-weight: 500;
    color: #fff;
    background-color: #009688;
    border-radius: 3px;
    margin-top: 2px;
    position: relative;
    z-index: 24;
    padding: 0 0 1px 0;
}

.card-head-bg {
    background-image: url("./bg_gym.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
}

.z-22 {
    z-index: 22;
}

.sidepanel .nav-link .bi {
    font-size: 14px;
}

.no-box-shadow {
    box-shadow: none;
}

.light-border {
    border: 0.5px solid #d6d6d6e0;
    border-radius: 7px;
}

.hide-scrollbar::-webkit-scrollbar {
    width: 0;
}

.absolute-top-left .badge {
    padding: 5px 10px;
    border-radius: 8px 0px 8px 0px;
}

.icon-bg {
    background-color: #00bbd525;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: large;
}

.pos-image-area {
    margin-top: 10px;
    background-color: aliceblue;
    padding: 6px 0;
    border-radius: 5px;
}

.image-area {
    background-color: #f9fafb;
    border-radius: 5px;
}

.custom-select-pos {
    border-color: #009688;
    border-width: 1px;
    font-weight: 500;
    color: #fff;
    background-color: #009688;
    border-radius: 3px;
    margin-top: 2px;
    position: relative;
    z-index: 24;
    padding: 3px 2px 4px 2px;
    float: right;
    width: max-content;
    margin-left: auto;
}

.billing-img-area {
    background-color: aliceblue;
    width: 100%;
    height: auto;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
}

.quantity-input {
    min-width: 30px;
    max-width: 50px;
    /* border: .5px solid #d6d6d6;
    border-left: 0;
    border-right: 0; */
    border: 0;
    text-align: center;
    font-weight: 500;
}

.billing-area {
    background-color: aliceblue;
    padding: 10px 15px;
    border-radius: 5px;
}

.product-show-area,
.bill-calc-area {
    max-height: 400px;
    overflow-y: scroll;
}

.offcanvas .side-pln-exp {
    color: #cc0000;
    margin-bottom: 0;
    display: block;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    bottom: -10px;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 0px 4px 10px;
}

.trainer-detail {
    margin-top: 10px;
    border-radius: 5px;
}

.member .form-section .card h6 {
    color: #666;
    font-size: 17px;
}

.new-icon {
    position: relative;
}

.new-icon img {
    width: 20px;
}

.dashboard-icon {
    position: relative;
}

.dashboard-icon img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.dashboard-text p {
    margin-top: 0;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}

.dashboard-text p {
    position: relative;
    display: inline-block;
}

.dashboard-text p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width 0.3s ease-in-out;
}

.h-card:hover .dashboard-text p::after {
    width: calc(100% - 20px);
}

.dashboard-text .bi {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 600;
}

.new-icon p {
    font-size: 10px;
    color: #66666680;
    margin-bottom: 0;
    font-weight: 500;
}

.mail-text {
    position: relative;
}

.mail-text p {
    font-size: 10px;
    color: #66666680;
    margin-bottom: 0;
    font-weight: 500;
}

.header-content .header-right:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #e7e7e7;
}

.header-content .header-right {
    position: relative;
    text-align: center;
}

.header-content .header-right:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}

.header-content .header-right .bi {
    font-size: 16px;
    color: #e33f3f;
    cursor: pointer;
}

.profile-logo-img1 {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

@media (max-width: 576px) {
    .header-content {
        margin: auto;
        overflow-x: scroll;
        padding: 5px 0px 10px 0px;
    }

    .header-content::-webkit-scrollbar {
        display: none;
    }
}

@media (min-width: 1024px) {
    .footer {
        display: none;
    }
}

.wd15 {
    width: 15px;
}

.plan_expired {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 0 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    z-index: 999;
}

.plan_expired .plan_expired_inner {
    background: rgba(243, 241, 241, 0.5);
    padding: 25px;
    height: fit-content;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
    position: relative;
}

.plan_expired .plan_expired_inner .expire_img {
    max-width: 140px;
    margin-top: 30px;
}

.plan_expired .plan_expired_inner .title {
    font-size: 20px;
    text-align: center;
    color: #cc0000;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.plan_expired .plan_expired_inner .text,
.plan_expired .plan_expired_inner .plan_card .text {
    font-size: 14.5px;
}

.plan_expired .plan_expired_inner .text span,
.plan_expired .plan_expired_inner .plan_card .text span {
    font-weight: 600;
    margin-right: 10px;
}

.plan_expired .plan_expired_inner .expired_btn {
    background-image: linear-gradient(-180deg, #ff7e31, #e62c03);
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset,
        rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px,
        rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px,
        rgba(44, 187, 99, 0.15) 0 16px 32px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto,
        sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-left: 15px;
}

.plan_expired .plan_expired_inner .expired_btn:hover {
    box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset,
        rgba(44, 187, 99, 0.25) 0 1px 2px, rgba(44, 187, 99, 0.25) 0 2px 4px,
        rgba(44, 187, 99, 0.25) 0 4px 8px, rgba(44, 187, 99, 0.25) 0 8px 16px,
        rgba(44, 187, 99, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}

.plan_expired .plan_expired_inner .expired_support {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #333;
    font-size: 14px;
}

.plan_expired .plan_expired_inner .plan_card {
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.plan_expired .plan_expired_inner .plan_card .expired_buy_btn {
    margin-top: 20px;
    background-color: initial;
    background-image: linear-gradient(-180deg, #00d775, #00bd68);
    border-radius: 5px;
    box-shadow: rgba(44, 187, 99, 0.2) 0 -25px 18px -14px inset,
        rgba(44, 187, 99, 0.15) 0 1px 2px, rgba(44, 187, 99, 0.15) 0 2px 4px,
        rgba(44, 187, 99, 0.15) 0 4px 8px, rgba(44, 187, 99, 0.15) 0 8px 16px,
        rgba(44, 187, 99, 0.15) 0 16px 32px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto,
        sans-serif;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    border-radius: 100px;
}

.plan_expired .plan_expired_inner .plan_card .expired_buy_btn:hover {
    box-shadow: rgba(44, 187, 99, 0.35) 0 -25px 18px -14px inset,
        rgba(44, 187, 99, 0.25) 0 1px 2px, rgba(44, 187, 99, 0.25) 0 2px 4px,
        rgba(44, 187, 99, 0.25) 0 4px 8px, rgba(44, 187, 99, 0.25) 0 8px 16px,
        rgba(44, 187, 99, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}

.plan_expired .plan_expired_inner .plan_data {
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 5px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .search-member {
        display: none;
    }

    .plan_expired {
        padding: 130px 0 80px;
        height: 100vh;
        overflow-y: auto;
    }

    .plan_expired::-webkit-scrollbar {
        display: none;
    }

    .plan_expired .plan_expired_inner {
        padding: 15px !important;
    }

    .plan_expired .plan_expired_inner::-webkit-scrollbar {
        display: none;
    }

    .mb_sm_40 {
        margin-bottom: 40px;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 0 18px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dfdfdf !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfdfdf !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px !important;
    height: 15px !important;
    text-transform: lowercase;
    color: #707273 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 1rem !important;
    font-weight: 400 !important
}

.form-select {
    color: #707273 !important;
}

.switch-card {
    text-align: center;
    padding: 12px 0;
    border-left: 1px solid #ddd;
}

.switch-card a {
    color: #dc3545;
}

.switch-card.active {
    background-color: #dc3545;
    text-align: center;
}

.switch-card.active a {
    color: #fff !important;
}

.badge-light {
    --bs-bg-opacity: 1;
    background-color: rgb(225 225 225) !important;
}

.btn-outline-0 {
    background: #fff !important;
    border: 1px solid #d7d7d7 !important;
    padding: 2px 7px !important;
}

.btn-outline-0:hover {
    background: #f1f5f9 !important;
    border: 1px solid #d7d7d7 !important;
    color: #000 !important;
    padding: 2px 7px !important;
}

.bg-green {
    background: #e2f7e2;
    padding: 2px 10px;
    border-radius: 20px;
    text-align: center;
    color: green;
}

.bg-red {
    background: #f7e2e2;
    padding: 2px 10px;
    border-radius: 20px;
    text-align: center;
    color: brown;
}

.dashboard-icon-bg {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0 !important;
    background-color: #f5f3ee;
    border-radius: 100%;
    text-align: center;
}

.dashboard-icon-bg2 {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 !important;
    border-radius: 100%;
    text-align: center;
}

.dashboard-card-box-shadow .col:nth-child(1) .card .dashboard-icon-bg2 {
    background-color: #e91d6225;
}

.dashboard-card-box-shadow .col:nth-child(2) .card .dashboard-icon-bg2 {
    background-color: #00968825;
}

.dashboard-card-box-shadow .col:nth-child(3) .card .dashboard-icon-bg2 {
    background-color: #e91d6225;
}

.dashboard-card-box-shadow .col:nth-child(4) .card .dashboard-icon-bg2 {
    background-color: #00bbd525;
}

.dashboard-card-box-shadow .col:nth-child(5) .card .dashboard-icon-bg2 {
    background-color: #f4c33025;
}

.dashboard-card-box-shadow .col:nth-child(1) .card .dashboard-icon-bg {
    background-color: #e91d6225;
}

.dashboard-card-box-shadow .col:nth-child(2) .card .dashboard-icon-bg {
    background-color: #00968825;
}

.dashboard-card-box-shadow .col:nth-child(3) .card .dashboard-icon-bg {
    background-color: #551a8b25;
}

.dashboard-card-box-shadow .col:nth-child(4) .card .dashboard-icon-bg {
    background-color: #f4c33025;
}

.dashboard-card-box-shadow .col:nth-child(5) .card .dashboard-icon-bg {
    background-color: #00bbd525;
}

.btn-outline-light {
    background: #fff !important;
}

.btn-light {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #ddd;
}

.card .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    gap: 5px;
}

.card .nav-tabs .nav-link {
    color: #969696;
    padding: 2px 8px;
}

.card .nav-tabs .nav-link.active {
    color: #000;
    background: #f9fafb;
    border-bottom: 2px solid;
    padding: 2px 8px;
}

.card .nav-tabs .nav-link:focus,
.card .nav-tabs .nav-link:hover {
    color: #000;
    background: #f9fafb;
    border-bottom: 2px solid;
}

/* .card .nav-tabs-wrapper{
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
} */
.graph-fix {
    width: 100%;
    height: auto;
    max-width: 1100px;
    max-height: 350px;
    display: block;
}

.img-fit {
    object-fit: contain;
    aspect-ratio: 2 / 1;
}

.nav-wrapper .nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-wrapper .nav-list .nav-link {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
}

.nav-wrapper .nav-list .nav-link.active {
    color: #bb2d3b;
    font-weight: 600;
    background: #fff;
    border: 1px solid #bb2d3b;
}

@media (max-width: 768px) {
    .nav-wrapper .nav-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        display: flex;
        justify-content: normal;
        gap: 4px;
    }

    .nav-wrapper .nav-list .nav-link {
        flex: 0 0 auto;
    }
}

.nav-wrapper .nav-list::-webkit-scrollbar {
    display: none;
}

.collapse-icon {
    transition: transform 0.3s ease;
}

.rotate-up {
    transform: rotate(180deg);
}
