/* scrollbar css start */

.new_report_table.wrapper::-webkit-scrollbar {
    height: 8px;
}
.new_report_table.wrapper::-webkit-scrollbar-track {
    background: #f7f8fa;
}
.new_report_table.wrapper::-webkit-scrollbar-thumb {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #3a5075;
    border-radius: 6px;
}
.new_report_table.wrapper::-webkit-scrollbar-thumb:hover {
    background: #3a5075;
}
.box.box-primary.new_report_container{
    border: 0;
    background: transparent;
}
/* scrollbar css end */

/* new-modal css start */
.new_filter_modal .modal-dialog {
    width: 760px;
}
.new_filter_modal .modal-header {
    border-bottom: none;
    padding: 33px 54px 33px 52px;
    background-color: #ffffff !important;
}
.new_filter_modal .modal-body {
    padding: 0 54px 0 52px;
}
.new_filter_modal .modal-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #192f60;
}
.new_filter_modal .close_btn {
    width: 37px;
    height: 37px;
    background-color: #f5f5f5;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.new_filter_modal .close_btn .icon-cross {
    font-size: 13px;
    color: #192f60;
    font-weight: 400;
}
.new_filter_modal .modal-footer {
    padding: 15px 33px;
    background-color: #eff3f9;
    border: none;
    border-radius: 0 0 6px 6px;
    box-shadow: none;
}
.new_filter_modal .modal-footer button {
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #008fdf;
    border-radius: 3px;
    background: transparent;
    border: none;
    outline: none;
}
.new_filter_modal .modal-footer .apply_btn {
    color: #ffffff;
    background-color: #008fdf;
}
.new_filter_modal .dropdown.form-group {
    margin-bottom: 25px;
}
.new_filter_modal .batch_select.dropdown.form-group {
    margin-bottom: 15px;
}
.new_filter_modal .headar_text {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    color: #192f60;
    margin-bottom: 5px;
}
.new_filter_modal .headar_text.hide_field {
    margin-bottom: 15px;
    font-size: 17px;
}
.new_filter_modal .hide_fields_container {
    display: flex;
    flex-wrap: wrap;
}
.new_filter_modal .hide_fields_container .items {
    border-radius: 3px;
    border: solid 1px #9ba5ba;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    color: #9ba5ba;
    padding: 8px 10px;
    margin-right: 14px;
    margin-bottom: 14px;
    cursor: pointer;
    user-select: none;
}
.new_filter_modal .hide_fields_container .items i {
    display: none;
}
.new_filter_modal .course_and_batch_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.new_filter_modal .course_and_batch_cont .dropdown,
.new_filter_modal .course_and_batch_cont .course_select_cont {
    width: 49%;
    position: relative;
}
.new_filter_modal .addmore_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.new_filter_modal .addmore_cont button {
    border: none;
    outline: none;
    color: #004fff;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 600;
    line-height: 1.71;
    border-radius: 3px;
    background-color: #175fff12;
    display: flex;
    align-items: center;
}
.new_filter_modal .addmore_cont button i.icon-plus3 {
    font-size: 13px;
    margin-right: 5px;
}
.new_filter_modal .addmore_cont button i.icon-plus3:before {
    color: #004fff;
}
.new_filter_modal .addmore_cont span {
    display: flex;
    font-size: 12px;
    color: #9ba5ba;
    font-style: italic;
}
.new_filter_modal .course_and_batch_cont .remove_btn {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    position: absolute;
    top: 7px;
    right: -37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.new_filter_modal .course_and_batch_cont .remove_btn span.icon-cross{
    font-size: 10px;
}
.select_deselct_block .selc_deselc {
    background: no-repeat;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.11;
    color: #0052cc;
    margin-right: 30px;
    padding: 0;
}
.newfilterModularReport {
    z-index: 1051; 
    position: fixed;
    width: 100vw;
    background: rgba(0, 0, 0, 0.3);
    height: 100vh;
    top: -30px;
    display: flex;
    justify-content: center;

}
.custom_modal_content{
    width: 760px;
    background: white;
    margin-top: 30px;
}
/* new-modal css end  */

/* table report css start */
.main_head_desc{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
.main_head_desc .left_block{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
    text-align: left;
    color: #3a5075;
}
.main_head_desc .right_block{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #3a5075;
}
.filter_search_cont {
    border-top: 1px solid #e1e3e8;
    padding: 15px 0;
    display: flex;
    justify-content: flex-end;
}
.filter_search_cont .search_box,
.filter_search_cont .filter_box,
.filter_search_cont .download_box {
    margin-left: 16px;
}
.filter_search_cont .search_box {
    width: 250px;
    position: relative;
}
.filter_search_cont .search_box::after {
    content: "\e962";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 11px;
    right: 14px;
    font-size: 14px;
    color: #9ba5ba;
}
.filter_search_cont .search_box input {
    width: 100%;
    padding: 5px 30px 5px 14px;
    height: 39px;
    border-radius: 3px;
    border: solid 1px #dbdbdb;
    background-color: #ffffff;
    outline: none;
}
.filter_search_cont .search_box input::placeholder {
    font-size: 16px;
    line-height: 1.19;
    color: #9ba5ba;
}
.filter_search_cont .filter_box button {
    font-size: 16px;
    line-height: 1.19;
    text-align: left;
    color: #9ba5ba;
    padding: 9px 16px;
    outline: none;
    border: solid 1px #dbdbdb;
    background-color: #ffffff;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.filter_search_cont .filter_box button i {
    margin-right: 10px;
    font-size: 16px;
    color: #9ba5ba;
}
.filter_search_cont .download_box button {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.36;
    text-align: left;
    color: #ffffff;
    border-radius: 3px;
    background-color: #00aa50;
    border: solid 1px #00aa50;
    outline: none;
    padding: 9px 16px;
}
/* table css start  */

.new_report_top_sec {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}
.new_report_top_sec .head_block {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.02);
    background-color: #3a5075;
    padding: 13px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}
.new_report_table .table .top_table_body tr td:first-child {
    text-align: right;
}
.new_report_container .new_report_table .head_semi_bold {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.33;
    color: #3a5075;
}
.new_report_container .new_report_table .head_bold {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.21;
    color: #3a5075;
}
.new_report_container .new_report_table .head_normal {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    color: #3a5075;
}
.new_report_table {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
}
.new_report_table .table {
    margin-bottom: 0;
    border-collapse: separate;
}
.new_report_table .table thead {
    background-color: #eff2f7;
    display: table-row-group;
}
.new_report_table .table tr th {
    border-right: 1px solid #e2e6ed;
    border-bottom: none;
    padding: 16px;
    min-width: 160px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.38;
    text-align: left;
    color: #3a5075;
    background-color: #eff2f7;
}
.new_report_table .table tr th.span_th_3 {
    text-align: center;
}
.new_report_table .table tbody tr td {
    border-top: medium none;
    border-right: 1px solid #e2e6ed;
    border-bottom: 1px solid #e2e6ed;
    padding: 16px;
    min-width: 160px;
    word-break: break-word;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    text-align: left;
    vertical-align: middle;
    color: #3a5075;
}
.new_report_table .table tr th:first-child,
.new_report_table .table tbody tr td:first-child {
    min-width: 64px;
    border-left: medium none;
}
/* .new_report_table .table tr th:last-child,
.new_report_table .table tbody tr td:last-child {
    border-right: medium none;
} */
.new_report_table .table tbody tr td.details_col {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #3a5075;
}
.new_report_table .table tbody tr td.details_col .bold_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.36;
    color: #3a5075;

}
.new_report_table .table tbody tr td.details_col .light_text {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    color: #3a5075;
    display: inline-block;
    width: 100%;
}
.new_report_table .table tbody tr td.details_col .font_small {
    font-size: 10px;
}

/* sticky table css start */

.new_report_container .view {
    margin: auto;
    width: 100%;
}
.new_report_container .wrapper {
    position: relative;
    overflow: auto;
    background: #ffffff;
}
.new_report_container .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white;
}
.new_report_container table tr th.sticky-col {
    background-color: #eff2f7;
}
.new_report_container .first-col {
    left: 0px;
}
.new_report_container .second-col {
    left: 64px;
}
.new_report_container .third-col {
    left: 224px;
}
.new_report_container .fourth-col {
    left: 384px;
}
.new_report_container .fifth-col {
    left: 544px;
}
.new_report_container .sixth-col {
    left: 704px;
}

/* sticky table css end */

.new_filter_modal .select2-container--default .select2-selection--single{
    width: 100%;
    font-weight: normal;
    background: #ffffff;
    border-radius: 3px;
    border: solid 1px #9ba5ba;
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 11px 16px;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.19;
    color: #9ba5ba;
    height: 43px;
    outline: none;
}
.new_filter_modal .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #3a5075;
    padding-left: 0;
}
.new_filter_modal .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #9ba5ba;
}
.new_filter_modal .course_select_cont .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.new_filter_modal .batch_select .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 0;
    right: 20px;
    color: #9ba5ba;
    font-weight: bold;
}
.new_filter_modal .batch_select .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "\eac2";
    font-family: 'icomoon' !important;
    font-size: 36px;
}
.new_filter_modal .batch_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.custom_class_batch_select .select2-search.select2-search--dropdown{
    display: none;
}
.new_filter_modal .batch_select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before{
    color: #3a5075;
    display: inline-block;
    font-weight: bold;
    transform: rotate(180deg)
}
.select2-container--open .select2-dropdown.custom_class_select.custom_class_course_select{
    top: -43px;
}
.select2-container--open .select2-dropdown.custom_class_select{
    border-radius: 3px;
    box-shadow: 3px 3px 14px 0 rgba(2, 7, 13, 0.2);
    background-color: #ffffff;
    border: none;
}
.custom_class_select .select2-search--dropdown{
    padding: 11px 16px;
    border-bottom: 1px solid #9ba5ba;
}
.select2-container--default .select2-dropdown.custom_class_select .select2-search--dropdown .select2-search__field{
    border: none;
    outline: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.19;
    color: #3a5075;
}
.custom_class_select .select2-results .select2-results__options .select2-results__option{
    padding: 11px 16px;
    font-size: 16px;
    line-height: 1.19;
    text-align: left;
    color: #3a5075;
}
.select2-container--default .custom_class_select .select2-results__option--highlighted[aria-selected]{
    background-color: #f4f5f7;
}
.select2-container--default .custom_class_select .select2-results__option[aria-selected=true]{
    background-color: #192f60;
    color: #ffffff;
}
.new_filter_modal .select2-container--default .select2-selection--multiple{
    padding: 5px 11px 0;
    min-height: 43px;
    font-size: 15px;
    line-height: 1.19;
    border: 1px solid #9ba5ba;
}
.new_filter_modal .select2-container .select2-search--inline .select2-search__field{
    margin: 6px 0;
    font-size: 16px;
}
.new_filter_modal .select2-container .select2-search--inline .select2-search__field::placeholder{
    color: #9ba5ba;
}
.new_filter_modal .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    padding: 6px 10px;
    margin-right: 10px;
    background-color: #192f60;
    color: #ffffff;
    border: none;
}
.new_filter_modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    font-size: 0;
    color: #ffffff;
    border-right: 1px solid #aaa;
    padding: 0 5px 0 0;
    margin-right: 5px;
}
.new_filter_modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove::after {
    content: "\e925";
    font-family: 'icomoon' !important;
    font-size: 12px;
}
.new_filter_modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    background-color: transparent;
}
.new_filter_modal .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding-left: 5px;
}
.new_filter_modal .select2-container--default .select2-selection--multiple::before {
    content: "\eac2";
    font-family: 'icomoon' !important;
    font-size: 36px;
    position: absolute;
    top: 0;
    right: 6px;
    color: #9ba5ba;
    font-weight: bold;
}
.new_filter_modal .select2-container--default.select2-container--open .select2-selection--multiple::before {
    color: #3a5075;
    display: inline-block;
    font-weight: bold;
    transform: rotate(180deg)
}
.new_filter_modal .hide_fields_container .items_cont > input[type="checkbox"]{
    display: none;
    opacity: 0;
}
.new_filter_modal .hide_fields_container .items_cont > input[type="checkbox"]:checked ~ .items{
    background-color: #192f60;
    border-color: #192f60;
    color: #ffffff;
}
.new_filter_modal .hide_fields_container .items_cont > input[type="checkbox"]:checked ~ .items i{
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
}
.new_report_table .table thead.top_table_body tr th{
    background-color: #ffffff;
}
.new_report_table .table thead.top_table_body tr th:first-child {
   text-align: right;
   vertical-align: top;
}
.new_report_table .table .bottom_table_thead tr th.width_200{
   min-width: 200px;
}