@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto/Roboto-Light.ttf);
}

body{
    font-family: Roboto-Regular !important;
}

.iq-top-navbar {
    padding: 0;
    min-height: 62px;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    display: inline-block;
    z-index: 999;
    background: #17569D;
    margin: 0;
    transition: all 0.45s ease 0s;
    box-shadow: 0px 0px 20px 0px rgba(44, 101, 144, 0.1);
} */

.btn {
    padding: 10px;
}

button svg, a svg {
    display: inline;
}

form label {
    color: #111;
}

.ohc-btn-pad {
    border-radius: 3px;
    padding: 0.6rem 1rem;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
}


/* Active sort icon */
.ohc-table.dataTable thead>tr>th.sorting:before,
.ohc-table.dataTable thead>tr>th.sorting:after {
    color: #111;
}

.sidebar .logo a.logo-mini {
    opacity: 1;
    width: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.sidebar .user:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 0px;
    width: 0;
    background-color: none;
}

.sidebar-wrapper::-webkit-scrollbar {
    display: none;
  }


.font-w800{
    font-weight: 800;
}
  
.min-w300{
    min-width: 300px !important;
    text-align: center;
}




.btn-plus {
    position: relative;
    padding: 12px 0px;
    margin: .3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .2rem;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1);
    will-change: box-shadow, transform;
}

.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    padding: 10px;
    text-align: left;
    width: 1125px;
}

.sidebar .logo a.logo-mini {
    margin-left: 10px;
    margin-right: 10px;
    width: 50px;
}

.li-export {
    padding: 6px 10px;
    background: #ff9800;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

.li-import {
    padding: 6px 10px;
    background: #00bfff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

.li-export a, .li-import a {
    color: #fff;
    text-transform: uppercase;
}


.card-text {
    padding: 5px 10px !important;
}

.ohc-table thead {
    height: 30px;
}

.card-text.card-text-plus.min-w300{
    background: #fff !important;
    -webkit-box-shadow: 5px 5px 11px -3px rgba(90, 183, 237, 1) !important;
    -moz-box-shadow: 5px 5px 11px -3px rgba(90, 183, 237, 1) !important;
    box-shadow: 5px 5px 11px -3px rgba(90, 183, 237, 1) !important;
    padding: 10px 6px 6px 6px;
    text-align: left;
    border: 1px solid #eeeeee;
    margin-left: 5px;
}

h4.card-title.card-title-plus {
    color: #111 !important;
    font-weight: 500 !important;
    padding-top: 4px !important;
}

#thong_tin_khac {
    height: fit-content;
    border: 1px solid #aaa;
    padding: 12px;
    border-radius: 5px;
    line-height: 1.5rem;
}

span.value-detail {
    font-weight: 900;
    color: black;
}

.hidden{
    display: none;
}

.baocao_plsk{
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.td_plsk {
    text-align: center;
}
.loading-btn1 {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
    margin-top: 5px;
}

/* CSS Mobile */
@media (max-width: 639px) {
    .mobile\:min-w-\[200px\] {
        min-width: 154px;
    }

    .w100-mobile {
        width: 100px !important;
    }

    .sticky {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 999;
        padding: 10px;
        text-align: left;
        width: 95%;
        left: 10px;
    }
}