.supression__wrapper>h6 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.supression__wrapper .box__table {
    margin-top: 24px;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    overflow: hidden
}

.supression__wrapper .box__table .table__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px
}

.supression__wrapper .box__table .table__top>.group__input {
    width: 100%;
    max-width: 645px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.supression__wrapper .box__table .table__top>.group__input span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0px
}

.supression__wrapper .box__table .table__top>.group__input input {
    width: 100%;
    height: 37px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    background-color: #F9FAFB;
    padding-left: 34px;
    padding-right: 15px
}

.supression__wrapper>.top__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.supression__wrapper>.top__part>h6 {
    margin: 0px;
    font-size: 28px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.supression__wrapper>.top__part .outline-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 37px;
    padding-left: 14px;
    padding-right: 12px
}

.supression__wrapper .box {
    padding: 25px 22px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #fff
}

.supression__wrapper .box .graph {
    width: 100%
}

.supression__wrapper .box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.supression__wrapper .box .top .legends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: -5px
}

.supression__wrapper .box .top .legends>.elem {
    margin: 5px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.supression__wrapper .box .top .legends>.elem>p {
    margin: 0px;
    color: #111928;
    font-size: 14px;
    line-height: 150%
}

.supression__wrapper .box .top .legends>.elem>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 9px;
    height: 4px;
    width: 16px;
    background-color: #375DDB
}

.supression__wrapper .box .top .legends>.elem:last-child {
    margin-right: 0px
}

.supression__wrapper .box .top>p {
    margin: 0px;
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.supression__wrapper .grid__box {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 27px
}

.supression__wrapper .grid__box>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.supression__wrapper .grid__box>a:hover {
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1)
}

.supression__wrapper .grid__box>a .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.supression__wrapper .grid__box>a .bottom>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.supression__wrapper .grid__box>a .bottom>p {
    margin: 0px;
    margin-right: 12px;
    font-size: 24px;
    line-height: 125%;
    font-weight: 400;
    color: #111928
}

.supression__wrapper .grid__box>a>span {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #6B7280
}

.upload__csv {
    padding: 40px 24px
}

.upload__csv .box {
    padding: 24px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #fff
}

.upload__csv .box>.top__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px
}

.upload__csv .box>.top__part .check label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #111928
}

.upload__csv .box>.top__part>ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E5E7EB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.upload__csv .box>.top__part>ul li {
    width: 95px
}

.upload__csv .box>.top__part>ul li a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    height: 42px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #6B7280;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.upload__csv .box>.top__part>ul li a:hover {
    color: #111928;
    background-color: #F9F9F9
}

.upload__csv .box>.top__part>ul li a.current {
    color: #111928;
    background-color: #F9F9F9
}

.upload__csv .box .upload__file--wrapper .draggable__box {
    min-height: 360px
}

.upload__csv .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px
}

.upload__csv .top>h6 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.upload__csv .top>p {
    font-size: 14px;
    line-height: 150%;
    margin: 0px;
    font-weight: 400;
    color: #6B7280
}

.upload__csv .top>p a {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #1C45C2;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.upload__csv .top>p a:hover {
    opacity: .7
}

@media (max-width: 1200px) {
    .supression__wrapper .box__table .table__top>.group__input {
        max-width: 440px
    }
}

@media (max-width: 991px) {
    .upload__csv .top>h6 {
        font-size: 24px
    }

    .supression__wrapper .box__table {
        margin-top: 16px
    }

    .supression__wrapper>.top__part>h6 {
        font-size: 24px
    }

    .supression__wrapper>.top__part {
        margin-bottom: 20px
    }

    .supression__wrapper .box__table .table__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .supression__wrapper .box__table .table__top>.group__input {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px
    }

    .supression__wrapper>h6 {
        font-size: 24px;
        margin-bottom: 20px
    }

    .supression__wrapper .grid__box {
        margin-top: 16px;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 16px;
        grid-column-gap: 16px
    }

    .supression__wrapper .box {
        padding: 16px
    }

    .upload__csv .box>.top__part {
        margin-bottom: 15px
    }

    .upload__csv .box {
        padding: 16px
    }

    .upload__csv .box .upload__file--wrapper .draggable__box {
        min-height: 280px
    }
}

@media (max-width: 767px) {
    .upload__csv {
        padding: 25px 15px
    }

    .supression__wrapper>.top__part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .supression__wrapper>.top__part>h6 {
        margin-bottom: 10px;
        width: 100%
    }

    .supression__wrapper>.top__part>a {
        width: 100%
    }

    .supression__wrapper .box .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .supression__wrapper .box .top .legends {
        margin-top: 0px;
        margin-left: -12px
    }
}

@media (max-width: 640px) {
    .upload__csv .box>.top__part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .upload__csv .box>.top__part .check {
        width: 100%
    }

    .upload__csv .box>.top__part>ul {
        width: 100%;
        margin-bottom: 15px
    }

    .upload__csv .box>.top__part>ul>li {
        width: 100%
    }

    .supression__wrapper .grid__box {
        grid-template-columns: 1fr
    }

    .supression__wrapper .grid__box>a .bottom>p {
        font-size: 20px
    }

    .supression__wrapper .grid__box {
        grid-row-gap: 12px
    }
}

@media (max-width: 480px) {
    .upload__csv .box .upload__file--wrapper .draggable__box {
        min-height: 220px
    }

    .supression__wrapper .box__table .table__top .show__data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .supression__wrapper .box__table .table__top .show__data>p {
        margin-bottom: 5px;
        max-width: 100%;
        width: 100%;
        margin-right: 0px
    }

    .supression__wrapper .box__table .table__top .show__data .dropdown__check {
        width: 100%
    }
}

#modal_upload_csv_instructions .modal__box {
    max-width: 600px !important;
}

#modal_upload_csv_instructions .csv_instructions li {
    color: #505860;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.6;
}

.gln_form_submit_btn_div {
    margin-top: 25px;
    text-align: right;
}

.show_uploaded_file_data {
    display: none;
}

.show_uploaded_file_data #csv-data-table {
    display: none;
    height: 350px;
    overflow-x: scroll;
}

.gln_page_upload_csv .table__wrapper table tr td {
    padding: 12px 16px !important;
    font-size: 14px !important;
}

.gln_page_upload_csv #confirmimportdiv {
    display: none;
    height: 550px;
    overflow-x: scroll;
}

.pagination__switcher li>a:not(.current) {
    cursor: pointer !important;
}

.gln_custom_date_input>input {
    height: 37px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #D1D5DB;
    padding-left: 35px;
    padding-right: 11px;
    width: 90px;
    background: url(../img/period.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 12px center;
}

.audience_data_tab_div>ul li {
    width: auto !important;
}

.audience_data_tab_div>ul li a {
    padding: 0 10px !important;
}

/* ====== START: User Data Page CSS ====== */
.gln_page_user_data .dataTables_wrapper>div.row:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.gln_page_user_data .dataTables_wrapper>div.row:first-child>div:first-child {
    display: none;
}

.gln_page_user_data .dataTables_filter>label {
    display: flex;
    align-items: center;
    font-size: 0;
}

.gln_page_user_data .dataTables_filter>label input.form-control {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCgkJCQkJCQkJCTxwYXRoIGQ9Ik0xMy41MjMyIDEyLjQ2MjZMMTYuNzM1MyAxNS42NzQ2TDE1LjY3NDYgMTYuNzM1M0wxMi40NjI2IDEzLjUyMzJDMTEuMzA3NyAxNC40NDcyIDkuODQzIDE1IDguMjUgMTVDNC41MjQgMTUgMS41IDExLjk3NiAxLjUgOC4yNUMxLjUgNC41MjQgNC41MjQgMS41IDguMjUgMS41QzExLjk3NiAxLjUgMTUgNC41MjQgMTUgOC4yNUMxNSA5Ljg0MyAxNC40NDcyIDExLjMwNzcgMTMuNTIzMiAxMi40NjI2Wk0xMi4wMTg1IDExLjkwNjFDMTIuOTM1NiAxMC45NjA5IDEzLjUgOS42NzE3IDEzLjUgOC4yNUMxMy41IDUuMzQ5MzcgMTEuMTUwNiAzIDguMjUgM0M1LjM0OTM3IDMgMyA1LjM0OTM3IDMgOC4yNUMzIDExLjE1MDYgNS4zNDkzNyAxMy41IDguMjUgMTMuNUM5LjY3MTcgMTMuNSAxMC45NjA5IDEyLjkzNTYgMTEuOTA2MSAxMi4wMTg1TDEyLjAxODUgMTEuOTA2MVoiIGZpbGw9IiMxMTE5MjgiPjwvcGF0aD4NCgkJCQkJCQkJPC9zdmc+);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 0px 2px 0px 35px;
    height: 37px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background-color: #F9FAFB;
    width: 350px;
}

.gln_page_user_data .dataTables_length {
    display: flex;
}

.gln_page_user_data .dataTables_length>label {
    display: flex;
    align-items: center;
}

.gln_page_user_data .dataTables_length select.form-control {
    margin: 0 10px;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

.gln_page_user_data .dataTables_wrapper>div.row:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.gln_page_user_data .pagination {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 1px solid #D1D5DB;
    overflow: hidden;
    border-radius: 6px
}

.gln_page_user_data .pagination li {
    min-width: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #D1D5DB
}

.gln_page_user_data .pagination li>a {
    min-width: 31px;
    min-height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
    -webkit-transition: .3s ease background-color, .3s ease color;
    transition: .3s ease background-color, .3s ease color;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.gln_page_user_data .pagination li.active>a {
    color: #1C45C2;
    font-weight: 500;
    background-color: #E9ECFB;
    cursor: initial;
}

.gln_page_user_data .pagination li>a:hover {
    color: #1C45C2;
    background-color: #E9ECFB;
}

.gln_page_user_data .dataTables_wrapper .dataTables_info {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #6B7280;
}

.gln_page_user_data .dataTables_wrapper .dataTables_info span {
    font-weight: 600;
    color: #111928;
}

.gln_page_user_data .table__wrapper #all_packages_wrapper {
    position: relative;
    min-height: 250px;
}

.gln_page_user_data .table__wrapper #all_packages_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #00000014;
    padding: 2px 10px;
}

.gl-datatable .dt-layout-row:first-child {
    padding: 16px 0 !important;
}

/* ====== END: User Data Page CSS ====== */