.logo img {
    width: 250px;
    padding: 17px;
}
.wrapper .main-nav .navbar-nav .nav-item .nav-link:hover {
    color: #e50914;
}
.wrapper
    .main-nav
    .navbar-nav
    .sub-navbar-nav
    .sub-nav-item
    .sub-nav-link:hover {
    color: #e50914;
}
.wrapper .main-nav .navbar-nav .nav-item .nav-link.active {
    border-left: 3px solid #e50914;
    color: white;
    background-color: #363636;
}
.wrapper .main-nav .navbar-nav .nav-item .nav-link.active .nav-icon {
    color: #e50914;
}
.wrapper .main-nav .navbar-nav .nav-item .sub-nav-link.active {
    border-left: 3px solid #e50914;
    color: white;
    background-color: #363636;
}
.wrapper .main-nav .navbar-nav .nav-item .sub-nav-link.active .nav-icon {
    color: #e50914;
}
.wrapper.sidebar-open .main-nav {
    width: 275px;
    transition: width 0.3s ease;
}

.wrapper.sidebar-collapsed .main-nav {
    width: 80px;
    transition: width 0.3s ease;
}
.logo .logo-collapse {
    width: 80px;
    padding: 17px;
}
.page-content {
    transition: margin-left 0.3s ease-in-out;
    padding: 20px;
}

/* When sidebar is open */
.sidebar-open + .page-content {
    margin-left: 240px;
}

/* When sidebar is collapsed */
.sidebar-collapsed + .page-content {
    margin-left: 70px;
}
.billing_summary {
    border-top: 3px solid #e50914;
    border-radius: 6px 6px 0px 0px;
}
.billing_summary .pb-2 {
    border-bottom: 1px solid rgb(231, 231, 231);
    margin-bottom: 13px;
}
.billing_total {
    border-top: 3px solid darkred;

    border-radius: 6px 6px 0px 0px;
}
.table_service tr .form-control {
    width: auto;
}
.table_service tr .form-select {
    width: auto;
}
/* Hide scrollbar until scroll */
.scroll-container {
    overflow-x: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ededed transparent; /* Firefox */
}

.scroll-container::-webkit-scrollbar {
    height: 8px; /* height for horizontal scroll */
}

.scroll-container::-webkit-scrollbar-track {
    background: transparent; /* hides track */
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.Formbgimg {
    background-image: url('../images/LoginFormbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}
.Formbgimg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 0;
}
.Formbgimg h2 {
    color: #e50914;
}
.Formbgimg p {
    color: #fff;
    margin-bottom: 20px;
}
.Formbgimg label {
    color: #fff;
}
.passwordinput {
    position: relative;
    margin-bottom: 40px;
}
.eyeicon {
    position: absolute;
    right: 20px;
    top: 45px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}
.loginpage {
    .col-xxl-6 {
        padding: 0px;
        margin: 0px;
        width: 100% !important;
    }
}
@media (min-width: 769px) and (max-width: 2560px) {
    .loginpage {
        .col-xxl-6 {
            padding: 0px;
            margin: 0px;
            width: 50% !important;
        }
    }
}
.loginpage .form-control {
    background: transparent;
    border: 1px solid #f70202;
    color: #fff;
}

.loginpage .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

.loginpage .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    background: transparent !important;
}

.rightimg img {
    height: 100vh;
}
.rightimg {
    border-radius: 0px;
}
.submitbtn {
    background-color: #fa0202;
    color: #fff;
    border-radius: 50px;
}
.wrapper .main-nav.sidebar-collapsed {
    width: 80px;
    min-width: 80px;
    transition: width 0.3s ease;
}
.wrapper .main-nav {
    width: 246px;
    min-width: 246px;
    transition: all 0.3s ease;
}

.wrapper .main-nav.sidebar-collapsed .button-sm-hover {
    display: none;
}

.wrapper.sidebar-collapsed .page-content {
    margin-left: 80px;
    transition: margin-left 0.3s ease;
}
.loader-outer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 250vmin;
    background-color: rgb(0 0 0 / 75%);
    position: fixed;
    z-index: 999999;
    top: 0px !important;
    left: 0px !important;
}
.ClientView {
    /* display: flex;
    justify-content: space-between; */
}
.DiscountInputs {
    gap: 10px;
}
.AmountInput {
    gap: 10px;
}
.RewardPoints {
    margin-bottom: 10px;
}
.PersonalDetails {
    background-color: white;
    padding: 16px 16px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.formCheck {
    margin-right: 10px;
}
.headTop {
    height: 75px;
}
.navHeader {
    height: 80px;
}
.selectInput {
    width: 145px !important;
    padding: 8px 12px 8px 12px;
}
.controlInput {
    width: 85px !important;
    padding: 8px 12px;
}
.headerSelect {
    width: 180px;
}
.search-btn-outer {
    position: relative;
}

.search-btn-outer svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #b1b0b0;
    pointer-events: none;
}

.search-btn-outer .search-close {
    right: 5px !important;
    left: auto !important;
    top: 9px !important;
    color: #444444 !important;
    font-size: 13px !important;
    cursor: pointer;
}

.truncate-text {
    display: inline-block; /* left: 6px; */
    right: 8px !important;
}

.search-btn-outer .search-close {
    right: 5px !important;
    left: auto !important;
    top: 9px !important;
    color: #444444 !important;
    font-size: 13px !important;
    cursor: pointer;
}

.truncate-text {
    display: inline-block;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    color: var(
        --bs-table-color-state,
        var(--bs-table-color-type, var(--bs-table-color))
    );
}

.custom-tooltip {
    position: relative;
    display: inline-block;
}

.custom-tooltip .tooltip-text {
    visibility: hidden;
    background-color: gray;
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: normal;
    max-width: 250px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.custom-tooltip:hover .tooltip-text {
    visibility: visible;
}
.time {
    width: 140% !important;
}
.suggestion-list {
    padding: 7px 7px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 1px solid #ebebeb;
}
.suggestion-list-outer {
    list-style-type: none;
    padding-left: 0;
    background-color: #fff6f6;
    margin-top: 4px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #f3f3f3;
    position: absolute;
    width: 250px;
    z-index: 9999;
    max-height: 220px;
    overflow-y: auto;
}

.amount {
    font-weight: bold;
    font-size: 18px;
}
.tableData td {
    padding: 17px 8px !important;
}
.table-width {
    width: 90px !important;
}
/* .loginBtn {
    border: none;
    background-color: green !important;
    color: white !important;
} */
.buttonEyeIcons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.eyeIcon {
    font-size: 24px !important;
}
.StatusTime {
    display: flex;
    justify-content: space-between;
}

.viewIcon {
    width: 40px;
    height: 40px;
    border-radius: 35%;
    padding: 0px;
    font-size: 20px;
    /* padding: 8px 10px; */
    background-color: #d991e5;
    border: #d991e5;
    --bs-btn-active-bg: #d991e5;
}

.viewIcon:hover {
    /* padding: 8px 10px; */
    background-color: #ae87b5;
    border: #ae87b5;
}
.tableBody td {
    padding: 10px 12px;
}
.TotalHours {
    margin-top: 20px;
}
.TotalHours h2 {
    font-size: 17px;
    text-align: end;
    margin: 0;
}
.controlInp {
    width: 82px !important;
}
.selectInp {
    width: 110px !important;
}
.discountInp {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-box {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.modal-box p {
    padding-bottom: 5px;
    border-bottom: 2px solid #0000004a;
    border-radius: 7px;
    padding-left: 12px;
    display: flex;
}
.modal-box h3 {
    border-bottom: solid 1px;
    margin-bottom: 25px;
    padding-bottom: 8px;
    text-align: center;
}
.modal-box p strong {
    font-weight: bolder;
    display: block;
    width: 35%;
}
td .punchTimings {
    height: 22px;
    overflow: hidden;
}
.close-btn {
    margin-top: 15px;
    padding: 9px 14px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}
.button-div {
    text-align: center;
}
.attendance-history-page {
    padding-top: 40px;
    margin-left: 280px;
    margin-right: 35px;
    padding-bottom: var(--bs-footer-height);
    background-color: white;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    border-radius: 8px;
    margin-bottom: 80px;
}
.view-icon-btn {
    width: 40px;
    height: 40px;
    /* margin-left: 11px; */
}
.login-btn {
    width: 82px;
}
.date-div {
    background-color: #eef2f7;
    padding: 10px;
    border-radius: 15px;
}
.d-i {
    margin-left: 5px;
}
.worked-hours-div {
    border: solid 1px #0000004a;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    padding: 8px !important;
    font-size: 18px;
    border-radius: 5px;
    background-color: white;
}

.search-btn {
    padding: 8px 15px!;
    background-color: #05b446;
    border: #22c55e;
    --bs-btn-disabled-bg: #00852e;
}
.search-btn:hover {
    background-color: #006927 !important;
    border: #22c55e !important;
}
.display-off {
    display: none;
}
.remove-form-btn {
    top: 6px !important;
    right: 11px !important;
    font-size: 15px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 8px;
}
.search-input {
    outline: none;
    padding: 8px 6px;
    width: 250px;
    font-size: 15px;
    border: 1px solid #d8dfe7;
    border-radius: 8px !important;
    transition: border-color 0.3s;
}

.search-input::placeholder {
    margin-left: 4px !important;
    color: #666; /* placeholder color */
}

.search-input:focus {
    border: 1px solid #bababa;
}
.gradient-bg1 {
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
@media (max-width: 480px) {
    .gradient-bg1 {
        padding: 1rem;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
}
.glass-effect1 {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* for Safari support */
}
.pink-gradient-bg {
    padding: 2rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
@media (max-width: 480px) {
    .pink-gradient-bg {
        padding: 1rem;
        background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    }
}
.blur-glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* for Safari compatibility */
}
.dark-cyan-gradient {
    padding: 2rem;
    background: linear-gradient(135deg, rgb(53, 53, 53) 0%, #00f2fe 100%);
}
@media (max-width: 480px) {
    .dark-cyan-gradient {
        padding: 1rem;
        background: linear-gradient(135deg, rgb(53, 53, 53) 0%, #00f2fe 100%);
    }
}
.glass-blur {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */
}
.sunset-gradient {
    padding: 2rem;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
@media (max-width: 480px) {
    .sunset-gradient {
        padding: 1rem;
        background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    }
}
.frosted-glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* for Safari support */
}
@media (max-width: 480px) {
    .cardshead {
        font-size: 13px;
        margin-left: -1px !important;
    }
}

@media (max-width: 480px) {
    .birth {
        font-size: 19px;
        padding: 9px 7px 0px;
    }
}
.text-pink {
    color: #fa709a;
}
.text-dark-gray {
    color: rgb(53, 53, 53);
}
.text-rose {
    color: #f5576c;
}
.text-indigo {
    color: #667eea;
}
.search-btn-outer input ::placeholder {
    margin-left: 40px !important;
}
/* pichart start */

.pi-container {
    width: 100%;
    /* padding: 20px; */
    background-color: #f5f5f5;
    font-family:
        -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.pi-chart-wrapper {
    background: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.pi-menu-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.pi-menu-icon {
    font-size: 24px;
    color: #666;
}

.pi-chart {
    display: flex;
    gap: 10px;
    overflow-x: auto !important;
    margin-bottom: 30px;
}

.pi-y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 30px;
}

.pi-y-label {
    font-size: 13px;
    color: #666;
    text-align: right;
    line-height: 1;
}

.pi-chart-area {
    flex: 1;
    position: relative;
}

.pi-grid-lines {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pi-grid-line {
    height: 1px;
    background-color: #e0e0e0;
}

.pi-bars-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
}

.pi-bar-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.pi-bars {
    display: flex;
    gap: 3px;
    align-items: flex-end;
    height: 280px;
    padding: 0 5px;
}

.pi-bar {
    width: 18px;
    border-radius: 2px 2px 0 0;
    transition: opacity 0.2s;
}

.pi-bar:hover {
    opacity: 0.8;
}

.pi-bar-blue {
    background-color: #3b82f6;
}

.pi-bar-green {
    background-color: #10b981;
}

.pi-bar-orange {
    background-color: #f59e0b;
}

.pi-x-label {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.pi-legend {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.pi-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pi-legend-color {
    width: 14px;
    height: 14px;
    border-radius: 2px;
}

.pi-legend-blue {
    background-color: #3b82f6;
}

.pi-legend-green {
    background-color: #10b981;
}

.pi-legend-orange {
    background-color: #f59e0b;
}

.pi-legend-text {
    font-size: 14px;
    color: #333;
}

.pi-y-axis-label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    font-size: 13px;
    color: #666;
    white-space: nowrap;
}

/* pichart end */
/* attendace start */
.punch-timings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.punch-time {
    flex: 1;
    text-align: left;
}

.status-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* Colors */
.status-circle.green {
    background-color: green;
}

.status-circle.red {
    background-color: red;
}

/* Optional: keep time and circle in fixed column width */
.punch-timings-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    min-width: 20px; /* adjust to your layout */
}
.attendancestaffname {
    display: flex;
    justify-content: end;
}
.searchbynamecard {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: end;
}
.attendcard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.padclas {
    padding: 8px;
    height: 38px;
}
.modal-box {
    position: relative;
}

.close-icon {
    position: absolute;
    top: -9px;
    right: 0px;
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    color: #c00c0c;
    cursor: pointer;
    transition: color 0.2s ease;
}

.close-icon:hover {
    color: #d00;
}
.addsearchhistorubtn {
    border-radius: 8px;
    padding: 8px 16px;
}
/* attendance end */
.coupnsselect {
    padding: 8px;
}
.css-1u9des2-indicatorSeparator {
    width: 0px !important;
    border-radius: 8px !important;
}
.css-13cymwt-control {
    border-radius: 8px !important;
}
.hidepackagebtnbtn {
    display: none;
}
.widthclass {
    width: 154px;
}
.bgclass {
    background-color: #008e9b !important;
}
.bgclass :hover {
    background-color: #008e96a9 !important;
}
.logo-outer {
    width: 300px;
}
@media (max-width: 480px) {
    .logo-outer {
        width: 163px;
    }
}
.logo-outer img {
    width: 100%;
}
@media (max-width: 480px) {
    .logo-outer img {
        width: 100%;
        margin-left: -7px;
    }
}
.scan-qr-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
}
.otp-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 25px;
    gap: 15px;
    height: 100vh;
    width: 100%;
}
.twostepverificard {
    display: flex;
    justify-content: center;
    align-items: center;
}

.twostepverificard .col-md-6 {
    width: unset !important;
}
.otpverifi {
    padding: 8px 0px !important;
}
.total-amount {
    background-color: #3fb90026;
    color: #0b7c04;
    padding: 15px 25px;
    border-radius: 16px;
    margin-right: 15px;
    margin-bottom: 0;
}
/* profile  starts*/

.pro-box {
    width: 100%;
    background: var(--pro-box);
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    margin-bottom: 40px;
}

.pro-content {
    margin: 10px 0;
}

.pro-image img {
    width: 60%;
    height: auto;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: block;
}

.pro-level {
    width: 55px;
    padding: 4px;
    margin: 0 auto;
    background: var(--pro-light-green2);
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: bold;
}

.pro-text {
    margin: 10px 0;
}

.pro-name {
    font-size: 1.25rem;
    font-weight: bold;
}

.pro-job-title {
    font-size: 0.7rem;
    font-weight: bold;
    color: var(--pro-gray);
}

.pro-job-description {
    font-size: 0.75rem;
    color: var(--pro-gray);
    margin: 10px 20px;
}

.pro-icons {
    display: flex;
    /* justify-content: space-around; */
    font-size: 1.5rem;
    margin: 10px 20px;
    gap: 15px;
}

.pro-icons button {
    background: none;
    border: none;
    cursor: pointer;
}

.pro-icons ion-icon:hover {
    color: var(--pro-green);
    transition: 0.3s;
}

.pro-button-group {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    /* margin: 20px 30px 10px; */
}

.pro-message,
.pro-connect {
    width: 130px;
    height: 40px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

.pro-message {
    border: none;
    background-color: #fc0101;
    /* border: 2px solid #000; */
    /* background: var(--pro-box); */
    outline: none;
}

.pro-message:hover {
    background: #fc0101;
    letter-spacing: 1px;
    color: white;
}

.pro-connect {
    background: #000;
    color: #fff;
    border: none;
}

.pro-connect:hover {
    letter-spacing: 1px;
}

@media (max-width: 480px) {
    .pro-box {
        width: 100vw;
        border-radius: 0;
    }

    .pro-button-group {
        flex-direction: column;
        gap: 10px;
    }

    .pro-message,
    .pro-connect {
        width: 250px;
    }

    .pro-row img {
        width: 60px;
    }
}

.mainprocard {
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
    flex-direction: row;
}
.pro-info-row {
    display: flex;
    margin-bottom: 8px;
}

.pro-info-label {
    text-align: start;
    font-weight: 600;
    width: 120px;
    color: #333;
}

.pro-info-value {
    color: #555;
}
.edit-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    /* width: 100%; */
    /* height: 100%; */
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 34px !important;
    z-index: 999;
}

.edit-box {
    background: #fff;
    padding: 25px;
    width: 400px;
    border-radius: 8px;
}

.edit-box label {
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

.edit-box input,
.edit-box select,
.edit-box textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.edit-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.edit-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.edit-box {
    background: #fff;
    padding: 25px;
    width: 400px;
    max-height: 80vh; /* Prevents height overflow */
    overflow-y: auto;
    border-radius: 8px;
}

.edit-box label {
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

.edit-box input,
.edit-box select,
.edit-box textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.edit-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.upload-label {
    width: 100%;
    background: #f3f3f3;
    border: 1px dashed #888;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-top: 10px;
    display: block;
    transition: 0.3s;
}

.upload-label:hover {
    background: #e9e9e9;
    border-color: #555;
}

.upload-label input[type='file'] {
    display: none;
}

/* profile ends */
.forgot-link {
    color: #007bff;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 24px;
}

.forgot-link:hover {
    color: #0056b3;
}
.reset-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.reset-popup {
    background: #fff;
    padding: 20px;
    width: 350px;
    border-radius: 8px;
}

.otp-timer-text {
    font-size: 14px;
    color: #777;
}

.otp-link-btn {
    background: none;
    border: none;
    padding: 0;
    color: #007bff;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.textmuted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
}
.container-fluid.maxwidth {
    max-width: unset !important;
}
@media (max-width: 376px) {
    .total-amount {
        background-color: rgba(63, 185, 0, 0.15);
        color: rgb(11, 124, 4);
        padding: 10px 16px;
        border-radius: 6px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-size: 13px;
    }
}
