/* .cms_listview .header_section_inner {
    padding: 0 20px;
} */

.cms_listview .page_main {
    padding: 20px;
    display: table;
    width: 100%;
}

.select2-container {
    width: 100% !important;
}

.cms_listview .Page_title_main .main_title .opportunity-btn {
    margin-top: 29px;
}

.cms_listview .listview_main .listview_inner {
    min-height: auto;
}

.cms_listview .Page_title_main .main_title {
    padding: 20px;
}

.cms_listview .Page_title_main .main_title h1 {
    font-size: var(--subtitle-font);
    line-height: var(--subtitle-line-height);
    margin-bottom: 10px;
}

.cms_listview .filter_section_main {
    align-items: center;
}

.cms_listview .filter_section_main .clear_filter a {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    font-weight: 700;
    color: var(--white);
}

.cms_listview .filter_section_main .search_box .form-group.has-search {
    position: relative;
}

.cms_listview .filter_section_main .search_box .form-group.has-search span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.filter_section_main .search_box .form-group.has-search input {
    padding-left: 50px;
}

.filter_section_main .form-control {
    min-height: 45px;
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    color: #747474;
}

.cms_listview .Page_title_main .main_title .opportunity-btn {
    text-align: right;
}

.cms_listview .Page_title_main .main_title .opportunity-btn button {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    font-weight: 700;
    min-height: 50px;
    background-color: #a7a9ac;
    max-width: 250px;
}

/* Table */

.listview_main .table-content table {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #747474;
    width: 100% !important;
}

.listview_main .table-content table tr {
    border-color: transparent;
    color: #747474 !important;
}

.listview_main .table-content table tr td {
    padding: 20px 10px;
}

.listview_main .table-content table tr td .light {
    font-weight: 400;
}

.listview_main .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff !important;
    --bs-table-accent-bg: unset;
}

.listview_main .table-content table tr:nth-of-type(even) {
    background: #c4c4c436 !important;
}

.listview_main .table-striped thead tr th {
    border-color: #b5b5b5 !important;
    font-size: 13px;
    line-height: 17px;
    padding: 20px 10px;
    font-weight: 400;
}

.listview_main .table-striped thead tr th a {
    color: var(--text-color);
}

.listview_main .table-striped thead tr th span.title_arrow {
    position: relative;
}

.listview_main .table-striped thead tr th span.title_arrow i {
    position: absolute;
    left: 5px;
}

.listview_main .table-striped thead tr th span.title_arrow i.fa-caret-down {
    top: 5px;
}

.listview_main .table-striped tbody tr td.name_field h3 {
    font-size: var(--regular-font);
    line-height: var(--regular-line-height);
    color: #005288;
    margin-bottom: 5px;
}

.listview_main .table-striped tbody tr td.name_field p {
    margin-bottom: 0;
}

/* Table Bottom */
.listview_main .table_bottom_main {
    padding: 20px;
}

.listview_main .table_bottom_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.listview_main .table_bottom_inner .export_btn button {
    background-color: #005288;
    border-color: #005288;
    font-weight: 700;
    padding: 10px 30px;
}

.listview_main .table_bottom_inner .toolbar {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.listview_main .table_bottom_inner .toolbar .pages ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin: 0;
    border-radius: 6px;
    border: 1px solid #d7d7d7;
}

.listview_main .table_bottom_inner .toolbar .pages ul li {
    padding: 5px 10px;
    cursor: pointer;
}

.listview_main .table_bottom_inner .toolbar .pages ul li a {
    color: var(--text-color);
}

.listview_main .table_bottom_inner .toolbar .pages ul li.prev {
    border-right: 1px solid #d7d7d7;
}

/* New css */
body.cms_listview {
    overflow-x: hidden;
}

.listview_inner #example_info {
    padding: 13px 10px;
}

.cms_listview .Page_title_main {
    position: fixed;
    z-index: 8;
    width: 100%;
}

.application-tabs-section {
    padding-top: 225px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
}

.tab-container {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0 10px;
    margin: 0 auto;
}

.application-tabs-section .tab-container .tab-link {
    display: inline-block !important;
    padding: 10px 0 !important;
    margin-right: 20px !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #9ca3af !important;
    transition: all 0.25s ease !important;
    position: relative !important;
    white-space: nowrap !important;
    background: none !important;
}

.application-tabs-section .tab-container .tab-link:hover {
    text-decoration: none !important;
    background: none !important;
}

.application-tabs-section .tab-container .tab-link.active {
    color: #3b82f6 !important;
    border-bottom: 2px solid #3b82f6 !important;
    font-weight: 500 !important;
    background: none !important;
}

.application-tabs-section .tab-container .tab-link:focus,
.application-tabs-section .tab-container .tab-link:visited {
    outline: none !important;
    text-decoration: none !important;
    background: none !important;
}

.application-tabs-section a {
    color: inherit !important;
}

@media only screen and (max-width: 1280px) {
    .listview_main .table-content {
        overflow: auto;
    }

    .listview_main .table-content table {
        table-layout: fixed;
        min-width: 2500px;
    }

    .application-tabs-section {
        padding-top: 5px;
    }

    .cms_listview .Page_title_main .main_title .opportunity-btn {
        margin-top: 0px;
    }

    .listview_main .table-striped thead tr th.col_id {
        width: 150px !important;
    }

    .listview_main .table-striped thead tr th.col_name {
        width: 150px !important;
    }

    .cms_listview .page_main {
        display: block;
    }

    .cms_listview .Page_title_main {
        position: unset;
    }

    .cms_listview .page_main {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 767px) {
    .cms_listview .Page_title_main .main_title .filter_content {
        width: 100%;
    }

    .cms_listview .Page_title_main .main_title .opportunity-btn {
        text-align: left;
        width: 100%;
        padding-top: 20px;
    }

    .cms_listview .filter_section_main div {
        flex: 1;
    }
}

/* @media only screen and (max-width: 1024px) {
    .cms_listview .Page_title_main .main_title .opportunity-btn button {
        font-size: 18px;
        line-height: 26px;
    }
} */

@media only screen and (max-width: 767px) {
    .cms_listview .filter_section_main {
        text-align: center;
        row-gap: 20px;
        margin-bottom: 20px;
    }

    .cms_listview .filter_section_main .date_field {
        width: 100% !important;
    }

    .cms_listview .filter_section_main .clear_filter {
        width: 100% !important;
    }

    body.cms_listview .select2-container .select2-selection--multiple {
        width: 100% !important;
    }
}

@media only screen and (max-width: 374px) {
    .listview_main .table_bottom_inner {
        justify-content: center;
        row-gap: 20px;
    }
}

/*  Select 2 */

.select2-container--default .select2-selection--multiple {
    padding: 5px;
    height: 45px !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    padding-left: 5px !important;
    padding-right: 20px !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove
    span {
    position: absolute;
    right: 5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 25px !important;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option--selectable {
    cursor: pointer;
    position: relative;
}

.select2-container--default .select2-results__option--selected:before {
    background-color: #075a88;
    border-color: #075a88;
}

.select2-results__option[aria-selected="true"]:before {
    background-color: #075a88;
    border-color: #075a88;
    content: "";
}

.select2-container--default .select2-results__option--selected:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 11px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.cms_listview .filter_section_main .date_field {
    width: 15%;
}

.cms_listview .filter_section_main .clear_filter {
    width: 10%;
}

.select2-container--default .select2-selection--multiple::-webkit-scrollbar {
    display: none;
}

.select2-container--default .select2-selection--multiple {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
