body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.9rem;
    position: relative;
}

.btn {
    font-size: 0.9rem;
}

.is-invalid .select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 88px;
}

.brand-link .brand-image {
    margin-top: -1px;
    margin-left: 9px;
}

.user-panel .company-logo {
    width: 100%;
    height: auto;
}

.navbar-nav > .user-menu .user-image {
    margin-top: -5px;
    margin-right: 0px;
}

a.btn-outline-dark:hover {
    color: #fff !important;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.dataTables_length .select2-container {
    display: inline-table;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(244 246 249);
}

.modal-content {
    box-shadow: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    margin-top: -3px;
}

.user-panel .info {
    padding: 5px 10px;
}

label:not(.form-check-label):not(.custom-file-label) {
    color: #343a40;
    font-weight: normal;
}

.modal {
    margin-top: 0 !important;
}

.modal-backdrop.show {
    opacity: 0;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    top: 14px;
    left: 7px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: grid;
}

.navbar-light .navbar-nav .nav-link:hover {
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    border-color: white;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header img {
    z-index: 5;
    height: 70px;
    width: 70px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #e0e0e0;
}

.form-control {
    border-color: #e0e0e0;
    font-size: 0.9rem;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #e0e0e0;
}

.login-card-body
    .input-group
    .form-control.is-invalid
    ~ .input-group-append
    .input-group-text,
.register-card-body
    .input-group
    .form-control.is-invalid
    ~ .input-group-append
    .input-group-text {
    border-color: #e0e0e0;
}

.login-logo,
.register-logo {
    font-size: 1.7rem;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.brand-link {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.dropdown-menu {
    font-size: 0.9rem;
}

.input-group-text {
    font-size: 0.9rem;
}

.custom-file-label::after {
    line-height: 1.8;
}

.custom-file-label {
    padding: 0.5rem 0.75rem 0.375rem 0.75rem;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Pilih File";
}

.page-link:focus {
    box-shadow: none;
}

.select2-container--default .select2-dropdown {
    z-index: 9999;
}

.modal {
    overflow-y: auto !important;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection {
    background: #e9ecef;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__arrow,
select[readonly].select2-hidden-accessible
    + .select2-container
    .select2-selection__clear {
    display: none;
}

.card .overlay,
.info-box .overlay,
.overlay-wrapper .overlay,
.small-box .overlay {
    z-index: 99999;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    color: inherit;
}

button:focus {
    outline: none;
}

.blink-me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

.table-hover tbody tr:hover {
    background-color: #f8f9fa;
}

.table-responsive > .table-bordered {
    border: 1px solid #dee2e6;
}

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

.sidebar li > a > .pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
}

.wrapper .content-wrapper {
    min-height: calc(100vh - calc(3.5rem));
}

.text-xs {
    font-size: 0.7rem !important;
}

td {
    vertical-align: middle !important;
}

.bg-sub-total {
    background-color: #f2f2f2;
}

.bg-total {
    background-color: #dddddd;
}
