.separator{
    border-top: 1px solid #e5e5e5;
}
.swal-modal {
    width: 460px;
}
.modal-header, .modal-body, .modal-footer{
    padding: 20px;
}
.icon-loading{
    display: none;
}
.loading .icon-loading{
    display: block;
}

.loading .title{
    display: none;
}

input::placeholder {
    opacity: 0.6!important;
}

.image-item{
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    position: relative;
}
.image-item img{
    border-radius: 4px;
}
.col-image-item{
    height: 160px;
    width: 14.1111111111%;
    padding: 0;
}

.image-item .image-action{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity 0.3s;
    border-radius: 4px;
}
.image-item .image-action a{
    color: #fff;
    display: inline-block;
    margin: 10px;
}
.image-item:hover .image-action{
    opacity: 1;
}
.section-upload{
    height: 100%;
}
.section-upload:hover .btn-section-upload{
    border: 1px dashed #409eff;
    color: #409eff;
}

.section-upload:hover .btn-section-upload button{
    color: #409eff;
}

.btn-section-upload{
    background-color: #fafafa;
    border-radius: 6px;
    border: 1px dashed #cdd0d6;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.section-upload button{
    background: none;
    border: none;
}

.aside-menu-container__aside-menu span.aside-menu-icon {
    width: 20px;
    text-align: center;
}

.form-control[readonly] {
    background-color: unset!important;
}
.daterangepicker .drp-calendar .calendar-table .table-condensed thead tr:nth-child(2) th{
    color: #212529;
    font-size: unset;
    font-weight: 500;
}
.hidden{
    display: none;
}
.btn-update-modal-ajax .title{
    color: white!important;
}
.dropdown-menu-profile .dropdown-icon svg{
    width: 20px;
}
.img-thumbnail {
    border: none;
}
.font-16 {
    font-size: 16px;
}
footer, #log_pagination_container {
    margin-top: 20px;
}
#modalDetailLog .modal-body{
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}
@media screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .hide-mb {
        display: none;
    }
    header .image-mini {
        display: none;
    }
    #dropdownMenuButton1 span {
        display: none;
    }
    .header_left img {
        height: unset;
    }
    .link_black {
        margin-left: 5px;
        padding: 12px 5px !important;
    }
    .dropdown-mb {
        padding: 0 !important;
    }
    header {
        padding: 12px 0;
    }
    .image.image-tiny img {
        height: 40px;
        width: 40px;
    }
    footer * {
        font-size: 14px;
    }
    .admin_button {
        display: flex;
        margin-top: 20px;
    }
    .admin_button a {
        padding: 9px 8px;
    }
    .po_1 {
        width: 100% !important;
    }
    .po_2 {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        margin-top: 10px !important;
    }
    .po_2 .me-3 {
        margin: 0 !important;
        width: calc(100% - 57px);
    }
    .po_2 .me-3 input {
        width: 100% !important;
    }
    .po_2 .btn-info {
        margin-top: 10px;
    }
    .pagination-center ul {
        margin-top: 20px !important;
        justify-content: center !important;
    }
    .card-900 table {
        min-width: 900px;
    }
    .card-1200 table {
        min-width: 1290px;
    }
    .hc_nav {
        flex-wrap: wrap;
        justify-content: space-between !important;
    }
    .hc_nav a {
        flex: 0 0 49%;
        margin: 0 0 10px 0 !important;
    }
    .po_3 {
        flex-wrap: wrap;
    }
    .po_3 a {
        margin-bottom: 10px;
    }
    h1 {
        font-size: 18px;
    }
    .mb_wrap {
        flex-wrap: wrap;
    }
    .col-image-item {
        height: 150px;
        width: 150px;
    }
}
