/*Sidebar*/
.nav-header-title{
    left: 20px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 15px;
    letter-spacing: 1px;
    color: #4B6584;
    opacity: 0.5;
    font-size: 12px !important;
}

.sidebar-collapse .img-brand{
    max-height: 10px !important;
    transition: 0.3s;
}
.sidebar-collapse .header-brand{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sidebar-collapse .main-sidebar:hover .img-brand{
    max-height: 28px !important;
    transition: 0.3s;
}

.sidebar-dark-danger .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-danger .nav-sidebar>.nav-item>.nav-link.active{
    background: linear-gradient(135deg, #A63334 0%, #F25963 100%) !important;
    opacity: 1 !important;
}
.sidebar-dark-danger .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-danger .nav-sidebar>.nav-item>.nav-link.active>.nav-link-title{
    color: #FFFFFF !important;
    opacity: 1 !important;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active:hover{
    background: linear-gradient(135deg, #A63334 0%, #F25963 100%) !important;
    opacity: 1 !important;
}
[class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-light-"] .nav-treeview > .nav-item > .nav-link.active>.nav-link-title{
    color: #FFFFFF !important;
    opacity: 1 !important;
}

.navbar-white{
    background-color: #f4f6f9 !important;
}
.footer-white{
    background-color: #f4f6f9 !important;
    border: 0px;
}
.card{
    padding: 20px !important;
}
.card-default{
    padding: 0 !important;
}
.nav-sidebar .nav-item > .nav-link{
    opacity: 0.6;
}
.nav-link-title{
    font-family: 'Lexend Deca', sans-serif;
    color: #231F20;
}
.nav-link-title>.right{
    opacity: 0.6;
}
.title-header{
    margin-top: 4px;
    margin-left: 10px;
    width: 500px;
    height: 18px;
    font-family: 'Lexend Deca', system-ui;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #4B6584;
}

/*Datatable*/
.page-item.active .page-link{
    background-color: #C6393A !important;
    border-color: #C6393A !important;
}

.page-link{
    color: #171717;
}

.pagination {
    --bs-pagination-hover-color: #ca240a;
    --bs-pagination-hover-bg: #efece9;
    --bs-pagination-hover-border-color: #e6e2de;
    --bs-pagination-focus-color: #ca240a;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(198, 57, 58, 0.25) !important;
    --bs-pagination-focus-bg: #efece9;
    --bs-pagination-border-color: #e6e2de;
}

.pagination .page-item>.page-link{
    margin-left: 5px !important;
}
#bottom-filter-table{
    padding-top: 1.5rem !important;
}
.dataTables_wrapper .dataTables_filter{
    text-align: left !important;
}
.dataTables_wrapper .dataTables_filter input{
    width: 18.75rem !important;
    height: 2.2rem !important;
}
.dataTables_wrapper .dataTables_filter input:focus{
    box-shadow: 0 0 0 rgba(0, 0, 0, 0%) !important;
    border-color: #fc8181 !important;
}
.tbl-custom thead th{
    background: #F5F5F5 !important;
    border: 1px !important;
}
.tbl-custom tbody td{
    border-top: 0 !important;
    border-bottom: 1px solid #dee2e6 !important;
}
.tbl-custom tfoot th{
    background: #F5F5F5 !important;
    border: 1px !important;
}

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

.btn-table{
    height: 2.2rem;
    border: 1px solid #ced4da;
}
.btn-block{
    font-weight: 600 !important;
}

.badge-notif{
    padding: 0.3rem;
    right: -5px;
    top: -1px;
    font-size: 0.6rem;
}
.navbar-nav>.user-menu>.dropdown-menu {
    border-radius: 5px;
    padding: 0;
    width: 230px;
}

.custom-card-header{
    border-bottom: 0 !important;
    background: #fff !important;
}

.label-custom{
    color: #231F20;
    opacity: 0.6;
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    width: 200px;
    min-height: 18px;
}
.label-custom-value{
    min-height: 18px;
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #231F20;
}

.status-pesanan{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 4px;
    gap: 4px;
    /*font-family: 'Roboto', serif;*/
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 13px;
    border-radius: 15px;
}
.sp-berhasil{
    width: 170px;
    height: 25px;
    background: rgba(33, 145, 69, 0.1);
    color: #219145;
}
.sp-diproses{
    width: 170px;
    height: 25px;
    background: rgba(242, 153, 74, 0.1);
    color: #F2994A;
}
.sp-gagal{
    width: 170px;
    height: 25px;
    background: rgba(198, 57, 58, 0.1);
    color: #C6393A;
}
.sp-new {
    width: 170px;
    height: 25px;
    background: rgba(36, 147, 191, 0.1);
    color: #2493bf;
}
.sp-berhasil-table{
    width: 100%;
    height: 25px;
    background: rgba(33, 145, 69, 0.1);
    color: #219145;
}
.sp-diproses-table{
    width: 100%;
    height: 25px;
    background: rgba(242, 153, 74, 0.1);
    color: #F2994A;
}
.sp-gagal-table{
    width: 100%;
    height: 25px;
    background: rgba(198, 57, 58, 0.1);
    color: #C6393A;
}
.sp-new-table {
    width: 100%;
    height: 25px;
    background: rgba(36, 147, 191, 0.1);
    color: #2493bf;
    white-space: nowrap;
}
.total-harga-transaksi{
    font-family: 'Lexend Deca', sanser, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #219145;
}

.btn-download-secondary{
    border: 1px solid #ced4da;
}

.data-pesanan{
    padding: 15px;
    background: #F9F9F9;
    border-radius: 6px;
}

hr.hr-dash{
    border-top: 1px dashed;
    margin-top: 10px;
}

.price-pesanan{
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #4B6584;
    text-align: right;
    margin-right: 20px;
}
.catatan-pesanan{
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #231F20;
    opacity: 0.6;
    margin-top: -10px;
}

.form-check-input:checked {
    background-color: #C6393A;
    border-color: #C6393A;
}
.form-check-input:focus {
    border-color: #C6393A;
    box-shadow: 0 0 0 0.25rem rgba(198, 57, 58, 0.25) !important;
    outline: 0;
}

.left-append{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

.text-info-modal{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    font-feature-settings: 'haln' on;
    color: #231F20;
    opacity: 0.6;
}

/*Import*/
.import{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 16px;
    background: rgba(242, 153, 74, 0.1);
    border: 1px solid #F2994A;
    border-radius: 6px;
}
.import-warning{
    padding-top: 20px;
    font-size: 20px;
    color: #F2994A;
}

.br_dropzone {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 32px;
    gap: 16px;
    width: 452px;
    height: 250px;
    background: #FFFFFF;
    border: 1px dashed #BDBDBD;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.import-ico{
    font-size: 40px;
    color: #C6393A;
}
.import-text-1{
    font-family: 'Roboto', sans-serif;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: -10px;
    font-weight: 600;
    line-height: 16px;
    cursor: pointer;
    color: #231F20;
}
.import-text-2{
    font-family: 'Roboto', sans-serif;
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #676767;
    cursor: pointer;
}

.br_dropzone input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    font-size: 2rem;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.br_dropzone.dragover {
    background-color: #eee;
    border: 1px dashed rgba(0, 0, 0, 0.1);
}

.btn-detail{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 2;
}
div.dataTables_processing>div:last-child>div {
    background: #C6393A;
}
.img-table{
    height: 40px;
    width: 40px;
}
.img-pembayaran-table{
    height: 20px;
    /*width: 80px;*/
}
.table td, .table th {
    vertical-align: middle;
}

.btn-promo {
    background: #fff;
    border: 1px solid #219145;
    border-radius: 0.375rem;
    display: inline-block;
    padding: 0.35rem;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    width: 80%;
    height: 100%;
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.78rem;
    line-height: 16px;
    color: #219145;
}

.note-editor.note-airframe, .note-editor.note-frame {
    border-radius: 0.35rem;
    background: #fff;
    padding: 0 !important;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1049;
}

.code-badge {
    background-color: #F2F2F2 !important;
    color: #4B6584;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
}

.dashboard-box{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.dashboard-box-title{
    font-family: 'Roboto', system-ui;
    padding-bottom: 16px;
    font-size: 14px;
    color: #4B6584;
    line-height: 25px;
    font-weight: 600;
}
.dashboard-box-value{
    font-family: 'Lexend Deca', system-ui;
    font-size: 25px;
    font-weight: 700!important;
}
.dashboard-box-rate{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dashboard-box-rate-success{
    font-size: 13px;
    background: #ECFDF3;
    --bs-text-opacity: 1;
    border-radius: 16px;
    color: #027A48 !important;
    padding: 3px 10px;
    font-weight: 600;
}
.dashboard-box-rate-danger{
    font-size: 13px;
    background: #FEF3F2;
    --bs-text-opacity: 1;
    border-radius: 16px;
    color: #B42318 !important;
    padding: 3px 15px;
    font-weight: 600;
}


.progress-bar-custom{
    height: 20px;
    opacity: 1;
}
.progress-bar-custom:hover{
    opacity: 0.8;
}
.progress-bar-custom-text{
    color: #4B6584;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.rating-row{
    padding-bottom: 10px;
}
.rating-rata-1{
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #231F20;
}
.rating-rata-2{
    font-family: 'Lexend Deca', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    color: #778CA3;
}

.status-active{
    /*font-family: 'Roboto', serif;*/
    font-size: 12px;
    line-height: 1.7;
    font-weight: 600;
}
.alamat-utama{
    font-family: 'Lexend Deca', system-ui;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    border-radius: 7px;
    padding: 0 5px;
    vertical-align: middle;
    background: rgba(33, 145, 69, 0.1);
    color: #219145;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff !important;
    border-color: transparent;
    color: #999 !important;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff !important;
    border-color: transparent;
    color: #999 !important;
}
.daterangepicker td.in-range {
    background-color: #f8ebeb !important;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #C6393A !important;
    border-color: transparent;
    color: #fff;
}
.daterangepicker .ranges li.active {
    background-color: #C6393A !important;
    color: #fff;
}

.daterangepicker .applyBtn{
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}
.daterangepicker .applyBtn:not(:disabled):not(.disabled):active, .daterangepicker .applyBtn:not(:disabled):not(.disabled).active, .show > .daterangepicker .applyBtn.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.modal-footer {
    justify-content: space-between;
}

/*Loading*/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #dc3545;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.required:after {
    content:" *";
    color: red;
    font-weight: 600;
}
.swal2-styled.swal2-confirm:active:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 60 0 / 25%);
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 60 0 / 25%);
}

.banner-promo{
    max-height: 250px;
    max-width: 600px;
}
.strike-price{
    text-decoration: line-through;
}
.w-35{
    width: 35px;
}

.daterangepicker .drp-calendar{
    display: inherit !important;
}
