/*
custom.css
*/
body {
    font-family: 'Inter', sans-serif !important;
}
.fl-right{
    float: right !important;
}

#sidebar-menu ul li a,
#sidebar-menu ul li a i,
#sidebar-menu ul li ul.sub-menu li a,
#sidebar-menu ul li a svg {
    color: #339fe8;
}

.mm-active>a, .mm-active>a i, .mm-active>a svg {
    background-color: #004761!important;
    color: #ffffff!important;
}

.mm-active .active, .mm-active .active i,.active-menu-li, .mm-active .active svg {
    color: #0a82e6!important;
    background: none!important;
    font-weight: bold!important;
}
.mm-active .active i {
    text-decoration: underline!important;
}

.site-color {
    color: #0a82e6!important;
}

.site-background-color {
    background-color: #0a82e6!important;
}

.category .add i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #74788d;
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #e9e9ef;
    border-radius: 50%;
    margin-right: 16px;
    vertical-align: middle;
    cursor: pointer;
}
.category .add:hover i {
    background-color: rgba(81,86,190,.2);
    color: #5156be;
}
#categories_paginate {
    width: 50%;
    float: right;
}

#edit_article .file {
    visibility: hidden;
    position: absolute;
}
#edit_article .img-thumbnail {
    border: none;
    width: 200px;
}

#edit_article .tab-icon .active,
#site_info .tab-icon .active{
    background-color: #ffbf53;
}

.datatable-custom-styling thead th{
    text-transform: uppercase;
}
.datatable-custom-styling .table-image-container {
    width: 150px;
    height: 150px;
}

.datatable-custom-styling .table-image-container img{
    height: 100%;
    width: 100%;
}

.datatable-custom-styling .edit, .datatable-custom-styling .delete, .datatable-custom-styling .delete-setting,.datatable-custom-styling .list-setting{
    font-size: 1.8em;
    padding: 5px;
}

@media only screen and (max-width: 575px) {
    .text-left-mobile{
        text-align: left !important;
    }
}

.required:after {
    content:" *";
    color: red;
}

#site_info .nav-tabs-custom .nav-item .nav-link.active {
    background-color: #ffbf53;
    border-radius: unset;
}
#site_info .nav-tabs-custom .nav-item .nav-link.active:after {
    background: #ffbf53;
}
.active-lang .active{
    background-color: #ffbf53;
}
.menu-survey{
    background-color: #004761 !important;
}
.menu-survey ul li, .menu-survey ul li a i, .menu-survey ul span{
    color: #ffffff !important;
}
.btn-primary{
    background-color: #017ebf;
    border-color: #017ebf;
}
.btn-primary:hover{
    background-color: #017cbfe1;
    border-color: #017cbfe1;
}
.btn-primary:active{
    background-color: #017cbfe1;
    border-color: #017cbfe1;
}
.btn-primary:visited{
    background-color: #017cbfe1;
    border-color: #017cbfe1;
}
.btn-primary:focus{
    background-color: #017cbfe1;
    border-color: #017cbfe1;
}
.btn-custom-width{
    width: 120px;
}
.add-custom-width-btn{
    width: 105px!important;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #0a82e6;
    border-color: #0a82e6;
}
/*select2 same hight with bootstrap*/
.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

#edit_promotion .csv_mail {
    display: none;
}

#page-topbar .header-lang a{
    padding: 8px 3px;
    opacity: 0.6;
}
#page-topbar .header-lang a:hover{
    opacity: inherit;
}
#page-topbar .header-lang .active{
    opacity: inherit !important;
}

.mr-2 {
    margin-right: .5rem
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 5px!important;
}