.btn .icon + span, .dual-listbox .dual-listbox__button .icon + span, .btn span + .icon, .dual-listbox .dual-listbox__button span + .icon {
    padding-left: 3px;
}

.nk-footer{
    z-index: 1 !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: #0d2a36;
    border-right-color: #203247;
}
.nk-sidebar.is-dark .nk-menu-link{
    color: #FFFFFF;
    font-size: 14px;
}
.nk-sidebar.is-dark .nk-menu-icon{
    color: #FFFFFF !important;
}
.nk-sidebar .nk-menu-item.active .nk-menu-link:not(.is-sub){
    background: #7f8dff;
}
.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 {
    color: #ffffff !important;
}
.nk-sidebar.nk-sidebar-child .nk-menu-link:hover span {
    color: #ffffff !important;
}
.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;}

.overflow-modal-content{
    height: auto;
    overflow-y: auto;
    overflow-x:hidden;
}
.mh-300{
    max-height: 300px;
    overflow-y: auto;
    overflow-x:hidden;
}
.nk-block-title{
    text-transform: capitalize;
}
.min-w-150{
    min-width: 115px !important;
}
.min-w-135{
    min-width: 135px !important;
}
.is-rounded{
    border-radius: 80px !important;
}
.content-inner-full{
    height: 65vh;
    overflow-x: hidden;
    overflow-y:auto;
}

.text-desc-ln-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}
.text-desc-ln-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}
.text-desc-ln-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.nk-tb-list .tb-product .thumb.md{
    width: 60px !important;
}
/*.form-control-sm{
    min-height: calc(0.625rem + 2px) !important;
    padding: 0.05rem 0.05rem !important;
    font-size: 0.75rem !important;
}*/
.invoice .invoice-head .invoice-desc ul li{
    display: flex;
    align-items: center;
    padding:0.15rem 0;
}

/* FOR RESPONSIVE */
/*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: 220px;
    }
}

/*Device Mobile*/
@media (max-width: 600px){
    .nk-sidebar-child{
        display: none !important;
    }
    .table.nowrap input, .table.nowrap textarea, .table.nowrap select, .table.nowrap .select2-container{
        width:auto !important;
    }
    div.card:has(.table.nowrap) { overflow-x: auto !important; }
}
