*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hide scrollbar for Chrome, Safari, and Opera */
::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Edge */
body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
html {
    scrollbar-width: none;
}

.card-width{
    max-width: 100% !important;
    margin: 0px !important;
}

.sub-list{
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
}

.sub-list-items{
    margin-right: 20px !important;
}

.sub-item{
    padding: 10px 0px 0px 15px !important;
}

.main-text-width {
    width: 102px
}
.main-text-width-package {
    width: 40%;
}

.sub-text-width {
    width: 146px;
    text-align: end;
}



.card-button-section {
    /* position: absolute;
  bottom: 9px !important;
  display: flex;
  justify-content: center;
  width: 95%; */
}


.card-main-heading {
    width: 318px;
    /* height: 54px; */
}

@media (max-width: 400px) {
    .card-main-heading {

    }
}


.first-card-arrow-down {
    display: none !important;
}

@media (max-width: 991px) {
    .first-card-arrow-down {
        display: block !important;
    }
    .first-card-btns {
        display: none !important;
    }
}


.btn-custom-link{
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

@media (max-width: 821px) {
    .card-radius-mobile{
        border-radius: 20px !important;
    }
}

/* Style for fixed icon */

#custom-menu {
    display: none;
}

/* Style for the plus icon */
.fa-plus {
    color: white;
}

/* Style for the times icon */
.fa-times {
    display: none;
    color: white;
}

/* When the checkbox is checked, show the times icon */
#custom-menu:checked + label .fa-plus {
    display: none;
}

#custom-menu:checked + label .fa-times {
    display: inline;

  }


  /* staff and registration first card search style */


  .px-05 {
    padding-left: 6px; 
    padding-right: 6px;
  }

  .main-accord-div {
    height: 40px; 
    position: relative; 
    bottom: 0px;
  }

  .height-40 {
    height: 40px;
  }

  .btn-accord-div {
    position: relative; 
    bottom: 0px; 
    margin-top: -15px;
  }

  .background-0-opacity {
    background: #f000
  }

  .font-size-h3 {
    font-size: 1.275rem !important;
  }

  .update-card-margin-left {
    margin-left: 10px;
  }

  .pagination {
    margin: 20px 0px 10px 0px !important;
    display: flex !important;
    justify-content: center !important;
  }

  

  @media (min-width: 991px) {
    .mobiel-screen-btn {
        display: none;
    }
    .whatsapp-icon {
        position: relative !important;
        bottom: 27px !important;
        right: 10px !important;
        color: #09e409 !important;
    }
    .add-whatsapp-icon {
        position: relative !important;
        bottom: 37px !important;
        right: 10px !important;
        color: #09e409 !important;
    }
  }

  @media (max-width: 991px) {
    .mob-margin-top {
        margin-top: 7px !important;
    }
    .mob-padding {
        padding: 10px !important;
        margin-top: 10px;
    }
    /* .pagination {
        position: fixed;
        bottom: 90px;
        right: 76px;
    } */
    .update-card-margin-left {
        margin-left: 0px;
    }
    .main-card-add-new {
        padding-top: 2px;
    }


    .header-mobile-fixed .header-mobile {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 97;
        height: 55px;
        min-height: 55px;
        justify-content: center;
    }

  }

  @media (max-width: 767px) {
    .company-first-card {
        position: relative !important; 
        bottom: 8px !important;
    }

    .staff-permission-header {
        padding-top: 9px;
    }
  }

  .company-first-card {
    position: relative; 
    bottom: 15px;
  }
  .whatsapp-icon {
    position: relative;
    bottom: 25px;
    right: 10px;
    color: #09e409;
  }
  .add-whatsapp-icon {
    position: relative;
    bottom: 34px;
    right: 10px;
    color: #09e409;
  }


/* Style for Daily Present Analysis Chart*/
#bar-chart {
    width: 100%;
    height: 100%;
    position: relative;
}
/* #bar-chart::before {
    content: "";
    position: absolute;
    display: block;
    width: 240px;
    height: 30px;
    left: 155px;
    top: 256px;
} */

.row-card-style{
    background: #f0f0f0; 
    border-radius: 7px; 
    padding-top: 10px;
}

.payment-graph-card{
    background: rgb(217, 217, 217) !important;
    background: linear-gradient(164deg, rgba(217, 217, 217, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(217, 217, 217, 1) 43%, rgba(255, 255, 255, 1) 58%, rgba(217, 217, 217, 1) 72%, rgba(255, 255, 255, 1) 89%, rgba(217, 217, 217, 1) 99%) !important;
    margin-top: 25px; 
    margin-left: -13px; 
    margin-right: -13px; 
    border-radius: 7px;
}

@media (min-width: 1200px) {
    .payment-daily-wise{
        height: 93% !important;
    }
}


/* Hide the popover content when data-content is empty */
/* [data-content=""] {
    display: none !important;
} */

.sub-text-email-width {
    width: 75%;
    text-align: end;
}
.sub-text-email-width-package {
    width: 60%;
    text-align: end;
}

/*Resistration Access Door*/
.access-door-approve{
    background: #519f51; 
    color: #fff
}
.access-door-denied{
    background: #f64e60; 
    color: #fff
}
.access-door-select{
    border: 1px solid #29d7ff;
}

.fa-whatsapp-icon{
    color: #09e409;
}

.font-icon-color {
    color: #000000 !important;
}

.full-screen-mobile{
    position: absolute;
    right: 10px;
}

.notification-icon-mobile{
    position: absolute;
    right: 0px;
}

/* Header Button Styles*/
.header-buttons-style{
    width: 30px; 
    margin-right: 10px; 
    background: #fff; 
    border-radius: 7px; 
    cursor: pointer;
}

/* Style for Header Notification Icon Content*/

.notification-content {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0; /* Change left to right */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.notification-content a:hover {
    color: #f1f1f1;
}

.notification-content .closebtn {
    margin-right: 10px;
    cursor: pointer;
}

.notification-data{
    background-color: #717171;
    padding: 10px 10px 10px 10px;
}

.notification-panel {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.notification-panel .media {
    width: 50px;
    height: 50px;
    background: #b7aeae;
    border-radius: 12px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    align-self: start;
}

.media-body {
    flex: 1;
}

.media-body small{
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.media-body label{
    color: #000;
    font-size: 13px;
}

/* Style For Active*/
.active{
    background: linear-gradient(164deg, rgba(253, 57, 77, 1) 13%, rgba(255, 85, 103, 1) 25%, rgba(253, 57, 77, 1) 43%, rgba(255, 85, 103, 1) 58%, rgba(253, 57, 77, 1) 72%, rgba(255, 85, 103, 1) 89%, rgba(253, 57, 77, 1) 99%) !important;
    transform: scale(1.03);
    transition: 0.2s;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.72);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.72);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.72);
}

.active_sub{
    background: #ffffff73 !important;
}

@media (min-width: 992px) {
    .login-width{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {
    .login.login-1 .login-content .login-form {
      width: 100%;
      max-width: 100%;
    }

    .footer-mobile-div-height{
        margin-bottom: 68px !important;
    }
    
}

/* Hide default radio button */
.custom-radio input[type="radio"] {
    display: none;
}

/* Style for custom radio button */
.custom-radio .custom-radio-btn {
    width: 20px;
    height: 20px;
    background-color: #fe485b;
    border: 2px solid #aaa;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    position: relative;
    top: 5px;
}

/* Style for tick mark */
.custom-radio .custom-radio-btn::after {
    content: '\2714'; /* Unicode character for tick mark */
    font-size: 16px;
    color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Show tick mark when radio button is checked */
.custom-radio input[type="radio"]:checked + .custom-radio-btn::after {
    color: #fff; /* Change color to your desired color */
}


/* Style for select2 width*/

.select2 {
    width:100%!important;
}

/* Style for body messurement Active */
.messurement-head-active{
    background: #a7a7a7  !important;
    color: #fff;
}
.messurement-body-active{
    background: #a7a7a7  !important;
}

.messurement-tab{
    border-radius: 12px 12px 0px 0px; 
    cursor: pointer; 
    background: #cfcfcf; 
    border-right: 1px solid #ddd;
}

.messurement-tab-last{
    border-radius: 12px 12px 0px 0px; 
    cursor: pointer; 
    background: #cfcfcf; 
}

.messurement-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    /* border: 1px solid #ebedf3; */
    border-radius: 0.42rem;
}

.messurement-img{
    max-width: 100%;
    max-height: 100%;
}

.messurement-img-div{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #a7a7a7 ; 
    height: 350px; 
    border-radius: 15px;
}

.messurement-upload{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    opacity: 0;
}

.messurement-upload-text{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    text-align: center; 
    font-weight: bold;
}

.font-bold{
    font-weight: bold !important;
}

.messurement-tab-content {
    border-radius: 0px 0px 12px 12px !important;
    background: #e7e7e7;
}

.messurement-note{
    font-weight: bold;
    font-size: 15px;
    background: #f3324a;
    border: 1px solid #ffffff;
    padding: 2px 10px;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
}

.messurement-note-content{
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 7px;
    color: #fff;
}

/* Style for Body messurement take new overlay */
.messurement-img-div:hover .messurement-overlay {
    display: flex;
}

.messurement-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Overlay color */
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.overlay-content {
    text-align: center;
    color: white;
}

.flipping {
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    transform: rotateY(360deg);
}

.submenu-card-height{
    height: 460px;
}

.sub-menus-icon-label {
    color: #fd394d !important;
    font-size: 18px !important;
}

/* .menu-up-down {
    width: 55px !important;
    height: 60px !important;
} */

.menu-down {
    width: 77px !important;
    height: 65px !important;
    transform: rotate(180deg);
}
.menu-up {
    width: 77px !important;
    height: 65px !important;
}

.submenu-underline{
    border-bottom: 1px solid #fff;
}

/* @media (max-width: 992px) {
    body {
        font-size: 18px !important;
    }
    
    p {
        font-size: 18px !important; 
    }
    
    label {
        font-size: 18px !important;
    
    }
    
    a {
        font-size: 13px !important; 
    
    }
    
} */


.left-arrow-transform {
    transform: rotate(-45deg);
}
.right-arrow-transform {
    transform: rotate(135deg);
}

.reg-left-arrow {
    position: absolute;
    top: 21px;
    right: 7px;
    padding-left: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.reg-right-arrow {
    position: absolute;
    top: 7px;
    /* right: 7px; */
    /* padding-left: 6px; */
    border-radius: 6px;
    cursor: pointer;
    left: 0px;
}


.btn-card {
    position: absolute;
    background: #eee;
    border: 2px solid #c6c6c6;
    border-radius: 7px;
    right: 7px;
    padding-left: 21px;
    /* display: none; */
    z-index: 99;
}

.btn_card_2 {
    display: none;
    transition: display 0.5s ease; /* Adjust the transition duration as needed */
}


.side-buttons {
    width: 30px;
    background: #a6a6a6;
    border-radius: 25px 0px 0px 25px;
    -webkit-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
    position: absolute;
    right: 0;
    height: 100%;
}

.side-first-third {
    background: red;
  height: 40%;
}

.sub-div {
    height: 100%;
    border-radius: 40px;
    width: 0px;
    position: relative;
    right: 0px;
}

.side-middle {
    height: 24%;
    width: 40px;
    position: relative;
    right: 10px;
    background: #000;
    border-radius: 23px;
    -webkit-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
    bottom: 3px;
}

/* .side-middle:hover {
    height: 26%;
    width: 50px;
    right: 20px;
    bottom: 4px;
} */
/* .side-middle:hover .left-arrow-check {
        width: 30px;
    } */

/* .side-middle:hover .side-buttons {
    width: 38px !important;
} */

.side-buttons:hover .side-middle {
    height: 49px;
    width: 50px;
    right: 20px;
    bottom: 8px;
}

.side-buttons:hover.left-arrow-check {
    width: 30px;
}

.side-buttons:hover {
    width: 38px !important;
    transition: width .5s;
}


.text-div {
  width: 0%;
  position: absolute;
  right: 0px;
  height: 100%;
  /* background: #4b4b4b99; */
  border-radius: 5px;
  display: flex;
  justify-content: end;
  transition: width .5s ease;
  /* display: none; */
  backdrop-filter: blur(2px);
  z-index: 9;
}

.test-sub-div {
    width: 60% !important;
    height: 100%;
    background: #dbdbdb;
    overflow: hidden !important;
    border-radius: 0px 25px 25px 0px;
}

@media (max-width: 1499px) {
    .test-sub-div {
        width: 93% !important;
        height: 100%;
        background: #dbdbdb;
        overflow: hidden !important;
        border-radius: 0px 25px 25px 0px;
    }
}

@media (1500px <= width <= 1699px) {
    .test-sub-div {
        width: 80% !important;
        height: 100%;
        background: #dbdbdb;
        overflow: hidden !important;
        border-radius: 0px 25px 25px 0px;
    }
}

@media (1700px <= width <= 1899px) {
    .test-sub-div {
        width: 70% !important;
        height: 100%;
        background: #dbdbdb;
        overflow: hidden !important;
        border-radius: 0px 25px 25px 0px;
    }
}

@media (min-width: 1900px) {
    .test-sub-div {
        width: 60% !important;
        height: 100%;
        background: #dbdbdb;
        overflow: hidden !important;
        border-radius: 0px 25px 25px 0px;
    }
}

.icon-div {
    width: 7%;
    height: 100%;
    /* background: #a6a6a6; */
    border-radius: 25px 0px 0px 25px !important;
    -webkit-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -4px 0px 5px 0px rgba(0,0,0,0.75);
    background: rgb(166,166,166);
    background: linear-gradient(90deg, rgba(166,166,166,1) 26%, rgba(219,219,219,1) 100%);
}

.icon-div-first {
    width: 100%;
    height: 40%;
    /* background: red; */
}
.icon-div-second {
  width: 40px;
  height: 42px;
  background: #000;
  border-radius: 24px;
  position: relative;
  right: 13px;
  bottom: 3px;
  cursor: pointer;
}

.right-arrow-btns {
    display: none;
    transform: rotate(135deg);
}

.btn-contents {
    /* height: 90%;
    background: #fff;
    width: 95%; */
}

.btns_section {
    display: none;
}

.card-image {
    position: relative;
    right: 7px;
}

.position-relative {
    position: relative;
}
.name-card {
    height: 54px;
}

.package-exp {
    border: 1px solid red;
    padding: 4px;
    border-radius: 7px;
    color: red;
}


@media (max-width: 991px) {
    .card-image {
        transform: scale(1.3);
        bottom: 6px;
    }

    .plus-icon-container {
        position: fixed;
        bottom: 125px !important;
        right: 25px !important;
        cursor: pointer;
    }

    .shortcut-menu-container {
        position: fixed;
        right: 31px !important;
        bottom: 177px !important;
        width: 200px;
        overflow: hidden;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
        transform: translateY(10%);
        opacity: 0;
      }
    
}


.accordion {
    background-color: #c1c1c1;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .accordion-active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    /* background-color: #cfcfcf;
    overflow: hidden; */
  }
  
  /* Plus and minus icons */
.accordion::after {
    content: '\25BC'; /* Upward arrow */
    color: #777;
    font-weight: bold;
    font-size: 20px;
    float: right;
    margin-left: 5px;
}

.accordion-active::after {
    content: "\25B2"; /* Downward arrow */
}


/* style for whatsapp setup */
.whatsapp-head{
    height: 185px; 
    width: 100%; 
    background: #00a884; 
    margin-top: -7px;
}

.whatsapp-icon-width{
    width: 45px;
}

.whatsapp-main-content{
    position: relative; 
    top: -90px !important;
}

.whatsapp-card{
    background: #fff; 
    border-radius: 5px; 
    box-shadow: 0 17px 50px 0 rgba(11, 20, 26, .19), 0 12px 15px 0 rgba(11, 20, 26, .24);
}

.whatsapp-content-title{
    font-size: 26px;
    /* margin-bottom: 50px !important; */
}

.whatsapp-text{
    font-size: 16px;
}

@media (min-width: 992px) {
    .whatsapp-margin-bottom{
        margin-bottom: 150px;
    }

    .search-accordion-md-div{
        display: none !important;
    }

}

@media (max-width: 991px) {
    .search-accordion-lg-div{
        display: none !important;
    }
}

.whatsapp-menu-icon{
    padding: 5px 9px 5px 9px; 
    background: #ddd; 
    color:#6c6c6c;
}

.whatsapp-settings-icon{
    width: 25px; 
    background: #ddd; 
    padding: 1px 1px 1px 1px;
}

/* Style for accordion up and down */
.div-for-large-screen{
    display: block;
}

.div-for-small-screen{
    display: block;
}

.new-accordion-button{
    background: linear-gradient(164deg, rgba(217, 217, 217, 1) 13%, rgba(255, 255, 255, 1) 25%, rgba(217, 217, 217, 1) 43%, rgba(255, 255, 255, 1) 58%, rgba(217, 217, 217, 1) 72%, rgba(255, 255, 255, 1) 89%, rgba(217, 217, 217, 1) 99%) !important;
    color: #000;
    font-size: 18px;
}

.measurement-col{
    background: #9d9d9d !important;
    box-shadow: 0px 0px 20px 0px #00000059;
    border-radius: 7px;
}

/* Style for user profile progress */
@keyframes progress {
    0% { --percentage: 0; }
    100% { --percentage: var(--value); }
}

@property --percentage {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

[role="progressbar"] {
    --percentage: var(--value);
    --primary: #0c9900;
    --secondary: #adf;
    --size: 140px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}

[role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
    clip-path: circle(30%);
    z-index: 1;
}

[role="progressbar"] img {
    width: calc(var(--size) * 0.55);
    height: calc(var(--size) * 0.55);
    border-radius: 50%;
    object-fit: cover;
    z-index: 2;
}

[role="progressbar"]:hover::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--primary);
    position: absolute;
    font-size: 14px;
    bottom: 27px;
    border-radius: 50px;
    padding: 32px 17px 32px 32px;/* 32px 25px 32px 32px; */
    z-index: 3;
    background: #ffffff6b;
    transition: all 0.5s ease-out;
    cursor: pointer;
}



.mobile-header-customer {
    display: none;
}

.mobile-div-cursor{
    cursor: pointer;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.large-screen-profile{
    width: 35px;
    background: #fff;
    border-radius: 7px;
    cursor: pointer;
}

.bio-display-card {
    /* height: 20px; */
    background: #646464;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.fade-online {
    color: #10bd00;
    text-shadow: 1px 1px rgb(19, 39, 0), -1px -1px rgba(102, 255, 0, 0.88);
    margin: 0px;
}
.fade-online.on {
    text-shadow: 1px 1px rgb(19, 53, 0), -1px -1px rgba(56, 177, 0, 0.88);
}

.fade-offline {
    color: #d65905;
    text-shadow: 1px 1px rgb(255, 95, 2), -1px -1px rgba(255, 153, 0, 0.88);
    margin: 0px;
}
.fade-offline.on {
    text-shadow: 1px 1px rgb(255, 166, 0), -1px -1px rgba(230, 92, 0, 0.88);
}

  .finger-print {
    width: 50px;
  }

  .finger-print-display {
    /* background: #4766e1; */
    
    padding: 16px;
    margin: 15px;
    border-radius: 6px;
    border: 2px dotted aliceblue;
    /* animation: animateGrain 8s steps(10) infinite; */
  }
 

  .finger-background {
    background: #1c681c;
    border-radius: 5px;
    border: 2px dotted aliceblue;
  }

.bio-device-bg {
    background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 3%, rgba(235,235,235,1) 7%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 56%, rgba(235,235,235,1) 94%, rgba(207,207,207,1) 97%, rgba(236,236,236,1) 100%) !important;
  border: 0;
  border-radius: 15px;
}

@media (min-width: 1500px) {
    .card-reponsive-width {
        width: 100% !important;
      max-width: 100%;
      flex: 0;
    }
}

.ki-close {
    color: #fff !important;
}

/* For shortcut menu */
.shortcut-menu-container {
    position: fixed;
    right: 55px;
    bottom: 210px;
    width: 200px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transform: translateY(10%);
    opacity: 0;
}

.shortcut-menu-container.show {
    transform: translateY(0);
    opacity: 1;
}

.shortcut-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.shortcut-menu-item {
    margin-bottom: 10px;
    display: block;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    transform: translateY(50px);
    float: right;
}

.shortcut-menu-item.show {
    transform: translateY(0);
}

.shortcut-menu-item-content {
    background-color: green;
    border-radius: 20px;
    width: 150px;
    text-align: center;
    padding: 5px 15px;
    color: white;
    flex-grow: 1;
    font-weight: bold;
}

.shortcut-menu-item-icon {
    padding: 15px;
    background: green;
    border-radius: 30px;
    color: #fff;
}

.plus-icon-container {
    position: fixed;
    bottom: 155px;
    right: 50px;
    cursor: pointer;
    z-index: 9;
}

.plus-icon {
    width: 55px;
    border-radius: 50px;
    background: green;
}

.enrollment-active-border{
    border: 1px solid green; 
    border-radius: 5px;
}

.enrollment-active-img{
    width: 26px; 
    padding: 1px; 
    background: green;
}

.enrollment-active-text{
    padding: 2px 0px 2px 10px; 
    color: green !important;
}

.enrollment-inactive-border{
    border: 1px solid red; 
    border-radius: 5px;
}

.enrollment-inactive-img{
    width: 26px; 
    padding: 1px; 
    background: red;
}

.enrollment-inactive-text{
    padding: 2px 0px 2px 10px; 
    color: red !important;
}

.whatsapp-icon-enrollment {
    width: 35px;
    position: relative; 
    /* left: -13px; */
    left: 6px;
    z-index: 1;
}

.enrollment-items-div{
    margin-top: 30px;
}

.call-fa-icon{
    /* transform: rotate(90deg); */
    color: #388ed6;
}

.location-fa-icon{
    color: #388ed6;
}

@media (max-width: 575px) {
    .enrollment-items-div{
        margin-top: 30px !important;
    }
}

/* For Whatsapp on off */
.customToggleWrapper {
    position: relative;
    top: 5px;
}

.customToggleWrapper input {
    position: absolute;
    left: -99em;
}

.customToggle {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 60px;
    height: 25px;
    background: #D21626;
    border-radius: 5px;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.customToggle:before, .customToggle:after {
    position: absolute;
    line-height: 25px;
    font-size: 10px;
    z-index: 2;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.customToggle:before {
    content: 'OFF';
    left: 8px;
    color: #D21626;
}

.customToggle:after {
    content: 'ON';
    right: 8px;
    color: #fff;
}

.customToggleHandler {
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 30px;
    height: 21px;
    border-radius: 3px;
    top: 2px;
    left: 2px;
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translateX(0px);
}

input:checked + .customToggle {
    background: #66B317;
}

input:checked + .customToggle:before {
    color: #fff;
}

input:checked + .customToggle:after {
    color: #66B317;
}

input:checked + .customToggle .customToggleHandler {
    width: 27px;
    transform: translateX(30px);
    border-color: #fff;
}

@media (min-width: 421px) {
    .reg-list-div-flex{
        display: flex !important;
        justify-content: center !important;
    }

    .reg-list-div-center{
        justify-content: center !important;
    }
}

@media (max-width: 767px) {
    .dashboard-card-font{
        font-size: 18px !important;
    }
}

@media (max-width: 991px) {
    .share-icon-width{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (min-width: 992px) {
    .share-icon-width{
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
}

@keyframes backgroundAnimation {
    0% { color: rgb(124, 36, 36); }
    50% { color: red; }
    100% { color: rgb(124, 36, 36); }
}

/* Keyframes for text blink animation */
@keyframes blink {
    0% { color: rgb(0, 0, 0); }
    50% { color: rgb(209, 195, 195); }
    100% { color: rgb(0, 0, 0); }
}

/* Apply background animation to the div */
.expire {
    animation: backgroundAnimation 2s infinite;
}

/* Apply blink animation to the span and p elements */
.expire .exp-span, .expire .date-p {
    animation: blink 1s infinite;
}

.expense-icon {
    width: 43px !important;
    position: relative !important;
    right: 7px !important;
    bottom: 4px;
}

/* Define the green text color class */
.text-green {
    color: #00790f !important;
    border: 1px solid green;
}




@media (max-width: 991px) {
    .desk-action-btns {
        display: none;
    }
    .mob-action-btns {
        display: block;
    }
}

.video-tag {
    max-width: 100%;
    border: 1px solid black;
    width: 100%;
}


.float-right {
    float: right;
}

/* .footer-icons {
    width: 27px;
} */

/* #kt_footer {
    width: 100%; 
    height: 40px;
} */


	/********************************************************** Footer Start **********************************************************/

    .footer {
        background-color: #4a0a0f;
        position: relative;
        bottom: 0;
        right: 0;
        transition: 0.5s;
        padding: 5px;
        /* z-index: 999; */
    }
    
    .footer .footer-company-outer{
        width: fit-content;
        background: #fff;
        border-radius: 7px;
        margin-right: 5px;
    }
    
    .footer .footer-company-outer .footer-text{
        color: #000000;
        cursor: pointer;
        padding-left: 8px;
        font-size: 10px;
    }
    
    .footer .footer-company-outer .footer-company-text a{
        color: #0074ff;
        cursor: pointer;
        text-decoration: none;
        transition: all .5s;
    }
    
    .footer .footer-company-outer .footer-company-text a:hover{
        color: #000000;
        cursor: pointer;
        text-decoration: none;
    }
    
    .footer .footer-company-outer .footer-logo{
        width: 45px;
        position: relative;
        top: -3px;
        cursor: pointer;
    }
    
    .footer .footer-company-outer .whatsapp-icon-footer{
        width: 25px;
        position: relative;
        cursor: pointer;
    }
    
    .footer .footer-company-outer .call-icon{
        width: 25px;
        position: relative;
        cursor: pointer;
        padding: 6px;
    }
    
    .footer .footer-company-outer .footer a{
        text-decoration: none;
        transition: all .5s;
    }
    @media (min-width: 576px) {
        .copyright-sm{
            display: none !important;
        }
    }
    
    @media (max-width: 575px) {
        .copyright-lg{
            display: none !important;
        }
    
        .footer .footer-company-outer{
            width: fit-content;
            background: #fff;
            border-radius: 7px;
            margin-right: 0px;
        }
    }
    
    @media (max-width: 991px) {
        .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
            width: 100%;
            padding-right: 5px;
            padding-left: 5px;
            padding-top: 2px;
            margin-right: auto;
            margin-left: auto;
        }
    }
    

    @media (max-width: 575px) {
        .payment-list {
            flex-direction: column;
        }
    }

    .dashboard-padding {
        padding: 0 20px;
    }

    .pending-payment-action {
        width: 100px;
    }

    .pending-payment-btns {
        width: 100px;
    }

    .placeholder {
        color: #999;
    }

    .hidden {
        display: none;
    }

    /*autocomplete*/
    .custom_autocomplete_main
    {
        position: absolute;
        z-index: 999;
        width: 93%;
        height: max-content;
        overflow: auto;
    }
    .custom_autocomplete_sub
    {
        background: #cdcdcd;
        padding: 5px;
        padding-left: 13px;
        border-radius: 5px;
        border-bottom: 1px solid white;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }


    /* Confetti */
    .confetti {
        display: flex;
        /* justify-content: center;
        align-items: center; */
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
      }
      
      .confetti-piece {
        position: absolute;
        width: 5px;
        height: 10px;
        background-color: hsl(39, 100%, 56%);
        top: 0;
        opacity: 0;
        animation: makeItRain 3000ms infinite linear;
      }
      
      .confetti-piece:nth-child(1) {
        left: 7%;
        transform: rotate(-10deg);
        animation-delay: 182ms;
        animation-duration: 2000ms;
      }
      
      .confetti-piece:nth-child(2) {
        left: 14%;
        transform: rotate(20deg);
        animation-delay: 161ms;
        animation-duration: 2076ms;
      }
      
      .confetti-piece:nth-child(3) {
        left: 21%;
        transform: rotate(-51deg);
        animation-delay: 481ms;
        animation-duration: 2103ms;
      }
      
      .confetti-piece:nth-child(4) {
        left: 28%;
        transform: rotate(61deg);
        animation-delay: 334ms;
        animation-duration: 1008ms;
      }
      
      .confetti-piece:nth-child(5) {
        left: 35%;
        transform: rotate(-52deg);
        animation-delay: 302ms;
        animation-duration: 1776ms;
      }
      
      .confetti-piece:nth-child(6) {
        left: 42%;
        transform: rotate(38deg);
        animation-delay: 180ms;
        animation-duration: 1168ms;
      }
      
      .confetti-piece:nth-child(7) {
        left: 49%;
        transform: rotate(11deg);
        animation-delay: 395ms;
        animation-duration: 1200ms;
      }
      
      .confetti-piece:nth-child(8) {
        left: 56%;
        transform: rotate(49deg);
        animation-delay: 14ms;
        animation-duration: 1887ms;
      }
      
      .confetti-piece:nth-child(9) {
        left: 63%;
        transform: rotate(-72deg);
        animation-delay: 149ms;
        animation-duration: 1805ms;
      }
      
      .confetti-piece:nth-child(10) {
        left: 70%;
        transform: rotate(10deg);
        animation-delay: 351ms;
        animation-duration: 2059ms;
      }
      
      .confetti-piece:nth-child(11) {
        left: 77%;
        transform: rotate(4deg);
        animation-delay: 307ms;
        animation-duration: 1132ms;
      }
      
      .confetti-piece:nth-child(12) {
        left: 84%;
        transform: rotate(42deg);
        animation-delay: 464ms;
        animation-duration: 1776ms;
      }
      
      .confetti-piece:nth-child(13) {
        left: 91%;
        transform: rotate(-72deg);
        animation-delay: 429ms;
        animation-duration: 1818ms;
      }
      
      .confetti-piece:nth-child(14) {
        left: 94%;
        transform: rotate(-72deg);
        animation-delay: 429ms;
        animation-duration: 818ms;
      }
      
      .confetti-piece:nth-child(15) {
        left: 96%;
        transform: rotate(-72deg);
        animation-delay: 429ms;
        animation-duration: 2818ms;
      }
      
      .confetti-piece:nth-child(16) {
        left: 98%;
        transform: rotate(-72deg);
        animation-delay: 429ms;
        animation-duration: 2818ms;
      }
      
      .confetti-piece:nth-child(17) {
        left: 50%;
        transform: rotate(-72deg);
        animation-delay: 429ms;
        animation-duration: 2818ms;
      }
      
      .confetti-piece:nth-child(18) {
        left: 60%;
        transform: rotate(-72deg);
        animation-delay: 429ms;
        animation-duration: 1818ms;
      }
      
      .confetti-piece:nth-child(odd) {
        background-color: hsl(0, 100%, 67%);
      }
      
      .confetti-piece:nth-child(even) {
        z-index: 1;
      }
      
      .confetti-piece:nth-child(4n) {
        width: 6px;
        height: 14px;
        animation-duration: 4000ms;
        background-color: #c33764;
      }
      
      .confetti-piece:nth-child(5n) {
        width: 3px;
        height: 10px;
        animation-duration: 4000ms;
        background-color: #b06ab3;
      }
      
      .confetti-piece:nth-child(3n) {
        width: 4px;
        height: 12px;
        animation-duration: 2500ms;
        animation-delay: 3000ms;
        background-color: #dd2476;
      }
      
      .confetti-piece:nth-child(3n-7) {
        background-color: hsl(166, 100%, 37%);
      }
      
      @keyframes makeItRain {
        from {
          opacity: 0;
        }
      
        50% {
          opacity: 1;
        }
      
        to {
          transform: translateY(250px);
        }
      }
      


/* For Package Master */
/* Hide the default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    border-radius: 5px;
}

.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    border-radius: 5px;
    box-shadow: 2px 2px 0px rgb(183, 183, 183);
}

/* Create a custom checkbox */
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 1.3em;
    width: 1.3em;
    background-color: #ccc;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    box-shadow: 2px 1px 0px rgb(183, 183, 183);
    transition: all 0.2s;
    opacity: 1;
    background-image: linear-gradient(45deg, rgb(77, 198, 77) 0%, rgb(0, 0, 0) 100%);
}

.checkbox-container input ~ .checkmark {
    transition: all 0.2s;
    opacity: 1;
    box-shadow: 1px 1px 0px rgb(183, 183, 183);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all 0.2s;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    opacity: 1;
    transition: all 0.2s;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 0.45em;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* For Add Item From Autocomplete */
.add-autocomplete{
    position: absolute;
    right: 22px;
    top: 35px;
}
.add-autocomplete .fa{
    color: #1c971c !important;
    cursor: pointer;
    font-size: 20px;
}

.border-autocomplete{
    border: 1px solid #a2a2a247;
}

.close-autocomplete{
    color: red;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.autocomplete-label{
    font-size: 15px;
    font-weight: 400;
}

.autocomplete-add-item{
    background: #c6c6c6;
    padding: 4px 0px 4px 5px;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px 0;
    max-width: 98%;
    word-wrap: break-word;
}

.auto-complete-delete{
    position: relative;
    top: 0px;
    right: 13px;
    padding: 5px 0px 5px 5px;
    background: #c6c6c6;
    color: red !important;
}

.autocomplete-plus-icon{
    padding-right: 30px !important;
}

@media (max-width: 991px) {
    .add-autocomplete {
        position: absolute;
        right: 22px;
        top: 31px;
    }
}

.package-master-view-span{
    padding: 5px;
    background: #a7a7a7;
    border-radius: 9px;
    color: #000 !important;
    margin: 2px 4px 2px 0px;
}

.mob-footer-icons {
    margin-left: 80px;
}

@media (max-width: 575px) {
    .footer .footer-company-outer {
        width: 100%;
    }
    .mob-footer-icons {
        margin-left: 0px !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.text-wrap-anywhere {
    word-wrap: anywhere;
}

span {
    word-wrap: anywhere !important;
}

p {
    word-wrap: anywhere !important;
}

label {
    word-wrap: anywhere !important;
}

.over-flow-x-auto {
    overflow-x: auto;
}

.w-73px {
    width: 73px;
}

/* ------------------------------------------------------------------ enrolment gst checkbox start ------------------------------------------------------------- */
/* From Uiverse.io by ke1221 */ 
.gst-check {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    appearance: none;
    background-color: #bbb;
    transition: all .3s;
    top: 5px;
   }
   
   .gst-check::before {
    content: '';
    position: absolute;
    border: solid #fff;
    display: block;
    width: 0.5em;
    height: .9em;
    border-width: 0 .2em .2em 0;
    z-index: 1;
    opacity: 0;
    right: calc(52% - .3em);
    top: calc(50% - .6em);
    transform: rotate(0deg);
    transition: all .3s;
    transform-origin: center center;
   }
   
   .gst-check:checked {
    animation: a .3s ease-in forwards;
    background-color: rgb(120, 190, 120);
   }
   
   .gst-check:checked::before {
    opacity: 1;
    transform: rotate(405deg);
   }
   
   @keyframes a {
    0% {
     opacity: 1;
     transform: scale(1) rotateY(0deg);
    }
   
    50% {
     opacity: 0;
     transform: scale(.8) rotateY(180deg);
    }
   
    100% {
     opacity: 1;
     transform: scale(1) rotateY(360deg);
    }
   }
/* ------------------------------------------------------------------ enrolment gst checkbox end --------------------------------------------------------------- */




/* ---------------------------------------------------------- menu gif icons both side and mobile menu start ---------------------------------------------------- */
#dashboard-icon {
    background-repeat: no-repeat;
    height: 100%;
    background-size: 360px !important;
    position: relative;
    top: -2px;
    padding: 23px ;
}

#master-icon {
    background-repeat: no-repeat;
    height: 100%;
    background-size: 340px !important;
    position: relative;
    top: -5px;
    padding: 23px;
}

#registration-icon {
    background-repeat: no-repeat;
    height: 100%;
    background-size: 360px !important;
    position: relative;
    top: -5px;
    padding: 23px;
}

#transform-icon {
    background-repeat: no-repeat;
    height: 100%;
    background-size: 270px !important;
    position: relative;
    top: -6px;
    padding: 23px;
}

#payment-icon {
    background-repeat: no-repeat;
    height: 100%;
    background-size: 220px !important;
    position: relative;
    top: -5px;
    padding: 23px;
}

#report-icon {
    background-repeat: no-repeat;
    height: 100%;
    background-size: 200px !important;
    position: relative;
    top: -5px;
    padding: 23px;
}

#logout-icon {
    background-repeat: no-repeat;
    height: 100%;
    background-size: 230px !important;
    position: relative;
    top: -2px;
    padding: 14px;
}

#logout-icon-mobile {
    background-repeat: no-repeat;
    height: 100%;
    background-size: 290px !important;
    position: relative;
    top: -2px;
    padding: 23px;
}

#expand{
    background-repeat: no-repeat;
    height: 82%;
    background-size: 210px !important;
    position: relative;
    top: 0px;
    padding: 17px;
    background-color: #fff;
}

#collapse{
    background-repeat: no-repeat;
    height: 82%;
    background-size: 210px !important;
    position: relative;
    top: 0px;
    padding: 17px;
    background-color: #fff;
}

#notification{
    background-repeat: no-repeat;
    height: 82%;
    background-size: 172px !important;
    position: relative;
    top: 0px;
    padding: 17px;
    background-color: #fff;
}


@media (575px <= width <= 991px) {
    #dashboard-icon {
        background-repeat: no-repeat;
        height: 100%;
        background-size: 452px !important;
        position: relative;
        top: 8px;
        padding: 36px;
        right: 6px;
    }

    #master-icon {
        background-repeat: no-repeat;
        height: 100%;
        background-size: 481px !important;
        position: relative;
        top: 0px;
        padding: 36px;
    }
    
    .menu-text-i-icon {
        font-size: 18px !important;
    }
    #registration-icon {
        background-repeat: no-repeat;
        height: 100%;
        background-size: 475px !important;
        position: relative;
        top: 0px;
        padding: 36px;
    }
    #transform-icon {
        background-repeat: no-repeat;
        height: 100%;
        background-size: 290px !important;
        position: relative;
        top: 6px;
        padding: 36px;
        right: 5px;
    }

    #payment-icon {
        background-repeat: no-repeat;
        height: 100%;
        background-size: 281px !important;
        position: relative;
        top: 1px;
        padding: 36px;
        right: 9px;
    }

    .expense-icon {
        width: 69px !important;
        position: relative !important;
        right: 7px !important;
        bottom: 3px;
    }
    #report-icon {
        background-repeat: no-repeat;
        height: 100%;
        background-size: 276px !important;
        position: relative;
        top: -5px;
        padding: 34px;
    }
    #logout-icon-mobile {
        background-repeat: no-repeat;
        height: 100%;
        background-size: 467px !important;
        position: relative;
        top: -2px;
        padding: 34px;
    }

}

/* ---------------------------------------------------------- menu gif icons both side and mobile menu end ------------------------------------------------------ */






/* Newly Added Classes for Upcoming Payment */
.upcoming-payment-tabs {
    display: flex;
    justify-content: start;
    margin-bottom: 0px;
}

.upcoming-payment-tab {
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    background-color: white;
    color: black;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
    font-size: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.upcoming-payment-tab:hover {
    background-color: #fd3a4e;
    color: white;
}

.upcoming-payment-tab.payment-tab-active {
    background-color: #fd3a4e;
    color: white;
}

.upcoming-payment-tab-content {
    display: none;
    border: 3px solid #fbfbfb;
    padding: 3px;
    border-radius: 0 8px 8px 8px;
    animation: fadeIn 0.5s;
}

.upcoming-payment-tab-content.payment-tab-active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* Add Registration */
@media (max-width: 991px) {
    .registration-whatsapp-icon {
        position: relative !important;
        bottom: 25px !important;
        right: 10px !important;
        color: #09e409 !important;
    }
}

@media (min-width: 992px) {
    .registration-whatsapp-icon {
        position: relative !important;
        bottom: 29px !important;
        right: 10px !important;
        color: #09e409 !important;
    }
}

/* Ensure the sections maintain their order on larger screens */
@media (min-width: 1026px) {
    .iti__country-list {
        width: 340px !important;
    }
}
.iti {
    width: 100%;
}
@media (min-width: 575px) {
    .iti__country-list {
        width: 340px !important;
    }

    
}

/* Adjusting dropdown positioning */
.iti__country-list {
    width: calc(100% + 250px) !important; /* Match the input width */
    left: 0 !important; /* Align properly to the left */
  }
  
  /* Responsive dropdown for small screens */
  @media (max-width: 768px) {
    .iti__country-list {
        width: calc(100% + 15px) !important; /* Ensures dropdown matches input width */
        left: 0 !important; /* Aligns dropdown properly */
    }
  }
  
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 5%);
    color: #000;
  }


  @media (min-width: 768px) {
    .lg-only-pr-1{
        padding-right: 0.25rem !important;
    }
    .lg-only-pl-1{
        padding-left: 0.25rem !important;
    }
  }

  .circle{
    border-radius: 50px !important;
  }



/* Welcome Text Animation */
.waviy {
    position: relative;
    -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    font-size: 15px !important;
    text-align: center;
    font-weight: bold;
}
  
.waviy span {
    font-family: sans-serif;
    position: relative;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    animation: waviy 2.5s infinite;
    animation-delay: calc(0.1s* var(--i));
}

@keyframes waviy {
    0%, 40%, 100% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-20px);
    }
}

.dashboard-count-label {
    -webkit-box-reflect: below -28px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    font-size: 35px !important;
    font-weight: bold;
    color: #000;
}


/* waviy Text Animation TWO */
.waviy2 {
  position: relative;
}
.waviy2 span {
  position: relative;
  display: inline-block;
  -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  font-size: 15px !important;
  color: #fff;
  text-transform: uppercase;
  animation: flip 2s infinite;
  animation-delay: calc(.2s * var(--i))
}
@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}

/* waviy Text Animation THREE */
.waviy3 {
    background: 50% 100% / 50% 50% no-repeat radial-gradient(ellipse at bottom, #fff, transparent, transparent);
    -webkit-box-reflect: below -13px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 16px;
    font-weight: bold !important;
    font-family: "Source Sans Pro", sans-serif;
    animation: reveal 3s ease-in-out infinite, glow 2.5s ease-in-out infinite;
}

@keyframes reveal {
    0% {
        letter-spacing: 2px;
    }
    50% {
        letter-spacing: 3px;
    }
    100% {
        letter-spacing: 2px;
    }
}

/* @keyframes glow {
    0%, 100% {
        text-shadow: 0 0 5px #fff, 0 0 10px rgba(255, 255, 255, 0.7);
    }
    50% {
        text-shadow: 0 0 15px #fff, 0 0 20px rgba(255, 255, 255, 0.9);
    }
} */


.partially-d-flex{
    display: flex;
}

.cursor-pointer{
    cursor: pointer !important;
}



.package-bg{
    background: #c7c7c7 !important;
    border-radius: 10px;
}

.border-green{
    border: 3px solid #fe3e52 !important;
}

.sub-border-light{
    border: 2px solid #fff !important;
    padding: 2px !important;
    border-radius: 5px;
}

.custom-package-id{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 5px;
    background: #fe3e52;
    border-radius: 0px 0px 9px 0px;
    color: #fff;
}

.package-card-mt{
    margin-top: 23px !important;
}
.include-title{
    font-weight: bold;
    background: #fff;
    padding: 2px 5px;
    position: relative;
    top: -2px;
    left: -2px;
    border-radius: 0px 0px 5px 0px;
    margin-bottom: 0px;
}

.package-open-icon{
    position: absolute;
    right: 0;
    top: 0;
}

.package-close-icon{
    z-index: 99;
}

.action-overlay {
    background: rgb(0 0 0 / 87%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 7px;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .action-overlay.show {
    opacity: 1;
    pointer-events: auto;
  }

  @media (min-width: 576px) {
    .table-total-wrap{
        flex-wrap: wrap !important;
    }

    .table-total-w{
        width: 100% !important;
    }
  }

  @media (max-width: 575px) {
    .table-total-text-align{
        justify-content: space-between !important;
    }
  }

  .color-green{
    color: #00790f !important;
}



/* Attendance report tab */

/* Newly Added Classes for Upcoming Payment */
.attendance-tabs {
    display: flex;
    justify-content: start;
    margin-bottom: 0px;
}

.attendance-tab {
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    background-color: white;
    color: black;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
    font-size: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.attendance-tab:hover {
    background-color: #fd3a4e;
    color: white;
}

.attendance-tab.attendance-tab-active {
    background-color: #fd3a4e;
    color: white;
}

.attendance-tab-content {
    display: none;
    border: 3px solid #fbfbfb;
    padding: 3px;
    border-radius: 0 8px 8px 8px;
    animation: fadeIn 0.5s;
}

.attendance-tab-content.attendance-tab-active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}










/* Custom checkbox */
.cbx {
    position: relative;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #c8ccd4;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
    display: block;
  }
  
  .cbx:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 7px;
    width: 7px;
    height: 14px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
  }
  
  .lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
  }
  
  input[type="checkbox"]:checked ~ .cbx {
    border-color: transparent;
    background: #28a745;
    animation: jelly 0.6s ease;
  }
  
  input[type="checkbox"]:checked ~ .cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
  
  .cntr {
    position: relative;
    bottom: 2px;
  }
  
  @keyframes jelly {
    from {
      transform: scale(1, 1);
    }
    30% {
      transform: scale(1.25, 0.75);
    }
    40% {
      transform: scale(0.75, 1.25);
    }
    50% {
      transform: scale(1.15, 0.85);
    }
    65% {
      transform: scale(0.95, 1.05);
    }
    75% {
      transform: scale(1.05, 0.95);
    }
    to {
      transform: scale(1, 1);
    }
  }
  
  .hidden-xs-up {
    display: none!important;
  }
  

   /* Permission */
   
.permission-row-border{
    border: 2px solid #216906;
    border-radius: 8px;
}

.permission-row-outline {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #216906;
    padding: 2px 8px;
    border-radius: 4px 0px 8px 0px;
    font-weight: bold;
    color: #fff;
}
   
.permission-sub-border{
    border: 2px solid #000;
    border-radius: 8px;
}

.permission-sub-outline {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    padding: 2px 8px;
    border-radius: 4px 0px 8px 0px;
    font-weight: bold;
    color: #fff;
}

.checkbox-tree{
    list-style: none;
    margin-top: 35px;
    padding: 0px;
}

.checkbox-tree li{
    list-style: none;
    margin-top: 5px;
}

.single-menu-checkbox-tree {
    list-style: none;
    margin-top: 35px;
    padding: 0px;
}

.single-menu-checkbox-tree li{
    list-style: none;
}

.font-weight-600{
    font-weight: 600 !important;
}

.permission-main-div label{
    cursor: pointer !important;
}

@media (min-width: 992px) {
    .menu-permission-col-div{
        margin-top: 25px !important;
    }
}

@media (max-width: 766px) {
    .menu-permission-col-div-sm{
        margin-top: 25px !important;
    }
}

@media (767px <= width <= 991px) {
    .menu-permission-col-div-md{
        margin-top: 25px !important;
    }
}

.menu-permission-col-mt-4{
    margin-top: 1rem;
}



/* Prevent body scroll when this class is applied */
body.no-scroll {
    overflow: hidden;
  }



@media (max-height: 540px) {
    .mob-menu-height{
        height: calc(100vh - 65px) !important;
    }

    .mob-menu-pb{
        padding-bottom: 70px !important;
    }

    .mob-submenu-h{
        height: calc(100vh - 60px) !important;
    }

    .mob-submenu-hight-top{
        height: 100% !important; 
    }
}

@media (min-height: 541px) {
    .mob-submenu-hight-top{
        height: 500px !important; 
    }
}

@media (max-width: 574px) {
    .mob-report-h-100{
        height: 100% !important;
    }
}
.mob-menu-pb{
    padding-bottom: 70px !important;
}

.text-black{
    color: #000 !important;
}
.my-new-h {
    position: relative;
    font-size: 14px;
    color: #000;
    background: #a66fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    padding: 5px 0;
}
.my-new-h span {
    color: #a66fff !important;
    mix-blend-mode: difference;
    -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2)) !important;
}
.my-new-h::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    animation: ani 10s linear infinite;
}

.my-new-h-2 {
    position: relative;
    font-size: 14px;
    color: #000;
    background: #fc5e3c;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    padding: 5px 0;
}
.my-new-h-2 span {
    color: #fc5e3c !important;
    mix-blend-mode: difference;
    -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2)) !important;
}
.my-new-h-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    animation: ani 10s linear infinite;
}

.my-new-h-3 {
    position: relative;
    font-size: 14px;
    color: #000;
    background: #28a9e0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    padding: 5px 0;
}
.my-new-h-3 span {
    color: #28a9e0 !important;
    mix-blend-mode: difference;
    -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2)) !important;
}
.my-new-h-3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    animation: ani 10s linear infinite;
}

.my-new-h-4 {
    position: relative;
    font-size: 14px;
    color: #000;
    background: #ffa800;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .5px;
    padding: 5px 0;
}
.my-new-h-4 span {
    color: #ffa800 !important;
    mix-blend-mode: difference;
    -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2)) !important;
}
.my-new-h-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    animation: ani 10s linear infinite;
}

@keyframes ani {
    0% {left: 0;}
    50% {left: 75%;}
    100% {left: 0;}
}
  
@media (min-width: 992px) {
    .my-new-h::before {
        top: -3px;
    }
    .my-new-h-2::before {
        top: -3px;
    }
    .my-new-h-4::before {
        top: -3px;
    }
    .my-new-h-3::before {
        top: -3px;
    }
}


.add-reg-accordion-panel{
    background:#cfcfcf;
}


/* For custom select2 */
.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0px !important;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #ffffff !important;
    padding: 2px 2px 2px 10px !important;
    border: 1px solid #ddd;
    border-radius: 8px !important;
    font-size: 14px;
    min-height: 38px !important;
    overflow: hidden;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    display: none;
    z-index: 2 !important;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 165px !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.ts-dropdown-content .active{
    background: #e9e9e9 !important;
    box-shadow: none !important;
    transform: none !important;
}

.ts-dropdown {
    margin-top: 0 !important;
}

.ts-dropdown-content .option {
   border-radius: 0px !important;
    border-top: 1px solid #ebedf3;
    border-bottom: 1px solid #ebedf3;
    border-left: 0px !important;
    border-right: 0px !important;
}