.report__wrapper {
    padding-top: 42px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 100%;
    width: 100%;
    max-width: 82vw;
}

.report__wrapper .triple__graphs {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.report__wrapper .triple__graphs>.elem {
    padding: 20px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #fff
}

.report__wrapper .triple__graphs>.elem .bar__graph {
    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
}

.report__wrapper .triple__graphs>.elem .bar__graph canvas {
    width: 100% !important
}

.report__wrapper .triple__graphs>.elem .bar__graph .list__bars ul {
    margin: 0px;
    padding: 0px
}

.report__wrapper .triple__graphs>.elem .bar__graph .list__bars ul li {
    margin-bottom: 8px;
    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;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #111928
}

.report__wrapper .triple__graphs>.elem .bar__graph .list__bars ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 16px;
    min-height: 4px;
    margin-right: 9px
}

.report__wrapper .triple__graphs>.elem .bar__graph .list__bars ul li:last-child {
    margin-bottom: 0px
}

.report__wrapper .triple__graphs>.elem .bar__graph .graph {
    width: 111px;
    height: 111px;
    margin-right: 74px
}

.report__wrapper .triple__graphs>.elem .bar__graph .graph canvas {
    width: 100%;
    height: 100%
}

.report__wrapper .triple__graphs>.elem .title {
    margin-bottom: 20px
}

.report__wrapper .triple__graphs>.elem .title>p {
    margin: 0px;
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.report__wrapper .report__details {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.report__wrapper .report__details>.side {
    padding: 27px 20px
}

.report__wrapper .report__details>.side .target__grid {
    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;
    margin-top: 30px
}

.report__wrapper .report__details>.side .target__grid>.el {
    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-right: 80px
}

.report__wrapper .report__details>.side .target__grid>.el:last-child {
    margin-right: 0px
}

.report__wrapper .report__details>.side .target__grid>.el>p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #6B7280;
    margin-bottom: 12px
}

.report__wrapper .report__details>.side .target__grid>.el>span {
    display: block;
    font-size: 24px;
    line-height: 125%;
    font-weight: 500;
    color: #111928
}

.report__wrapper .report__details>.side .list ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px
}

.report__wrapper .report__details>.side .list ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    margin-bottom: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
}

.report__wrapper .report__details>.side .list ul>li:last-child {
    margin-bottom: 0px
}

.report__wrapper .report__details>.side .list ul>li>p {
    margin: 0px
}

.report__wrapper .report__details>.side .list ul>li>p .desc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 4px;
    padding-right: 4px;
    min-height: 25px;
    border-radius: 4px;
    background-color: #E5E7EB;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #111928;
    padding-top: 2px
}

.report__wrapper .report__details>.side .list ul>li>span {
    position: relative;
    top: -3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px
}

.report__wrapper .report__details>.side .list ul>li>span svg {
    min-width: 24px;
    max-width: 24px
}

.report__wrapper .report__details>.side>p {
    margin: 0px;
    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;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #6B7280
}

.report__wrapper .report__details>.side>p span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.report__wrapper .report__details>.side:nth-child(1) {
    width: 100%
}

.report__wrapper .report__details>.side:nth-child(2) {
    width: 100%;
    min-width: 545px;
    max-width: 545px;
    border-left: 1px solid #E5E7EB
}

.report__wrapper>.head {
    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: 26px
}

.report__wrapper>.head .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.report__wrapper>.head .right>a {
    margin-right: 8px
}

.report__wrapper>.head .right>a:last-child {
    margin-right: 0px
}

.report__wrapper>.head .right>.square-btn {
    min-width: 37px;
    max-width: 37px;
    min-height: 37px;
    max-height: 37px;
    padding: 0px;
    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
}

.report__wrapper>.head .left {
    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
}

.report__wrapper>.head .left>h6 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.report__wrapper>.head .left>p {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #6B7280
}

.activity__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 24px;
    grid-column-gap: 20px;
    margin-top: 24px
}

.activity__box>.right {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    position: relative
}

.activity__box>.right .table__wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100% - 69px);
    top: 69px
}

.activity__box>.right .head {
    padding: 16px 24px;
    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
}

.activity__box>.right .head>.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.activity__box>.right .head>.right>.el {
    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;
    min-height: 37px;
    padding-left: 10px;
    padding-right: 10px
}

.activity__box>.right .head>.right>.el>p {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #111928
}

.activity__box>.right .head>.right>.el>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.activity__box>.right .head>p {
    margin: 0px;
    font-size: 18px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.activity__box .activity__info {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background-color: #fff
}

.activity__box .activity__info canvas {
    width: 100% !important
}

.activity__box .activity__info>p {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.activity__box .activity__info .lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-top: -12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.activity__box .activity__info .lines>.line {
    margin: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #111928;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.activity__box .activity__info .lines>.line p {
    margin: 0px
}

.activity__box .activity__info .lines>.line>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 4px;
    min-width: 16px;
    margin-right: 9px
}

.activity__box .left .tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    margin-bottom: 25px
}

.activity__box .left .tabs>.tab {
    padding: 16px;
    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;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background-color: #fff
}

.activity__box .left .tabs>.tab>p {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #6B7280
}

.activity__box .left .tabs>.tab>span {
    font-size: 24px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.contacts__table {
    margin-top: 24px;
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px
}

.contacts__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
}

.contacts__table>.top .group__input {
    width: 100%;
    max-width: 645px;
    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;
    position: relative
}

.contacts__table>.top .group__input>input,
.contacts__table>.top .group__input .gln_search_input {
    width: 100%;
    height: 37px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    padding-left: 34px;
    padding-right: 15px;
    font-size: 14px;
    background-color: #F9FAFB
}

.contacts__table>.top .group__input>span,
.contacts__table>.top .group__input span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0px;
}

.contacts__chart {
    padding: 20px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #fff
}

.contacts__chart>ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts__chart>ul li {
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #111928;
    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;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #111928
}

.contacts__chart>ul li>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 16px;
    min-height: 4px;
    margin-right: 9px
}

.contacts__chart>p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.bar__graph {
    min-height: calc(100% - 40px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 1920px) {
    .bar__graph .graph {
        width: 160px !important;
        height: 160px !important
    }
}

@media (max-width: 1440px) {
    .report__wrapper .triple__graphs>.elem .bar__graph .graph {
        margin-right: 35px
    }
}

@media (max-width: 1280px) {
    .report__wrapper .report__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .report__wrapper .report__details>.side:nth-child(2) {
        min-width: 0px;
        max-width: 100%;
        border-top: 1px solid #E5E7EB;
        border-left: 0px
    }

    .contacts__table>.top .group__input {
        max-width: 450px
    }

    .activity__box {
        display: block
    }

    .activity__box>.right {
        margin-top: 24px
    }

    .activity__box>.right .table__wrapper {
        height: auto;
        position: static;
        max-height: 340px
    }

    .report__wrapper .triple__graphs {
        grid-template-columns: 1fr;
        grid-row-gap: 24px
    }
}

@media (max-width: 991px) {
    .report__wrapper .triple__graphs {
        margin-top: 15px;
        grid-row-gap: 15px
    }

    .activity__box {
        margin-top: 15px
    }

    .activity__box .left .tabs {
        margin-bottom: 15px
    }

    .activity__box>.right {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .contacts__table {
        margin-top: 15px
    }

    .contacts__table>.top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__table>.top .group__input {
        max-width: 100%;
        margin-bottom: 10px
    }

    .activity__box>.right .head {
        padding: 16px
    }

    .report__wrapper>.head .left>h6 {
        font-size: 24px
    }

    .report__wrapper>.head {
        margin-bottom: 15px
    }

    .report__wrapper .report__details>.side .target__grid {
        margin-top: 20px
    }

    .report__wrapper .triple__graphs>.elem {
        padding: 15px
    }

    .report__wrapper .report__details>.side {
        padding: 15px
    }

    .activity__box .activity__info,
    .contacts__chart {
        padding: 15px
    }

    .dashboard__tooltip {
        max-width: 200px
    }

    .dashboard__tooltip>p {
        font-size: 12px;
        line-height: 16px
    }

    .report__wrapper .report__details>.side .list ul>li {
        font-size: 14px;
        line-height: 120%
    }
}

@media (max-width: 767px) {
    .activity__box>.right .head>.right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .activity__box>.right .head>.right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .activity__box .activity__info .lines>.line {
        margin: 5px 12px
    }

    .report__wrapper>.head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .report__wrapper>.head .left {
        width: 100%;
        margin-bottom: 10px
    }

    .report__wrapper>.head .right {
        width: 100%
    }

    .report__wrapper {
        padding: 20px 15px
    }

    .activity__box>.right .head {
        -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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .activity__box>.right .head>.right {
        margin-top: 8px;
        margin-left: -10px
    }

    .activity__box>.right .head {
        padding-bottom: 8px
    }
}

@media (max-width: 640px) {
    .report__wrapper .report__details>.side .target__grid {
        -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
    }

    .report__wrapper .report__details>.side .target__grid>.el {
        margin-bottom: 15px
    }

    .report__wrapper .report__details>.side .target__grid>.el:last-child {
        margin-bottom: 0px
    }

    .activity__box .left .tabs {
        grid-template-columns: 1fr;
        grid-row-gap: 15px
    }
}

@media (max-width: 480px) {
    .report__wrapper .triple__graphs>.elem .bar__graph {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .report__wrapper .triple__graphs>.elem .bar__graph .graph {
        margin-right: 0px;
        margin-bottom: 20px
    }

    .report__wrapper .triple__graphs>.elem .bar__graph .list__bars {
        width: 100%;
        max-width: 240px
    }

    .report__wrapper .triple__graphs>.elem .bar__graph .graph {
        width: 150px;
        height: 150px
    }

    .report__wrapper>.head .right {
        position: relative
    }

    .report__wrapper>.head .right>a.regular-btn {
        width: calc(100% - 94px);
        margin-right: auto;
        margin-bottom: 0px
    }

    .report__wrapper>.head .right>.square-btn:nth-child(1) {
        position: absolute;
        right: 47px;
        bottom: 0px;
        margin-bottom: 0px
    }

    .report__wrapper>.head .right>.square-btn:last-child {
        position: absolute;
        right: 0px;
        bottom: 0px
    }

    .report__wrapper>.head .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .report__wrapper>.head .right>a {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0px;
        margin-bottom: 10px
    }

    .report__wrapper>.head .right>a:last-child {
        margin-bottom: 0px
    }
}

/* ------ START: New CSS ------ */
.segment_name_title h6 {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.gln_segment_title_div {
    display: flex;
    align-items: center;
}

#btn_create_newwidget {
    min-width: 136px;
}

.segment_name_title {
    .segment_type {
        max-width: 70px;

        span {
            text-align: center;
            width: 100%;
        }
    }

    .gln_popover {
        display: inline-flex !important;
        width: 34px !important;
        height: 30px;
        line-height: 20px;
    }
}

.segment_name_title .segment_type {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    display: inline-flex;
    padding: 2px 4px;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13px;
    margin-left: 10px;
    height: 24px;
    height: 30px;
    line-height: 20px;
}

.segment_name_title .segment_type.static {
    background-color: #E5E7EB;
}

.segment_name_title .tag_static {
    /* color: #4B5563; */
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
}

.segment_name_title .segment_type.dynamic {
    /* background-color: #D5F5F6; */
    background-color: #11C26D;
}

.segment_name_title .tag_dynamic {
    /* color: #54ABB9; */
    color: #ffffff;
    font-size: 12px;
    padding: 3px 5px;
}

.criteria_list span.operator {
    font-size: 14px;
    font-style: italic;
}

.table__wrapper .segment_used_in {
    min-width: 100% !important;
}

.segment_used_in .product__name p a {
    color: #505860;
}

.segment_used_in .product__name p a:hover {
    text-decoration: underline !important;
}

.tag_email_campaign {
    color: #42389D;
    background-color: #E5EDFF;
}

.tag_sms_campaign {
    color: #7CAA6F;
    background-color: #EBF7E8;
}

.tag_fb_campaign {
    color: #0034ff;
    background-color: #0034ff40;
}

.tag_flow_campaign {
    color: #54ABB9;
    background-color: #D5F5F6;
}

.tag_pipeline_campaign {
    color: #febc40;
    background-color: #febc4040;
}

.show__data.segment_user_list {
    width: inherit !important;
    max-width: inherit !important;
}

.show__data .gln_multiselect_wrapper {
    min-width: 250px;
}

#export_column_names {
    display: none;
}

.select_export_column_names_div div.btn-group {
    width: 50px;
    display: none;
}

.select_export_column_names_div button.multiselect {
    min-width: 37px;
    max-width: 37px;
    min-height: 37px;
    max-height: 37px;
    padding: 0px;
    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;
    background: #f9fafb;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    cursor: pointer;
}

.select_export_column_names_div ul.multiselect-container.dropdown-menu {
    min-width: 215px;
    left: -80px;
}

.select_export_column_names_div button.multiselect:after {
    display: none !important;
}

#modal_newwidget .modal__box {
    max-width: 600px !important;
}

#modal_newwidget .widget_condition_div {
    display: flex;
    gap: 10px;
}

#modal_newwidget .widget_condition_div .select_input {
    max-width: 170px;
}

.customwidgets .title {
    display: flex !important;
    justify-content: space-between;
}

.segment_report_page {

    @media screen and (max-width: 1324px) {
        .gleantap_sub_menu {
            display: none;
        }
    }

    /* @media screen and (max-width: 1750px) { */
    @media screen and (max-width: 962px) {
        .gleantap_submenu_wrapper {
            width: calc(100% - 220px);
        }
    }

    .table__wrapper table {
        min-width: 600px !important;
        /* max-width: 1000px !important; */
    }
}

/* ------ END: New CSS ------ */