/*Nss Table Css Start */
.ql_table_wrap{
    width: 100%;
}

.ql_table_head h3{
    margin-top:30px;
    margin-bottom: 5px;
}
.ql_table_bx{
    border: 1px solid #E2E8F3;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 35px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.ql_table_bx_head_one{
    padding: 12px;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #E2E8F3;
    margin-bottom: 12px;
}

.ql_table_bx_head_two{
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #E2E8F3;
    margin-bottom: 12px;
    align-items: center;
}

.ql_table_bx_head_two h2{
    font-size: 16px;
    margin: 0px;
}

.ql_table_bx_head_one_filter{display: inline-flex; align-items: center; float: right;}

.ql_table_cover .dataTables_length{
    margin: 0 0 12px 12px;
}

.ql_table_cover .dataTables_length>label{
    margin: 0px;
}


.ql_table_cover .dataTables_filter>label{
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 12px 12px 0;
}

.ql_table_cover .dataTables_filter>label>input{
    margin: 0px !important;
    padding-left: 35px;
    border: 1px solid #E2E8F3;
    color: #475467;
    font-size: 14px;
    min-width: 320px;
    border-radius: 5px;
}

.ql_table_cover .dataTables_filter>label>input::placeholder{
    color: #475467;
}
.ql_table_cover .dataTables_filter>label>i{
    position: absolute;
    left: 12px;
    color: #8B91A9;
}

.tenantFrstChr span {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #E2E8F3;
    color: #475467;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 2px;
    margin-right: 5px;
}

#sms_reporting_table_info{
    margin: 16px 0 0 12px;
    padding: 0px;
}

#sms_reporting_table_paginate{
    margin: 12px;
    padding: 0px;
}

.ql_table_cover .dataTables_length>label>select{
    border: 1px solid #E2E8F3;
    margin: 0 12px;
}

.ql_table_report_dwld{
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #021168;
    border-radius: 5px;
    margin-left: 10px;
}

.ql_table_report_dwld span{
    width: 20px;
    display: flex;
    cursor: pointer;
}


.ql_table_cover .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    border: 1px solid #6a6a6a !important;
}

.ql_table_cover .dataTables_wrapper .dataTables_paginate .paginate_button.current, .ql_table_cover .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #021168;
    color: #fff !important;
    font-weight: bold;
}

.ql_table_cover .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #e0e5fd;
    color: #021168 !important;
}

.ql_table_cover .dataTables_wrapper .dataTables_paginate .paginate_button{
    margin: 0 2px;
}

.ql_table_cover .dataTables_wrapper .dataTables_paginate .paginate_button{
    background: #e0e5fd;
}

.ql_table_cover table.dataTable tbody th, .ql_table_cover table.dataTable tbody td{
    font-size: 14px;
    color: #475467;
}

/*Nss Table Css Start */