body.page-loading {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.splash-screen {
    display: none;
}

.page-loading .splash-screen {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: Inter, Helvetica, 'sans-serif';
    background-color: #f9f9f9;
    color: #5e6278;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}

.page-loading .splash-screen span {
    color: #5e6278;
    transition: none !important;
    -webkit-font-smoothing: antialiased;
}

.page-loading .splash-screen img {
    margin-left: calc(100vw - 100%);
    margin-bottom: 30px;
    height: 30px !important;
}

html[data-bs-theme='dark'] .page-loading .splash-screen {
    background-color: #151521;
    color: #ffffff;
}

.splash-screen .dark-logo {
    display: none;
}

.splash-screen .light-logo {
    display: block;
}

html[data-bs-theme='dark'] .splash-screen .light-logo {
    display: none;
}

html[data-bs-theme='dark'] .splash-screen .dark-logo {
    display: block;
}

a[aria-disabled='true'] {
    pointer-events: none;
    cursor: default;
}
.clear-after::after {
    content: none !important;
    display: none !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.text-right {
    text-align: right !important;
}

.text-gray {
    color: #a6a1b7 !important ;
}
.app-details {
    font: 500;
    font-size: 13.5px;
    line-height: 9.6px;
}
.custom-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-rounded {
    border-radius: 20px;
}
.custom-overview-heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #071437;
}

.bg-light-blue {
    background-color: #e3f0ff !important;
}

.color-blue {
    color: #1b84ff !important;
}
.reports-select-label {
    font-size: 13.5px;
    font: 600;
    line-height: 10.6px;
}
.custom-table-heading {
    font: 700;
    font-size: 12px;
    line-height: 14.4px;
}

.gray-text {
    color: #a6a1b7 !important;
}

.dark-text {
    color: #152742 !important;
}
.custom-cards-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.custom-padding-td {
    padding-left: 15px;
}

.dark-arrow {
    color: #4a4a4a;
}
@media (min-width: 1400px) {
    .custom-cards-container {
        align-items: initial;
        justify-content: initial;
    }
}