﻿html, body {
   font-size: 13px !important;
}
#toastr-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 10px;
    padding-right: 10px;
}
.raise-login-agent {
    padding: 0.25rem 1rem
}
.apexcharts-menu-item {
    color: black !important;
}
@media screen and (max-width: 992px) {
    #login_logo {
        height: 75px;
    }
}
@media screen and (max-width: 1400px) {
    #agentTable > tr > td:nth-child(1) {
        min-width: 250px;
    }
}
#preloader {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    background: #fff;
}
.raise-hybrid-agent {
    background-color: #fff8dd !important;
}
td.detailActInfo {
    /*position: relative;*/
}
td.detailActInfo .menu-sub.detailChildInfo {
    right: 0;
}
 table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
     text-align: center;
 }
#main_table_wrapper .dataTables_scrollBody,
#main_table_wrapper .dataTables_scrollHeadInner {
    border-left: none !important;
}