/* ========-= TAB 4 LIST TABLE START ========-= */

.select-item-table {
    padding-top: 50px;
    margin: 0 5%;
}

.select-item-table .title4 {
    font-family: gilroy-bold, sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #312d4f;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 48px;
}

#mnRes_list_item_loading{
    height: auto !important;
}
#mnRes_list_item_loading .item-loading-animation.item-loading {
    margin: 5px 0px !important;
}
#table-box-404 {
    width: 100%;
    /* height: 670px; */
    padding-bottom: 50px;
}

#table-box-404 .table-scroll-404 {
    /* height: 565px; */
    width: 100%;
}

#table-box-404 .table-scroll-404 .mnRes-scrollWindow-wrap{
    display: flex;
}

#table-box-404 .table-scroll-404 .mnRes-left-list-wrap{
    /* overflow-y: scroll; */
    overflow-x: hidden;
    /* height: 565px; */
    /* width: fit-content; */
}
#table-box-404 .table-scroll-404 .mnRes-right-list-wrap{
    /* overflow-y: auto; */
    /* height: 565px; */
    width: calc(100% - 270px);
    overflow-x: hidden;
}

#table-box-404 .item-loading-wrapper ul{
    width: 265px !important;
}
#mnRes_list_level_item_loading ul.list-one{
    column-count: 3;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0px 100px !important;
    position: static !important;
}
#mnRes_list_level_item_loading ul.list-one li{
    width: 260px !important;
    height: 30px !important;
    margin: 0px 0px 2px 0px !important;
    display: inline-flex !important;
}

/* main list */
#table-box-404 .table-scroll-404 .left-list-404 {
    width: 260px;
    background: #f6f6f6;
    padding: 8px 14px 0px 8px;
    margin-left: 12px;
    margin-bottom: 0px !important;
}

#table-box-404 .table-scroll-404 .left-list-404 li {
    position: relative;
    display: flex;
    height: 32px;
    cursor: pointer;
}

#table-box-404 .table-scroll-404 .left-list-404 li p {
    font-family: gilroy-bold, sans-serif;
    font-size: 14px;
    color: #000000;
    margin: auto auto auto 8px;
}

.table-scroll-404 .left-list-404 li .tik-box {
    height: 18px;
    width: 18px;
    background: #06e791;
    position: relative;
    margin: auto -58px auto auto;
    border-radius: 50%;
    /* display: none; */
}

.table-scroll-404 .left-list-404 li .grey-times-box {
    height: 18px;
    width: 18px;
    background: #d3d3d3;
    position: relative;
    margin: auto -58px auto auto;
    border-radius: 50%;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.table-scroll-404 .left-list-404 li .tik-box i {
    position: absolute;
    margin: auto;
    top: 4px;
    bottom: 0;
    left: 4px;
    font-size: 10px;
    color: #ffffff;
}

.table-scroll-404 .left-list-404 li .grey-times-box i {
    position: absolute;
    margin: auto;
    top: 4px;
    bottom: 0;
    left: 5px;
    font-size: 10px;
    color: #ffffff;
}

.table-scroll-404 .left-list-404 li .arrow-404 {
    height: 18px;
    width: 18px;
    /* background: #ffffff; */
    position: relative;
    margin: auto 8px auto auto;
}

.arrow-404-background-color-1 {
    background: #ffffff;
}

.arrow-404-background-color-2 {
    background: #f6f6f6;
}

.table-scroll-404 .left-list-404 li .arrow-404 i {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 6px;
    font-size: 16px;
    /* color: #8f8f8f; */
}

.arrow-404-i-color-1 {
    color: #8f8f8f;
}

.arrow-404-i-color-2 {
    color: #000000;
}

.table-scroll-404 .left-list-404 li:hover .arrow-404,
.table-scroll-404 .left-list-404 li:hover .arrow-404 i {
    background: #f6f6f6;
    color: #000000;
}

.table-scroll-404 .left-list-404 .highlight_404 {
    border: 1px solid #000000;
    border-radius: 3px;
    background: #ffffff;
}

/* sublist */
#table-box-404 .table-scroll-404 .right-list-404 {
    column-count: 3;
    width: 100% !important;
    background: #ffffff;
    padding: 8px;
}
#table-box-404 .right-list-404.right-list-4041{
    margin-left: 0px !important;
    padding: 0px 100px !important;
}

#table-box-404 .table-scroll-404 .right-list-404 li {
    border: 1px solid #a1a1a1;
    border-radius: 3px;
    background: #ffffff;
    position: relative;
    width: 260px !important;
    height: 32px !important;
    margin-bottom: 6px;
    display: inline-flex !important;
    cursor: pointer;
}

#table-box-404 .table-scroll-404 .right-list-404 li p {
    font-family: gilroy-bold, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin: auto 0px auto 8px;
    width: 145px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-scroll-404 .right-list-404 li .sublist-check-box-404 {
    position: relative;
    margin: auto 6px auto 6px;
    height: 18px;
    width: 18px;
    background: #06e791;
    border-radius: 50%;
    display: none;
}

.table-scroll-404 .right-list-404 li .sublist-pen-box {
    position: relative;
    margin: auto 6px auto 6px;
    height: 18px;
    width: 18px;
    background: #d3d3d3;
    border-radius: 50%;
}

.table-scroll-404 .right-list-404 li .sublist-info-box {
    position: relative;
    margin: auto 6px auto auto;
    height: 18px;
    width: 18px;
    background: #d3d3d3;
    border-radius: 50%;
}

.table-scroll-404 .right-list-404 li .sublist-cancel-box-404 {
    position: relative;
    margin: auto 6px auto 6px;
    height: 18px;
    width: 18px;
    background: #d3d3d3;
    border-radius: 50%;
}

.table-scroll-404 .right-list-404 li .sublist-check-box-404 i {
    position: absolute;
    margin: auto;
    top: 4px;
    bottom: 0;
    left: 4px;
    font-size: 10px;
    color: #ffffff;
}

.table-scroll-404 .right-list-404 li .sublist-pen-box i {
    position: absolute;
    margin: auto;
    top: 4px;
    bottom: 0;
    left: 5px;
    font-size: 10px;
    color: #585757;
}

.table-scroll-404 .right-list-404 li .sublist-info-box i {
    position: absolute;
    margin: auto;
    top: 4px;
    bottom: 0;
    left: 7px;
    font-size: 10px;
    color: #585757;
}

.table-scroll-404 .right-list-404 li .sublist-cancel-box-404 i {
    position: absolute;
    margin: auto;
    top: 3px;
    bottom: 0;
    left: 5px;
    font-size: 11px;
    color: #ffffff;
}


/* scrollbar customize start */
.mnRes-left-list-wrap::-webkit-scrollbar {
    width: 0px;
}
.mnRes-right-list-wrap::-webkit-scrollbar{
    width: 5px;
}

.mnRes-right-list-wrap.scroll-width-zero::-webkit-scrollbar {
    width: 0px !important;
}

/* Track */
.mnRes-right-list-wrap::-webkit-scrollbar-track,
.mnRes-left-list-wrap::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #919191;
    border-radius: 10px;
}

/* Handle */
.mnRes-right-list-wrap::-webkit-scrollbar-thumb,
.mnRes-left-list-wrap::-webkit-scrollbar-thumb {
    background: #919191;
    border-radius: 15px;
}

/* Handle on hover */
.mnRes-right-list-wrap::-webkit-scrollbar-thumb:hover,
.mnRes-left-list-wrap::-webkit-scrollbar-thumb:hover {
    background: #424242;
}

/* scrollbar customize end */

/* ====XXX====-= TAB 4 LIST TABLE END =====XXXX===-= */

/* ====---------====== CHART PAGE START =====----------==== */

.chart-section {
    -webkit-transition: opacity 1000ms, visibility 1000ms;
    transition: opacity 1000ms, visibility 1000ms;
    padding: 0 5%;
    background: #f2f2f2;
}

.chart-section .chart-title {
    padding: 50px 0;
}

.chart-section .chart-title p {
    font-family: gilroy-bold, sans-serif;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #312d4f;
}

/* ======= TABS START ====== */

.chart-section .chart-page-tab {
    margin: 0;
    margin-bottom: 36px !important;
}

.chart-section .tablink {
    min-width: 200px;
    margin-right: 0.32%;
    background-color: #fffe5f;
    color: #33394b;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 0px;
    font-family: gilroy-medium, sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    text-align: left;
    padding-left: 15px;
}
.chart-section .tablink#defaultTabOpen {
    text-align: center;
    padding-left: 0px;
}
.chart-section .tablink .tab-info-box {
    position: absolute;
    right: 35px;
    font-size: 13px;
    height: 20px;
    width: 20px;
    background: #d3d3d3;
    border-radius: 50%;
}
.chart-section .tablink .tab-cross-box {
    position: absolute;
    right: 10px;
    font-size: 13px;
    height: 20px;
    width: 20px;
    background: #d3d3d3;
    border-radius: 50%;
}

.chart-section .tablink .tab-info-box i,
.chart-section .tablink .tab-cross-box i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: black;
}
.chart-section .tablink .tab-info-box[tooltip]::after {
    min-width: 300px;
    min-height: 90px;
    white-space: normal;
    text-align: left;
}
.chart-section .active-tab-81 {
    background-color: #1d1d1d;
    color: #ffffff;
}

.chart-section .tablink:last-child {
    margin-right: 0;
    float: left;
}

.hideClickToView{
    display: none !important;
}

/* ======= TABS END ====== */

/* ======= TABS CONTENT START ====== */

.chart-section .tab-disable {
    pointer-events: none;
}

.chart-section .tabcontent {
    color: #000000;
    display: none;
    border-top: 2px solid black;
}

/* INNER TAB CONTENT START */
.chart-section .inner-tablink {
    width: 20%;
    background-color: #fffe5f;
    color: #6a6a56;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 0px;
    font-family: gilroy-medium, sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    border-right: 1px solid #ebea51;
    position: relative;
}

.chart-section .inner-tablink:last-child {
    border: none;
}

.chart-section .inner-tablink i {
    color: #7f7f2f;
    margin-left: 5px;
    transition: all 0.5s ease;
}

.chart-section .inner-tablink::after {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fffe5f;
    position: absolute;
    right: -1px;
    top: 0;
}

.chart-section .inner-tablink::before {
    padding: 0;
    margin: 0;
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fffe5f;
    position: absolute;
    right: -1px;
    bottom: 0;
}

.chart-section .inner-tablink:last-child::after,
.chart-section .inner-tablink:last-child::before {
    display: none;
}

.chart-section .inner-active-tab-81 {
    background-color: #ffff00;
    color: #000000;
    font-weight: 600;
    border: none;
}

.chart-section .inner-active-tab-81 i {
    color: #000000;
    transform: rotate(180deg);
}

.chart-section .inner-tabcontent {
    color: #000000;
    display: none;
    width: 100%;
    height: 420px;
    background: #ffffff;
}

/* INNER TAB CONTENT END */

/* ======= TABS CONTENT END ====== */

/* //// DOUBLE CLICK COLUMN START //// */

.double-click-style1,
.double-click-style2{
    width: 100%;
    height: 400px;
    position: relative;
}

.double-click-style1 .double_click_box,
.double-click-style2 .double_click_box {
    width: 360px;
    height: 280px;
    margin: auto;
    margin-top: 60px;
}

.double-click-style1 .double_click_box.mar559,
.double-click-style2 .double_click_box.mar559 {
    margin-left: 170px;
}

.double-click-style1 .double_click_box.mar560,
.double-click-style2 .double_click_box.mar560 {
    margin-left: 60px;
}

.double-click-style1 .double_click_box p,
.double-click-style2 .double_click_box p {
    font-family: gilroy-bold, sans-serif;
    font-weight: 600;
    color: #534848;
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.double-click-style1 .outer_scroll_doubleclick,
.double-click-style2 .outer_scroll_doubleclick {
    margin-top: 5px;
    width: 100%;
    height: 180px;
    border: 1px solid #1d1d1d;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 3px 5px 15px 0px #b0bcd4;
}

.double-click-style1 .double_click_selection_box,
.double-click-style2 .double_click_selection_box {
    border-radius: 5px;
    width: 99%;
    height: 100%;
    background: #ffffff;
    position: relative;
    overflow: auto;
}

.double-click-style1 .double_click_selection_box table,
.double-click-style2 .double_click_selection_box table {
    width: 100%;
    position: relative;
}

.double-click-style1 table tr:nth-child(even),
.double-click-style2 table tr:nth-child(even) {
    background: #fbfbfb;
}

.double-click-style1 table  tr:hover,
.double-click-style2 table  tr:hover {
    cursor: pointer;
}

.double-click-style1 table  .mark-table-data,
.double-click-style2 table  .mark-table-data {
    background-color: yellow !important;
}
.double-click-style1 table tr td,
.double-click-style2 table tr td {
    font-family: gilroy-bold, sans-serif;
    font-weight: 600;
    color: #534848;
    margin: 0;
    padding: 4px 26px;
    font-size: 14px;
}

/* scrollbar customize start */
.double-click-style1 .double_click_selection_box::-webkit-scrollbar,
.double-click-style2 .double_click_selection_box::-webkit-scrollbar {
    width: 4px;
}

/* Handle */
.double-click-style1 .double_click_selection_box::-webkit-scrollbar-thumb,
.double-click-style2 .double_click_selection_box::-webkit-scrollbar-thumb {
    background: #919191;
    border-radius: 15px;
}

/* Handle on hover */
.double-click-style1 .double_click_selection_box::-webkit-scrollbar-thumb:hover,
.double-click-style2 .double_click_selection_box::-webkit-scrollbar-thumb:hover {
    background: #424242;
}

/* scrollbar customize end */

.double-click-style1 .double_arrow,
.double-click-style2 .double_arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.double-click-style1 .double_arrow .upper_arrow,
.double-click-style1 .double_arrow .down_arrow,
.double-click-style2 .double_arrow .upper_arrow,
.double-click-style2 .double_arrow .down_arrow {
    width: 40px;
    height: 40px;
    background: #d1d1d1;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.double-click-style1 .double_arrow .upper_arrow:hover,
.double-click-style1 .double_arrow .down_arrow:hover,
.double-click-style2 .double_arrow .upper_arrow:hover,
.double-click-style2 .double_arrow .down_arrow:hover {
    background: #1d1d1d;
}

.double-click-style1 .double_arrow .upper_arrow:hover i,
.double-click-style1 .double_arrow .down_arrow:hover i,
.double-click-style2 .double_arrow .upper_arrow:hover i,
.double-click-style2 .double_arrow .down_arrow:hover i {
    color: #1d1d1d;
}

.double-click-style1 .double_arrow .upper_arrow,
.double-click-style2 .double_arrow .upper_arrow {
    margin-bottom: 26px;
}

.double-click-style1 .double_arrow .inner_arrow,
.double-click-style2 .double_arrow .inner_arrow {
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.double-click-style1 .double_arrow i,
.double-click-style2 .double_arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #d1d1d1;
    font-size: 18px;
    transition: all 0.3s ease;
}

.double-click-style1 .double_arrow.mpnp551,
.double-click-style2 .double_arrow.mpnp551 {
    left: 89%;
}

.double-click-style1 .double_arrow.mpnp551 .upper_arrow i,
.double-click-style2 .double_arrow.mpnp551 .upper_arrow i {
    /* color: #1D1D1D; */
    top: 60%;
}

.double-click-style1 .double_arrow.mpnp551 .down_arrow i,
.double-click-style2 .double_arrow.mpnp551 .down_arrow i {
    /* color: #1D1D1D; */
    top: 40%;
}

/* //// DOUBLE CLICK COLUMN END //// */

/* -----========= STYLE 1 STYLE 2 START -----========= */

.style12-section {
    width: 100%;
}

.style12-section .box-style12 {
    width: 100%;
    /* height: 600px; */
    background: #ffffff;
    /* background: red; */
    padding: 32px 32px 80px 32px;
}

/* STYLE 1 STYLE 2 BUTTON WITH FILTERING START */
.table-operation-style12{
    display: none;
}

.style12-section .tab_filter-style12 {
    padding: 40px 16px;
    display: flex;
}

.style12-section .tab_filter-style12 .style1-box {
    width: 150px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
}

.clickstylebg {
    background: #ffff00;
    border: none;
}

.clickstylebrdr {
    background: #ffffff;
    border: 1px solid #919191;
    border-radius: 3px;
}

.style12-section .tab_filter-style12 .style2-box {
    width: 150px;
    height: 40px;
    margin-left: 8px;
    cursor: pointer;
}

.tab_filter-style12 .style1-box img,
.tab_filter-style12 .style2-box img {
    width: 40%;
    height: 80%;
    margin: 5px;
}

.tab_filter-style12 .style1-box span {
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    color: #393939;
}

.tab_filter-style12 .style2-box span {
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    color: #898977;
}

.tab_filter-style12 .style12btn-3 {
    width: 150px;
    height: 40px;
    border: 1px solid #9c9c9c;
    border-radius: 3px;
    position: relative;
    margin-right: 5px;
}

.tab_filter-style12 .style12btn-3 p {
    font-family: gilroy-regular, sans-serif;
    font-weight: 600;
    color: #393939;
    text-align: center;
    margin-top: 8px;
}

.tab_filter-style12 .filtering-style12,
.tab_filter-style12 .editing-style12 {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
}

.tab_filter-style12 .filtering-style12 {
    background: #f94747;
    transition: all 0.3s ease;
}

.tab_filter-style12 .filtering-style12:hover {
    background: #f72121;
}

.tab_filter-style12 .editing-style12 {
    background: #000000;
    border: 1px solid #000000;
    transition: all 0.3s ease;
}

.tab_filter-style12 .editing-style12:hover {
    background: #ffffff;
}

.tab_filter-style12 .filtering-style12 i,
.tab_filter-style12 .editing-style12 i {
    position: absolute;
    left: 30%;
    top: 35%;
    color: #ffffff;
}

.tab_filter-style12 .editing-style12:hover i {
    color: #000000;
}

.tab_filter-style12 .progress-style12 {
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background: #1bce1e;
    position: relative;
    cursor: pointer;
}

.tab_filter-style12 .inner-progress-style12 {
    width: 0%;
    height: 40px;
    border-radius: 3px;
    background: #00a703;
}

.tab_filter-style12 .progress-style12 p {
    width: 100%;
    margin: 0;
    position: absolute;
    font-family: gilroy-regular, sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
    margin-left: 24px;
    top: 0%;
    left: 0%;
}


/* STYLE 1 STYLE 2 BUTTON WITH FILTERING END */

/* RECORDS STYLE 1 STYLE 2 START */
.style12-section .records_style12 {
    display: flex;
    padding: 60px 16px 10px;
}

.records_style12 .page-number12 {
    display: flex;
}

.records_style12 .page-number12 p:first-child {
    font-family: gilroy-medium, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.page-number12 p:first-child span {
    margin: 0px 5px;
}

.records_style12 .page-number12 p:last-child {
    font-family: gilroy-regular, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.page-number12 p:last-child span {
    margin: 0px 5px;
}

.page-number12 p:last-child span:last-child {
    margin: 0;
    margin-left: 5px;
}

.records_style12 .pdf_box54 {
    margin-left: auto;
}

.records_style12 .pdf_box54{
    width: 40px;
    height: 22px;
    border-radius: 2px;
    cursor: pointer;
}

.records_style12 .pdf_box54 {
    background: #fa4747;
    margin-right: 5px;
}

.records_style12 .pdf_box54:hover {
    background: #ff2828;
}

.records_style12 .pdf_box54 span{
    font-family: gilroy-bold, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-left: 6px;
}

.records_style12 .style_date_time {
    display: flex;
}

.records_style12 .from_to22 span,
.records_style12 .separation22 span,
.records_style12 .value_date22 span,
.records_style12 .value_time22 span {
    font-family: gilroy-regular, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #393939;
    margin-left: 5px;
}

/* RECORDS STYLE 1 STYLE 2 END */

/* ===///=== STYLE 1 TABLE START ===///=== */
.style1-table-wrap {
    width: 100%;
    position: relative;
    border: 0px;
}

.style1-table-wrap .mytablesty12 tbody tr:first-child {
    border-top: 2px solid #eff1f7 !important;
}
.style1-table-wrap .mytablesty12 tbody tr:last-child {
    border-bottom: 2px solid #eff1f7 !important;
}

.style1-table-wrap .mytablesty12 thead {
    border-bottom: 2px solid #eff1f7 !important;
}

.style1-table-wrap th,
td {
    border: none !important;
}

.style1-table-wrap .mytablesty12 td,
.style1-table-wrap .mytablesty12 th {
    border-right: 2px solid #eff1f7 !important;
}

.column-header-1 {
    min-width: 50px;
    max-width: 50px;
}
.column-header-2 {
    min-width: 154px;
    max-width: 154px;
}
.column-header-3 {
    min-width: 140px;
}
.column-header-4,
.column-header-5
{
    min-width: 110px;
}
.column-header-6,
.column-header-7
{
    min-width: 155px;
}
.column-header-8 {
    min-width: 240px;
}
.column-header-9 {
    min-width: 180px;
}
.column-header-10,
.column-header-11,
.column-header-12,
.column-header-13,
.column-header-14,
.column-header-15{
    min-width: 120px;
}
.column-header-16,
.column-header-17,
.column-header-18,
.column-header-19,
.column-header-20,
.column-header-21,
.column-header-22,
.column-header-23,
.column-header-24,
.column-header-25,
.column-header-26,
.column-header-27,
.column-header-28,
.column-header-29,
.column-header-30,
.column-header-31,
.column-header-32,
.column-header-33,
.column-header-34,
.column-header-35,
.column-header-36,
.column-header-37,
.column-header-38,
.column-header-39,
.column-header-40,
.column-header-41,
.column-header-42,
.column-header-43,
.column-header-44,
.column-header-45,
.column-header-46,
.column-header-47,
.column-header-48,
.column-header-49,
.column-header-50,
.column-header-51,
.column-header-52,
.column-header-53,
.column-header-54,
.column-header-55,
.column-header-56,
.column-header-58,
.column-header-59,
.column-header-60,
.column-header-61,
.column-header-62,
.column-header-63
{
    min-width: 145px;
}
.column-header-57{
    min-width: 150px;
    max-width: 150px;
}
.column-header-64{
    min-width: 450px;
    max-width: 450px;
}
.column-header-65{
    min-width: 600px;
    max-width: 600px;
    /* white-space: nowrap; */
    /* overflow: hidden;
    text-overflow: ellipsis; */
    word-break: break-word;
    padding: 10px;
}
.column-header-66{
    min-width: 800px;
    max-width: 800px;
    /* white-space: nowrap; */
    /* overflow: hidden;
    text-overflow: ellipsis; */
    word-break: break-word;
    padding: 10px;
}
/* /////////// */

/* TABLE HEAD START */

.mytablesty12 .toggle {
    display: inline-flex;
    position: relative;
    margin-bottom: 0;
}
.mytablesty12 thead .toggle {
    bottom: -4px;
    left: 2px;
}
.mytablesty12 tbody .toggle {
    left: 8px;
}
/* this hides the main checkbox */
.mytablesty12 .toggle__input {
    width: 20px;
    height: 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.mytablesty12 .toggle__label {
    display: inline-flex;
    min-height: 32px;
    font-size: 20px;
    padding-left: 35px;
}

.mytablesty12 .toggle__input:not(:disabled)~.toggle__label {
    cursor: pointer;
}

/* this is for box */
.mytablesty12 .toggle__label::after {
    content: "";
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    font-size: 20px;
    background-color: #ffffff;
    position: absolute;
    left: 4px;
    top: 2px;
    z-index: 2;
}

.mytablesty12 .toggle__input:checked~.toggle__label::after {
    background-color: #25d34f;
    box-shadow: 5px 5px 5px 4px rgba(140, 245, 80, 0.2);
}

/* this is for tik sign */
.mytablesty12 .toggle__label::before {
    content: "";
    width: 0;
    height: 0;
    font-size: 24px;

    border-left-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-bottom-style: solid;
    border-color: #fff;

    position: absolute;
    top: 15px;
    left: 8px;
    z-index: 3;

    transform-origin: left top;
    transform: rotate(-40deg) skew(10deg);
}

.clone-head-table-wrap .mytablesty12 .toggle__label::after {
    z-index: 5;
}

.clone-head-table-wrap .mytablesty12 .toggle__label::before {
    z-index: 6;
}

.mytablesty12 .toggle__input:checked~.toggle__label::before {
    width: 14px;
    height: 7px;
    border-left-width: 2px;
    border-bottom-width: 2px;
}

.mytablesty12 .toggle__label::after {
    border-radius: 4px;
}


/* check mark style ends  */

.mytablesty12 thead th {
    font-size: 12px;
    font-family: gilroy-bold, sans-serif;
    font-weight: 600;
    color: #9f9f9f;
    background: #fafafc;
    text-align: center;
}

.mytablesty12 thead th {
    position: relative;
}

.mytablesty12 thead th .head-filter {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #ffffff;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.mytablesty12 thead th .head-filter i {
    color: #9f9f9f;
    font-size: 12px;
    position: absolute;
    left: 3px;
    top: 2px;
}

.mytablesty12 thead th .drop-filter {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #ffffff;
    top: 20px;
    right: 2px;
    cursor: pointer;
}

.mytablesty12 thead th .drop-filter i {
    color: #9f9f9f;
    font-size: 14px;
}

.mytablesty12 thead th .head-filter:hover i,
.mytablesty12 thead th .drop-filter:hover i {
    color: #000000;
}

/* TABLE HEAD END */

/* table data start */
.mytablesty12 tbody {
    font-size: 14px;
    font-family: gilroy-bold, sans-serif;
    text-align: center;
}

.mytablesty12 tbody td {
    height: 180px;
    padding: 0;
}

.mytablesty12 tbody tr {
    border-bottom: 2px solid #eff1f7 !important;
}

.mytablesty12 tbody tr:last-child {
    border-bottom: none !important;
}

/* 1ST COLUMN CHECK BOX */
/* tbody td .containerst12 .checkmark {
    top: 80px;
} */

.mytablesty12 td .icon-box22 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 26px;
    padding: 0px 10px;
}

/* 2ND COLUMN ICON BOX */
.mytablesty12 td .icon-box22 .circle2box {
    background: #f5f5f5;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    position: relative;
    margin: 2px;
    cursor: pointer;
}

.mytablesty12 td .icon-box22 .circle2box:hover {
    background: #e0e0e0;
}

.mytablesty12 td .icon-box22 .circle2box i {
    color: #828282;
    position: absolute;
    font-size: 13px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mytablesty12 td .icon-box22 .circle2box svg {
    position: absolute;
    max-height: 14px;
    fill: #828282;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.mytablesty12 td .icon-box22 .circle2box svg.svg2 {
    max-height: 16px;
    left: 4px;
}

.mytablesty12 td .icon-box22 .circle2box svg.svg4 {
    max-height: 12px;
}

/* 3RD|4TH COLUMN COL2,COL4 */
.mytablesty12 .column-time .centerauto {
    margin-top: 64px;
    text-align: center;
}

.mytablesty12 .column-time span {
    color: #454545;
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    font-size: 12px;
}

/* 5TH STATUS COLUMN */
.mytablesty12 .status22 {
    margin: 0px;
    /* padding: 1px; */
}

.mytablesty12 .status22 .inner_con {
    background: #18a733;
    width: 100%;
    height: 100%;
    position: relative;
}

.mytablesty12 .status22.status-start .inner_con {
    background: #ffff33;
}

.mytablesty12 .status22 .status22-centerize {
    width: 100%;
}

.mytablesty12 .status22 .inner_con p {
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-size: 14px;
    width: 100%;
}

.mytablesty12 .status22.status-start .inner_con p {
    color: #000000;
}

.mytablesty12 .status22 .inner_con p:first-child {
    color: #62ca75;
}

.mytablesty12 .status22.status-start .inner_con p:first-child {
    color: #000000;
}

.mytablesty12 .status22 .inner_con p:last-child {
    margin-top: 8px;
    font-size: 12px;
    font-family: gilroy-bold, sans-serif;
    font-weight: 500;
}

/* 6TH VAL_DATE COLUMN */
.mytablesty12 .vall11_datel {
    margin: 0px;
    /* padding: 1px; */
}

.mytablesty12 .vall11_datel .val11 {
    width: 100%;
    height: 50%;
    background: #18a733;
    position: relative;
}

.mytablesty12 .vall11_datel .val11 p {
    font-size: 12px;
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.mytablesty12 .vall11_datel .date_reco {
    width: 100%;
    height: 50%;
    background: #ffffff;
    position: relative;
}

.mytablesty12 .vall11_datel .date_reco .date_reco_center {
    text-align: center;
}

.mytablesty12 .vall11_datel .date_reco span {
    font-size: 12px;
    font-family: gilroy-bold, sans-serif;
    font-weight: 500;
    color: #454545;
}

/* 7TH COL9 COLUMN */
.mytablesty12 .col_00 {
    position: relative;
}

.mytablesty12 .col_00 p {
    font-size: 14px;
    font-family: gilroy-bold, sans-serif;
    font-weight: 500;
    color: #454545;
}

/* 8TH CHART1 COLUMN */
.mytablesty12 .dchart_1 {
    margin: 0;
    /* padding: 1px; */
}

.mytablesty12 .dchart_1 .upper_part_22 {
    display: flex;
    height: 50%;
    padding: 1px;
}

.mytablesty12 .dchart_1 .uddleft {
    height: 100%;
    width: 63%;
    background: #18a733;
    position: relative;
}

.mytablesty12 .dchart_1 .dwnlong .uddleft {
    background: #ff4141;
}

.mytablesty12 .dchart_1 .uddright {
    height: 100%;
    width: 37%;
    position: relative;
}

.mytablesty12 .dchart_1 .upper_part_22 p {
    margin: 0;
    width: 100%;
    font-size: 12px;
    font-family: gilroy-bold, sans-serif;
    text-align: center;
}

.mytablesty12 .dchart_1 .uddleft p {
    font-weight: 500;
    color: #ffffff;
}

.mytablesty12 .dchart_1 .uddright p {
    font-weight: 600;
    color: #19a734;
}

.mytablesty12 .dchart_1 .dwnlong .uddright p {
    color: #ff4949;
}

.mytablesty12 .dchart_1 .arrow_bx8 {
    width: 32px;
    height: 32px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #a7ffce;
    left: 100%;
}

.mytablesty12 .dchart_1 .dwnlong .arrow_bx8 {
    background: #ffa5a5;
}

.mytablesty12 .dchart_1 .arrow_bx8 i {
    color: #1aa834;
}

.mytablesty12 .dchart_1 .dwnlong .arrow_bx8 i {
    color: #ff4949;
}

/* 9TH CHART2 COLUMN */
.mytablesty12 .pentagon {
    margin: 0;
    padding: 0;
}

.mytablesty12 .pentagon .upper-penta-box {
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.mytablesty12 .pentagon .lower-penta-box {
    width: 100%;
    height: 50%;
    border-top: 1px solid #dedede;
    position: relative;
}

.mytablesty12 .shape_penagon {
    background: #19a733;
    display: inline-block;
    height: 45px;
    position: relative;
    width: 62px;
    position: absolute;
    bottom: 0;
}

.mytablesty12 .penta2 .shape_penagon {
    left: 5%;
}

.mytablesty12 .penta3 .shape_penagon {
    left: 35%;
}

.mytablesty12 .penta5 .shape_penagon {
    left: 5%;
}

.mytablesty12 .penta6 .shape_penagon {
    left: 35%;
}

.mytablesty12 .upper-penta-box .shape_penagon::after {
    border-bottom: 20px solid #19a733;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -20px;
    width: 0;
}

.mytablesty12 .lower-penta-box .shape_penagon {
    background: #ff4141;
    top: 0;
    position: relative;
}

.mytablesty12 .penta2 .lower-penta-box .shape_penagon {
    left: 55%;
}

.mytablesty12 .penta3 .lower-penta-box .shape_penagon {
    left: 45%;
}

.mytablesty12 .penta5 .lower-penta-box .shape_penagon {
    left: 55%;
}

.mytablesty12 .penta6 .lower-penta-box .shape_penagon {
    left: 45%;
}

.mytablesty12 .lower-penta-box .shape_penagon::after {
    border-top: 20px solid #ff4141;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 45px;
    width: 0;
}

.mytablesty12 .shape_penagon .top-num p {
    font-size: 10px;
    font-family: gilroy-bold, sans-serif;
    font-weight: 500;
    color: #454545;
    margin-top: -38px;
    text-align: center;
}

.mytablesty12 .lower-penta-box .shape_penagon .top-num {
    position: absolute;
    bottom: -118%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mytablesty12 .shape_penagon .penta-count p {
    margin: 0;
    width: 100%;
    font-size: 12px;
    font-family: gilroy-bold, sans-serif;
    text-align: center;
    color: #ffffff;
    line-height: 12px;
}

.mytablesty12 .lower-penta-box .penta-count p {
    margin-top: 3px;
}

/* table data end */
.style1-table-wrap::-webkit-scrollbar {
    width: 0px;
}
/* SLIDER ARROW START */
.outer-table-style12-box{
    position: relative;
}
.outer-table-style12-box .right-slider5,
.outer-table-style12-box .left-slider5 {
    width: 32px;
    height: 32px;
    background: #d0d0d0;
    border-radius: 50%;
    /* position: absolute; */
    cursor: pointer;
}

.outer-table-style12-box .right-slider5:hover,
.outer-table-style12-box .left-slider5:hover {
    background: #000000;
}

.outer-table-style12-box .right-slider5 i,
.outer-table-style12-box .left-slider5 i {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    z-index: 100;
}

.outer-table-style12-box .right-slider5,
.outer-table-style12-box .left-slider5{
    position: fixed;
    top: 50%;
    display: none;
}
.outer-table-style12-box .right-slider5{
    right: 5%;
}
.outer-table-style12-box .left-slider5{
    left: 5%;
}

/* X CLICK TO REMOVE COLUMN START */

.th-dis-none,
.displayNone {
    display: none;
}

/* SLIDER ARROW END */
/* ----------- table css by ASHIQ ----------- */
th[draggable] a,
th[draggable] {
    cursor: move;
}

th[draggable] a:hover,
th[draggable] a {
    display: block;
    text-decoration: none;
    color: #333333;
}

.drag {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0.25;
}

.dnd-drag {
    opacity: 0.25;
}

.over {
    background-color: rgba(0, 0, 255, 0.35);
}

/* ----------- END Here ----------- */

/* scrollbar customize start */
.mytablesty12::-webkit-scrollbar {
    display: none;
}

/* scrollbar customize end */
/* ===///=== STYLE 1 TABLE END ===///=== */

/* ===///=== STYLE 2 TABLE START ===///=== */

.style2-table-wrap {
    padding: 0 16px;
    position: relative;
}

/* lorem description */
.style2-table-wrap .description-text {
    padding: 20px 65px;
    background: #ffff00;
    border-radius: 3px;
}

.style2-table-wrap .description-text p {
    margin: 0;
    font-family: gilroy-regular, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #3b3b2e;
}

/* table top icons */
.style2-table-wrap .icon-box55 {
    display: flex;
    padding: 38px 0px;
    align-items: center;
    justify-content: center;
}

.style2-table-wrap .icon-box55 .circle2box {
    background: #f5f5f5;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    position: relative;
    margin: 2px 14px 2px 2px;
    cursor: pointer;
}

.style2-table-wrap .icon-box55 .circle2box:hover {
    background: #000000;
}

.style2-table-wrap .icon-box55 .circle2box i {
    color: #828282;
    position: absolute;
    font-size: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.style2-table-wrap .icon-box55 .circle2box:hover i {
    color: #ffffff;
}

.style2-table-wrap .icon-box55 .circle2box svg {
    position: absolute;
    max-height: 22px;
    fill: #828282;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.style2-table-wrap .icon-box55 .circle2box:hover svg {
    fill: #ffffff;
}

.style2-table-wrap .icon-box55 .circle2box svg.svg2 {
    max-height: 25px;
    left: 4px;
}

.style2-table-wrap .icon-box55 .circle2box svg.svg4 {
    max-height: 20px;
}

/* table width and table head style */
.style2-table-wrap table {
    /* width: 92%; */
    width: 97%;
    border: 2px solid #eff1f7 !important;
    margin: 0px;
    margin: 0 auto;
    overflow-x: scroll;
}

/* table head width start */
/* ======== */
.sty2table2.cross-table-2 th:nth-child(1) {
    min-width: 300px;
}

.sty2table2.cross-table-2 th:nth-child(2) {
    min-width: 217px;
}

/* ======== */
.sty2table3.cross-table-3 th:nth-child(1) {
    /* max-width: 32% !important; */
    min-width: 250px !important;
    max-width: 500px !important;
}

.sty2table3.cross-table-3 th:nth-child(2) {
    /* max-width: 32% !important; */
    min-width: 250px !important;
    max-width: 500px !important;
}

.sty2table3.cross-table-3 th:nth-child(3) {
    min-width: 315px !important;
    max-width: 315px !important;
}
.sty2table3.cross-table-3 th:nth-child(4) {
    /* max-width: 36% !important; */
    min-width: 315px !important;
    max-width: 315px !important;
}
/* ======== */

/* table head width end */

.style2-table-wrap table thead {
    border-bottom: 2px solid #eff1f7 !important;
}

.style2-table-wrap table th,
.style2-table-wrap table td {
    border: none !important;
}

.style2-table-wrap table td,
.style2-table-wrap table th {
    border-right: 2px solid #eff1f7 !important;
}

.style2-table-wrap table td {
    height: 70px;
}
.style2-table-wrap table.sty2table3 td{
    min-height: 180px;
    height: 193px;
}
/* TABLE HEAD START */
.style2-table-wrap table thead th {
    font-size: 12px;
    font-family: gilroy-bold, sans-serif;
    font-weight: 600;
    color: #9f9f9f;
    background: #fafafc;
    text-align: center;
}

.style2-table-wrap table thead th {
    position: relative;
}

.style2-table-wrap table thead th .head-filter {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #ffffff;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.style2-table-wrap table thead th .head-filter i {
    color: #9f9f9f;
    font-size: 12px;
    position: absolute;
    left: 3px;
    top: 2px;
}

.style2-table-wrap table thead th .drop-filter {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #ffffff;
    top: 20px;
    right: 2px;
    cursor: pointer;
}

.style2-table-wrap table thead th .drop-filter i {
    color: #9f9f9f;
    font-size: 14px;
}

.style2-table-wrap table thead th .head-filter:hover i,
.style2-table-wrap table thead th .drop-filter:hover i {
    color: #000000;
}

/* table body style START */
/* TIME */
.style2-table-wrap table .column-time .centerauto {
    padding: 16px 0;
}

.style2-table-wrap table .column-time span {
    color: #454545;
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: center;
}

/* STATUS */
.style2-table-wrap table .status22 {
    margin: 0px;
    padding: 0px;
}

.style2-table-wrap table .status22 .inner_con {
    background: #18a733;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 28px 0;
}

.style2-table-wrap table .status22 .status22-centerize {
    width: 100%;
}

.style2-table-wrap table .status22 .inner_con p {
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    letter-spacing: 1px;
}

/* T1163*10 */
.style2-table-wrap table .col_00 {
    position: relative;
}

.style2-table-wrap table .col_00 p {
    font-size: 16px;
    font-family: gilroy-bold, sans-serif;
    font-weight: 500;
    color: #454545;
}

/* CHART 1 */
.style2-table-wrap table .dchart_1 {
    height: 193px;
    margin: 0;
    padding: 8px;
}

.style2-table-wrap table .dchart_1 .upper_part_22 {
    display: flex;
    height: 50%;
    padding: 2px;
}

.style2-table-wrap table .dchart_1 .uddleft {
    height: 100%;
    width: 63%;
    background: #18a733;
    position: relative;
}

.style2-table-wrap table .dchart_1 .dwnlong .uddleft {
    background: #ff4141;
}

.style2-table-wrap table .dchart_1 .uddright {
    height: 100%;
    width: 37%;
    position: relative;
}

.style2-table-wrap table .dchart_1 .upper_part_22 p {
    margin: 0;
    width: 100%;
    font-size: 16px;
    font-family: gilroy-bold, sans-serif;
    text-align: center;
}

.style2-table-wrap table .dchart_1 .uddleft p {
    font-weight: 500;
    color: #ffffff;
}

.style2-table-wrap table .dchart_1 .uddright p {
    font-weight: 500;
    color: #19a734;
}

.style2-table-wrap table .dchart_1 .dwnlong .uddright p {
    color: #ff4949;
}

.style2-table-wrap table .dchart_1 .arrow_bx8 {
    width: 32px;
    height: 32px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #a7ffce;
    left: 100%;
}

.style2-table-wrap table .dchart_1 .dwnlong .arrow_bx8 {
    background: #ffa5a5;
}

.style2-table-wrap table .dchart_1 .arrow_bx8 i {
    color: #1aa834;
}

.style2-table-wrap table .dchart_1 .dwnlong .arrow_bx8 i {
    color: #ff4949;
}

/* 9TH CHART2 COLUMN */
.style2-table-wrap table .pentagon {
    margin: 0;
    padding: 0;
}

.style2-table-wrap table .pentagon .upper-penta-box {
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.style2-table-wrap table .pentagon .lower-penta-box {
    width: 100%;
    height: 50%;
    border-top: 1px solid #dedede;
    position: relative;
}

.style2-table-wrap table .shape_penagon {
    background: #19a733;
    display: inline-block;
    height: 45px;
    position: relative;
    width: 62px;
    position: absolute;
    bottom: 0;
    left: 55%;
}

.style2-table-wrap table .upper-penta-box .shape_penagon::after {
    border-bottom: 20px solid #19a733;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -20px;
    width: 0;
}

.style2-table-wrap table .lower-penta-box .shape_penagon {
    background: #ff4141;
    top: 0;
    left: 25%;
    position: relative;
}

.style2-table-wrap table .lower-penta-box .shape_penagon::after {
    border-top: 20px solid #ff4141;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 45px;
    width: 0;
}

.style2-table-wrap table .shape_penagon .top-num p {
    font-size: 12px;
    font-family: gilroy-bold, sans-serif;
    font-weight: 500;
    color: #454545;
    margin-top: -40px;
    text-align: center;
}

.style2-table-wrap table .lower-penta-box .shape_penagon .top-num {
    position: absolute;
    bottom: -130%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.style2-table-wrap table .shape_penagon .penta-count p {
    margin: 0;
    width: 100%;
    font-size: 12px;
    font-family: gilroy-bold, sans-serif;
    text-align: center;
    color: #ffffff;
    line-height: 12px;
}

.style2-table-wrap table .lower-penta-box .penta-count p {
    margin-top: 3px;
}

/*VAL_DATE COLUMN */
.style2-table-wrap table .vall11_datel {
    margin: 0px;
    padding: 1px;
}

.style2-table-wrap table .vall11_datel .val11 {
    width: 100%;
    height: 50%;
    background: #18a733;
    position: relative;
}

.style2-table-wrap table .vall11_datel .val11 p {
    font-size: 16px;
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.style2-table-wrap table .vall11_datel .date_reco {
    width: 100%;
    height: 50%;
    background: #ffffff;
    position: relative;
}

.style2-table-wrap table .vall11_datel .date_reco .date_reco_center {
    text-align: center;
}

.style2-table-wrap table .vall11_datel span {
    font-size: 16px;
    font-family: gilroy-bold, sans-serif;
    font-weight: 500;
    color: #454545;
    /* margin-bottom: 5px; */
}
.style2-table-wrap table .vall11_datel .date_reco_center span {
    display: block;
}
.style2-table-wrap table .vall11_datel .date_reco span:first-child {
    margin-bottom: 10px;
}

.style2-table-wrap table .vall11_datel .date_reco span:last-child {
    margin-top: 10px;
}

/* col1 */
.style2-table-wrap table .vall11_datel .col1table {
    height: 70px;
    text-align: center;
    line-height: 70px;
}

/* table UPPER BORDER REMOVE */
/* .style2-table-wrap .sty2table2, */
.style2-table-wrap .sty2table3,
.style2-table-wrap .sty2table4,
.style2-table-wrap .sty2table5,
.style2-table-wrap .sty2table6,
.style2-table-wrap .sty2table7,
.style2-table-wrap .sty2table8,
.style2-table-wrap .sty2table9 {
    border-top: none !important;
}

/* SEPARATION LOREM START */
.mts-80 {
    margin-top: 80px;
}

/* ===///=== STYLE 2 TABLE END ===///=== */

/* ====----=== PEGINATION START ====----=== */

.style12-section .container-fluid {
    padding: 28px 50px 32px;
}

/* ====----=== PEGINATION END ====----=== */
/* -----========= STYLE 1 STYLE 2 END -----========= */
/* ====---------====== CHART PAGE END ======------------=== */

/* ====/////=== MANAGE RESULT POPUP START ====////=== */
.viewtwo-modal-wrapper,
.viewtwo-modal-wrapper_style2,
.noteswindow-modal-wrapper,
.noteswindow-modal-wrapper_style2,
.rowdetails-modal-wrapper,
.rowdetails-modal-wrapper_style2{
    max-width: 320px;
    background: #ffffff;
}

.alertswindow-modal-wrapper,
.alertswindow-modal-wrapper_style2{
    max-width: 1200px;
    background: #ffffff;
}

.viewtwo-modal-wrapper,
.viewtwo-modal-wrapper_style2,
.noteswindow-modal-wrapper_style2,
.noteswindow-modal-wrapper,
.rowdetails-modal-wrapper_style2,
.rowdetails-modal-wrapper,
.alertswindow-modal-wrapper,
.alertswindow-modal-wrapper_style2,
.white-shad-rowing{
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 5px 5px 10px -4px rgba(51, 51, 51, 0.75);
    -moz-box-shadow: 5px 5px 10px -4px rgba(51, 51, 51, 0.75);
    box-shadow: 5px 5px 10px -4px rgba(51, 51, 51, 0.75);
    /* -webkit-box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 1); */
}

.viewtwo-modal-wrapper_style2 .viewtwo-content,
.viewtwo-modal-wrapper .viewtwo-content,
.rowdetails-modal-wrapper_style2 .rowdetails-content,
.rowdetails-modal-wrapper .rowdetails-content{
    width: 250px;
}

.noteswindow-modal-wrapper_style2 .noteswindow-content,
.noteswindow-modal-wrapper .noteswindow-content{
    width: 300px;
}

.custom-modal-header {
    background: #000000;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 20px 16px;
    position: relative;
}

.alertswindow-content .custom-modal-header{
    padding: 22px 16px;
}

.custom-modal-title {
    color: #ffffff;
    text-align: center;
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0 auto;
}

.alertswindow-content .custom-modal-title{
    font-family: gilroy-bold, sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.custom-modal-header .close,
.top-container .close {
    position: absolute;
    color: #ffffff;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 10px;
    opacity: 1;
}

.custom-modal-header .close span,
.top-container .close span {
    color: #ffffff;
    font-size: 26px;
    text-shadow: none;
}

.custom-modal-body {
    padding: 0px;
}

.modal-bodywrap {
    width: 100%;
    height: 190px;
    background: #ffffff;
    padding: 10px 10px 10px 10px;
}

.scrollmodal {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    border: 1px solid #eeeff0;
}

.scrollmodal .tablemodal {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none !important;
}

.tablemodal td {
    margin: 0;
    padding: 0;
    height: 24px;
    border: none !important;
    font-family: gilroy-medium, sans-serif;
    font-weight: 500;
    color: #1d1d1d;
    font-size: 13px;
    padding-left: 12px;
}

.tablemodal tr:nth-child(odd) {
    background: #f8f9fa;
}

/* scrollbar customize start */
.scrollmodal::-webkit-scrollbar {
    width: 4px;
}

.scrollmodal::-webkit-scrollbar-thumb {
    background: #d4d3d3;
    border-radius: 15px;
}

/* scrollbar customize end */

/* NOTES WINDOW START */
.tablemodal .dateda {
    font-family: gilroy-regular, sans-serif;
    font-weight: 600;
    color: #1601f9;
    font-size: 12px;
}

.submit-notes {
    padding: 0px 10px 20px;
}

.submit-notes .input-box5 {
    background: #f2f3f6;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    display: flex;
    padding: 5px 5px 5px 12px;
}

.submit-notes .input-box5 p {
    margin: auto 0;
    font-family: gilroy-regular, sans-serif;
    font-weight: 600;
    color: #1d1d1d;
    font-size: 12px;
    padding-right: 8px;
}

.submit-notes input[type="text"] {
    width: 90%;
    height: 25px;
    margin-left: auto;
    border: none;
    outline: none;
    padding-left: 8px;
    font-family: gilroy-regular, sans-serif;
    font-weight: 600;
    color: #1d1d1d;
    font-size: 12px;
}

.submit-notes .submit-box5 {
    padding-top: 20px;
}

.submit-notes button {
    font-family: gilroy-regular, sans-serif;
    font-weight: 600;
    color: #1d1d1d;
    font-size: 18px;
    background: #f2f3f6;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    display: block;
    margin: auto;
    outline: none;
    padding: 5px 16px;
    transition: all 0.3s ease;
}

.submit-notes button:hover {
    background: #dddddd;
}

/* NOTES WINDOW END */

/* ALERTS WINDOW START */
.alertswindow-content .alertwinbox {
    padding: 32px;
}

.alertswindow-content .alertwinbox .alert_text_box {
    padding: 16px;
}

.alertswindow-content .alertwinbox .alert_text_box p {
    text-align: center;
    font-family: gilroy-medium, sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    line-height: 32px;
}

.alertswindow-content .alertwinbox .alert-table {
    width: 100%;
    margin-top: 36px;
}

.alertswindow-content .alertwinbox .alert-table,
.alertswindow-content .alertwinbox .alert-table thead,
.alertswindow-content .alertwinbox .alert-table th,
.alertswindow-content .alertwinbox .alert-table td {
    border: none !important;
    font-family: gilroy-bold, sans-serif;
    text-align: center;
}

.alertswindow-content .alertwinbox .alert-table th.rowrow4 {
    width: 8%;
}

.alertswindow-content .alertwinbox .alert-table th.alerttype4 {
    width: 25%;
}

.alertswindow-content .alertwinbox .alert-table th.alertvalue4 {
    width: 17%;
}

.alertswindow-content .alertwinbox .alert-table th.alertfreq4 {
    width: 17%;
}

.alertswindow-content .alertwinbox .alert-table th.alertmethod4 {
    width: 25%;
}

.alertswindow-content .alertwinbox .alert-table th.alertnull4 {
    width: 8%;
}

.alertswindow-content .alertwinbox .alert-table th {
    background: #ffffff;
    color: #222222;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 20px;
}

.alertswindow-content .alertwinbox .alert-table tr:nth-child(odd) {
    background: #f5f5f5;
}

.alertswindow-content .alertwinbox .alert-table td {
    height: 50px !important;
    padding: 0 16px;
}

.alertswindow-content .alertwinbox .alert-table td:first-child {
    color: #222222;
    font-size: 18px;
}

.alertswindow-content .alert-table .selectaltype,
.alertswindow-content .alert-table .selectalfreq {
    position: relative;
}

.alertswindow-content .alert-table .selectaltype select,
.alertswindow-content .alert-table .selectalfreq select {
    width: 100%;
    height: 30px;
    border: 1px solid #8c8c8c;
    background: #ffffff;
    border-radius: 3px;
    padding-left: 8px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    font-family: gilroy-medium, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.alertswindow-content .alert-table .selectarrow {
    background: #f5f5f5;
    height: 14px;
    width: 14px;
    position: absolute;
    border-radius: 2px;
    top: 18px;
    right: 24px;
}

.alertswindow-content .alert-table .selectarrow i {
    color: #818181;
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.alertswindow-content .alert-table .inpalertval input {
    width: 100%;
    height: 30px;
    border: 1px solid #8c8c8c;
    background: #ffffff;
    border-radius: 3px;
    padding-left: 8px;
    outline: none;
}

.alertswindow-content .alert-table .inpumail .mail_enter {
    width: 100%;
    height: 30px;
    border: 1px solid #8c8c8c;
    background: #ffffff;
    border-radius: 3px;
    display: flex;
}

.alertswindow-content .alert-table .inpumail .mail_icons {
    width: 30%;
    height: 100%;
    padding: 4px;
    background: #888888;
}

.alertswindow-content .alert-table .mail_icons i.fa-envelope {
    margin-right: 3px;
    color: #e1e1e1;
}
.alertswindow-content .alert-table .mail_icons i.fa-phone-alt {
    color: #e1e1e1;
    text-align: center;
}

.alertswindow-content .alert-table .mail_icons i.fa-comment-alt {
    margin-left: 3px;
    color: #e1e1e1;
}

.alertswindow-content .alert-table .mail_enter input {
    width: 70%;
    height: 100%;
    border: none;
    outline: none;
    padding: 12px;
    font-family: gilroy-medium, sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
}

.alertswindow-content .alert-table .mail_enter input::placeholder {
    color: #d1d1d1;
}

.alertswindow-content .alert-table .removenull {
    width: 100%;
    height: 30px;
    display: flex;
}

.alertswindow-content .alert-table .removenull .circle_550 {
    margin: auto;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #ffcdcd;
    position: relative;
    cursor: pointer;
}

.alertswindow-content .alert-table .removenull .circle_550:first-child {
    margin-right: 8px;
    background: #e5e5e5;
}

.alertswindow-content .alert-table .removenull .circle_550 i {
    position: absolute;
    color: #ff3535;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.alertswindow-content .alert-table .removenull .circle_550:first-child i {
    color: #878787;
}

.alertswindow-content .reset-save-btn,
.custom-dual-filter .reset-save-btn {
    margin-top: 42px;
    width: 100%;
    text-align: center;
}

.alertswindow-content .reset-save-btn button,
.custom-dual-filter .reset-save-btn button {
    padding: 8px 34px;
    border-radius: 3px;
    border: 1px solid #bbbbbb;
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1d1d1d;
    letter-spacing: 1px;
    background: #f1f3f5;
    transition: all 0.3s ease;
}

.alertswindow-content .reset-save-btn .reset4:hover,
.custom-dual-filter .reset-save-btn .reset4:hover {
    background: #b3b3b3;
}

.alertswindow-content .reset-save-btn .save4,
.custom-dual-filter .reset-save-btn .save4 {
    border: 1px solid #000000;
    color: #ffffff;
    background: #000000;
    margin-left: 16px;
}

.alertswindow-content .reset-save-btn .save4:hover,
.custom-dual-filter .reset-save-btn .save4:hover {
    background: #f1f3f5;
    color: #1d1d1d;
}

/* ALERTS WINDOW END */

/* =====//////// FILTER MODAL START ////////===== */
.modal.custom-dual-filter .modal-dialog {
    max-width: 930px;
}

.modal.custom-dual-filter .filter7-modal-con {
    display: flex;
    padding: 12px;
}

.modal.custom-dual-filter .filter7-modal-con .con-box-filter {
    width: 50%;
    border: 1px solid #7a7a7a;
}

.modal.custom-dual-filter .filter7-modal-con .con-box-filter.filter-input {
    margin-right: 5px;
}

.modal.custom-dual-filter .filter7-modal-con .con-box-filter.drag-column {
    margin-left: 5px;
}

/* header */
.modal.custom-dual-filter .con-box-filter .heading-filter {
    background: #000000;
    padding: 22px 0;
    position: relative;
}

.modal.custom-dual-filter .con-box-filter .heading-filter p {
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
}

/* inner content */
.modal.custom-dual-filter .outer-data7 {
    padding-right: 5px;
}

.modal.custom-dual-filter .my-val-data {
    height: 370px;
    background: #fbfbfb;
    overflow-y: scroll;
}

.modal.custom-dual-filter .drag-column .my-val-data {
    height: 440px;
}

.modal.custom-dual-filter .left-side-filter .val-container {
    padding: 20px;
    min-height: 368px;
    overflow-x: hidden;
}

.modal.custom-dual-filter .val-container .valdata-box {
    margin-bottom: 20px;
}

.modal.custom-dual-filter .val-container .valdata-box p {
    font-family: gilroy-medium, sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1d1d1d;
    margin: 0;
    margin-bottom: 10px;
}

.modal.custom-dual-filter .valdata-box .valinput {
    display: flex;
}

.modal.custom-dual-filter .valdata-box .valinput .arrow-equal {
    border: 1px solid #969696;
    border-radius: 3px;
    display: flex;
    /* padding: 18px 26px; */
    position: relative;
    margin-right: 8px;
    cursor: pointer;
}

.modal.custom-dual-filter .valdata-box .valinput .arrow-equal select {
    border: 0;
    outline: 0;
    width: 70px;
    border-radius: 3px;
    font-size: 28px;
    padding-left: 10px;
}
.modal.custom-dual-filter .valdata-box .valinput .arrow-equal select:focus {
    border: 0;
    outline: 0;
}

.modal.custom-dual-filter .valinput input {
    width: 100%;
    border: 1px solid #969696;
    outline: none;
    border-radius: 3px;
    padding-left: 5px;
    font-family: gilroy-medium, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.modal.custom-dual-filter .valinput .delete-mydata {
    margin: 4px 5px 4px 16px;
    background: #e9e9e9;
    padding: 15px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal.custom-dual-filter .valinput .delete-mydata:hover {
    background: #d1d0d0;
}

.modal.custom-dual-filter .valinput .delete-mydata i {
    position: absolute;
    color: #876e6e;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal.custom-dual-filter .con-box-filter .reset-save-btn {
    margin: 36px 0px 24px;
}

/* scrollbar customize start */
.modal.custom-dual-filter .my-val-data::-webkit-scrollbar {
    width: 4px;
}

.modal.custom-dual-filter .my-val-data::-webkit-scrollbar-thumb {
    background: #d4d3d3;
    border-radius: 15px;
}

/* scrollbar customize end */

/* FILTER DRAG COLUMN */

.modal.custom-dual-filter .drag-column .right-side-filter .val-container {
    padding: 0px;
    min-height: 368px;
}

.modal.custom-dual-filter .drag-box-col .drag-list-design {
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    border: 1px solid #eee;
    width: 100%;
    min-height: 420px;
    list-style-type: none;
    margin: 0;
    padding: 0px 10px 0px 10px;
    /* float: left; */
}

.modal.custom-dual-filter .drag-list-design li {
    border: 1px solid #969696;
    border-radius: 3px;
    margin-bottom: 10px;
    margin: 0 5px 5px 5px;
    font-size: 1.2em;
    width: 100%;
    display: inline-block;
}
.modal.custom-dual-filter .drag-list-design li .right-list-wrap{
    display: flex;
}
.modal.custom-dual-filter .drag-list-design li .cursor-box {
    background: #ebebeb;
    padding: 5px 8px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: grab;
}

.modal.custom-dual-filter .drag-list-design li .cursor-box span {
    font-size: 24px;
    font-family: gilroy-regular, sans-serif;
    font-weight: 500;
    color: #515151;
    letter-spacing: -2px;
}

.modal.custom-dual-filter .drag-list-design li .name-box {
    margin: auto;
}

.modal.custom-dual-filter .drag-list-design li .name-box span {
    font-size: 18px;
    font-family: gilroy-regular, sans-serif;
    font-weight: 600;
    color: #1d1d1d;
}

.hideFilterRow{
    display: none !important;
}

/* =====//////// FILTER MODAL END ////////===== */

/* ====/////=== MANAGE RESULT POPUP END ====///=== */

/* Result Table design cell from CSV Start */
.green-white {
    background-color: #18a733 !important;
}
.green-white p,
.green-white span {
    color: white !important;
}
.yellow-black {
    background-color: #ffff33 !important;
}
.yellow-black p,
.yellow-black span {
    color: black !important;
}
.red-white {
    background-color: #ff4141 !important;
}
.red-white p,
.red-white span {
    color: white !important;
}
.grey-white {
    background-color: grey !important;
}
.grey-white p,
.grey-white span {
    color: white !important;
}
/* Result Table design cell from CSV End */

/* MEDIA QUERY OF MANAGE RESULT*/
@media screen and (max-width: 1250px) {
    /* DOUBLE CLICK BOX START */
    .double-click-style1 .double_click_box,
    .double-click-style2 .double_click_box {
        /* width: 360px; */
        /* height: 280px; */
        width: 340px;
        height: 280px;
    }

    .double-click-style1 .double_click_box.mar559,
    .double-click-style2 .double_click_box.mar559 {
        /* margin-left: 170px; */
        margin-left: 80px;
    }

    .double-click-style1 .double_click_box.mar560,
    .double-click-style2 .double_click_box.mar560 {
        /* margin-left: 60px; */
        margin-left: 10px;
    }

    .double-click-style1 .double_arrow,
    .double-click-style2 .double_arrow {
        /* left: 50%; */
        left: 46%;
    }

    .double-click-style1 .double_arrow.mpnp551,
    .double-click-style2 .double_arrow.mpnp551 {
        /* left: 89%; */
        left: 90%;
    }

    /* DOUBLE CLICK BOX END */

    /* STYLE 1 STYLE 2 BUTTON WITH FILTERING START */
    .style12-section .tab_filter-style12 {
        padding: 40px 0px;
    }
    .style12-section .tab_filter-style12 .style1-box,
    .style12-section .tab_filter-style12 .style2-box,
    .tab_filter-style12 .style12btn-3,
    .tab_filter-style12 .progress-style12 {
        width: 110px;
    }
    .tab_filter-style12 .progress-style12 p {
        font-size: 13px !important;
        margin-left: 8px;
    }
    /* STYLE 1 STYLE 2 BUTTON WITH FILTERING END */
}

@media screen and (max-width: 1100px) {
    /* DOUBLE CLICK BOX START */
    .double-click-style1 .double_click_box,
    .double-click-style2 .double_click_box {
        width: 320px;
        height: 260px;
    }

    .double-click-style1 .double_click_box.mar559,
    .double-click-style2 .double_click_box.mar559 {
        margin-left: 0px;
    }

    .double-click-style1 .double_click_box.mar560,
    .double-click-style2 .double_click_box.mar560 {
        margin-left: 0px;
    }

    .double-click-style1 .double_arrow,
    .double-click-style2 .double_arrow {
        left: 44%;
    }

    .double-click-style1 .double_arrow.mpnp551,
    .double-click-style2 .double_arrow.mpnp551 {
        left: 96%;
    }

    /* DOUBLE CLICK BOX END */
}

@media screen and (max-width: 991px) {
    /* display chart font */
    .chart-section .inner-tablink {
        padding: 12px 18px;
    }

    /* DOUBLE CLICK BOX START */
    .double-click-style1 .double_click_box,
    .double-click-style2 .double_click_box {
        width: 320px;
        height: 260px;
    }

    .double-click-style1 .double_click_box.mar559,
    .double-click-style2 .double_click_box.mar559 {
        margin-left: 0px;
    }

    .double-click-style1 .double_click_box.mar560,
    .double-click-style2 .double_click_box.mar560{
        margin-left: 0px;
    }

    .double-click-style1 .double_arrow,
    .double-click-style2 .double_arrow {
        left: 44%;
    }

    .double-click-style1 .double_arrow.mpnp551,
    .double-click-style2 .double_arrow.mpnp551 {
        left: 96%;
    }

    /* DOUBLE CLICK BOX END */

    /* STYLE 1 STYLE 2 BUTTON WITH FILTERING START */
    .tab_filter-style12 span,
    .tab_filter-style12 p {
        font-size: 14px !important;
    }
    .style12-section .tab_filter-style12 .style1-box,
    .style12-section .tab_filter-style12 .style2-box {
        width: 100px;
    }
    .tab_filter-style12 .style12btn-3,
    .tab_filter-style12 .progress-style12 {
        width: 90px;
    }
    /* STYLE 1 STYLE 2 BUTTON WITH FILTERING END */
}

@media screen and (max-width: 767px) {
    /* MANAGE RESULT MAIN LIST */
    .select-item-table .title4 {
        font-size: 30px;
        line-height: 32px;
    }

    /* display chart font */
    .chart-section .inner-tablink {
        padding: 12px 5px;
    }

    /* DOUBLE CLICK BOX START */
    .double-click-style1 .double_click_box,
    .double-click-style2 .double_click_box {
        width: 280px;
        height: 260px;
    }

    .double-click-style1 .double_arrow,
    .double-click-style2 .double_arrow {
        left: 47%;
    }

    .double-click-style1 .double_arrow.mpnp551,
    .double-click-style2 .double_arrow.mpnp551 {
        left: 99%;
    }

    /* DOUBLE CLICK BOX END */
}

@media screen and (max-width: 575px) {
    .select-item-table .title4 {
        font-size: 26px;
        line-height: 28px;
    }
}

/* min query */
@media screen and (min-width: 1460px) {
    /* MANAGE RESULT MAIN LIST */

    /* DOUBLE CLICK BOX START */
    .double-click-style1 .double_click_box,
    .double-click-style2 .double_click_box {
        width: 360px;
        height: 280px;
    }

    .double-click-style1 .double_click_box.mar559,
    .double-click-style2 .double_click_box.mar559 {
        margin-left: 210px;
    }

    .double-click-style1 .double_click_box.mar560,
    .double-click-style2 .double_click_box.mar560 {
        margin-left: 80px;
    }

    /* DOUBLE CLICK BOX END */
}

@media screen and (max-width: 1600px) {
    #table-box-404 .right-list-404.right-list-4041 {
        padding: 0px 0px 0px 100px !important;
    }
    #mnRes_list_level_item_loading ul.list-one{
        padding: 0px 0px 0px 100px !important;
    }
}
@media screen and (max-width: 1460px) {
    #table-box-404 .table-scroll-404 .right-list-404 li {
        width: 240px !important;
        height: 30px !important;
    }
    #table-box-404 .table-scroll-404 .right-list-404 li p {
        width: 125px;
    }
    #mnRes_list_level_item_loading ul.list-one li{
        width: 240px !important;
        height: 28px !important;
    }
}
@media screen and (max-width: 1370px) {
    #table-box-404 .right-list-404.right-list-4041 {
        padding: 0px 0px 0px 70px !important;
    }
    #mnRes_list_level_item_loading ul.list-one{
        padding: 0px 0px 0px 70px !important;
    }
}
@media screen and (max-width: 1300px) {
    #table-box-404 .right-list-404.right-list-4041 {
        padding: 0px 0px 0px 30px !important;
    }
    #mnRes_list_level_item_loading ul.list-one{
        padding: 0px 0px 0px 30px !important;
    }
    #table-box-404 .table-scroll-404 .right-list-404 li {
        width: 230px !important;
    }
    #mnRes_list_level_item_loading ul.list-one li{
        width: 230px !important;
    }
}
@media screen and (max-width: 1200px) {
    #table-box-404 .right-list-404.right-list-4041 {
        padding: 0px 0px 0px 100px !important;
    }
    #mnRes_list_level_item_loading ul.list-one{
        padding: 0px 0px 0px 100px !important;
    }
    #table-box-404 .table-scroll-404 .right-list-404 {
        column-count: 2; 
    }
    #mnRes_list_level_item_loading ul.list-one{
        column-count: 2;
    }
}
@media screen and (max-width: 1050px) {
    #table-box-404 .right-list-404.right-list-4041 {
        padding: 0px 0px 0px 30px !important;
    }
    #mnRes_list_level_item_loading ul.list-one{
        padding: 0px 0px 0px 30px !important;
    }
    #table-box-404 .table-scroll-404 .right-list-404 {
        column-count: 2; 
    }
    #mnRes_list_level_item_loading ul.list-one{
        column-count: 2;
    }
    #table-box-404 .table-scroll-404 .right-list-404 li {
        width: 220px !important;
    }
    #mnRes_list_level_item_loading ul.list-one li{
        width: 220px !important;
    }
}
@media screen and (min-width: 1600px) {
    /* display chart font */
    .chart-section .tablink {
        font-size: 20px;
    }

    .chart-section .inner-tablink {
        font-size: 18px;
    }

    /* DOUBLE CLICK BOX START */
    .double-click-style1 .double_click_box,
    .double-click-style2 .double_click_box {
        width: 380px;
        height: 300px;
    }

    .double-click-style1 .double_click_box.mar559,
    .double-click-style2 .double_click_box.mar559 {
        margin-left: 220px;
    }

    .double-click-style1 .double_click_box.mar560,
    .double-click-style2 .double_click_box.mar560 {
        margin-left: 110px;
    }

    /* DOUBLE CLICK BOX END */
}

@media screen and (min-width: 1730px) {
    /* DOUBLE CLICK BOX START */
    .double-click-style1 .double_click_box.mar560,
    .double-click-style2 .double_click_box.mar560 {
        margin-left: 140px;
    }

    /* DOUBLE CLICK BOX END */
}

@media screen and (min-width: 1800px) {
    /* MANAGE RESULT MAIN LIST */
    .select-item-table .title4 {
        font-size: 38px;
    }

    /* display chart font */
    .chart-section .tablink {
        font-size: 22px;
    }

    .chart-section .inner-tablink {
        font-size: 22px;
    }

    /* DOUBLE CLICK BOX START */
    .double-click-style1 .double_click_box.mar559,
    .double-click-style2 .double_click_box.mar559 {
        margin-left: 250px;
    }

    .double-click-style1 .double_click_box.mar560,
    .double-click-style2 .double_click_box.mar560 {
        margin-left: 200px;
    }

    /* DOUBLE CLICK BOX END */
}

@media screen and (min-width: 2000px) {
    /* MANAGE RESULT MAIN LIST */
    .select-item-table .title4 {
        font-size: 40px;
    }

    /* display chart font */
    .chart-section .tablink {
        font-size: 26px;
    }

    .chart-section .inner-tablink {
        font-size: 24px;
    }

    /* DOUBLE CLICK BOX START */
    .double-click-style1 .double_click_box.mar559,
    .double-click-style2 .double_click_box.mar559 {
        margin-left: 290px;
    }

    .double-click-style1 .double_click_box.mar560,
    .double-click-style2 .double_click_box.mar560 {
        margin-left: 240px;
    }

    /* DOUBLE CLICK BOX END */
}


/* -------------------------------------------- */
/* CSV File Selector New Design Added By Tanvir */
[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}
[type="file"] + label {
    background: #6c00ff;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: gilroy-bold, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    outline: none;
    padding: 0px 8px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}
[type="file"] + label:hover {
    background-color: #3e0096;
    cursor: pointer;
}
/* -------------------------------------------- */
.style1-table-wrap{
    overflow-x: scroll;
    overflow-y: hidden;
}
table.main-table-design {
    border-collapse: collapse;
    /* width: 100%; */
    /* overflow-x: scroll; */
    display: block;
  }
  
.main-table-design thead {
    background-color: #EFEFEF;
}
  
.main-table-design thead,
.main-table-design tbody {
    display: block;
}
  
.main-table-design th {
    /* min-width: 100px; */
    height: 50px;
    /* border: dashed 1px lightblue; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* max-width: 100px; */
}

.mytablesty12 .column-header-4 .column-time .centerauto,
.mytablesty12 .column-header-5 .column-time .centerauto {
    margin-top: 0px !important;
}

.style2-table-wrap table .sty2table8 tbody td.vall11_datel,
.style2-table-wrap table .sty2table9 tbody td.vall11_datel{
    min-width: 50%;
    height: 120px;
}
.sty2table8 tbody td.vall11_datel .col1table{
    line-height: 50px !important;
    word-break: break-word !important;
    text-align: center;
    height: 90px !important;
}
.sty2table9 tbody td.vall11_datel .col1table{
    line-height: 24px !important;
    word-break: break-word !important;
    text-align: left !important;
    height: 220px !important;
}
.sty2table8 tbody td.vall11_datel .col1table p,
.sty2table9 tbody td.vall11_datel .col1table p{
    margin: 10px !important;
    font-size: 16px !important;
    font-family: gilroy-bold, sans-serif !important;
    font-weight: 500 !important;
    color: #454545 !important;
}

@media screen and (max-width: 1850px) {
    .sty2table8 tbody td.style-two-head-52 .col1table,
    .sty2table8 tbody td.style-two-head-53 .col1table,
    .sty2table8 tbody td.style-two-head-55 .col1table{
        line-height: 30px !important;
    }
}

td.s2-value{
    padding: 0;
    width: 25%;
}
td.s2-value .centerauto{
    line-height: 46px;
}

.style2-table-wrap table .status22 .padding__resize__S2Status{
    padding: 17px 0 !important;
}

.sty2table4 thead tr th.style-two-head-08,
.sty2table4 thead tr th.style-two-head-09,
.sty2table4 thead tr th.style-two-head-10,
.sty2table4 thead tr th.style-two-head-11,
.sty2table4 thead tr th.style-two-head-12,
.sty2table4 thead tr th.style-two-head-13{
    width: 140px;
}

.sty2table7 thead tr th.style-two-head-39{
    width: 155px;
}
.sty2table7 thead tr th.style-two-head-40{
    width: 155px;
}
.sty2table8 thead tr th.style-two-head-51{
    min-width: 125px;
}
.sty2table8 thead tr th.style-two-head-52{
    min-width: 150px;
}

.sty2table8 thead tr th.style-two-head-53{
    min-width: 140px;
}
.sty2table8 thead tr th.style-two-head-54,
.sty2table8 thead tr th.style-two-head-56,
.sty2table8 thead tr th.style-two-head-57,
.sty2table8 thead tr th.style-two-head-58,
.sty2table8 thead tr th.style-two-head-59,
.sty2table8 thead tr th.style-two-head-60,
.sty2table8 thead tr th.style-two-head-61{
    width: 125px;
}
.sty2table8 thead tr th.style-two-head-55{
    min-width: 140px;
    max-width: 140px;
}
.sty2table9 tbody td.style-two-head-62{
    width: 350px;
}
.sty2table9 tbody td.style-two-head-62{
    width: 350px;
}

/* Manage Result Icon Pop-up Dynamic */
#viewtwo .modal-dialog,
#viewtwo_style2 .modal-dialog{
    /* position: absolute; */
    position: relative;
    min-height: 0;
    margin: 0;
    /* top: 200px;
    left: 400px; */
}
#rowdetails .modal-dialog,
#rowdetails_style2 .modal-dialog{
    position: relative;
    min-height: 0;
    margin: 0;
}
#noteswindow .modal-dialog,
#noteswindow_style2 .modal-dialog{
    position: relative;
    min-height: 0;
    margin: 0;
}

.main-table-design tbody td.column-header-57{
    padding: 0 12px;
}
.main-table-design tbody td.column-header-65{
    padding: 0 15px;
}
.main-table-design tbody td.column-header-66{
    padding: 0 15px;
}

i.fa-caret-down.down-animation-icon{
    transform: rotate(-180deg);
}

@media screen and (max-width: 1510px) {
    .sty2table3.cross-table-3 th:nth-child(1) {
        min-width: 185px !important;
    }
    
    .sty2table3.cross-table-3 th:nth-child(2) {
        min-width: 185px !important;
    }
}
@media screen and (max-width: 1350px) {
    .sty2table3.cross-table-3 th:nth-child(1) {
        min-width: 120px !important;
    }
    
    .sty2table3.cross-table-3 th:nth-child(2) {
        min-width: 120px !important;
    }
}

#viewtwo .view-arrow-top:after,
#viewtwo_style2 .view-arrow-top:after{
  content: " ";
  position: absolute;
  left: 20px;
  top: -5px;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid black;
}

#rowdetails .row-arrow-top:after{
  content: " ";
  position: absolute;
  left: 20px;
  top: -5px;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid black;
}

#rowdetails_style2 .row-arrow-top:after {
  content: " ";
  position: absolute;
  left: 20px;
  top: -5px;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid black;
}

#noteswindow .notes-arrow-top:after{
  content: " ";
  position: absolute;
  left: 20px;
  top: -5px;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid black;
}

#noteswindow_style2 .notes-arrow-top:after {
    content: " ";
    position: absolute;
    left: 20px;
    top: -5px;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid black;
}

#alertswindow .alerts-arrow-top:after{
  content: " ";
  position: absolute;
  left: 20px;
  top: -5px;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid black;
}

#alertswindow_style2 .alerts-arrow-top:after {
  content: " ";
  position: absolute;
  right: 364px;
  top: -5px;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid black;
}

#moverowlist .move-arrow-top:after{
    content: " ";
    position: absolute;
    left: 20px;
    top: -5px;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid black;
}

#moverowlist_style2 .move-arrow-top:after {
    content: " ";
    position: absolute;
    right: 364px;
    top: -5px;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid black;
}

#copyrowlist .copy-arrow-top:after{
    content: " ";
    position: absolute;
    left: 20px;
    top: -5px;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid black;
  }
  
#copyrowlist_style2 .copy-arrow-top:after {
    content: " ";
    position: absolute;
    right: 364px;
    top: -5px;
    border-top: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid black;
}

/* .modal#alertswindow .modal-dialog,
.modal#alertswindow_style2 .modal-dialog,
.modal#copyrowlist .modal-dialog,
.modal#copyrowlist_style2 .modal-dialog,
.modal#moverowlist .modal-dialog,
.modal#moverowlist_style2 .modal-dialog{
    position: relative;
    margin: 0;
} */

.top-container{
    position: relative;
}

.style1-table-wrap .clone-head-table-wrap{
    height: 44px !important;
    background-color: #3a3a4d !important;
    z-index: 4 !important;
}

.iconActive{
    color: #9bff00 !important;
}

#alertswindow .mail_icons i:hover,
#alertswindow_style2 .mail_icons i:hover{
    cursor: pointer;
}


/* Label Skeleton Loading Animation Starts  */
.loading-style1-table thead tr th{
    height: 45px;
}
.loading-style1-table thead tr th .loading-row{
    height: 31px;
    width: 100%;
    padding: 5px 15% 5px 15%;
}
.loading-style1-table tbody tr td .loading-row{
    height: 160px;
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
}
.loading-style2-table thead tr th .loading-row{
    height: 31px;
    width: 100%;
    padding: 5px 15% 5px 15%;
}
.loading-style2-table .sty2table2 thead tr th.style-two-head-01 .loading-row{
    padding: 5px 35% 5px 35%;
}
.loading-style2-table .sty2table8 thead tr th .loading-row{
    padding: 5px 35% 5px 35%;
}
.loading-style2-table .sty2table9 thead tr th .loading-row{
    padding: 5px 40% 5px 40%;
}
.loading-style2-table tbody tr td .loading-row{
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
}

.loading-style2-table table tbody tr .dchart_1 {
    padding: 0px !important;
}

#mnData-opt1-loading thead tr th .loading-row,
#mnData-opt3-loading thead tr th .loading-row,
#mnData-opt4-loading thead tr th .loading-row,
#mnData-opt5-loading thead tr th .loading-row,
#mnAlert-loading thead tr th .loading-row{
    height: 31px;
    width: 100%;
    padding: 5px 15% 5px 15%;
}

#mnData-opt1-loading tbody tr td .loading-row,
#mnData-opt3-loading tbody tr td .loading-row,
#mnData-opt4-loading tbody tr td .loading-row,
#mnData-opt5-loading tbody tr td .loading-row,
#mnAlert-loading tbody tr td .loading-row{
    height: 31px;
    width: 100%;
    background-color: #ffffff;
    padding: 0px;
}

.loading{
    position: relative;
    /* background-color: #b8b8b8; */
    /* background-color: #c8c8c8; */
    background-color: #d8d8d8;
    overflow: hidden;
}

.loading-animation.loading{
    /* margin-bottom: 1rem; */
    /* min-height: 60px; */
    height: 100%;
    border-radius: 4px;
}

.loading-animation2.loading{
    height: 45%;
    /* height: calc(50% - 2px); */
    border-radius: 4px;
}

.loading::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-image: linear-gradient(to left, transparent, rgba(255,255,255,0.5), transparent);

    animation: loading 1s infinite;
}

@keyframes loading{
    100%{
        transform: translateX(100%);
    }
}

#mnData-opt1-loadingWrapper,
#mnData-opt3-loadingWrapper,
#mnData-opt4-loadingWrapper,
#mnData-opt5-loadingWrapper,
#manage_alert_loading_table,
.loading-style2-table,
.loading-style1-table,
.pagination-loading-handler{
    display: none;
}

.table-head-tooltip{
    padding-left: 5px;
}
.table-head-updown{
    padding-left: 2px;
}

.pagination-table .width-pagi-manRes-table .paginationjs .paginationjs-go-button input {
    background-color: #f2f2f2 !important;
}
.width-pagi-manRes-table .width-row-go{
    display: none;
}
.page-number-loading{
    height: 20px !important;
    width: 220px;
    display: none;
}

.box-style12 .no-result{
    width: 100%;
    text-align: center;
    /* display: none; */
}
.box-style12 .no-result p{
    font-family: gilroy-bold, sans-serif;
    font-size: 40px;
    font-weight: 900;
    margin: 50px 0 0 0;
}

.Display1 .meter_outer_box .loading-chart{
    height: 100%;
    display: none;
}

.half-circle-wrap{
    position: relative;
    height: 100%;
}
.half-circle-wrap .loading-animation{
    height: 60px;
    width: 130px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
}
.half-circle {
    width: 340px;
    height: 170px;
    background-color: #d8d8d8;
    border-top-left-radius: 170px;
    border-top-right-radius: 170px;
    border-bottom: 0;
    box-sizing: border-box;
    
    position: relative;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
}

.Display1 .half-circle-wrap.first-circle .half-circle,
.Display1 .half-circle-wrap.first-circle .loading-animation{
    left: 42%;   
}
.Display1 .half-circle-wrap.third-circle .half-circle,
.Display1 .half-circle-wrap.third-circle .loading-animation{
    left: 58%;   
}

.Display2 .half-circle-wrap.first-circle .half-circle,
.Display2 .half-circle-wrap.first-circle .loading-animation{
    left: 34%;   
}
.Display2 .half-circle-wrap.third-circle .half-circle,
.Display2 .half-circle-wrap.third-circle .loading-animation{
    left: 66%;   
}

.half-circle::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background-image: linear-gradient(to left, transparent, rgba(255,255,255,0.5), transparent);

    animation: circle-loading 1s infinite;
}

@keyframes circle-loading{
    100%{
        transform: translateX(100%);
    }
}


.Display2 .gauge_outer_box .loading-progress{
    height: 100%;
    display: none;
}
.Display2 .gauge_outer_box .loading-progress .loading-row{
    height: 100%;
    padding: 40px;
}


.Display3 .chart-loading-box .loading-first-section{
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.Display3 .chart-loading-box .loading-first-section .chart-three-input{
    display: flex;
    height: 100%;
}
.Display3 .chart-loading-box .loading-first-section .chart-three-input .chart-input{
    width: 33.33%;
}
.Display3 .chart-loading-box .loading-first-section .chart-three-input .chart-input p{
    width: 60%;
}
.Display3 .chart-loading-box .loading-graph-section{
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}
.Display3 .chart-loading-box .loading-last-section{
    height: 30px;
    width: 100%;
}
.Display3 .chart-loading-box .loading-last-section p{
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
}


.Display5 .progress-loading-box{
    min-width: 100%;
    width: 100%;
    height: 100%;
    background: #FBFBFD;
    margin: auto;
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: none;
}

.Display5 .progress-loading-box .upper-box{
    height: 13%;
    margin: 5px 5px 10px 5px;
}

.Display5 .progress-loading-box .lower-box{
    height: 80%;
    margin: 5px 5px 10px 5px;
}

.loading_date_time_update{
    height: 22px;
    width: 222.5px;
    margin-left: 10px;
    display: none;
}

#loading_subitem_title,
#loading_item_title{
    height: 22px;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
#loading_subitem_title{
    width: 260px;
}
.icon-inside{
    height: 55px !important;
    border-radius: 50% !important;
}
.header-title,
.s2-tooltip{
    cursor: pointer;
}