.metismenu li.active{
    background-color: #fafafa;
}
.metismenu li{
    border-bottom:1px solid #f5f5f5;
}
.metismenu a{
    font-size: 13px;
    padding:8px 0;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.metismenu a > span{
    line-height: 1;
    width: calc(100% - 38px);
}
.metismenu ul a{
    font-size: 13px;
}
.dashboard-text{
    padding:0 16px;
}
.dashboard-text h4{
    font-size: 22px;
    margin:0;
}
.customize-card .body{
    padding:22px 12px;
}
.block-header h2, .block-header h1{
    font-size:24px;
    font-weight: 700;
}
.custom-title{
    font-size: 16px;
}
.light_version .card .body .table.table-custom tbody tr, .light_version .card .body .table.table-custom tbody tr td{
    border-bottom:1px solid #eaeaea;
}
.light_version .card .body .table.table-custom thead {
    border-bottom:2px solid #eaeaea;
}
.light_version .card .body .table.table-custom thead th{
    font-weight: 600;
    color:#1e1e1e;
}
.light_version .card .body .table.table-custom{
    border-collapse: collapse !important;
}
@media only screen and (min-width:1400px){
    .metismenu a{
        font-size: 14px;
    }
    .metismenu ul a{
        font-size: 14px;
    }
}


.theme-cyan .card .header h2 {
    color: #000;
}
a {
    color: #000;
}
.nav-card {
    padding: 25px;
    text-align: center;
    font-size: 16px;
    background-color: #ffffff;
    margin-bottom: 35px;
    /* height: 100%; */
    /* padding-bottom: 35px; */
}
.nav-card i {
    font-size: 34px;
}
.nav-card a:hover {
    color: #000;
}
/* .icon .green {
    color: green !important;
} */
.customize-card .right {
    float: right !important;
    padding-bottom: 20px;
    padding-right: 7px
}
.h-100 {
    height: 100% !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.heading {
    display: flex;
    justify-content: space-between;
}
.user-new {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.product-list::-webkit-scrollbar {
    width: 6px;
}

.product-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.product-list::-webkit-scrollbar-thumb {
    background-color: #17C2D7;
    outline: 1px solid #17C2D7;
}
.user-new i {
    font-size: 28px;
}
@media only screen and (min-width:992px){
    .new-product {
        height: 300px;
        overflow-y: scroll;
        display: block;
        width: 100%;
    }
    .new-product tr, .new-table-scroll thead {
        table-layout:fixed;
        display: table;
        width: 100%;
        text-align: center;
    }
    .popular-product tr, .popular-table-scroll thead {
        table-layout:fixed;
        display: table;
        width: 100%;
        text-align: center;
    }
    .popular-product {
        height: 350px;
        overflow-y: scroll;
        display: block;
        width: 100%;
    }
}

::-webkit-input-placeholder { /* Edge */
  color: #b8bbbf !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b8bbbf !important;
}

::placeholder {
  color: #b8bbbf !important;
}

.dd3-content {
    display: block;
    margin-bottom: 14px;
    padding: 16px 12px 16px 40px;
    text-decoration: none;
    /* border: 1px solid #d6d2d2; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f1f4f6;
    cursor: default;
    font-size: 14px;
    color: #77797c;
}

.dd3-handle {
    top: 8px;
}

.dd3-item > button {
    margin-top: 15px;
}

.dd3-content span.content-right {
    float: right;
    margin-top: -5px;
}

.flex-group-wrapper{
  display:table
}
.flex-group-wrapper .flex-group{
  display:table-row;
}
.flex-group-wrapper .flex-group .flgroup-left, .flex-group-wrapper .flex-group .flgroup-right{
  display:table-cell;
  padding-bottom:16px;
}
.flex-group-wrapper .flex-group .flgroup-left{
  width:120px;
  text-align:right;
}

.flex-group-wrapper .flex-group .flgroup-right{
  padding-left:32px;
}