/* * {
    scrollbar-width: none;
} */
/* .input-currency:before {
    content: "Rp. "
} */

.select2-container {
	display: block;
}

/* .select2-container--default .select2-selection--single {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: inherit;
} */

table.nath-table tbody tr {
    height: 56px;
}

.my-actions { margin: 0 2em; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }

.right-gap {
  margin-right: 3rem!important;
}

.swal2-styled.swal2-confirm {
    background-color: var(--success)!important;
}

.modal-xl {
    max-width: 100vw!important;
}

.select2-selection__arrow {
    display: none!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0px!important;
}

.form-control {
    /*padding: 0px!important;*/
}

.iframe-print {
    visibility: hidden;
    position: absolute;
    z-index: -1000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.nav-treeview>.nav-item>.nav-link {
    color: #000!important;
}

.nav-treeview>.nav-item>.nav-link.active, .nav-treeview>.nav-item>.nav-link.active:hover {
    color: #fff!important;
}

.sidebar a {
    color: #000!important;
}

.nav-sidebar>.nav-item.menu-open>.nav-link, .nav-sidebar>.nav-item:hover>.nav-link {
    color: #fff!important;
}

.content-wrapper {
    background-color: #C3B1E1;
}

.btn-primary {
    color: #fff;
    background-color: blueviolet;
    border-color: blueviolet;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: purple;
    border-color: purple;
    box-shadow: none;
}

.btn-primary:disabled {
    color: #fff;
    background-color: grey;
    border-color: grey;
    color: black;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: blueviolet;
    border-color: blueviolet;
}

.page-item.active .page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: purple;
    border-color: purple;
}
/* Hide the search box */
/* .select2-container--default .select2-search {
    display: none;
} */

/* Style the select box */
.select2-container--default .select2-selection--single {
    border-width: 1px !important;
    /* border-style: inset !important; */
    border-color: rgb(118, 118, 118) !important;
    /* border-image: initial !important; */
    border-radius: 2px !important;
    padding: 5px;
    height: 31px !important;
}

/* Customize the arrow icon (optional) */
.select2-container--default .select2-selection__arrow {
    background-color: #f0f0f0;
    border: none;
    border-left: 1px solid #ccc;
    border-radius: 0;
    height: 26px;
    width: 26px;
}
.nav-treeview>.nav-item>.nav-link.active, .nav-treeview>.nav-item>.nav-link.active:hover {
    color: yellow!important;
}

.custom-select.form-control-border, .form-control.form-control-border {
    border: 1px solid rgb(118, 118, 118);
    border-radius: 2px;
    box-shadow: inset 0 0 0 transparent;
    height: 31px;
}

.content {
    overflow-y: scroll;
    height: calc(100vh - 57px);
}