﻿﻿body {
    background-color: #fff5ea;
    font-family: var(--DashboardBodyFont) !important;
}

select {
    font-family: var(--DashboardBodyFont) !important;
}

.SidebarLogo {
    padding: 10px 16px;
    /* text-align: center;
  background-image: url("../images/logo-bg.png"); */
}


.toggleIconDiv {
    position: absolute;
    left: -20px;
    top: 15px;
    border: none;
    background: transparent;
}

.OuterList {
    padding: 8px 10px !important;
}

.sidebar-item {
    border-radius: 12px;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 16px 16px !important;
}

    .sidebar-item:hover {
        background-color: #dcf3fe !important;
    }

    .sidebar-item.active, .sidebar-subitem.active {
        border-radius: 12px;
        opacity: 0.6;
        background: radial-gradient( ellipse 50% 50% at 50% 50%, rgb(89 199 250 / 52%) 0%, rgb(89 199 250 / 17%) 100% );
    }

        .sidebar-item.active span {
            color: #1e1e1e;
            font-family: var(--HeadingFont) !important;
        }



    .sidebar-item span {
        /* color: rgb(255 255 255 / 60%); */
        color: #22394c;
    }

.sidebar-icon {
    margin-right: 10px;
    min-width: auto !important;
}

ul.dashboardheader_Nav li {
    margin-right: 25px;
}

ul.dashboardheader_Nav {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 1em;
}

    ul.dashboardheader_Nav li a {
        font-family: var(--HeadingFont) !important;
        color: #262a4166;
    }

.dashboardheader_Nav li .active {
    color: #262a41;
    position: relative;
}

    .dashboardheader_Nav li .active:after {
        position: absolute;
        content: "";
        bottom: -3px;
        width: 30px;
        border-bottom: 2px solid #27aae1;
        left: 1px;
    }

ul.Header_Centertext {
    margin: 0px 40px 0px 0px !important;
}

    ul.Header_Centertext li {
        display: flex;
        flex-direction: column;
        font-family: var(--BodyFont);
        font-weight: 600;
    }

        ul.Header_Centertext li label {
            color: #8a8fac;
            font-size: 12px;
        }

        ul.Header_Centertext li span {
            color: #262a41;
            font-weight: 600;
        }

.smallsidebar ul li .MuiListItemText-root {
    display: none;
}

.NotifictaionRow {
    padding: 12px 26px;
    border-radius: 20px !important;
    border: 1px solid #e0d5e8;
    box-shadow: none !important;
    display: grid;
    gap: 10px;
    grid-template-columns: auto auto auto;
}

    .NotifictaionRow button {
        padding: 12px;
        border-radius: 20px;
        border: 1px solid #e0d5e8;
        box-shadow: none;
        height: 50px;
        width: 50px;
    }

.PageTitle img {
    margin-right: 10px;
}

.PageTitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0 !important;
    /* width: 100%;
  float: left; */
}

span.TitleSubtext {
    color: #85878d;
    font-size: 15px;
    font-family: var(--headingFontLight) !important;
    width: 100%;
    float: left;
}

.topTabs {
    background: transparent !important;
    width: fit-content;
    border-radius: 10px;
    border: none !important;
}

    .topTabs button {
/*        font-family: var(--headingFont) !important;*/
        font-size: 14px;
        color: #22394c;
        border: 1px solid #e0d5e8;
    }

        .topTabs button:last-child {
            margin-right: 0px;
        }

    .topTabs .MuiTabs-root {
        overflow: visible !important;
    }

    .topTabs .css-s2t35c-MuiTabs-scroller {
        overflow: visible !important;
        position: inherit !important;
    }

    .topTabs .MuiTabs-indicator,
    .CorporateProfileTab .MuiTabs-indicator {
        display: none;
    }

.CorporateProfileTab button {
    font-family: var(--headingFontLight) !important;
    font-size: 16px;
}

.ProfileName {
    width: 100px !important;
    height: 100px !important;
    background-color: #22394c !important;
    color: #367092 !important;
    font-family: var(--headingFont) !important;
    font-size: 32px !important;
}

.uploadBtn {
    color: #22394c !important;
    text-transform: capitalize !important;
    font-family: var(--headingFont) !important;
    border: 4px solid; /* thickness of border */
    border-radius: 8px; /* optional, for rounded corners */
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #59c7fa, #2e77f2);
    border-radius: 10px !important;
}

    .uploadBtn img {
        margin-right: 5px;
    }

.CorporateProfileForm {
    margin: 10px 0px;
    float: left;
    width: 100%;
}

    .CorporateProfileForm label {
        color: #22394c;
        font-family: var(--headingFont);
        font-size: 14px;
    }

        .CorporateProfileForm label img {
            margin-right: 8px;
            float: left;
        }

    .CorporateProfileForm fieldset {
        border: 1px solid #e0d5e8 !important;
        border-radius: 8px !important;
    }

    .CorporateProfileForm input {
        border-radius: 8px !important;
        background-color: #fff5ea;
        font-family: var(--headingFontLight);
    }

.countryFlag button {
    border-radius: 8px !important;
    background-color: #fff5ea;
    font-family: var(--headingFontLight);
    padding: 12px 14px;
    border: 1px solid #e0d5e8 !important;
}

.FormActionBtnRow {
    margin-top: 20px;
}

    .FormActionBtnRow button {
        font-family: var(--ButtonFont) !important;
        font-weight: 400;
        color: #fff5ea;
        width: auto;
        font-size: 16px;
        text-transform: capitalize;
        padding: 10px 20px;
    }

.TableRow {
    font-family: var(--headingFont) !important;
    border: none !important;
}

    .TableRow .MuiDataGrid-columnHeader {
        background-color: #eff6fb !important;
        font-family: var(--headingFont) !important;
        font-size: 15px;
    }

    .TableRow .MuiDataGrid-cell {
        font-family: var(--headingFontLight) !important;
    }

.TableActionBtn button {
    color: #22394c !important;
    border: 1px solid;
    border-image-slice: 1;
    /* border-image-source: linear-gradient(to right, #59c7fa, #2e77f2); */
    border-radius: 10px !important;
}

.TableRow .MuiDataGrid-virtualScrollerContent {
    margin-top: 20px;
    border: 1px solid #e0e6ed;
    border-radius: 10px;
}

.TableRow .MuiDataGrid-footerContainer {
    border: none;
}

.TableRow .MuiDataGrid-columnHeader {
    border: none !important;
}

.AddUserComponent {
    justify-content: space-between;
}

.AdduserBtn {
    color: #22394c !important;
    text-transform: capitalize !important;
    font-family: var(--headingFont) !important;
    border: 4px solid; /* thickness of border */
    border-radius: 8px; /* optional, for rounded corners */
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #59c7fa, #2e77f2);
    border-radius: 10px !important;
}

    .AdduserBtn img {
        margin-right: 5px;
    }

.AddUserComponent .PageTitle {
    margin: 0;
}

.AddUserComponent button {
    min-width: max-content;
    padding: 8px 15px;
}

.popupform {
    float: left;
    width: 100%;
    margin: 15px auto;
}

    .popupform select,
    .popupform .MuiSelect-root {
        float: left;
        width: 100%;
        border-radius: 8px !important;
        background-color: #fff5ea;
        font-family: var(--headingFontLight);
    }

.popupSmallText {
    text-align: center;
    width: 100%;
    display: block;
    color: #85878d;
    font-size: 15px;
    font-family: var(--headingFontLight) !important;
}

.roleCheckbox label span {
    color: #22394c;
    font-size: 15px;
    font-family: var(--headingFontLight);
}

.popupform label {
    color: #22394c;
}

img.ModalClose {
    position: absolute;
    top: -14px;
    right: -16px;
}

.bottomNote {
    border-radius: 8px !important;
    background-color: #fff5ea;
    font-family: var(--headingFontLight) !important;
    padding: 10px;
    text-align: center;
    color: #3a224c;
}

.MuiModal-backdrop {
    background: rgb(5 3 32 / 80%) !important;
}
/* Close Button */
.close-btn {
    background: #0085fe !important;
    cursor: pointer !important;
    padding: 4px !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    margin-top: -8px !important;
    margin-right: -8px !important;
    position: absolute !important;
    border: 10px solid #34334c !important;
    right: 0 !important;
    top: 2px !important;
    min-width: auto !important;
}

    .close-btn:hover {
        background: #f5f5f5 !important;
        color: #333 !important;
    }

    .close-btn svg {
        display: block;
    }

p.bottomNote.warningText {
    color: #c80000;
}

.LoadAuthPage .MuiInputBase-root {
    font-family: var(--headingFontLight) !important;
    border-radius: 8px;
    background: #fff5ea;
    /* height: 45px; */
}
/* .checkboxAuth {
  height: 56px;
} */
.MuiList-root {
    font-family: var(--headingFontLight) !important;
}

.ApprovedLoadrequest {
    color: #22394c !important;
    text-transform: capitalize !important;
    font-family: var(--headingFont) !important;
    border: 1px solid; /* thickness of border */
    border-radius: 8px; /* optional, for rounded corners */
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #59c7fa, #2e77f2);
    border-radius: 10px !important;
}

.rejectBtn {
    background: transparent;
    color: #3a8df5 !important;
    border: 1px solid #3a8df5;
    padding: 10px 30px !important;
    font-size: 16px !important;
}

.LoadAuthForm label {
    width: 100%;
    color: #8a8fac;
    font-family: var(--headingFontLight) !important;
    font-size: 14px;
}

.fullwidth {
    width: 100%;
}

.SelectFundText {
    /* min-height: 52px; */
    margin: 0px !important;
}

.LoadAuthPage span {
    font-size: 14px;
}

.BankDetailsRow label {
    color: #22394c;
    font-size: 14px;
}

.Card_Bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/src/assets/images/card-bg.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

.dividerRow {
    text-align: center;
    border: 1px solid #e0d5e8;
    width: 82%;
    margin: 5px auto;
}

.TopheaderRow {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    border: 1px solid #e0d5e8;
    background: #eff6fb;
    border-radius: 13px;
}

    .TopheaderRow h6 {
        color: #22394c;
        margin: 0px;
    }

    .TopheaderRow p {
        color: #0c8ce9;
    }

.CorporateProfileForm .MuiSelect-select,
.CorporateProfileForm .MuiInputBase-root {
    border-radius: 8px !important;
    background-color: #fff5ea;
    font-family: var(--headingFontLight);
}

.amountSendText input {
    background: #fff;
    color: #000000de !important;
}

.methodRender input {
    background-color: #fff5ea;
    color: #000;
    border: 1px solid #d7c9c9;
}

.membersCount {
    margin-left: -10px;
    max-width: 43px !important;
    position: absolute;
    right: 0;
}

.methodRender .MuiInputBase-root {
    background-color: transparent;
}

.methodRender .MuiFormControl-root {
    background-color: transparent;
}

.methodRender fieldset {
    border: 1px solid #e0d5e833 !important;
}

.requiredText {
    color: red;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 15px; /* spacing between rows */
    margin-top: 16px;
    width: 100%;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
}

.form-col {
    flex: 1;
    min-width: 250px; /* responsive behavior */
}

.GradientBorder {
    color: #22394c !important;
    text-transform: capitalize !important;
    font-family: var(--headingFont) !important;
    border-radius: 10px !important;
    background: radial-gradient( circle at center, rgba(46, 119, 242, 0.5) 0%, rgba(89, 199, 250, 0.5) 100% ) !important;
}

.form-cols label,
.form-cols .MuiFormControl-root {
    width: 100%;
    float: left;
}

.form-container button {
    font-family: var(--headingFont) !important;
}

.AddmanagerCheckBoxes span {
    font-size: 14px;
}

.AddedMembers {
    border: 1px solid #e0d5e84d;
    background: rgb(255 255 255 / 10%);
}

    .AddedMembers span {
        color: #262a41;
        font-size: 14px;
    }

.separater {
    border: 1px solid #e0d5e8;
    width: 100%;
    margin: 21px auto;
}

span.exchangerate-text {
    color: rgb(34 57 76 / 50%);
    font-size: 16px;
}

.form-cols {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.half-col {
    width: 50% !important;
    flex: inherit;
}

.main-content {
    flex: 1; /* flexible width */
    padding: 20px; /* internal spacing */
    background-color: #f5f5f5; /* example */
    box-sizing: border-box; /* include padding in width */
    overflow-x: hidden; /* prevent horizontal scroll */
}

img.thumnailImage {
    cursor: pointer;
}

.rightImage {
    align-items: center;
    text-align: right;
    display: flex;
    justify-content: right;
}


.exchnageicon {
    width: 50px;
    margin: 0 auto;
}

.checboxHeading {
    background: #eaf4fc;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 500;
    color: #2b2b2b;
}

.darkcheckHeading {
    background: #029aff54;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 500;
}

.AboutText {
    float: left;
    width: 800px;
    color: rgb(94 94 94 / 100%);
}

.AboutList img {
    margin-right: 10px;
}

.AboutList {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    color: rgb(94 94 94 / 100%);
}

.FAQBorder {
    border-top: 1px solid rgb(94 94 94 / 13%);
    padding-top: 10px;
    margin-top: 0 !important;
}

.Lists {
    list-style-type: disc; /* adds bullets */
    padding-left: 1.5em; /* indentation for bullets */
}

.CheckSearchPage .MuiInputBase-multiline {
    background: #fff5eb;
    border-radius: 8px !important;
    font-family: var(--headingFontLight);
}

.form-container input.form-control {
    background: #fff5ea !important;
}

.section.CorporateProfileForm.statementType {
    width: 46% !important;
}

.LoadHistoryPopup tr td:nth-child(2) {
    font-family: var(--headingFontLight);
}

.LoadHistoryPopup tr td {
    font-family: var(--headingFont);
}

.gateApiBtn {
    font-family: var(--headingFont) !important;
}

/****************** super admin css *****************/

.AccountStatementRow {
    background: #fbe8d4;
    border-radius: 10px;
    font-weight: 500;
    color: #2b2b2b;
    justify-content: space-between;
    border: 1px solid #e0d5e8;
    margin-top: 0px;
}

.adminToCorporate ul li {
    line-height: 25px;
}
/* .adminToCorporate p {
  font-family: var(--headingFontLight) !important;
} */

.labelFullwidth label {
    width: 100%;
    float: left;
}

.form-containerCorporate,
.form-container-payment {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.success {
    color: green;
}

.amountSendText {
    width: 100% !important;
}

.notedText {
    width: 100% !important;
    float: left;
    color: red;
    font-style: italic;
}

.Balancebottom-Section {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.Divider {
    display: block;
    width: 100%;
    margin: 20px auto;
    background: #e6ddd4;
    height: 1px;
}

.mb {
    margin-bottom: 10px;
}

.actionColumns button,
.actionColumns a {
    font-family: var(--headingFontLight) !important;
}

.dots-loader {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

    .dots-loader span {
        width: 12px;
        height: 12px;
        background-color: #3e94f5; /* Dot color */
        border-radius: 50%;
        display: inline-block;
        animation: dotsBounce 1s infinite ease-in-out;
    }

        /* Animate each dot with delay */
        .dots-loader span:nth-child(1) {
            animation-delay: 0s;
        }

        .dots-loader span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .dots-loader span:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes dotsBounce {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.MuiTablePagination-root .MuiInputBase-root {
    background: #fff5ea;
    border-radius: 8px;
}

.tableActionButton {
    border: 1px solid #59c7fa !important;
    color: #59c7fa !important;
    text-transform: capitalize !important;
}

    .tableActionButton:hover {
        border: 1px solid #59c7fa;
        color: #22394c;
        text-transform: capitalize;
        background-color: #59c7fa;
    }

.corporateBadge span {
    color: #fff !important;
}

.MuiDataGrid-scrollbarFiller,
.MuiDataGrid-scrollbarFiller--header {
    width: 0 !important;
    min-width: 0 !important;
    background: transparent !important;
}

.Dba-Btn {
    margin-right: 10px !important;
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #59c7fa !important;
    box-shadow: none !important;
    padding: 9px 15px !important;
    text-transform: capitalize !important;
    font-family: var(--ButtonFont) !important;
    font-size: 16px !important;
}

.MuiMenuItem-root,
.MuiInputBase-input,
.MuiTableCell-head {
    font-family: var(--headingFont) !important;
}

.assignName-column {
    margin-left: 20px;
    width: 100%;
    margin-right: 20px;
}

ul.AssignedDBAlist {
    margin-top: 5px;
    display: flex;
    padding-left: 20px;
    margin-bottom: 0;
}

    ul.AssignedDBAlist li {
        margin-right: 32px;
    }

        ul.AssignedDBAlist li:last-child {
            margin-right: 0px;
        }

.DBAList {
    padding: 20px 10px;
}

.showPermission span {
    color: #fff;
}

.MuiFormControl-root {
    width: 100%;
}

.AddedMembers span.MuiChip-label {
    color: #fff;
}

.changeroleAdmin,
.changeroleAdmin:hover {
    background: #eaf4fc;
    width: fit-content;
    padding: 0px 5px;
    border-radius: 100px;
    color: #0284c7 !important;
    float: right;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

    .changeroleAdmin svg {
        font-size: 16px;
        margin-left: 0px;
        padding: 6px;
    }

.changerole,
.changerole:hover {
    background: #0284c7;
    width: fit-content;
    padding: 0px 5px;
    border-radius: 100px;
    color: #fff !important;
    float: right;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

    .changerole svg {
        font-size: 16px;
        margin-left: 0px;
        padding: 6px;
    }

.accountType .MuiSelect-select {
    background-color: #fff !important;
}

.MuiFormControl-root label {
    font-family: var(--headingFontLight) !important;
    font-weight: 400;
    font-size: 1rem;
}

.MuiMenu-list li span {
    font-family: var(--headingFontLight) !important;
}

.manageroleSearch .MuiInputBase-root {
    border-radius: 8px !important;
    background-color: #fff5ea;
    padding: 8px;
}

.manageroleSearch fieldset {
    border: 1px solid #e0d5e8 !important;
    border-radius: 8px !important;
}

.accordianText span {
    align-items: center;
    margin: 3px 0px;
}

/* ===== ROOT DASHBOARD LAYOUT ===== */
.dashboard-layout {
    display: flex;
    min-height: 100vh;
    background-color: #fff5ea;
    padding: 30px;
    box-sizing: border-box;
}

/* ===== RIGHT SIDE ===== */
.mainContent {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* CONTENT AREA (Outlet / @Body) */
.pageContent {
    flex: 1;
    padding: 20px 0px 20px 20px;
    background: transparent;
}

/* LOGO */
.SidebarLogo img {
    width: 100%;
}

/* MENU LIST */
.OuterList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

    .sidebar-item:hover {
        background: #eaf6ff;
    }

/* SUB MENU */
.sidebar-subitem {
    padding: 10px 40px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

    .sidebar-subitem:hover {
        color: #1976d2;
    }

/* ===== SIDEBAR ===== */
.showsidebar {
    width: 267px;
    background: #ffffff;
    border-radius: 18px;
    transition: width 0.3s ease;
}

.smallsidebar {
    width: 80px;
    background: #ffffff;
    border-radius: 18px;
    padding: 20px 10px;
}



/* MENU LIST */
.OuterList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

    .sidebar-item:hover {
        background: #eaf6ff;
    }

/* SUB MENU */
.sidebar-subitem {
    padding: 10px 40px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

    .sidebar-subitem:hover {
        color: #1976d2;
    }

/* ===== PAGE TITLE ===== */
.pageTitleRow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

/* ===== CARDS ===== */
.card-management {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.card {
    background: #ffffff;
    padding: 20px;
    border-radius: 18px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

    .card.blue {
        background: linear-gradient(135deg, #42a5f5, #478ed1);
        color: white;
    }

    .card.purple {
        background: linear-gradient(135deg, #7e57c2, #673ab7);
        color: white;
    }

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0px 0px 15px;
    position: relative;
}
.recent-card p {
    font-size: 14px;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.toggleIconDiv img {
    cursor: pointer;
}

.lang-select {
    border: 1px solid #e0d5e8;
    border-radius: 12px;
    padding: 6px 12px;
    background: #fff;
    font-weight: 500;
}
.rz-badge {
    font-weight: 600;
}


.dashboardheader_Nav {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .dashboardheader_Nav a {
        text-decoration: none;
        font-weight: 500;
        color: #333;
    }

.Header_Centertext {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 30px;
    list-style: none;
    margin: 0 20px;
    padding: 0;
    font-size: 13px;
}

    .Header_Centertext li {
        white-space: nowrap;
    }

    .Header_Centertext label {
        font-weight: 400;
        margin-right: 4px;
    }

.header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.notificationBox {
    position: relative;
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}

    .notificationBox img {
        width: 22px;
    }

.badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: red;
    color: white;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profileBox {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 20px;
    /*    border: 1px solid #e0d5e8;*/
    padding: 8px 14px;
    cursor: pointer;
    position: relative;
}

.avatarWrapper {
    position: relative;
}

    .avatarWrapper img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

.status-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background: green;
    border-radius: 50%;
    border: 2px solid white;
}

.profileName {
    font-weight: 600;
}

.dropdownArrow {
    font-size: 12px;
}

.profileMenu {
    position: absolute;
    top: 70px;
    right: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    overflow: hidden;
    z-index: 999;
    font-family: var(--BodyFont) !important;
}

    .profileMenu div {
        padding: 12px 20px;
        cursor: pointer;
    }

        .profileMenu div:hover {
            background: #f5f5f5;
        }

.notificationWrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.notificationBox {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

    .notificationBox img {
        width: 22px;
        height: 22px;
    }

.notificationBadge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: #ff3b3b;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
}

.dashboard-page {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .page-title img {
        width: 40px;
        height: 40px;
    }

    .page-title h2 {
        margin: 0;
        font-size: 22px;
    }

.account-selection-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fdebd3;
    padding: 20px;
    border-radius: 12px;
}

.account-selection-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.account-select-row {
    display: flex;
    gap: 16px;
}

.custom-select {
    padding: 10px 14px;
    background: #fff;
    min-width: 180px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px !important;
    border: 1px solid #e0d5e8 !important;
    background-color: #fff5ea;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    font-family: var(--BodyFont);
    color: #3a224c;
    outline: none;
    box-sizing: border-box;
    transition: all 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233a224c' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    padding-right: 44px;
    cursor: pointer;
}

.dashboard-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
    gap: 16px;
}

.summary-card {
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

.gradient-card.blue {
    background: linear-gradient(135deg,#42a5f5,#478ed1);
    color: #fff
}

.gradient-card.purple {
    background: linear-gradient(135deg,#7e57c2,#673ab7);
    color: #fff
}

.gradient-card.indigo {
    background: linear-gradient(135deg,#5c6bc0,#3949ab);
    color: #fff
}

.check-box-section {
    padding: 20px;
    border-radius: 14px;
    background: #fff;
}

    .check-box-section.dark-bg {
        background: #22394c;
        color: #fff;
    }

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.transaction-table {
    width: 100%;
    border-collapse: collapse;
}

    .transaction-table th,
    .transaction-table td {
        border: 1px solid #e0d5e8;
        padding: 10px;
    }

.primary-btn {
    background: #1976d2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.card-title {
    display: flex;
    gap: 8px;
}

.rz-context-menu {
    z-index: 9999 !important;
}

.section-title, .SectionHeading {
    font-weight: 400 !important;
}



.section-label {
    font-weight: 600 !important;
}


ul.rz-profile-menu {
    background: #fff !important;
    border: 1px solid #e0d5e8 !important;
}

    ul.rz-profile-menu .rz-navigation-item-icon-children {
        color: #262a41 !important;
    }

.selectBtn, .selectBtn:hover {
    background: transparent !important;
    box-shadow: none !important;
}

.rz-datepicker-trigger .rzi-calendar:before {
    display: none !important;
}

.custom-select {
    height: 50px !important;
    background-color: #fff5eb !important;
    justify-content: center !important;
}

.CheckSearchPage .rz-datepicker input {
    line-height: 0 !important;
    top: -10px;
    border: none !important;
    position: relative;
    background: #fff5eb !important;
}

.CheckSearchPage {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.rz-button.primary-btn, .rz-button.primary-btn:hover, .rz-button.primary-btn:focus, .refresh-btn, .refresh-btn:hover {
    color: var(--rz-on-primary) !important;
    background: radial-gradient(circle, #2e77f2, #59c7fa) !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
}

.rz-button {
    text-transform: capitalize !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
}

.edit-btn {
    background: #e6f0ff !important;
    color: #2563eb !important;
    border-radius: 6px;
    padding: 0px 14px !important;
    font-size: 13px !important;
    box-shadow: none;
    border: 1px solid #1976d2;
    transition: 0.3s;
}

.mini-card {
    border-radius: 20px;
    text-align: left;
    border: 1px solid #E0D5E8;
    padding: 16px;
}

.transaction-table th {
    background: #eff6fb !important;
}

    .transaction-table th span {
        font-weight: 600;
    }

.transaction-table tbody tr td span {
    font-weight: 400;
}


/* ===== FULL WIDTH PAGE FIX ===== */
.load-request-page {
    width: 100%;
    max-width: 100%;
}

/* Override Radzen content container */
.rz-content,
.rz-body,
.rz-main {
    max-width: 100% !important;
    width: 100% !important;
}

/* Tabs should stretch edge-to-edge */
.fullwidth-tabs {
    width: 100%;
}

    /* Tab content area full width */
    .fullwidth-tabs .rz-tabview-panels,
    .fullwidth-tabs .rz-tabview-panel {
        width: 100%;
        border: none !important;
    }


.topTabs .rz-tabview-nav li a {
    border-radius: 8px;
    text-transform: none;
    font-weight: 500;
    padding: 10px 16px;
    margin-right: 8px;
    background-color: #f1f1f1;
    color: #333;
    position: relative;
    transition: background 0.3s ease, transform 0.2s ease;
}

.topTabs .rz-tabview-nav li.rz-tabview-selected a {
    background: radial-gradient(circle, #2e77f2, #59c7fa);
    color: #ffffff !important;
    cursor: pointer;
    overflow: visible;
}

    .topTabs .rz-tabview-nav li.rz-tabview-selected a:hover {
        background: radial-gradient(circle, #1e5bd0, #4bb5e8);
    }

    .topTabs .rz-tabview-nav li.rz-tabview-selected a::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 7px solid #2e77f2;
    }

.topTabs .rz-tabview-nav {
    border-bottom: none;
}

    .topTabs .rz-tabview-nav li {
        border: none !important;
        background: none !important;
    }

.topTabs .rz-tabview-panel {
    padding: 0;
}

.topTabs ul li a {
    font-size: 14px;
    color: #22394c !important;
    text-transform: capitalize !important;
    letter-spacing: 0.02857em !important;
}


.auth-card h6 {
    margin-bottom: 2px;
}

/* ===============================
   PAGE WRAPPER
================================ */
.LoadAuthPage {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
}

/* ===============================
   HEADER CARD
================================ */
.auth-header-card {
    background-color: #fbe8d4 !important;
    border: 1px solid #E0D5E8;
    border-radius: 20px !important;
    padding: 16px 20px !important;
    box-shadow: none !important;
}

/* ===============================
   COMMON CARD STYLE
================================ */
.auth-card {
    background: #fff;
    border: 1px solid #E0D5E8 !important;
    border-radius: 20px !important;
    padding: 16px !important;
    box-shadow: none !important;
}

/* ===============================
   GRID SYSTEM (MUI 12-col clone)
================================ */
.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333%;
}

.col-5 {
    width: 41.666%;
}

@media (max-width: 1200px) {
    .col-3,
    .col-4,
    .col-5 {
        width: 100%;
    }
}

/* ===============================
   RECENT LOAD REQUESTS GRID
================================ */
.recent-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 12px;
}

@media (max-width: 1200px) {
    .recent-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .recent-grid {
        grid-template-columns: 1fr;
    }
}

.recent-card {
    border: 1px solid #E0D5E8 !important;
    border-radius: 19px !important;
    padding: 14px !important;
    box-shadow: none !important;
}

/* ===============================
   STATUS CHIP
================================ */
.status-chip {
    border: 1px solid #C7D2FE;
    color: #1976D2 !important;
    background: transparent !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    padding: 2px 10px !important;
    margin-bottom: 6px;
}
/* ===============================
   AUTH CODE CHIP
================================ */
.auth-code {
    color: #016630 !important;
    border: 1px solid #B9F8CF;
    background: #F0FDF4;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: 12px !important;
    margin-top: 6px;
    display: inline-block;
    font-weight: 700 !important;
}

/* ===============================
   TEXT
================================ */
.muted-text {
    color: rgba(34, 57, 76, 0.5);
    font-size: 13px;
}

/* ===============================
   INPUT STYLES (MUI LOOK)
================================ */
.amount-input input,
.rz-textbox,
.rz-textarea,
.rz-dropdown {
    /*    background: #fff8f2;*/
    border-radius: 12px !important;
}

.rz-dropdown-trigger .rzi-chevron-down:before {
    display: none;
}
/* ===============================
   RADIO BUTTONS
================================ */
.checkboxAuth .rz-radio-btn {
    margin-right: 16px;
}

/* ===============================
   FULL WIDTH
================================ */
.full-width {
    width: 100%;
}

/* ===============================
   DESCRIPTION COUNTER
================================ */
.char-limit {
    font-size: 12px;
    color: rgba(34,57,76,0.5);
    margin-top: 4px;
}

/* ===============================
   BUTTON (MATCH LOGIN BTN)
================================ */
/*.LoginBtn {
    border-radius: 16px !important;
    padding: 10px 22px !important;
    text-transform: none !important;
    font-weight: 500;
}*/


ul.rz-tabview-nav {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #e0d5e8 !important;
}

.rz-radiobutton-box.rz-state-active {
    border: 2px solid #1976d2 !important;
}

.rz-radiobutton-box .rzi-circle-on {
    background-color: #1976d2 !important;
    border: 2px solid #1976d2;
}

.currency-prefix {
    color: #6b7280;
    font-weight: 600;
    margin-left: 6px;
}

.amount-input input {
    width: 100% !important;
    border-radius: 10px !important;
    border: 1px solid #d6d6d6 !important;
    font-size: 16px;
    color: #3a224c;
    outline: none !important;
    box-sizing: border-box;
    transition: all 0.25s ease;
    cursor: pointer;
    padding: 15px 14px !important;
}

.amount-input {
    height: 100% !important;
    border: none !important;
    outline: none !important;
}

    .amount-input:focus, .amount-input:hover {
        border: none !important;
        outline: none !important;
    }





    .amount-input button {
        border: none;
        right: 15px;
    }

.rz-numeric-up {
    top: 10px !important;
}

.rz-numeric-down {
    bottom: 10px !important;
}

.inputDetails input {
    padding: 25px 14px !important;
    border: 1px solid rgb(58 34 76 / 30%) !important;
    border-radius: 12px !important;
    background-color: #FFF5EA;
}

.inputDetails .rz-dropdown {
    background-color: #FFF5EA;
}


/****************** load history ****************/

.LoadAuthPage .TableRow td {
    font-size: 15px;
    color: #22394CE5;
    white-space: normal;
    line-height: 1.3;
}

.approved-text {
    font-weight: 600;
    color: #057A55 !important;
}

.submitted-text {
    color: #22394C !important;
}

.status-chip {
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
}

.LoadHistoryPopup .dialog-header {
    display: flex;
    justify-content: center;
    position: relative;
}

.LoadHistoryPopup .close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    background: none;
    border: none;
    font-size: 18px;
}

.details-table {
    width: 100%;
}

    .details-table td:first-child {
        font-weight: 600;
    }

    .details-table .highlight {
        background: #e8f5e9;
        color: #2e7d32;
        font-weight: 700;
    }

.fees-box {
    background: #EFF6FB;
    padding: 12px;
    border-radius: 8px;
    margin-top: 12px;
}

.ActionBtnRow {
    display: flex;
    gap: 8px;
    float: left;
    width: 100%;
}

.LoginBtn {
    background: #057A55;
    color: white;
}

.rejectBtn {
    border: 1px solid red;
    color: red;
}

.TableRow tr td span {
    white-space: normal !important;
}

.ViewLoadRequestBtn {
    box-shadow: none !important;
}

.LoadHistoryPopup .dialog-body {
    max-height: 70vh;
    overflow-y: auto;
}

.details-table,
.fees-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 16px;
}

    .details-table td,
    .fees-table td {
        padding: 8px 12px;
        border-bottom: 1px solid #e5e7eb;
        font-size: 14px;
    }

        .details-table td:first-child,
        .fees-table td:first-child {
            font-weight: 600;
            width: 40%;
            color: #111827;
        }

        .details-table td:last-child,
        .fees-table td:last-child {
            color: #374151;
        }

    .details-table .highlight td {
        background: #e8f5e9;
        font-weight: 700;
        color: #2e7d32;
    }

    .fees-table thead th {
        text-align: left;
        background: #f1f8ff;
        padding: 10px 12px;
        font-weight: 700;
        border-radius: 6px;
    }

.loadhistoryActionBtn {
    margin: 30px 0px !important;
}


.thrasholdAmount .rz-numeric .rz-numeric-button {
    border: none;
}

.divider-line {
    border: none;
    height: 1px;
    background: #E5E7EB;
    margin: 12px 0 16px;
}

.close-row {
    border-top: 1px solid #E5E7EB;
    padding-top: 10px;
    text-align: right;
}

.rejectBtn {
    background: transparent !important;
    box-shadow: none !important;
    border: 1px solid #4694f6 !important;
    border-radius: 10px !important;
    padding: 14px 30px !important;
}

.status-result {
    text-align: center;
    padding: 20px;
}

p.status-text.rejected {
    color: #f44336;
}

p.status-text.approved {
    color: #4caf50;
}

.status-result h3 {
    font-size: 28px;
    font-weight: 500;
}

.rz-dialog-title {
    text-align: center;
    font-weight: 600;
}

.TableRow table tr th {
    background: #eff6fb;
}

    .TableRow table tr th span {
        font-weight: 600;
    }

/***************send money **************/

.send-money-layout {
    display: flex;
    gap: 20px;
}

.left-section {
    font-family: var(--HeadingFontLight) !important;
    flex: 2;
}

.right-section {
    flex: 1;
}

.payment-placeholder {
    background: #4fc3f7;
    color: white;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}


.payment-method-box {
    background-color: #EFF6FB;
    color: #fff;
    padding: 24px;
    border-radius: 12px;
    margin-top: 15px;
}

.payment-method-header {
    display: flex;
    flex-direction: column;
}

.payment-method-title {
    color: #59C7FA;
    font-size: 16px;
    margin-bottom: 4px;
    font-family: var(--HeadingFont) !important;
}

.payment-method-subtitle {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

.payment-method-subtitle {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01071em;
    color: #000000;
}

/* Card */
.amount-send-card {
    background: linear-gradient(90deg, #1e88e5, #0d47a1);
    border-radius: 14px;
    padding: 18px 22px;
    color: #fff;
}

/* Row */
.amount-send-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Label */
.amount-send-label {
    font-weight: 600;
    white-space: nowrap;
}

/* Divider line */
.amount-send-divider {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}

/* Numeric input */
.amountSendText input {
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    padding-right: 38px; /* space for arrows */
    border-radius: 10px;
}

.amount-input-wrapper {
    flex: 1;
}
/* FIX arrows (Radzen specific) */
.amountSendText .rz-spinner {
    height: 44px;
}

    .amountSendText .rz-spinner button {
        width: 24px;
        height: 22px;
        padding: 0;
    }

/* Currency */
.amount-currency {
    font-weight: 600;
    white-space: nowrap;
}


.exchange-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 10px;
}

.exchange-row {
    display: flex;
    gap: 16px;
}

.exchange-col {
    width: 100%;
}

.exchnageicon {
    width: 40px;
    margin: 0 auto;
}

.exchange-rate-box {
    border: 1px solid #E0D5E8;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    font-size: 19px;
}

.exchangerate-text {
    font-size: 14px;
    color: #6b6b6b;
}

.exchange-row input, .payment-method-box input {
    height: 52px;
    background-color: #fff5ea;
}

.TopheaderRow span {
    color: #0c8ce9;
    font-size: 0.875rem;
    font-family: var(--HeadingFont) !important;
    letter-spacing: 0.01071em;
}

/* Accordion header */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

/* Arrow icon */
.accordion-icon i {
    font-size: 24px;
    transition: transform 0.3s ease;
}

/* Rotate when open */
.accordion-icon.open i {
    transform: rotate(180deg);
}

/* Accordion body animation */
.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0;
}

    /* Open state */
    .accordion-body.open {
        max-height: 1000px; /* enough for content */
        padding-top: 1rem;
    }

.SectionDetailCard {
    border: 1px solid #bdbdbd;
    box-shadow: none !important;
    border-radius: 15px !important;
    background-color: #fff !important;
    margin: 20px 0px;
}

    .SectionDetailCard label {
        color: #22394c;
        font-family: var(--HeadingFont) !important;
        font-size: 14px;
    }
    .SectionDetailCard textarea {
        border: 1px solid rgb(58 34 76 / 30%) !important;
        border-radius: 12px !important;
        background-color: #FFF5EA;
    }
.auth-card label {
    color: #22394c;
    font-family: var(--HeadingFont) !important;
    font-size: 14px;
}
.radzen-card:hover {
    transform: translateY(-4px);
    transition: all 0.25s ease;
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}
.bankloadBtn {
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 100px !important;
    font-family: var(--HeadingFont) !important;
    text-transform:uppercase !important;
}
.loadcards {
    position: relative;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden; /* IMPORTANT */
}

    /* Black overlay */
    .loadcards::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.25); /* adjust opacity here */
        z-index: 1;
        border-radius: 20px;
    }

    /* Keep content above overlay */
    .loadcards > * {
        position: relative;
        z-index: 2;
    }

.loadcards:nth-child(odd) {
    background-image: url(../images/card_bg2.png) !important;
}

.loadcards:nth-child(even) {
    background-image: url(../images/card_bg1.png) !important;
}

.load-bank-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

/* Card base */
.loadcards {
    border-radius: 20px !important;
    padding: 13px !important;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Tablet */
@media (max-width: 1200px) {
    .load-bank-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .load-bank-grid {
        grid-template-columns: 1fr;
    }
}
.errorText.amount-error {
    color: #ff4c4c;
}
