/* Digital graph */
.a-node {
    text-decoration: none;
    color: black;
}

/* Aggrid */
.ag-header-cell-label {
    /* Necessary to allow for text to grow vertically */
    height: 100%;
    padding: 0 !important;
}

.ag-header-cell-label .ag-header-cell-text {
    color: #181d1f;
    opacity: 0.75;
    font-size: 13px;
}

/* .ag-popup-child {resize:both;}
.ag-tabs-body .ag-virtual-list-viewport {height:fit-content !important;} */


#page-content>div,
.flex-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tab-content,
.tab-content>.active,
.tab-pane>div {
    display: contents
}

#modal-bankmanagement,
#modal-access-roles,
.modal-transaction-ledger {
    min-width: 90%
}


.ms-auto.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-container {
    text-align: right;
}

.Select-control {
    width: 100% !important
}

.notification_style {
    position: fixed;
    top: 50px;
    right: 24px;
    width: 400px;
    z-index: 999 !important;
    background-color: white;
}

.notification_recompute_style {
    position: fixed;
    top: 50px;
    right: 24px;
    width: 400px;
    z-index: 998 !important;
    background-color: white;
}

.label-form {
    border-bottom: 1px solid #d3d3d3;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.input-required {
    color: red;
}

/* custom css for modal header */
.cus-modal-header {
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 0
}

/* custom css date picker */
.cus-date-single>div>div>div {
    width: 100%;
}

.cus-date-single>div>div>div>div {
    width: 100%;
}

.cus-date-single>div>div>div>div>input {
    height: 34px;
    font-size: 16px;
}

.cus-date-single>div>div>div>button {
    background: none !important;
}

.cus-date-single>div>div>div>button>svg {
    height: 10px;
    width: 12px;
}

.cus-date-range,
.cus-date-range .DateRangePicker {
    width: 100%;
}

.cus-date-range .DateRangePickerInput__withBorder {
    border-radius: 8px;
    border: 1px solid #B1BACB;
}

.cus-date-range .DateRangePickerInput,
.cus-date-range .DateInput,
.cus-date-range .DateInput_input {
    background: transparent;
    background-color: transparent;
}

.cus-date-range>div>div>div {
    display: flex;
    align-items: center;
}

.cus-date-range>div>div>div>.DateInput {
    width: 100%;
}

.cus-date-range>div>div>div>.DateInput>input {
    height: 34px;
    font-size: 14px;
}

.cus-date-range>div>div>div>button {
    background: none !important;
}

.cus-date-range>div>div>div>button>svg {
    height: 10px;
    width: 12px;
}

.cus-date-range>div>div>div>.DateRangePickerInput_arrow>svg {
    height: 16px;
    margin: 0 1rem;
}

.CalendarDay__today {
    border: 1px double #00a699;
}

#notification-missing-time>span {
    white-space: normal;
}


/* ----------- Fora-UI-Enhancement ----------- */

:root {
    --primary-color: #315D89;
    --secondary-color: #557293;
    --tertiary-color: #3E4246;
    --highlight-color: #0875DE;

    --background-color-black: #D4D9E4;
    --text-color-black: #394457;

    /* custom bootstrap */
    --cs-btn-disabled-bg: #9AB5D6;
}

body {
    overflow: hidden;
}

/* .home-bg {
    background: #F1F6FE;
} */

/* Utilities */

.cursor-pointer {
    cursor: pointer;
}

.btn:disabled {
    opacity: 1;
    border-color: var(--cs-btn-disabled-bg);
    background-color: var(--cs-btn-disabled-bg) !important;
}

.form-control:disabled {
    opacity: 0.6;
}

.Select-arrow {
    border: solid #8F9CB4;
    border-color: #8F9CB4 !important;
    border-width: 0 2px 2px 0 !important;
    border-radius: 1px;
    padding: 0.2rem;
    transform: rotate(45deg);
}

.is-open>.Select-control .Select-arrow {
    top: 2px !important;
    transform: rotate(225deg) !important;
}

.cus-select-is-invalid .Select-arrow {
    border-color: #d9534f !important;
}

.Select-clear {
    display: none;
    position: absolute;
    top: 10px;
    right: 4px;
}

.Select:hover .Select-clear {
    display: inline-block;
}

.tooltip.show {
    opacity: unset !important;
}

/* Main Page */

.login-nav {
    width: 100%;
    height: 56px;
    padding: 12px 16px;
    background: var(--primary-color);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.login-divider-vertical {
    width: 1px;
    height: 32px;
    margin: 0 16px;
    background: var(--background-color-black);
}

.login-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
}

/* Login Page */

.login-container {
    width: 350px;
    height: 280px;
}

.login-logo {
    width: 250px;
    height: 64px;
}

.login-actions-btn {
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-sso-btn {
    text-transform: none;
    background: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    border-radius: 18px;
}

.login-sso-btn:hover {
    background: var(--highlight-color);
}

#login-request-access-btn {
    text-transform: none;
    background: var(--tertiary-color);
    font-size: 13px;
    font-weight: 700;
    border-radius: 18px;
}

#login-request-access-btn:hover {
    background: #8E8C84;
}

#login-checkbox-auto .form-check-input {
    width: 16ppx;
    height: 16ppx;
    top: 4px;
    left: 4px;
    border-radius: 2px;
    border-width: 1px;
    border: 1px solid var(--primary-color)
}

#login-checkbox-auto .form-check-label {
    font-weight: 200;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    color: var(--primary-color);
}

/* Request Access */

#modal-request-access {
    width: 800px;
    max-width: 800px;
    height: 378px;
}

.modal-saved-views {
    top: 60px;
}

.modal-saved-views .modal-content {
    width: 448px;
}

.modal-content {
    border-radius: 18px;
}

.saved-views-title {
    color: var(--text-color-black);
    font-size: 12px;
    line-height: 18px;
}

.saved-views-content {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.saved-views-btn {
    padding: 8px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-transform: none;
    border-radius: 24px;
    background: var(--primary-color);
}

.cancel-btn {
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 24px;
    background: #fff;  
    text-transform: none;
    color: #325d88;
    border: 1px solid #325d88; 
}

.cancel-btn:hover {
    background: #fff !important;
    color: #325d88 !important;
    border: 1px solid #325d88 !important;
}

.confirm-modal-btn {
    padding: 8px 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-transform: none;
    border-radius: 24px;
}


.saved-views-bg-danger {
    background: #D02020 !important;
}

.saved-views-checkbox .form-label {
    color: #2d5494;
    font-size: 14px;
}

@media (max-width: 768px) {}

.ra-modal-title {
    color: var(--text-color-black);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

#request-access-form-button {
    text-transform: none;
    width: 149px;
    height: 34px;
    border-radius: 24px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
}

.ra-form-input {
    font-size: 14px;
    height: 36px;
    border-radius: 8px;
    margin-top: 2px;
    border: 1px solid #B1BACB;
}

.ra-form-input::placeholder {
    font-size: 13px;
    color: #B1BACB;
}

.ra-form-select .VirtualSelectGrid::-webkit-scrollbar {
    width: 6px;
}

.ra-form-select .VirtualSelectGrid::-webkit-scrollbar-thumb {
    background-color: rgba(143, 156, 180, 0.4);
    border-radius: 10px;
}

.ra-form-select .VirtualSelectGrid::-webkit-scrollbar-track {
    background-color: transparent;
}

.ra-form-select .Select-noresults {
    font-size: 14px;
}

.ra-form-select .Select-control {
    font-size: 14px;
    height: 36px;
    border-radius: 8px;
    margin-top: 2px;
    border: 1px solid #B1BACB;
}

.ra-form-select .Select-menu-outer {
    border-radius: 8px;
    margin-top: 2px;
    border: 1px solid #B1BACB;
}

.ra-form-select .Select-placeholder {
    font-size: 14px;
    color: #B1BACB;
}

.ra-form-select .VirtualizedSelectOption {
    font-size: 13px;
}

.cus-select-is-invalid .Select-control {
    border: 1px solid #d9534f !important;
}

.cus-select-is-invalid .Select-control:focus {
    box-shadow: 0 0 0 .25rem #d9534f40 !important;
}

.cus-select-is-invalid .invalid-feedback {
    display: block;
}

/* Navigator */

#main-page {
    position: relative;
    overflow: hidden;
}

#navbar-container {
    position: sticky;
    top: 0;
    z-index: 10;
}

#page-content {
    overflow: auto;
}

#page-content>div:first-of-type {
    padding-top: 32px;
}

.tooltip {
    text-transform: none;
    font-weight: unset;
}

.tooltip-inner {
    background-color: var(--tertiary-color);
}

.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--tertiary-color);
}

.nav-avatar-container {
    padding: 2px 4px 2px 2px;
    gap: 2px;
}

.nav-avatar-activated {
    border-radius: 80px;
    background: rgba(143, 156, 180, 0.24);
    /* background: #393C42; */
}

/* .nav-avatar-activated ._content {
    background: #0875DE !important;
}

.nav-avatar-activated .__text {
    color: #FFF !important;
}

.nav-avatar-activated img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(65%) saturate(574%) hue-rotate(179deg) brightness(96%) contrast(94%) !important;
} */

.nav-avatar-container ._content {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
}

.nav-avatar-container ._content .__text {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700;
}

.cus-nav-popover,
#nav-data-io-management-popover,
#nav-data-tracking-item-popover {
    border: unset;
    border-radius: 16px;
    box-shadow: 0px 8px 20px 0px rgba(82, 87, 104, 0.10);
}

.cus-nav-popover .popover-body {
    padding: 0 !important;
}

#nav-avatar-popover ._container {
    width: unset;
    min-width: 220px;
    max-width: 280px;
}

.cus-nav-popover ._container {
    width: 220px;
}

#nav-setting-af-popover {
    cursor: default;
    min-width: 340px;
}

#nav-setting-af-popover .sub-menu-ddr {
    height: 120px;
    overflow: hidden;
}

#nav-setting-af-popover .sub-menu-scr {
    height: 76px;
    overflow: hidden;
}

#nav-setting-af-popover .sub-menu-ddr,
#nav-avatar-popover ._container .__user {
    padding: 12px 16px;
}

#nav-setting-af-popover .sub-menu-scr,
#nav-avatar-popover ._container .__info {
    padding: 0 16px 12px 16px;
}

#nav-avatar-popover ._container .__logout {
    padding: 4px;
    height: 44px;
    border-top: 0.5px solid var(--background-color-black);
}

#nav-avatar-popover ._container .__logout a {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 9px;
}

/* #nav-avatar-popover ._container .__logout a:hover {
    border-radius: 8px;
    background: rgba(143, 156, 180, 0.16);
} */

#nav-avatar-popover .-title,
#nav-setting-af-popover .-title {
    color: var(--text-color-black);
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

#nav-avatar-popover .-sub-title,
#nav-setting-af-popover .-sub-title {
    color: #8F9CB4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#nav-setting-af-popover ul {
    padding-left: 24px;
}

.cus-nav-popover ._item {
    width: 100%;
    height: 36px;
    padding: 9px 12px;
    border-radius: 8px;
}

.cus-nav-popover ._item:hover {
    cursor: pointer;
    background: rgba(143, 156, 180, 0.16);
}

.cus-nav-popover ._item:hover.sub-item {
    background: #EBEFFF !important;
}

.navbar-menu-icon {
    display: none;
}

.cus-nav-popover ._item:hover .navbar-menu-icon {
    display: block !important;
}

.cus-nav-popover .__text {
    color: var(--text-color-black);
    font-weight: 600;
    line-height: 18px;
}

.nav-tracking-search {
    height: 44px;
    padding: 8px;
    border: 1px solid var(--background-color-black);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: var(--background-color-black);
}

#nav-tracking-input {
    font-size: 13px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid #B1BACB;
    background: #fff;
}

#nav-tracking-input::placeholder {
    color: #B1BACB;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.nav-tracking-search-content {
    max-height: 308px;
    overflow: auto;
}

.nav-tracking-search-content::-webkit-scrollbar {
    width: 20px;
}

.nav-tracking-search-content::-webkit-scrollbar-thumb {
    background-color: rgba(143, 156, 180, 0.4);
    border-radius: 10px;
}

.nav-tracking-search-content::-webkit-scrollbar-track {
    background-color: transparent;
}

.nav-tracking-search-content {
    scrollbar-width: thin;
    scrollbar-color: rgba(143, 156, 180, 0.4) transparent;
}

/* #nav-data-menu:hover img,
#nav-reports-menu:hover img,
#nav-help-menu:hover img,
#nav-settings-menu:hover img,
#nav-avatar-menu:hover img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(65%) saturate(574%) hue-rotate(179deg) brightness(96%) contrast(94%);
} */

/* #nav-avatar-menu:hover ._content {
    background: var(--highlight-color);
}

#nav-avatar-menu:hover .__text {
    color: white;
} */

/* Home Page */

#home-page-container {
    padding: 0 12px;
    display: inline-flex;
    padding: 88px 0px 32px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

#home-page-top {
    min-height: 68px;
}

#home-page-content {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    align-self: stretch;
    flex-wrap: wrap;
}

#home-page-container .--text {
    color: #052147;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1.6px;
}

#home-page-container .--highlight-text {
    color: var(--highlight-color);
}

.home-page-toast {
    position: relative;
    display: flex;
    min-width: 580px;
    max-width: 612px;
    padding: 12px 20px;
    align-items: center;
    gap: 12px;
    z-index: 1001;
    border-radius: 12px;
    box-shadow: 0px 8px 20px 0px rgba(82, 87, 104, 0.10);
}

.hp-noti-type-success {
    border: 1px solid #57D07D;
    background: #E6F8EC;
}

.hp-noti-type-warning {
    border: 1px solid #FFAE00;
    background: #FFEFCC;
}

.hp-noti-type-info,
.hp-noti-type-load {
    border: 1px solid var(--background-color-black);
    background: #F5F7FA;
}

.hp-noti-type-error {
    border: 1px solid #FF4040;
    background: #FFE2E2;
}

.home-noti-text {
    color: #627594;
    font-size: 14px;
    line-height: 18px;
}

#home-page-card {
    background: #FFF;
    display: flex;
    width: 384px;
    height: 520px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 4px;
    border: 1px solid var(--background-color-black);
}

.home-page-card-title {
    color: #052147;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1.28px;
}

.home-page-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    height: 120px;
    min-width: 320px;
    padding: 12px 16px;
    align-self: stretch;
    border-radius: 4px;
    box-shadow: 1px 0px 0px 0px var(--background-color-black) inset, 0px 1px 0px 0px var(--background-color-black) inset, 0px -1px 0px 0px var(--background-color-black) inset, -1px 0px 0px 0px var(--background-color-black) inset;
}

.home-page-card-description {
    overflow: hidden;
    color: #627594;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 72px;
    width: 100%;
}

/* .home-page-card-description> :first-child {
    line-height: 27px;
} */

.home-page-card-description> :nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.home-page-card-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
}

.home-page-card-page {
    display: flex;
    height: 52px;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    line-height: 20px;
    border: 1px solid #C1C8D3;
}

.home-page-card-page-title {
    white-space: nowrap;
    color: #052147;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.home-page-card-page-subtitle {
    white-space: nowrap;
    color: #052147;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.32px;
}

.home-page-tag {
    display: flex;
    padding: 0px 4px 2px 4px;
    flex-direction: column;
    align-items: center;
    border-radius: 2px;
    background: #F1F6FE;
    color: #7C7C80;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

#toast_container {
    position: fixed;
    right: 24px;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1060;
}

#home-toast-error {
    position: fixed;
    right: 24px;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1059;
}

/* #home-page-card:hover {
    background-color: var(--primary-color);
}

#home-page-card:hover .home-page-card-content {
    background-color: #FFF;
}

#home-page-card:hover .home-page-card-title,
#home-page-card:hover .home-page-card-page-title,
#home-page-card:hover .home-page-card-page-subtitle {
    color: #FFF;
}

.home-page-card-page {
    transition: color 0.3s ease;
}

.home-page-card-page:hover {
    background-color: #FFF;
}

#home-page-card .home-page-card-page:hover .home-page-card-page-title,
#home-page-card .home-page-card-page:hover .home-page-card-page-subtitle {
    color: #052147;
}

.home-page-icon-next-page {
    filter: brightness(0%) saturate(100%) invert(0%);
    transition: filter 0.2s ease;
}

#home-page-card:hover .home-page-icon-next-page {
    filter: brightness(0%) saturate(100%) invert(100%);
}

#home-page-card .home-page-card-page:hover .home-page-icon-next-page {
    filter: brightness(0%) saturate(100%) invert(0%);
} */

#trend-card-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.trend-card {
    min-width: 238px;
    height: 126px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(34, 37, 59, 0.10);
}

.trend-title {
    color: #052147;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.trend-content {
    color: var(--text-color-black);
    font-size: 28px;
    font-weight: 700;
    line-height: 36px
}

.trend-month {
    font-size: 12px;
    line-height: 16px;
}

.trend-month.increase {
    color: #259448;
}

.trend-month.decrease {
    color: #D02020;
}

.trend-month.stable {
    color: #627594;
}

.trend-yesterday {
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    gap: 4px;
    padding: 4px;
    justify-content: center;
    align-items: center;
}

.trend-yesterday.increase {
    color: #57D07D;
    background: #E6F8EC;
}

.trend-yesterday.decrease {
    color: #FF4040;
    background: #FFE2E2;
}

.trend-yesterday.stable {
    color: #627594;
    background: #F5F7FA;
}

.trend-info-tooltip .tooltip-inner {
    border-radius: 12px;
    background-color: #627594;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    padding: 12px !important;
}

.trend-info-tooltip .tooltip-inner {
    min-width: 300px;
}

.trend-info-tooltip .tooltip-arrow::before {
    border-top-color: #627594;
}

.trend-no-data .exclamation-icon {
    width: 32px;
    height: 32px;
    border-radius: 33px;
    background: #F5F7FA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.704px;
}

.trend-no-data .exclamation-icon .bar__ {
    width: 4.394px;
    height: 10.478px;
    border-radius: 8.112px;
    background: #818EA6;
}

.trend-no-data .exclamation-icon .dot__ {
    width: 4.394px;
    height: 4.394px;
    border-radius: 33px;
    background: #818EA6;
}

.trend-no-data .title_ {
    color: #818EA6;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.trend-no-data .subtitle_ {
    color: #627594;
    font-size: 12px;
    line-height: 12px;
}

.top-bank-tooltip .tooltip-inner {
    border-radius: 12px;
    background: #FFF;
    font-size: 14px;
    line-height: 18px;
    padding: 12px !important;
    box-shadow: 0px 0px 40px 0px rgba(34, 37, 59, 0.10);
}

.top-bank-tooltip .tooltip-inner {
    min-width: 150px;
    max-width: 300px;
}

.top-bank-tooltip .tooltip-arrow::before {
    border-top-color: #FFF;
}

.top-bank-tooltip ._title {
    color: var(--text-color-black);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: start;
}

.top-bank-tooltip ._subtitle {
    color: #8F9CB4;
    font-size: 14px;
    line-height: 18px;
}

.top-bank-tooltip ._value {
    color: var(--text-color-black);
    font-size: 14px;
    line-height: 18px;
}

#fora-dashboard-container {
    width: 95%;
    border-radius: 24px;
    border: 1px solid #D4D9E4;
    background: #FFF;
}

#fora-dashboard-container #dashboard-header {
    height: 84px;
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#fora-dashboard-container .dashboard-title {
    color: var(--text-color-black);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.dashboard-icon {
    user-select: none;
    filter: brightness(0) saturate(100%) invert(71%) sepia(6%) saturate(657%) hue-rotate(179deg) brightness(91%) contrast(90%);
}

.dark-icon {
    user-select: none;
    filter: brightness(0) saturate(100%) invert(31%) sepia(19%) saturate(1521%) hue-rotate(173deg) brightness(93%) contrast(91%);
}

#fora-dashboard-content {
    padding: 16px;
    margin: 0 20px 20px 20px;
    border-radius: 24px;
    background: #F1F6FE;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

#fora-dashboard-content .chart-card {
    min-height: 246px;
    padding: 24px;
    border-radius: 24px;
    background: #FFF;
}

#fora-dashboard-content .card-title {
    color: var(--text-color-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.top-bank_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.top-bank_name {
    color: var(--text-color-black);
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    max-width: 250px;
}

.top-bank_progress {
    display: flex;
    margin-right: 4px;
    align-items: center;
    gap: 4px;
    width: 336px;
    height: 12px;
    border-radius: 8px;
    background: #E0EBFE;

    color: var(--text-color-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.top-bank_fill {
    height: 100%;
    border-radius: 8px;
    background-color: var(--primary-color);
}

#fora-dashboard-content .bank_overage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.bank-overage_subtitle {
    color: #627594;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.bank-overage-status_title {
    text-transform: capitalize;
    color: #627594;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
}

.bank-overage-status {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.bank-overage-status.approved {
    background: #259448;
}

.bank-overage-status.pending {
    background: #BF8300;
}

.bank-overage-status.denied {
    background: #D02020;
}

.bank-overage-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 16px
}

.bank-overage-value.approved {
    color: #259448;
}

.bank-overage-value.pending {
    color: #BF8300;
}

.bank-overage-value.denied {
    color: #D02020;
}

.top-send_name {
    color: #627594;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
}

.top-send_money {
    color: var(--text-color-black);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.date-range_label {
    color: #8F9CB4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.label-filter {
    color: var(--text-color-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.banks-pie-chart {
    padding: 16px;
    width: 200px;
    height: 200px;
}

.pie-chart-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
}

.pie-chart-info .item_ {
    height: 64px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pie-chart-info .status_ {
    width: 32px;
    height: 32px;
    border-radius: 24px;
}

.pie-chart-info .title_ {
    color: var(--text-color-black);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.pie-chart-info .value_ {
    color: var(--text-color-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.pie-chart-info .percent_ {
    color: #8F9CB4;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.donut-chart {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    position: relative;
}

.donut-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.donut-label {
    text-align: center;
}

.donut-title {
    font-size: 11px;
    color: #8F9CB4;
}

.donut-value {
    font-size: 18px;
    font-weight: bold;
    color: #627594;
}

.participating-status {
    height: 32px;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 3px solid #F5F7FA;
    background: #FFF;
}

.participating-status .title_ {
    color: #627594;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.participating-status .status {
    width: 12px;
    height: 12px;
    border-radius: 24px;
}

.participating-status .participating_ {
    background: #4A90E2; 
}

.participating-status .prisma_ {
    background: #50E3C2;
}

.participating-status .trend_ {
    background: #FF6B6B;
}

.participating-line-chart {
    width: 100%;
    height: 400px;
}

.full-width {
    grid-column: 1 / -1;
}

.modal-backdrop {
    --bs-backdrop-bg: #8F9CB4 !important;
    --bs-backdrop-opacity: 0.7 !important;
}

/* Mobile Responsive */
@media (max-width: 425px) {
    #page-content {
        padding: 6px !important;
    }

    #home-page-content {
        justify-content: center;
    }

    #home-page-card {
        width: 362px;
    }

    .home-card-data-info {
        flex-wrap: wrap;
    }

    #fora-dashboard-container {
        width: 100%;
    }

    #fora-dashboard-content .chart-card {
        width: 100%;
    }

    #fora-dashboard-content {
        grid-template-columns: unset !important;
    }

    .top-bank_content>div {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .chart-card>div:first-of-type {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .top-bank_progress {
        width: 100% !important;
    }

    #bank-assignment-content {
        flex-direction: column;
        align-items: center;
    }

    .pie-chart-info .item_ {
        white-space: nowrap;
    }

    #participating-dollars-legend {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    #home-page-container {
        padding: 6px;
    }

    #home-page-content {
        margin-top: 8px;
        padding: 0 6px;
    }

    #home-page-top {
        flex-direction: column-reverse;
        padding-left: 0 !important;
        padding-bottom: 1rem;
    }

    #page-logo {
        width: 66px;
        height: 24px;
    }

    #page-title {
        font-size: 15px;
    }

    .login-divider-vertical {
        height: 18px;
        margin: 0 6px;
    }

    .home-page-card-content {
        gap: 6px !important;
    }

    .home-page-card-page {
        white-space: nowrap;
    }

    .home-page-card-page-title,
    .home-page-card-page-subtitle {
        font-size: 14px;
    }

    #nav-reports-menu,
    #nav-help-menu,
    #nav-settings-menu,
    #nav-data-menu {
        padding-right: 6px !important;
    }

    #modal-request-access {
        width: calc(100% - 4px);
        margin: 0 2px;
    }

    #home-page-top {
        min-height: unset !important;
    }

    #fora-dashboard-content {
        grid-template-columns: unset !important;
    }

    #fora-dashboard-content .chart-card {
        max-width: 600px;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .home-page-card-content {
        height: auto !important;
    }
}

@media (min-width: 1440px) {
    #home-page-container {
        width: 1440px;
        margin: auto;
    }

    #home-page-card {
        width: 437px;
    }
}

.animation-load-icon {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


/* Data pages */

.action-control-pannel {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    padding: 16px 0px;
}

.action-buttons {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex: 1 0 0;
    flex-wrap: wrap;
    gap: 12px;
}

.action-buttons__btn {
    font-size: 14px !important;
    height: 34px !important;
    padding: 0 20px;
    border-radius: 24px !important;
    background: var(--primary-color) !important;
    line-height: 18px !important;
    text-transform: unset !important;
}

.action-buttons__btn:hover {
    background: var(--highlight-color) !important;
}

.action-buttons__link-btn {
    font-size: 14px !important;
    font-weight: 700 !important;
    height: 34px !important;
    padding: 0 20px;
    border-radius: 8px !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    line-height: 18px !important;
    text-transform: unset !important;
    background: #fff !important;
    background-color: #fff !important;
}

.action-buttons__link-btn:hover,
.action-buttons__link-btn:focus,
.action-buttons__link-btn:active {
    color: var(--highlight-color) !important;
    border: 1px solid var(--highlight-color) !important;
    background: #fff !important;
    background-color: #fff !important;
}

.nav-tabs {
    font-weight: 600;
    line-height: 18px;
    width: fit-content !important;
    border-bottom: 1px solid var(--background-color-black) !important;
}

.nav-tabs .nav-link.active {
    font-weight: 600;
    color: #315C87 !important;
    border-bottom: 2px solid #315C87;
}

.nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #8F9CB4 !important;
    text-transform: none !important;
    background-color: white !important;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-radius: unset;
}

.grid-sum-container {
    display: flex;
    padding: 10px 318px 10px 36px;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    align-self: stretch;
    border: 1px solid #C6C5C5;
    background: #E7E6E6;
}

.grid-sum-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.grid-sum-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 124%;
}

.grid-sum-input {
    height: 28px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    border-radius: 8px;
    border: 1px solid var(--background-color-black);
}

.export-loading-icon {
    margin: 0 10px;
}

.toast-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8F9CB4;
    opacity: 0.7;
    z-index: 1000;
}

.modal-export-options .modal-content {
    width: 640px;
}

.modal-export-options ._subtitle {
    color: var(--text-color-black);
    font-weight: 500;
    line-height: 22px;
}

.modal-export-options input[type="radio"] {
    accent-color: var(--primary-color);
    width: 16px;
    height: 16px;
    margin: 4px;
}

.modal-export-options ._radios {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0 0 0;
}

.modal-export-options label {
    display: flex !important;
    align-items: center;
    gap: 4px;
}

.modal-export-options label .label-disable {
    color: #B1BACB;
    cursor: not-allowed;
}

.modal-export-options label div {
    color: #627594;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

.modal-export-options ._option-action {
    width: 300px;
    position: absolute;
    top: 28px;
    left: 180px;
}

.modal-export-options ._warning {
    border-radius: 8px;
    background: #F5F7FA;
    padding: 4px 8px;
    margin-left: 25px;
    color: #627594;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
}

.modal-export-options .cus-matine-datepicker .mantine-DatePickerInput-input {
    padding-left: 38px;
}

.snapshot-warning ._warning {
    border-radius: 8px;
    background: #F5F7FA;
    padding: 4px 8px;
    margin-left: 0px;
    color: #627594;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
}

.modal-export-options ._date-icon {
    position: absolute;
    top: 6px;
    left: 12px;
}

input:disabled {
    cursor: not-allowed;
    color: #B1BACB !important;
    background-color: #F5F7FA !important;
}