*{
    /* border: 1px solid red !important; */
}
.nav_user{
    font-weight: 500;
}
.comment_{
    display: none;
}
#loading .modal-content {
    background-color: transparent !important;
    box-shadow: none !important;
}
.emp_info{
    font-size: 1.05rem;
}
.show_upload{
    /* height: 300px !important; */
    overflow: auto;
    padding: 10px;
    background-color: #ebecff;
}
.show_upload table{
    background-color: #FFF;
}
.show_upload table td{
    padding: 3px 5px;
}

#tb_month table {
    border-collapse: separate;
    border-spacing: 0;
}
#tb_month_list tr:hover{
    cursor: pointer !important;
    background-color: #ebecff !important;
    font-weight: 700;
}
#tb_month td {
    border: solid 1px #e3e6f0;
    border-style: none solid solid none;
    padding: 10px;
    color: #1b1b1b !important;
    font-size: 1rem;
}



#tb_month tr:first-child td { border-top-style: solid; }
#tb_month tr td:first-child { border-left-style: solid; }
#tb_month thead{
    boder: solid 0px #e3e6f0 !important;
    color: #FFF !important;
}
#tb_month thead th {
    color: #FFF !important;
    font-size: 1rem;
}
#tb_month tr:last-child td:first-child { 
    border-bottom-left-radius: 14px !important; 
}
#tb_month tr:last-child td:last-child { 
    border-bottom-right-radius: 14px !important; 
}


.btn-sm{
    font-size: 0.8rem;
}
.select2-container{
    width: 100% !important;
}

.select2-container--open{
    position: inherit !important;
    z-index: 99999;
}

.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.bg-gray-100{
    background-color: #f3f3f3;
}
#dt-search-0{
    width: 500px !important;
    font-size: 1rem;
}
.dt-search label{
    font-weight: 600 !important;
    font-size: 1.1rem;
}
.swal2-container {
    z-index: 20000 !important;
}
.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-right: 10px;
    border: 1px solid #696cff ;
}
.line .line_footer{
    /* background-color: #06C755; */
}
.line_txt .h3,.line_txt{
    color: #01b64d !important;
    font-weight: 700;
    
}
.line .h4{
    line-height: 1.5 ;
}
.line .btn-line{
    background-color: #39cd00 !important;
    font-size: 1rem;
    color: #FFF;
    font-weight: 600;
}

.avatar-online img{
    padding: 2px;
    border: 2px solid #01b64d;
}