@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
    font-family: 'Open Sans', sans-serif !important;
}
.markdown > table,
.table {
    --tblr-table-accent-bg: #fff;
}
.navbar-dark {
    background: #2666cf;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.nav-item.active .nav-link-title {
    color: #fff;
    font-weight: 700;
}
.nav-item.active .dropdown-item.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}
/* Submenu Custom */
/* .dropend .dropdown-menu {
    left: 100%;
    right: auto;
    top: 0;
}
.dropend:hover .dropdown-menu {
    display: block;
}
.dropdown-hover:after {
    content: "";
    display: inline-block;
    width: 0.36em;
    height: 0.36em;
    border-bottom: 1px solid;
    border-left: 1px solid;
    margin-right: 0.1em;
    transform: rotate(-135deg);
    vertical-align: 0;
    margin-left: auto;
} */
.dropdown-item.active {
    color: #8ab8ef;
}
.card-header.sticky-header {
    background-color: #fff;
    display: block;
}
.stock-opname-table .input-group,
.stock-opname-table .input-group input {
    position: unset;
}
.stock-opname-table th {
    vertical-align: middle;
    text-align: center;
}

/* User Role Tree */
.resource-tree ul {
    list-style-type: none;
    margin: 3px 3px 0;
    padding-left: 1.25rem;
}
.resource-tree ul li:before {
    height: 1em;
    width: 12px;
    border-bottom: 1px solid #e6e8e9;
    content: "";
    display: inline-block;
    top: -0.3em;
}
.resource-tree ul li {
    border-left: 1px solid #e6e8e9;
}
.resource-tree ul li:last-child:before {
    border-left: 1px solid #e6e8e9;
}
.resource-tree ul li:last-child {
    border-left: none;
}
.resource-tree ul li .form-check {
    display: inline-block;
    margin-bottom: 5px;
}

/* Cashier */
.cashier-input {
    width: 90px;
    margin: 0 auto;
}
.table-cartlist tbody tr td {
    padding: 0.3rem 0.2rem;
}
.factur-id span {
    color: #206bc4;
    font-weight: 700;
}
.factur-id .flex .btn-primary {
    margin-right: 3px;
}
.cashier-gt {
    padding: 0.5rem 0;
}
.cashier-sidebar {
    padding: 1rem 0 0;
}
.cashier-sidebar .card-title {
    margin-bottom: 5px;
}
.cashier-sidebar .d-flex {
    border-bottom: 1px solid rgba(101, 109, 119, 0.16);
    padding: 0.3rem 1rem;
}

.cashier-sidebar .d-flex-input {
    border-bottom: 1px solid rgba(101, 109, 119, 0.16);
    padding: 0.3rem 0rem 0.3rem 1rem;
}

.cashier-sidebar .d-flex:last-child {
    border-bottom: none;
}
.cashier-sidebar .d-flex h4 {
    margin-bottom: 0;
}
.cashier-sidebar .btn-icon {
    min-width: 30px;
    padding: 5px;
}
.cashier-sidebar .additional span {
    display: none;
}
.cashier-sidebar .additional span.show {
    display: flex;
}
.cashier-sidebar .additional .cashier-input {
    margin-right: 3px;
    padding: 0 0.75rem;
    width: 145px;
}
.cashier-footer .btn-secondary {
    margin-right: 10px;
}
.font-50 {
    font-size: 50px;
}

/* Invoice */
.btn-supplier {
    height: 36px;
}
.invoice-date,
.due-date,
.data-invoice textarea,
.salesperson,
.sign-name,
.sign-date {
    background-color: #fff;
}
.invoice-footer .btn-primary {
    margin-right: 10px;
}
.sign-image {
    padding: 20px;
    border: 1px dashed #206bc4;
}
#sign canvas {
    background-color: #fff;
}
#clear-sign,
#save-sign {
    vertical-align: top;
}
.data-invoice .note-editor.note-frame .dropdown-toggle:after {
    content: none;
}
.data-invoice .note-editor.note-frame .note-dropdown-menu {
    box-sizing: unset;
}
.data-invoice .note-editor.note-airframe .note-editing-area .note-editable,
.data-invoice .note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
}

.payment-provider-cash {
    background-image: url("../../aktiva/images/cash.png");
}
.payment-provider-bca {
    background-image: url("../../aktiva/images/bca.svg");
}
.payment-provider-mandiri {
    background-image: url("../../aktiva/images/mandiri.svg");
}
.payment-provider-bni {
    background-image: url("../../aktiva/images/bni.svg");
}
.payment-provider-gopay {
    background-image: url("../../aktiva/images/gopay.svg");
}
.payment-provider-ovo {
    background-image: url("../../aktiva/images/ovo.svg");
}
.payment-provider-shopeepay {
    background-image: url("../../aktiva/images/shopeepay.png");
}
/* #modal-cancelpending.modal {
    z-index: 1057;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
} */
#modal-detail .modal-header span.id {
    color: #206bc4;
}
#modal-detail .modal-body .d-flex {
    border-bottom: 1px solid rgba(101, 109, 119, 0.16);
}
#modal-detail .modal-body .d-flex:last-child {
    border-bottom: none;
}
.big-pieces {
    flex: unset;
    width: 102.6%;
}
.datepicker thead th.dow {
    font-weight: 600;
    color: #626976;
}
.datepicker table tr td.today.day {
    background-color: transparent;
    background-image: unset;
    border-color: unset;
    color: #206bc4;
    font-weight: 700;
}
.datepicker table tr td.today.day:active:hover {
    color: #206bc4;
    background-color: transparent;
}
.datepicker table tr td.today.day:hover:hover {
    color: #206bc4;
    background-color: transparent;
}
.datepicker table tr td span.month.active.active,
.datepicker table tr td span.year.active.active,
.datepicker table tr td.active.active.day {
    background-color: #206bc4;
    background-image: unset;
}
.datepicker table tr td.active.day:active:hover {
    background-color: #206bc4;
    border-color: transparent;
}
.datepicker table tr td.day.disabled,
.datepicker table tr td.day.disabled:hover {
    color: #b4a6a6;
}

.dynamic-row-mix {
    position: relative;
    border-top: 1px solid #e6e8e9;
}

.add-mix-modal .select2.select2-container {
    display: block;
    width: 100%;
    padding: 0.4375rem 2.25rem 0.4375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714;
    color: #232e3c;
    background-color: #f4f6fa;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #dadcde;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.add-mix-modal .select2.select2-container .select2-selection--single {
    background: transparent;
    border: none;
    height: unset;
}
.add-mix-modal .select2.select2-container .select2-selection__rendered {
    line-height: unset;
}
.add-mix-modal .select2.select2-container .select2-selection__arrow {
    top: 5px;
}
.mirror {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Print */
.print-container {
    display: none;
}
.nota-item-name,
.nota-item-name-disc {
    flex: 0 1 100%;
}
.nota-footer-item {
    padding: 3px 0;
}
.container-xl.imei-details {
    display: none;
}

.do-print-description {
    display: none;
}

@media print {
    .col-print-1 {
        width: 8%;
        float: left;
    }
    .col-print-2 {
        width: 16%;
        float: left;
    }
    .col-print-3 {
        width: 25%;
        float: left;
    }
    .col-print-4 {
        width: 33%;
        float: left;
    }
    .col-print-5 {
        width: 42%;
        float: left;
    }
    .col-print-6 {
        width: 50%;
        float: left;
    }
    .col-print-7 {
        width: 58%;
        float: left;
    }
    .col-print-8 {
        width: 66%;
        float: left;
    }
    .col-print-9 {
        width: 75%;
        float: left;
    }
    .col-print-10 {
        width: 83%;
        float: left;
    }
    .col-print-11 {
        width: 92%;
        float: left;
    }
    .col-print-12 {
        width: 100%;
        float: left;
    }

    header,
    aside.navbar,
    .container-xl,
    .modal {
        display: none;
    }
    .print-container,
    .container-xl.invoice-details,
    .container-xl.imei-details {
        display: block;
    }
    .container-xl.invoice-details .btn-print-invoice,
    .container-xl.invoice-details .btn-print-do,
    .container-xl.invoice-details .btn-loan-pay,
    .container-xl.invoice-details .btn-permit-do,
    .container-xl.invoice-details .btn-print-imei,
    .container-xl.invoice-details .btn-actions-invoice {
        display: none;
    }

    .container-xl.invoice-details.hide-print {
        display: none;
    }

    .container-xl.invoice-details.hide-print {
        display: none;
    }
    .container-xl.imei-details.hide-print {
        display: none;
    }
    .hide-print-custom {
        display: none;
    }

    .do-print-description {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-vertical.navbar-expand-lg
        .navbar-collapse
        .dropdown-menu
        .dropdown-item {
        padding-right: 1.5rem;
    }
}

@media only screen and (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

.dropdown-custom.dropdown-toggle::after {
    display:none;
}

.plc-0 {
    padding-left: 0px !important;
}
.pl-20 {
    padding-left: 20px;
}

.select-multiple-custom {
    width: 100%;
    overflow-x: auto;
}


@-webkit-keyframes icon-pulse {
    from {
        opacity: 1;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
    to {
        opacity: 1;
        transform: scale3d(0.8, 0.8, 0.8);
    }
}
@keyframes icon-pulse {
    from {
        opacity: 1;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
    to {
        opacity: 1;
        transform: scale3d(0.8, 0.8, 0.8);
    }
}
.icon-pulse {
    transition: all 0.15s ease 0s;
    -webkit-animation: icon-pulse 2s ease infinite;
    animation: icon-pulse 2s ease infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes icon-tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    5% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
    }
    15%,
    25%,
    35%,
    45% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
    }
    20%,
    30%,
    40% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
    }
    50% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes icon-tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    5% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -5deg);
    }
    15%,
    25%,
    35%,
    45% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 5deg);
    }
    20%,
    30%,
    40% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -5deg);
    }
    50% {
        transform: scale3d(1, 1, 1);
    }
}
.icon-tada {
    transition: all 0.15s ease 0s;
    -webkit-animation: icon-tada 3s ease infinite;
    animation: icon-tada 3s ease infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes icon-rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes icon-rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.icon-rotate {
    transition: all 0.15s ease 0s;
    -webkit-animation: icon-rotate 3s linear infinite;
    animation: icon-rotate 3s linear infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.text-optional {
    font-size: 12px;
}

.card-header-filter {
    display: none;
}