.img-logo{
    width: 45% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* background */
.bg-macaron-light{
    background-color: #f5ebe5 !important;
}
.bg-node{
    background-color: var(--color-scheme) !important;
}
/* end background */

.form-control:focus {
    background: transparent !important;
}

/*select:focus {
    background: transparent !important;
    border-bottom: 1px solid var(--color-theme) !important;
}

textarea:focus {
    background: transparent !important;
    border-bottom: 1px solid var(--color-theme) !important;
}*/

/* button */

body:not(.dark) .btn-default {
    color: #fff !important;
    background-color: #874E4C !important;
}
body:not(.dark) .btn-default:hover,
body:not(.dark) .btn-default:focus {
  color: #fff !important;
    background-color: #874E4C !important;
}

body.dark .btn-default {
    color: #fff !important;
    background-color: var(--color-theme) !important;
}
body.dark .btn-default:hover,
body.dark .btn-default:focus {
  color: #fff !important;
    background-color: var(--color-scheme) !important;
}

.btn-laporan{
    height: 65px;
}

/* end button */

.table-responsive::-webkit-scrollbar {
  transition: all .5s;
  width: 5px;
  height: 5px;
  z-index: 10;
}
 
.table-responsive::-webkit-scrollbar-track {
  background: transparent;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: rgb(197, 197, 197);
  margin-top: 10px;
}

/* Select 2 */
.select2-container {
    display: block !important;
    /* width: 100% !important; */
    padding-top: 0px;
    /* z-index: 2000; */
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    height: 44px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: black;
}

.select2-container--default .select2-selection--multiple{
    background-color: transparent;
    border-bottom : 1px solid var(--color-theme);
}

/* badge */
.badge-default{
    background-color: var(--color-theme) !important;
    color: white !important;
}

.badge-default h6{
    color: white;
}

/* end badge */

.disable-overlay {
    position: relative;
}

.disable-overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255,255,255,.6);
}

/* table */
.sub-kategori{
    padding-left: 36px !important;
}
/* end table */

.card-login .form-control {
    color: #fff !important;
}

.pcoded-header.header-blue:not(.headerpos-fixed) {
    background: var(--color-theme);
}
/*
.m-header .b-brand {
    width: 100px;
}*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid transparent !important;
    background: none !important;
}

.btn{
    border-radius: 5px !important;
}

.pcoded-navbar.navbar-collapsed .pcoded-inner-navbar > li.pcoded-hasmenu .pcoded-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 650px;
    min-height: 300px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

body.dark .pcoded-navbar.navbar-collapsed .pcoded-inner-navbar>li.pcoded-hasmenu .pcoded-submenu {
    background-color: var(--card-color);
}

.col-btn-sidebar{
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.btn-sidebar{
    height: 120px;
}

/* dark mode */
body.dark .table-hover tbody tr:hover{
    color: rgb(208, 208, 208);
    background-color: var(--color-scheme);
}

body.dark a{
    color: white;
}

body.dark .modal-body{
    background-color: var(--card-color);
    color: white !important;
}

/* Alert */

.pcoded-header .dropdown .profile-notification .pro-head {
    display: flex;
    align-items: center;
}

/* input */
input.input-border{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 5px 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}

input.input-border:focus,
input.input-border:active{
    border: 1px solid #8b97a2 !important;
}

/*.table-fixed-header {
    position: relative;
    max-height: 500px;
    padding-top: 53px;
}

.table-fixed-header thead {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.table-fixed-header thead tr {
    width: 100%;
    display: block;
}*/

.back-to-top-btn {
    position: fixed;
    right: 20px;
    bottom: -100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color-theme);
    color: var(--color-theme-text);
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    display: flex; 
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    transition: .4s .2s;
}


.back-to-top-btn::before {
    content: "\f106";
}


.small-scroll::-webkit-scrollbar {
  transition: all .5s;
  width: 5px;
  height: 5px;
  z-index: 10;
}
 
.small-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.small-scroll::-webkit-scrollbar-thumb {
  background: rgb(197, 197, 197);
  margin-top: 10px;
}

.litle-caption label {
    font-size: 12px;
    color: #444;
}

.text-notification {
    font-size: 1px;
}

.notif-card-on-modal {
    transition: 0.2s;
    background-color: #f2f2f2;
}

.notif-card-on-modal div {
    height: 60px;
}

.notif-card-on-modal i {
    position: absolute;
    z-index: 0;
    font-size: 25px;
    color: #dedede;
    margin-top: 10px;
    margin-left: 10px;
}

.notif-card-on-modal h4 {
    position: absolute;
    z-index: 9;
    text-align: right;
    top: 20px;
    right: 25px;
}

.notif-card-on-modal p {
    transition: 0.2s;
    text-align: right;
    color: #6b6b6b;
    font-size: 11px;
    font-weight: bold;
    padding-right: 11px;
    padding-bottom: 15px;
}

.notif-card-on-modal:hover {
    transition: 0.2s;
    background-color: #e2b091;
    color: #FFF;
    cursor: pointer;
}

.notif-card-on-modal:hover p {
    transition: 0.2s;
    color: #FFF;
}