.btn .icon + span, .dual-listbox .dual-listbox__button .icon + span, .btn span + .icon, .dual-listbox .dual-listbox__button span + .icon {
    padding-left: 3px;
}

/*Device 1200*/
@media (min-width: 1200px){
    .nk-sidebar {
        width: 220px;
    }
    .nk-sidebar + .nk-wrap, .nk-sidebar-overlay + .nk-wrap {
        padding-left: 220px;
    }
    .nk-sidebar + .nk-wrap > .nk-header-fixed, .nk-sidebar-overlay + .nk-wrap > .nk-header-fixed {
        left: 220px;
    }
    .nk-sidebar.is-compact:not(.has-hover) .nk-menu-link .nk-menu-icon {
        width: 100%;
        text-align: center;
    }
    .nk-sidebar + .nk-wrap.has-sidebar-child, .nk-sidebar-overlay + .nk-wrap.has-sidebar-child {
        padding-left: 180px;
    }
}

/*Device Mobile*/
@media (max-width: 600px){
    .nk-sidebar-child{
        display: none !important;
    }
}

.nk-footer{
    z-index: 999999 !important;
}
.swal2-container{z-index: 999999999 !important;}
.swal2-popup{
	padding: 1.5rem 1.5rem !important;
	width: 375px !important;
}
.swal2-title{
	font-size: 1.2rem !important;
}
.swal2-html-container {
	margin-bottom: 0.5rem !important;
}
.swal2-actions{
	margin: 0.75rem auto 0 !important;
}
.swal2-styled{
	padding: 0.35rem 1.25rem !important;
	margin: 0 0.5rem !important;
	font-size: 0.8rem !important;
}
.swal2-content{
	font-size: 0.85rem !important;
}
.swal2-loading .swal2-styled {
	padding: 0px !important;
}

.select2-search__field{
    width: 100% !important;
}
td{
    font-size: 13px;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
    vertical-align: middle !important;
}

.nk-sidebar.is-dark {
    background: #0B3C5D;            /* Biru utama Berkah */
    border-right-color: #0D5EA8;    /* Biru sekunder */
}
.nk-sidebar.is-dark .nk-menu-link{
    color: #EAF3F8;                 /* Putih kebiruan */
    font-size: 14px;
}
.nk-sidebar.is-dark .nk-menu-icon{
    color: #EAF3F8; !important;      /* putih */
}
.nk-sidebar .nk-menu-item.active .nk-menu-link:not(.is-sub){
    background: linear-gradient(
        90deg,
        #4CAF50,
        #0D5EA8
    );  
}
.nk-sidebar .nk-menu-item.active .nk-menu-link:not(.is-sub) .nk-menu-text{
    font-weight: bold !important;
}
.nk-sidebar .nk-menu-sub .nk-menu-item.active .nk-menu-link{
    background: #7f8dff;
}
.br-4{border-radius: 4px !important;}
.br-8{border-radius: 8px !important;}
.nk-sidebar .nk-menu-link:hover{
    background: #7f8dff !important;
}
.form-label{
    font-size: 0.775rem !important;
}
textarea.min-sm{
    min-height: 40px !important;
    height: 40px;
}
.lh-normal{line-height: normal !important;}
.min-5em{min-width: 5em !important;}
.nk-ecwg {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.nk-ecwg .data {
    margin-top: 0.5rem;
}
.nk-ecwg .info {
    font-size: .875rem;
}

.nk-sidebar-main.is-light {
    background: #fff;
    border-right-color: #ebeef2;
}
.nk-sidebar-main {
    flex-grow: 1;
    width: 259px;
    background: #f5f6fa;
    border-right: 1px solid #e5e9f2;
}
.nk-sidebar-child{
    position: fixed;
    left: 220px;
    top: 65px;
    width: 180px;
}
.nk-sidebar.nk-sidebar-child .nk-menu-item.active .nk-menu-link:not(.is-sub) span {
    color: #ffffff !important;
}
.nk-sidebar.nk-sidebar-child .nk-menu-sub .nk-menu-item.active .nk-menu-link span {
    background: rgba(76, 175, 80, 0.25); /* Hijau transparan */
    color: #FFFFFF;
}
.nk-sidebar.nk-sidebar-child .nk-menu-link:hover span {
    background: rgba(244, 180, 0, 0.15); /* Kuning aksen */
}
.nk-sidebar.nk-sidebar-child .nk-menu-toggle:after{
    right: 0.25rem !important;
}
.nk-sidebar.nk-sidebar-child .nk-menu-toggle:hover:after{
    color: #ffffff !important;
}
.nk-sidebar.nk-sidebar-child .nk-menu-item.active .nk-menu-toggle:after {
    color: #ffffff !important;
}
.badge-count-data{
    margin: 0px 2px 0px 2px;
}
.nk-content-slide{
    position: fixed;
    right: 0;
    top: 0;
    max-width: calc(100vw - 40px);
    max-height: 100vh;
    height: 100vh;
    z-index: 999999999;
    background-color: #fff;
    box-shadow: 0 3px 12px 1px rgba(43,55,72,.15);
    padding: 0 0 1.5rem;
}
.nk-content-slide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e9f2;
}
.nk-content-slide-list {
    overflow: auto;
    max-height: calc(100vh - 110px);
}
.nk-content-slide-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    border-top: 1px solid #e5e9f2;
}
.bootstrap-tagsinput{
    display: block;
    width: 100%;
    padding: 0.4375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
}
.bootstrap-tagsinput .tag {
    background: #e5e9f2;
    padding: 0.25rem 0.5rem;
    margin-right: 0.1875rem;
    color: inherit;
    border-radius: 3px;
    font-size: 12px;
  }
  .bootstrap-tagsinput .tag [data-role="remove"]{
    color: #526484;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
  }
  .content-select-foto{position: relative !important;display: inline-flex !important;}
.content-select-foto .item-select-foto{
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
}
.content-select-foto .item-select-foto img.preview-select-foto{
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	cursor: pointer !important;
}
.content-select-foto .item-select-foto .file-select-foto{
	height: 100% !important; width: 100% !important; cursor: pointer !important;z-index: -1 !important;
}
.content-select-foto .manage-select-foto{
	position: absolute !important;
	top: -1px !important;
	right: -1px !important;
	z-index: 2 !important;
}
.content-select-foto .manage-select-foto .icon{
	height: inherit !important;
	line-height: inherit !important;
	color: #FFFFFF !important;
}
.content-select-foto .manage-select-foto.none-select{
	background-color: #09c2de !important;
}
.content-select-foto .manage-select-foto.is-select{
	background-color: #FF9800 !important;
}
.mb-0{margin-bottom: 0px !important}
.content-select-foto .manage-select-foto.none-select .icon-none-select{
	display: block !important;
}
.content-select-foto .manage-select-foto.none-select .icon-is-select{
	display: none !important;
}
.content-select-foto .manage-select-foto.is-select .icon-none-select{
	display: none !important;
}
.content-select-foto .manage-select-foto.is-select .icon-is-select{
	display: block !important;
}
.w-10{width: 10% !important;}
.w-5{width: 5% !important;}
div.dataTables_wrapper div.dataTables_info {
    white-space: normal !important;
    font-size: 0.7rem !important;
}
.mh-50px{min-height: 50px !important;}