body{
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    color: #171B2C; 
}

.btn-primary{
    background-color: #1B2133;
border-color: #1B2133;
}

.btn-primary:hover{
    background-color: rgba(27, 33, 51, 0.9);
    border-color: rgba(27, 33, 51, 0.9);
}

.btn-primary:focus{
    background-color: #1B2133;
border-color: #1B2133;
}

.btn-primary:active{
    background-color: #1B2133;
border-color: #1B2133;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active{
    background-color: #1B2133;
    border-color: #1B2133; 
}

.list-group-item.active{
    background-color: #1B2133;
border-color: #1B2133;
}

a{
    color: #171B2C; 
    font-weight: 500;
}

a:hover{
    color: #171B2C; 
}

.main-img-user{
    background: #D2EAFC;
    padding-top: 8px;
padding-left: 8px;

font-weight: 700;
font-size: 14px;
line-height: 18px;
/* identical to box height */


color: #087FDA;
}

.page-header h2{
    font-weight: 800;
}

.page-header .breadcrumb-item a{
    color: #8E8F95;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: #8E8F95;
}

.page{
    background: #F4F4F4;
}

.page-header .breadcrumb-item.active{
    color: #8E8F95;
}


.page-link{
    background: none;
    border: 0px;
    border-radius: 8px;
}

.page-item.active .page-link{
    background-color: #F9FAFB;
    border: 0px;
    color: #171B2C;

    font-weight: 500;
font-size: 14px;
line-height: 20px;
}



.main-content{
    background: #F4F4F4;
}

.main-sidebar-body li.nav-item.active .nav-link{
    background-color: #F4F4F4;
}

.main-sidebar-body .nav-item.active .nav-link .shape1, .main-sidebar-body .nav-item.active .nav-link .shape2{
    background: #F4F4F4;
}

.main-content-title{
    color: #171B2C;
}

.main-content-label, .card-table-two .card-title, .card-dashboard-eight .card-title{
    color: #171B2C;
}

.btn{
    border-radius: 8px;
}

.table{
    color: #171B2C; 
}

.table thead th{
    padding: 18px 24px !important;
    background: #F5FAFF;
    font-weight: 500;
}

table.dataTable{
    border:0px;
}

.table.dataTable tbody tr{
    border-bottom: 1px solid#F4F4F4;
}

.table.dataTable tr{
    border: none;
}

.table.dataTable th, .table.dataTable td{
    border-left: 0px;
    color: #171B2C;
    font-weight: 400;
font-size: 14px;
line-height: 18px;
}

.table thead th, .table thead td{
    color: #171B2C; 
}

.table.dataTable tbody i{
    font-size: 18px;
    color: #1B2133;
}

.text-muted {
    color: #8E8F95 !important;
  }

  .main-sidebar-body li.active .sidemenu-label, .main-sidebar-body li.active i{
    color: #1B2133;
    font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
  }

 

.bg-ico-blue{
    /*background: #D2DEFC !important;*/
    color: #171B2C !important;
    background: none !important;
    font-size: 24px;
}

.bg-ico-l-green{
    /*background: #D5FCD2 !important;*/
    color: #171B2C !important;
    background: none !important;
    font-size: 24px;
}

.bg-ico-l-purple{
    /*background: #E9D2FC !important;*/
    color: #171B2C !important;
    background: none !important;
    font-size: 24px;
}

.bg-ico-l-pink{
    /*background: #FCD2D2 !important;*/
    color: #171B2C !important;
    background: none !important;
    font-size: 24px;
}

.bg-ico-l-orange{
    /*background: #FCEDD2 !important;*/
    color: #171B2C !important;
    background: none !important;
    font-size: 24px;
}

.bg-ico-lp-green{
    /*background: #EEFFBF !important;*/
    color: #171B2C !important;
    background: none !important;
    font-size: 24px;
}

.card-order i:hover{
    color: #171B2C !important;
}

.select2-container--default .select2-selection--single{
    border-radius: 8px;
}

#nodeTableN_filter label{
    min-width: 250px;
}

#nodeTableN_length label{
    margin-top: 10px;
    min-width: 250px;
    margin-bottom: 20px;
}

.form-control{
    color: #000 !important;
}

.main-logo img.desktop-logo{
    max-height: 45px;
}

.main-logo img.icon-logo{
    max-height: 45px;
}

.main-sidebar-body .nav-link{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.main-sidebar-body .nav-sub-link{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.main-sidebar-body .nav-label{
    font-size: 12.49px;
    color:rgba(255, 255, 255, 0.6)
}

.white-color{
    color: #FFF;
}

.white-color span, .white-color i{
    color: #FFF;
}

.ml-1{
    margin-left: 10px;
}

.card-header{
    padding-bottom: 20px;
}

.login-bg{
    background: url('../img/bg2.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
}

.form-control{
    border-radius: 8px;
}

.primary-b-btn{
    background: #1B2133;
/* Secondary/Default */

border: 1px solid #1B2133;
/* Shadow/xs */

box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
padding: 10px 16px;

font-family: 'Plus Jakarta Sans';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 20px;
/* identical to box height, or 143% */


/* Nautral/White */

color: #FFFFFF;

}

.primary-b-btn:hover{
    color: #FFFFFF;
    background: rgba(27, 33, 51, 0.9);
}

.main-sidebar-sticky{
    background: #0D0E19;
}
.sidemenu-logo{
    border-bottom: 0px;
}

@media (min-width: 992px){
.main-body.leftmenu .sidemenu-logo {
    background: #0D0E19;
}
}

.main-sidebar-body .nav-item.active .nav-link::before, .main-sidebar-body .nav-item.active .nav-link::after{
    border-right: 20px solid #0D0E19;
}

@media (min-width: 992px){


    .main-sidebar.side-menu {
    width: 241px;
    }

    .main-sidebar-hide .side-menu {
        left: 0;
        width: 81px;
        display: block;
        visibility: visible;
        transform: none;
      }

      .main-sidebar-hide .sidemenu-logo {
        padding: 8px 6px 6px 6px;
        border-bottom: 0px;
        justify-content: center;
        height: 65px;
      }

      .main-sidebar-open .side-menu {
        left: 0;
        width: 240px;
      }

      .main-sidebar-open .main-body .side-header {
        border-bottom: 0px;
        box-shadow: 0px;
      }
      
      .main-sidebar-open .main-body.leftmenu .sidemenu-logo{
        border-bottom: 0px;
      }

      .main-sidebar-hide.main-sidebar-open .sidemenu-logo {
        border-bottom: 0px;
      }
}

.table thead th{
    padding: 13px 24px 13px 24px;
}

.table-responsive .table > :not(caption) > * > *{
    border-bottom: 1px solid#F4F4F4 !important;
}

.table-invoice tbody > tr > th:first-child, .table-invoice tbody > tr > td:first-child{
    color: #1B2133;
}

.input-group-text{
    background-color: transparent;
}

.changeQty{
    max-width: 150px;
}

.i-pallete{
    background: url('../img/pallete-icon.svg') no-repeat;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}


.i-box{
    background: url('../img/box.svg') no-repeat;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}


.i-arrow{
    background: url('../img/qty-up-down.svg') no-repeat;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.palleteConvert i{
    margin-top: 10px;
}

.futura-blue{
    background-color: #087FDA;
    border-color: #087FDA;
}