/* ==================================== Dark mode overrides for fixed utility classes =============================== */

/* --- lite-purple.min.css (Bootstrap & Base) --- */
@charset "UTF-8";
/*@import "../../fonts/iconsmind/iconsmind.css";*/
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-dark-body-bg: #1E293B;
    --bs-dark-body-color: #f3f4f6;
    --bs-dark-border-color: #1c222b;
    --bs-dark-link-color: #3b82f6;
    --bs-dark-link-hover-color: #60a5fa;
    --bs-dark-highlight-bg: #1c222b;

    --bs-dark-primary: #1e3a8a;
    --bs-dark-secondary: #334155;
    --bs-dark-success: #22c55e;
    --bs-dark-info: #38bdf8;
    --bs-dark-warning: #facc15;
    --bs-dark-danger: #ef4444;
    --bs-dark-light: #6b7280;
    --bs-dark-dark: #000;

    --bs-dark-table-bg: #1f2937;
    --bs-dark-table-striped-bg: #1c222b;
    --bs-dark-table-hover-bg: #4b5563;

    --bs-dark-form-control-bg: #1f2937;
    --bs-dark-form-control-color: #f3f4f6;
    --bs-dark-form-control-border-color: #4b5563;
}

body.dark .btn-info {
    --bs-btn-color: #E5E7EB !important;
    --bs-btn-bg: #17313f;
    --bs-btn-border-color: #17313f;
    --bs-btn-hover-color: #E5E7EB !important;
    --bs-btn-hover-bg: #17313f;
    --bs-btn-hover-border-color: #17313f;
    --bs-btn-focus-shadow-rgb: 21, 154, 223;
    --bs-btn-active-color: #E5E7EB !important;
    --bs-btn-active-bg: #17313f;
    --bs-btn-active-border-color: #17313f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #9CA3AF !important;
    --bs-btn-disabled-bg: #17313f;
    --bs-btn-disabled-border-color: #17313f;
    color: #E5E7EB !important;
}

body.dark .btn-info:hover,
body.dark .btn-outline-info:hover,
body.dark .btn-info,
body.dark .btn-outline-info {
    background: #1E293B !important;
    border-color: #1E293B !important;
}

body.dark .btn.btn-info .bi {
    color: #E5E7EB !important;
}

body.dark {
    --bs-body-color: #E5E7EB !important;
}

body.dark .btn-success {
    --bs-btn-color: #E5E7EB;
    --bs-btn-bg: #265c30;
    --bs-btn-border-color: #265c30;
    --bs-btn-hover-color: #E5E7EB;
    --bs-btn-hover-bg: #265c30;
    --bs-btn-hover-border-color: #265c30;
    --bs-btn-focus-shadow-rgb: 75, 175, 6;
    --bs-btn-active-color: #E5E7EB;
    --bs-btn-active-bg: #265c30;
    --bs-btn-active-border-color: #265c30;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(15, 23, 42, 0.125);
    --bs-btn-disabled-color: #9CA3AF;
    --bs-btn-disabled-bg: #265c30;
    --bs-btn-disabled-border-color: #265c30;
    color: #E5E7EB !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body.dark {
    background-color: var(--bs-dark-body-bg);
    color: var(--bs-dark-body-color);
}

body.dark .table tfoot tr {
    background-color: #0F172A !important;
}

/* load screen */

body.dark .loadscreen {
    background-color: #1E293B !important;
}

/* Backgrounds */
body.dark .bg-white,
body.dark .bg-light,
/* body.dark .bg-gray-100, */
body.dark .bg-gray-200,
body.dark .bg-amber-50 {
    background-color: #1E293B !important;
}

/* Text */
body.dark .text-dark,
body.dark .text-body,
body.dark .text-black,
body.dark .text-primary {
    color: #f3f4f6 !important;
}

body.dark .event-details-modern .text-secondary {
    color: #a28852 !important;
}

/* icon */
body.dark .bi,
body.dark .metismenu .has-arrow:after,
body.dark .spinner-bubble-primary,
body.dark .btn .bi {
    color: #f3f4f6 !important;
}

body.dark .text-muted {
    color: #9CA3AF !important;
}

body.dark .item-name {
    color: #9CA3AF !important;
}

body.dark .main-header .menu-toggle div {
    background-color: #E5E7EB !important;
}

/* Border */
body.dark .border,
body.dark .border-light {
    border-color: #4b5563 !important;
}

/* Dropdowns */
body.dark .dropdown-menu {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
    border-color: #1c222b !important;
}

/* Cards, modals, etc. */
body.dark .card,
body.dark .modal-content,
body.dark .navbar,
body.dark .app-footer {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
    border-color: #E5E7EB !important;
}

body.dark .bg-transparent {
    background-color: #0f172a !important;
    color: #f3f4f6 !important;
}

body.dark .card .list-group-item h5,
body.dark .card .list-group-item h4 {
    color: black !important;
}

/* Input and forms */
body.dark .form-control {
    background-color: #0F172A !important;
    color: #f3f4f6 !important;
    border-color: #E5E7EB !important;
}

body.dark input#searchMenu {
    background: transparent !important;
}

body.dark .form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

body.dark .pricingtxt {
    color: #f3f4f6 !important;
}

body.dark .pricecard h4 {
    color: #f3f4f6 !important;
}

body.dark .form-control::placeholder {
    color: #9CA3AF !important;
}

/* Override bg-off-white if it's a custom class */
body.dark .bg-off-white {
    background-color: #334155 !important;
}

/* Dark mode title and breadcrumb text overrides */
body.dark h1,
body.dark .h1,
body.dark h2,
body.dark .h2,
body.dark h3,
body.dark .h3,
body.dark h4,
body.dark .h4,
body.dark h5,
body.dark .h5,
body.dark h6,
body.dark .h6,
body.dark .card-title,
body.dark .text-title {
    color: #f3f4f6 !important;
    /* light text for dark mode */
}

body.dark .breadcrumb ul li a {
    color: #f3f4f6 !important;
}

body.dark .form-group label,
body.dark label.text-gray-600 {
    color: #9CA3AF !important;
}

body.dark .main-header .search-bar {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
    border-radius: 8px !important;
    border: 2px solid #1c222b !important;
}

body.dark .border-gray-300 {
    border-color: #1c222b !important;
    color: #f3f4f6 !important;
}

body.dark .login-section .border-gray-300 {
    border-color: #f4f6f9 !important;
    color: #f3f4f6 !important;
}

body.dark .select2-container--default .select2-selection--single {
    background-color: #0f172a !important;
    color: #f3f4f6 !important;
    border-radius: 8px !important;
    border-width: 1px !important;
}

body.dark #menuSearchBar .select2 .select2-selection {
    background-color: transparent !important;
    outline: unset !important;
    border-width: 1px !important;
}

body.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f3f4f6 !important;
}

body.dark .input-group-text {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
    border-color: #1c222b !important;
}

body.dark thead {
    --bs-dark-table-bg: #1E293B !important;
    --bs-table-bg: #1E293B !important;
}

body.dark .select2-dropdown,
body.dark .select2-container--default,
body.dark .select2-search--dropdown,
body.dark .select2-search__field {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
    border-color: #1c222b !important;
}

body.dark .select2-container--default .select2-results__option--selected {
    background-color: #1c222b !important;
    color: #f3f4f6 !important;
}

/* body.dark .bootstrap-table .fixed-table-container .table thead th .asc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}
body.dark .bootstrap-table .fixed-table-container .table thead th .desc {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
} */

body.dark .table>tbody>tr>* {
    color: #f3f4f6 !important;
}

body.dark .table tbody .status-success {
    background-color: #3a974c94 !important;
}

body.dark .table tbody span.status-danger {
    background-color: #ff00008a !important;
}

body.dark .bootstrap-table table thead input.form-control:read-only {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
    border-color: #E5E7EB !important;
}

body.dark .daterangepicker {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
}

body.dark .daterangepicker .calendar-table {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
}

body.dark .daterangepicker td.off {
    background-color: #1E293B !important;
}

body.dark .daterangepicker td.available:hover {
    background-color: #357ebd !important;
    color: #f3f4f6 !important;
}

body.dark .dropdown-item {
    color: #f3f4f6 !important;
}

body.dark .dropdown-item:hover {
    background-color: #1967d2 !important;
    color: #f3f4f6 !important;
}

body.dark .notification-dropdown .dropdown-item:hover,
body.dark div#notification-list .dropdown-item:hover {
    background-color: #334155 !important;
}

body.dark .select2-container--default .select2-results .select2-results__options .select2-results__option {
    color: #f3f4f6 !important;
}

body.dark .fileuploader {
    background-color: #334155 !important;
    color: #f3f4f6 !important;
}

body.dark .fileuploader-input-caption {
    color: #f3f4f6 !important;
    background-color: #1E293B !important;
}

body.dark .note-editor.note-frame {
    border: 1px solid rgb(255 255 255) !important;
}

body.dark .note-toolbar {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
}

body.dark .note-editable {
    background: #334155 !important;
}

body.dark .note-editable *,
body.dark .note-editable p {
    color: #f3f4f6 !important;
}

body.dark tbody.table-head-left .editBtn.delete svg,
body.dark tbody.table-head-left .editBtn.delete svg * {
    fill: #E5E7EB !important;
}

/* body.dark .note-btn{
    background-color: #1c354c !important;
    color: #f3f4f6 !important;
} */

body.dark .select2-container--default .select2-results body.dark .select2-results__options .select2-results__option:hover {
    background-color: #1967d2 !important;
    color: #f3f4f6 !important;
}

body.dark .note-dropdown-menu {
    background-color: #334155 !important;
}

body.dark .bootstrap-table .fixed-table-container .table thead th .th-inner {
    color: #f3f4f6 !important;
    filter: none !important;
    opacity: 1 !important;
}

body.dark .bg-primary {
    background-color: #1E293B !important;
}

body.dark .nav {
    --bs-dark-nav-link-color: #f3f4f6 !important;
    --bs-dark-nav-link-hover-color: #f3f4f6 !important;
}

body.dark .deposit-option .btn-secondary {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
}

body.dark [type=checkbox],
body.dark .bg-gray-100[type=checkbox] {
    background-color: #42556f !important;
}

body.dark [type=checkbox]:checked,
body.dark .bg-gray-100[type=checkbox]:checked {
    background-color: #1c3750 !important;
}

body.dark .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #f3f4f6 !important;
    background-color: #334155 !important;
    border: 1px solid #E5E7EB !important;
}

body.dark .daterangepicker .drp-buttons .btn {
    color: #17313f !important;
}

body.dark #progressbar li.active:before,
body.dark #progressbar li.active:after {
    background: #3f5471 !important;
    color: #E5E7EB !important;
}

body.dark #progressbar .active {
    color: #a28852 !important;
}

body.dark #google2fa fieldset {
    background-color: #334155 !important;
}

body.dark .pricecard {
    background-color: #1E293B !important;
    color: #f3f4f6 !important;
}

body.dark .pricecard .producttitles {
    color: #f3f4f6 !important;
}

body.dark .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    background-color: #334155 !important;
    color: #f3f4f6 !important;
}

/* body.dark button:not(:disabled){
    color:#f3f4f6 !important;
} */
body.dark .linked:hover {
    color: #9B8B75 !important;
}

body.dark #progressbar li:before {
    color: #0F172A !important;
}

body.dark .btn-close {
    filter: invert(1) !important;
}

body.dark .card .card-header .nav-link {
    color: #E5E7EB !important;
}

body.dark .dropdown-item:hover a {
    color: #E5E7EB !important;
}

body.dark .btn-primary {
    background: #E5E7EB !important;
    border-color: #E5E7EB !important;
    color: #17313f !important;
}

body.dark .btn .bi {
    color: #17313f !important;
}

body.dark .btn.btn-success .bi {
    color: #E5E7EB !important;
}

body.dark .btn-danger {
    background-color: #E5E7EB !important;
    /* box-shadow: 0 8px 25px -8px #E5E7EB; */
    border-color: #E5E7EB !important;
    color: #17313f !important;
}

body.dark .table tbody span.status-orange {
    color: #17313f !important;
}

body.dark .voucher-img {
    filter: invert(1) !important;
}

body.dark .card.bgcyan {
    background: #1e1e1e !important;
    border: 1px solid #E5E7EB !important;
    box-shadow: unset !important;
}

body.dark .btn-outline-primary {
    color: #E5E7EB;
    border-color: #E5E7EB;
}

body.dark .btn.btn-outline-primary .bi {
    color: #E5E7EB !important;
}

body.dark .btn.btn-outline-primary:hover .bi {
    color: #17313f !important;
}

body.dark .btn-outline-primary:hover {
    background: #E5E7EB !important;
    border-color: #E5E7EB !important;
    color: #17313f !important;
}

body.dark .ul-widget-s7__item-time,
body.dark .ul-widget-s7__item-text {
    color: #E5E7EB !important;
}

body.dark .application-summary {
    background: #1e1e1e !important;
}

body.dark .continue-shopping {
    padding: 10px;
}

body.dark .finance-highlight {
    background: linear-gradient(135deg, #4b4b4b, #a3a3a3) !important;
    border: 1px solid #0F172A !important;
}

body.dark i.far.fa-star {
    color: #c57c00 !important;
}

body.dark .bg-yellow-50,
body.dark .bg-red-50,
body.dark .member-connect-wrapper .chat-header,
body.dark .member-connect-wrapper .users-sidebar-header,
body.dark .member-connect-wrapper .users-list,
body.dark .member-connect-wrapper .messages-container,
body.dark .member-connect-wrapper .conversation-tabs {
    background-color: #0F172A !important;
}

body.dark code.truncate {
    color: #E5E7EB !important;
}

body.dark .text-gray-900,
body.dark .text-yellow-700,
body.dark .text-red-700,
body.dark .text-gray-500 {
    color: #E5E7EB !important;
}

body.dark select,
body.dark select#filter_my_todo,
body.dark select#filter_label {
    background: #0F172A !important;
    color: #E5E7EB !important;
}

body.dark input#filter_title {
    background: #0F172A !important;
    color: #E5E7EB !important;
}

body.dark select,
body.dark select#filter_my_todo,
body.dark select:not([size]),
body.dark select#filter_label {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%23f3f4f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-position: right .75rem center !important;
    background-repeat: no-repeat !important;
    background-size: .75em .75em !important;
    padding-right: 2.5rem !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

body.dark .search-bar {
    background: #0F172A !important;
    border: 1px solid #e5e7eb !important;
}

body.dark .select2-container--default .select2-selection--multiple {
    background-color: #0F172A !important;
    border: 1px solid #aaa !important;
}

body.dark .text-gray-700 {
    color: #d0d0d0 !important;
}

body.dark .dark-gray-800 {
    background: #334155 !important;
}

body.dark .dark-gray-800.py-4.px-2 {
    background: #0F172A !important;
}

body.dark .app-admin-wrap.sidebar-compact-onhover.sidebar-closed.sidebar-compact .sidebar-panel.new-sidebar .search-icos {
    color: #E5E7EB !important;
}

body.dark .notification-details span.fw-bold {
    color: #ebebeb !important;
}

body.dark .profile-highlight *,
body.dark .profile-highlight {
    color: #E5E7EB !important;
}

body.dark .profile-highlight {
    background: linear-gradient(135deg, #d0e0f4, #616e81) !important;
}

body.dark .nested-table-wrapper {
    background: #334155 !important;
    border-color: #2d2f2f !important;
}

body.dark .member-connect-wrapper .search-container .input-group-text {
    border: 1px solid #E5E7EB !important;
}

body.dark input#message-input {
    box-shadow: inset 0 0 5px 0 #e0e0e0 !important;
}

body.dark .btn-secondary,
body.dark .btn-outline-secondary {
    border-color: #E5E7EB !important;
}

body.dark .finance-highlight,
body.dark .event-highlight,
body.dark .profile-highlight {
    background: linear-gradient(135deg, #172538, #93a2b6) !important;
}

body.dark .activeMenu::before {
    opacity: 0.3 !important;
}

body.dark #allocationForm fieldset,
body.dark #depositAmount fieldset {
    background: #0F172A;
}

body.dark .nav-pills .nav-link {
    color: #E5E7EB !important;
}

body.dark .user-node {
    background: #E5E7EB !important;
}

body.dark .live-activity-type-trigger.gap-1:hover,
body.dark .live-activity-type-trigger.gap-1:hover *,
body.dark .live-activity-type-trigger .border.rounded:hover,
body.dark .live-activity-type-trigger .border.rounded:hover *,
body.dark #dynamic-dashboard-widgets .border.rounded:hover,
body.dark #dynamic-dashboard-widgets .border.rounded:hover * {
    background-color: #334155 !important;
    color: #FFFFFF !important;
}

body.dark .gull-brand {
    background: #0F172A !important;
}

body.dark .agent-reply {
    background-color: #0F172A !important;
    border-left: 4px solid #0F172A !important;
}

body.dark .comment .agent-reply::after {
    border-left-color: #0F172A !important;
}

body.dark .comment-body .txt-content * {
    color: #ffffff !important;
}

body.dark .user-reply {
    background-color: #334155 !important;
}

body.dark .comment .user-reply::after {
    border-right-color: #334155 !important;
}

body.dark .card-header {
    background: #141b2c !important;
}

body.dark .list-group-item {
    background-color: #334155 !important;
    border: 1px solid #334155 !important;
}

body.dark .list-group-item * {
    color: #FFFFFF;
}

body.dark .switch input:checked+.slider {
    background-color: #334155 !important;
}

body.dark .peer:placeholder-shown~.peer-placeholder-shown\:scale-100 {
    background: #0f172a !important;
}

body.dark .peer:focus~.peer-focus\:scale-75.-translate-y-6,
body.dark .-translate-y-6 {
    /* background: linear-gradient(0deg, rgba(15, 23, 42, 1) 35%, rgba(30, 41, 59, 1) 35%) !important; */
    background: #141b2c !important;
}

body.dark .select2-container--default .select2-selection--single {
    border: 2px solid #1c222b !important;
}

body.dark .bars span {
    background: rgb(255 255 255) !important;
}

body.dark .dark-graybg {
    background: #334155 !important;
    border-color: #e5e7eb !important;
}

body.dark a.list-group-item.text-base,
body.dark a,
body.dark a.text-info {
    color: #FFFFFF !important;
}

/* Underline pseudo-element — dark mode visible */
body.dark a:not(.btn):not(.nav-link):not(.dropdown-item):not(.dropdown-toggle):not(.page-link):not(.hero-button):not(.metismenu a):not(.close):not(.mfp-close):not(.open-milo):not(.browse-btn-custom):not(.assisted-join-btn):not(.change_email_link):not(.copy-button):not(.fileuploader-input-button):not(.custom-file-upload):not([class*="pagination"]):not(.fc-daygrid-day-number):not(.fc-event):not(.list-group-item):not(.tag-link):not(.trigger-btn):not(.search-cat):not(.search-sub-cat):not(.nounder-animate):not(.eth-link-address):not([role="tab"]):not(.actionBtnMargin):not(.update_certificate_edit):not(.deleteRetirementAddress)::after,
body.dark a.linked::after,
body.dark .view-toggle.cursor-pointer::after {
    background: repeating-linear-gradient(90deg,
            #9ca3af 0px, #9ca3af 2px,
            transparent 2px, transparent 6px) !important;
    color: #FFFFFF;
}

body.dark a:not(.btn):not(.nav-link):not(.dropdown-item):not(.dropdown-toggle):not(.page-link):not(.hero-button):not(.metismenu a):not(.close):not(.mfp-close):not(.open-milo):not(.browse-btn-custom):not(.assisted-join-btn):not(.change_email_link):not(.copy-button):not(.fileuploader-input-button):not(.custom-file-upload):not(.list-group-item):not(.tag-link):not(.trigger-btn):not(.search-cat):not(.search-sub-cat):not(.nounder-animate):not(.eth-link-address):not([class*="pagination"]):not([role="tab"]):not(.actionBtnMargin):not(.update_certificate_edit):not(.deleteRetirementAddress):hover::after,
body.dark a.linked:hover::after,
body.dark .view-toggle.cursor-pointer:hover::after {
    width: 80% !important;
    background: linear-gradient(90deg, #9ca3af, #c8d6e0) !important;
    color: #FFFFFF !important;
}

body.dark li.Ul_li--hover.active.mm-active>a,
body.dark li.Ul_li--hover.active>a,
body.dark li.Ul_li--hover:hover>a {
    color: #000000;
    background: #334155 !important;
    border-radius: 8px !important;
}

body.dark li.Ul_li--hover.active:nth-child(01)>a,
body.dark li.Ul_li--hover.mm-active ul.mm-collapse li.Ul_li--hover.active a {
    background: #0F172A !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
}

body.dark .Ul_li--hover>a .menu-star svg {
    color: #D3D3D3 !important;
    fill: #D3D3D3 !important;
}

body.dark .btn-secondary,
body.dark .pagination a,
body.dark .breadcrumb a {
    color: #17313f !important;
}

body.dark .pagination .page-item.active a,
body.dark .header-search-item:hover a.search-link {
    color: #FFFFFF !important;
}

body.dark .header-search-item a {
    color: #1c222b !important;
}

body.dark button.btn.fs-kebab-btn i {
    color: #FFFFFF !important;
}

body.dark .dropdown-menu.fs-action-menu {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
}

body.dark .fs-action-dropdown .dropdown-item,
body.dark .fs-action-dropdown .dropdown-item i,
body.dark .fs-action-dropdown .dropdown-item span {
    color: #000000 !important;
}

body.dark i.bi-chevron-down.withdrawal-nav-chevron {
    color: #FFFFFF !important;
}

body.dark .btn.active {
    background-color: #0f172a !important;
}

body.dark tr.bg-withdrawal-status {
    background-color: #0f172a !important;
}