.mw-20 {
    max-width: 20% !important;
}
.gap-10 {
    gap: 10px;
}
.f-12 {
    font-size: 12px;
}
.card {
    border: 1px solid var(--bs-card-border-color) !important;
}
.btn-dark {
    color: #f2ea1d;
}
.star {
    color: #d2d2d2 !important;
}
.star-highlight {
    color: #ffa800 !important;
}
.login-bg {
    background: url("../images/login/login-bg.jpeg");
    background-position: center center;
    background-size: cover;
    position: relative;
}

.login-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(24, 24, 24, 0.7);
}

.login-card .login-main .theme-form .form-group {
    margin-bottom: 20px;
}
.login-right {
    padding: 40px;
}
.login-right-img {
    height: calc(100vh - 80px);
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}
.login-card .login-main .theme-form input {
    background-color: #fff;
}
.page-wrapper .page-header .header-wrapper {
    padding: 16px 30px;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 135px);
    margin-top: 70px;
}
/* table css */
.table-header-light {
    background-color: #fcfcfd;
}
.table-bordered thead,
.table-bordered tbody,
.table-bordered tfoot,
.table-bordered tr,
.table-bordered td,
.table-bordered th {
    border-color: rgba(234, 236, 240, 1);
}
.table thead th {
    color: #667085;
}
.table td {
    color: #101828;
}
.table .action li {
    /* line-height: 0px; */
}
.table .switch-sm .switch {
    margin-top: 0px;
}
/* table end css */
/* Datatable css */
.dataTables_wrapper table.dataTable {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}
.dataTables_wrapper .dataTables_paginate {
    border: 1px solid #d0d5dd;
    border-radius: var(--bs-border-radius);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    /* color: var(--theme-deafult) !important; */
    background: #2c323f;
    /* border-radius: var(--bs-border-radius); */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #2c323f;
    /* border-radius: var(--bs-border-radius); */
}
.datatable-filter-container .dataTables_filter label{
    margin-bottom: 0;
}
.dataTables_wrapper .dataTables_filter input[type="search"] {
    /* border-radius: var(--bs-border-radius); */
}
.dataTables_wrapper .dataTables_length select {
    /* border-radius: var(--bs-border-radius); */
}
div.dataTables_wrapper {
    font-family: "Parkinsans", serif;
}
div.dataTables_wrapper div.dataTables_info {
    margin: 15px;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 15px;
}
table.dataTable select.form-select.status-change {
    height: auto !important;
    width: 100px;
    color: #181818;
    font-size: 0.8rem;
    padding: 0.375rem 2rem 0.375rem 0.5rem;
}
.dataTables_wrapper button.btn-xs {
    padding: 0.05rem 0.4rem !important;
    font-size: 11px !important;
}
/* Datatable css end */
/* Datatabel outside filter */
.datatable-filter-container {
    display: flex;
    align-items: end;
    flex: 1;
    .dataTables_length label {
        display: flex;
        align-items: center;
        gap: 5px;
    }
}
.dwp-menu-filter {
    box-shadow: 0px 4px 44px 0px #00000040 !important;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
/*  */
/* Select2 css */
.select2-dropdown {
    border-color: var(--bs-border-color);
}
.select2-container .select2-selection--single {
    height: 38px !important;
    padding: 5px;
    border-color: var(--bs-border-color);
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px;
}
.select2-container--default .select2-selection--multiple {
    border: var(--bs-border-width) solid var(--bs-border-color);
}
/* select2 css end */
.page-wrapper.compact-wrapper
    .page-body-wrapper
    div.sidebar-wrapper
    .sidebar-main
    .sidebar-links
    .simplebar-wrapper
    .simplebar-mask
    .simplebar-content-wrapper
    .simplebar-content
    > li
    .sidebar-submenu
    li
    a.active {
    color: #fff !important;
}
.simplebar-wrapper .sidebar-list .sidebar-link i.icofont {
    color: #aaaaaa;
    font-size: 18px;
}
.btn-excel {
    padding: 0.375rem 0.5rem;
    line-height: 0;
}
.dropdown-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.375rem 0.7rem;
    font-weight: 400;
}
.dropdown-filter.dropdown-toggle::after {
    display: none;
}
.form-select.readonly {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
    pointer-events: none;
}
.badge {
    font-family: "Parkinsans", serif;
}
input[type="month"]::before {
    content: attr(data-placeholder);
    color: gray;
    position: absolute;
    pointer-events: none;
}
input[type="month"]:valid::before {
    content: "";
}
.custom-file-upload {
    width: 150px;
    height: 130px;
    border: 1px dashed #006666;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    i {
        font-size: 50px;
    }
}
.img-preview {
    width: 150px;
    height: 130px;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.checkbox-checked .col-form-label {
    padding-top: 0px;
}

div .action .approve,
div .action .reject {
    margin-right: 5px;
    i.fa {
        font-size: 20px;
    }
}
.sidebar-fav-divider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    margin-top: 10px !important;
}
.tabulator {
    font-size: 14px !important;
}
.tabulator .tabulator-tableholder .tabulator-table {
    color: #101828 !important;
}

/** radio **/
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #d3d300;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #d3d300;
}
.radio-primary input[type="radio"] + label::before {
    border-color: #d3d300;
}
/** radio **/

.transaction-tfoot {
    font-weight: normal !important;
}
.table-inline-row {
    .form-control {
        height: 26px;
        padding: 0.375rem;
    }
    .form-select {
        height: 26px;
        width: auto;
        /* padding: 0.375rem 2rem 0.375rem 0.375rem; */
        padding: 0.375rem 1.2rem 0.375rem 0.375rem;
        background-position: right 0.2rem center;
    }
}
#add_transaction td {
    padding: 5px 10px;
    .select2-container {
        width: 150px !important;
        .select2-selection__rendered {
            text-align: left;
        }
    }
}
.footer-menu {
    display: none;
}

.mobile-logo {
    width: auto;
    height: 30px;
}

.transaction-dropdown-menu {
    width: 500px;
}
.form-select:focus{
    box-shadow: none !important;
}