.new__segment>h6 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.new__segment .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px
}

.new__segment .controls>.outline-btn {
    min-width: 180px;
    color: #1C45C2;
    font-size: 16px;
    line-height: 22px;
    margin-right: 8px;
    min-height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.new__segment .controls>.regular-btn {
    font-size: 16px;
    min-width: 180px;
    min-height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.new__segment .categories__box {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 24px
}

.new__segment .categories__box .content {
    padding: 24px
}

.new__segment .categories__box .content .segment__list .btn {
    margin-top: 32px
}

.gln-exclude-btn-plus,
.new__segment .categories__box .content .segment__list .btn>a {
    padding-left: 20px;
    padding-right: 20px;
    color: #1C45C2;
    min-height: 41px;
    font-size: 14px;
}

.new__segment .categories__box .content .segment__list .list .elem {
    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
}

.new__segment .categories__box .content .segment__list .list .elem .remove {
    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;
    margin-left: 24px
}

.new__segment .categories__box .content .segment__list .list .elem .remove>a {
    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-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
    border-radius: 8px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    padding-left: 4px
}

.new__segment .categories__box .content .segment__list .list .elem .remove>a:hover {
    background-color: rgba(240, 82, 82, 0.15)
}

.new__segment .categories__box .content .segment__list .list .elem:last-child {
    margin-bottom: 0px
}

.new__segment .categories__box .content .segment__list .list .elem>.spacer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 40px;
    min-height: 1px;
    background-color: #E5E7EB
}

.new__segment .categories__box .content .segment__list .list .elem .group__dropdown {
    width: 100%
}

.new__segment .categories__box .content .segment__list .list .elem>.field {
    width: 100%;
    position: relative
}

.new__segment .categories__box .content .segment__list .list .elem>.field.days__field {
    position: relative
}

.new__segment .categories__box .content .segment__list .list .elem>.field.days__field>input {
    padding-right: 45px
}

.new__segment .categories__box .content .segment__list .list .elem>.field.days__field span.days {
    position: absolute;
    right: 12px;
    min-height: 25px;
    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-radius: 6px;
    background-color: #E5E7EB;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    bottom: 8px;
    line-height: 150%;
    font-weight: 400;
    color: #111928
}

.new__segment .categories__box .content .segment__list .list .elem>.field input {
    width: 100%;
    height: 42px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 150%;
    color: #111928
}

.new__segment .categories__box .content .segment__list .list .elem>.field input.bold {
    font-weight: bold
}

.new__segment .categories__box .content .created__segments {
    max-height: 500px;
    /* overflow-y: auto; */
    margin-bottom: -24px;
    padding-bottom: 24px;
    width: calc(100% + 8px);
    /* padding-right: 8px */
}

.new__segment .categories__box .content .created__segments::-webkit-scrollbar {
    width: 6px
}

/* .new__segment .categories__box .content .created__segments::-webkit-scrollbar-thumb {
    border-radius: 250px;
    background-color: #1c45c2
} */

.new__segment .categories__box .content .created__segments .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

#all_segment_list {
    overflow-y: scroll;
    max-height: 490px;
    padding-right: 8px;
}

#all_segment_list::-webkit-scrollbar {
    width: 6px;
}

#all_segment_list::-webkit-scrollbar-thumb {
    border-radius: 250px;
    background-color: #1c45c2;
}

.new__segment .categories__box .content .created__segments .grid .elem {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 120px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    text-decoration: none;
    padding: 20px
}

.new__segment .categories__box .content .created__segments .grid .elem ul {
    padding: 0px;
    list-style-type: none;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.new__segment .categories__box .content .created__segments .grid .elem ul li {
    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: 500;
    color: #6B7280;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.new__segment .categories__box .content .created__segments .grid .elem ul li:nth-child(1) {
    word-break: break-all
}

.new__segment .categories__box .content .created__segments .grid .elem ul li.spacer {
    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;
    margin: 0px 8px
}

.new__segment .categories__box .content .created__segments .grid .elem ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 4px
}

.new__segment .categories__box .content .created__segments .grid .elem>p {
    margin-top: 0px;
    min-height: 55px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    color: #111928
}

.new__segment .categories__box .head {
    padding: 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;
    border-bottom: 1px solid #E5E7EB
}

.new__segment .categories__box .head>.left .switcher ul {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 0px;
    list-style-type: none;
    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
}

.new__segment .categories__box .head>.left .switcher ul li:nth-child(1) a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.new__segment .categories__box .head>.left .switcher ul li:nth-child(3) a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.new__segment .categories__box .head>.left .switcher ul li>a {
    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;
    text-decoration: none;
    font-size: 14px;
    line-height: 130%;
    min-height: 42px;
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 500;
    color: #6B7280;
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.new__segment .categories__box .head>.left .switcher ul li>a:hover {
    background-color: #F9F9F9;
    color: #000000
}

.new__segment .categories__box .head>.left .switcher ul li>a:hover span svg path {
    fill: #000
}

.new__segment .categories__box .head>.left .switcher ul li>a.current {
    background-color: #F9F9F9;
    color: #000000
}

.new__segment .categories__box .head>.left .switcher ul li>a.current span svg path {
    fill: #000
}

.new__segment .categories__box .head>.left .switcher ul li>a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px
}

.new__segment .categories__box .head>.left .switcher ul li>a span svg path {
    -webkit-transition: .3s ease all;
    transition: .3s ease all
}

.new__segment .categories__box .head>.right {
    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;
    width: 100%;
    max-width: 485px
}

.new__segment .categories__box .head>.right .group__input {
    width: 100%;
    max-width: 370px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new__segment .categories__box .head>.right .group__input span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 10px
}

.new__segment .categories__box .head>.right .group__input>input {
    width: 100%;
    height: 37px;
    border-radius: 8px;
    border: 1px solid #D1D5DB;
    background-color: #F9FAFB;
    padding-left: 34px;
    padding-right: 12px
}

.new__segment .categories__box .head>.right>a {
    white-space: nowrap;
    margin-left: 8px
}

.new__segment .size__box {
    padding: 20px 24px;
    padding-bottom: 24px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background-color: #fff;
    margin-top: 24px
}

.new__segment .size__box .size__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new__segment .size__box .size__bottom .size__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.new__segment .size__box .size__bottom .size__grid>.el {
    margin-right: 64px
}

.new__segment .size__box .size__bottom .size__grid>.el:last-child {
    margin-right: 0px
}

.new__segment .size__box .size__bottom .size__grid>.el>span {
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
    color: #111928
}

.new__segment .size__box .size__bottom .size__grid>.el>span.colored {
    color: #4162E5
}

.new__segment .size__box .size__bottom .size__grid>.el>p {
    margin-top: 0px;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
    color: #6B7280;
    font-weight: 400;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.new__segment .size__box .size__bottom .size__grid>.el>p 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
}

.new__segment .size__box .size__bottom .btn .outline-btn {
    min-height: 41px;
    font-size: 14px;
    color: #1C45C2;
    padding-left: 20px;
    padding-right: 20px
}

.new__segment .size__box>p {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #111928
}

.new__segment .segment__name {
    padding: 20px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #fff;
    padding-bottom: 24px
}

.new__segment .segment__name .type>p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #111928
}

.new__segment .segment__name .type .radios {
    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
}

.new__segment .segment__name .type .radios>.container__radio {
    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-right: 16px
}

.new__segment .segment__name .type .radios>.container__radio p {
    margin: 0px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #111928
}

.new__segment .segment__name .group__input {
    max-width: 635px;
    margin-bottom: 24px
}

.new__segment .segment__name>p {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #6B7280
}

.segment__list>.btn:nth-child(1) {
    margin-top: 0px
}

.ai__segment .ai__box .btn>a {
    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: 41px;
    padding-left: 20px;
    padding-right: 20px;
    color: #1C45C2;
    font-size: 14px
}

.ai__segment .ai__box>.group__input {
    margin-bottom: 22px
}

.ai__segment .ai__box>.group__input>textarea {
    height: 120px
}

@media (max-width: 1280px) {
    .new__segment .categories__box .content .created__segments .grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .new__segment .categories__box .head>.right {
        max-width: 380px
    }
}

@media (max-width: 1200px) {
    .new__segment .categories__box .content .created__segments .grid {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px
    }

    .new__segment .categories__box .head>.right {
        max-width: 100%;
        width: 100%
    }

    .new__segment .categories__box .head>.right .group__input {
        max-width: 100%
    }

    .new__segment .categories__box .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .new__segment .categories__box .head>.left {
        width: 100%;
        margin-bottom: 10px
    }

    .new__segment .categories__box .head>.left .switcher ul li {
        width: 100%
    }

    .new__segment .categories__box .head>.left .switcher ul li>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
    }
}

@media (max-width: 991px) {
    .ai__segment .ai__box>.group__input {
        margin-bottom: 15px
    }

    .new__segment .categories__box .content .segment__list .list .elem {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    .new__segment .categories__box .content .segment__list .list .elem .remove {
        position: absolute;
        right: 0px;
        bottom: 6px
    }

    .new__segment .categories__box .content .segment__list .list .elem>div:nth-child(5) {
        width: calc(100% - 35px);
        margin-right: auto
    }

    .new__segment .categories__box .content .segment__list .list .elem>.spacer {
        min-height: 10px;
        min-width: 1px
    }

    .new__segment .segment__name>p {
        margin-bottom: 16px
    }

    .new__segment .segment__name .group__input {
        margin-bottom: 16px
    }

    .new__segment>h6 {
        font-size: 24px
    }

    .new__segment .segment__name {
        padding: 16px
    }

    .new__segment .size__box {
        padding: 16px;
        margin-top: 16px
    }

    .new__segment .categories__box {
        margin-top: 16px
    }

    .new__segment .controls {
        margin-top: 25px
    }

    .new__segment .categories__box .head,
    .new__segment .categories__box .content {
        padding: 16px
    }

    .new__segment .size__box>p {
        margin-bottom: 15px
    }

    .new__segment .categories__box .content .created__segments {
        margin-bottom: -16px;
        padding-bottom: 16px
    }
}

@media (max-width: 767px) {
    .new__segment .categories__box .head>.left .switcher ul li>a {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 37px
    }

    .new__segment .categories__box .head>.left .switcher ul li>a span {
        margin-right: 6px
    }

    .new__segment>h6 {
        margin-bottom: 15px
    }

    .new__segment .categories__box .content .created__segments .grid .elem {
        padding: 15px
    }

    .new__segment .categories__box .head>.left .switcher ul {
        overflow-x: auto
    }

    .new__segment .categories__box .head>.left .switcher ul::-webkit-scrollbar {
        width: 6px;
        height: 4px
    }

    .new__segment .categories__box .head>.left .switcher ul::-webkit-scrollbar-thumb {
        border-radius: 250px;
        background-color: #1c45c2
    }

    .new__segment .categories__box .head>.left .switcher ul li a {
        white-space: nowrap
    }

    .new__segment .categories__box .content .created__segments .grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .new__segment .size__box .size__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .new__segment .size__box .size__bottom>.size__grid {
        width: 100%;
        margin-bottom: 10px
    }

    .new__segment .size__box .size__bottom .btn {
        width: 100%
    }

    .new__segment .size__box .size__bottom .btn>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
    }

    .new__segment .categories__box .content .created__segments {
        max-height: 350px
    }
}

@media (max-width: 540px) {
    .new__segment .size__box .size__bottom .size__grid>.el {
        margin-right: 32px
    }

    .new__segment .categories__box .content .created__segments .grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 480px) {
    .ai__segment .ai__box .btn>a {
        width: 100%
    }

    .new__segment .controls {
        margin-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .new__segment .controls>a {
        margin-right: 0px !important;
        width: 100%;
        margin-bottom: 10px
    }

    .new__segment .controls>a:last-child {
        margin-bottom: 0px
    }

    .new__segment .categories__box .head>.right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .new__segment .categories__box .head>.right>a {
        width: 100%;
        margin-left: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .new__segment .categories__box .head>.right>.group__input {
        margin-bottom: 10px
    }

    .new__segment .size__box .size__bottom .size__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .new__segment .size__box .size__bottom .size__grid>.el {
        margin-right: 0px;
        margin-bottom: 20px
    }

    .new__segment .size__box .size__bottom .size__grid>.el:last-child {
        margin-bottom: 0px
    }
}

.ai_segment_help_text {
    padding: 0;
}

.ai_segment_help_text .help-text {
    margin: 0px 0px 10px;
    font-size: 14px;
}

.ai_segment_help_text .help-text span {
    font-style: italic;
}

.create_ai_filter .ai_img_icon {
    width: 16px;
    max-height: 18px;
    margin-right: 10px;
}

.btn.create_segment_btn_div {
    padding: 10px 0;
}

.create-ai-segmentation-div textarea#ai_segment_prompt {
    min-height: 200px;
    resize: vertical;
    padding: 5px 10px;
}