.progress__campaign {
    position: relative;
}
.progress__campaign .progress {
    position: absolute;
    left: 0px;
    top: -15px;
    width: 100%;
    height: 4px;
    background-color: #e5e7eb;
    left: -24px;
    width: calc(100% + 48px);
}
.progress__campaign .progress .active {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(28, 69, 194, 0)), to(#1c45c2));
    background: linear-gradient(to right, rgba(28, 69, 194, 0), #1c45c2);
}
.progress__campaign 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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -25px;
}
.progress__campaign ul > li {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #9ca3af;
}
.progress__campaign ul > li.current,
.progress__campaign ul > li.filled {
    color: #111928;
}
.progress__campaign ul > li.current:before,
.progress__campaign ul > li.filled:before {
    content: none !important;
}
.campaign__box {
    padding-top: 40px;
}
.campaign__box .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px;
}
.campaign__box .controls .btns {
    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;
}
.campaign__box .controls .btns > .outline-btn {
    min-width: 150px;
    min-height: 48px;
    font-size: 16px;
    line-height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 16px;
}
.campaign__box .controls .regular-btn {
    min-height: 48px;
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}
.campaign__box .controls .cancel-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;
    text-decoration: none;
    min-height: 48px;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #1c45c2;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.campaign__box .controls .cancel-btn:hover {
    opacity: 0.7;
}
.campaign__box .new__campaign--box {
    padding: 20px 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    margin-bottom: 32px;
}
.campaign__box .new__campaign--box .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;
}
.campaign__box .new__campaign--box .top 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;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}
.campaign__box .new__campaign--box .top ul li {
    border-right: 1px solid #e5e7eb;
}
.campaign__box .new__campaign--box .top ul li:nth-child(1) a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.campaign__box .new__campaign--box .top ul li:nth-child(3) a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.campaign__box .new__campaign--box .top 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #111928;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    min-width: 175px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    min-height: 42px;
}
.campaign__box .new__campaign--box .top ul li a:hover {
    color: #374151;
    background-color: #f9fafb;
}
.campaign__box .new__campaign--box .top ul li a.current {
    color: #374151;
    background-color: #f9fafb;
}
.campaign__box .new__campaign--box .top ul li:last-child {
    border-right: 0px;
}
.campaign__box .new__campaign--box .top > p {
    margin: 0px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
    margin-right: 15px;
}
.campaign__box .new__campaign--box .content {
    margin-top: 20px;
}
.campaign__box .new__campaign--box .content .double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
}
.campaign__box > h6 {
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 125%;
    font-weight: 600;
    color: #111928;
}
.select__objective {
    padding: 20px 24px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}
.select__objective > p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
}
.select__objective .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.select__objective .grid .elem {
    cursor: pointer;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    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;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}
.select__objective .grid .elem.active {
    border-color: #1c45c2;
}
.select__objective .grid .elem .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 15px;
}
.select__objective .grid .elem > p {
    margin: 0px;
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    color: #111928;
}
.create__content {
    padding: 20px 24px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}
.create__content .double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
}
.create__content > p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
}
.templates__box {
    padding: 20px 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    margin-top: 16px;
}
.templates__box .another__variant {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.templates__box .another__variant > 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;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 8px;
    min-height: 48px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #1c45c2;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.templates__box .another__variant > a:hover {
    opacity: 0.7;
}
.templates__box .template__container {
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #f9fafb;
    max-height: 840px;
    overflow-y: auto;
}
.templates__box .template__container::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
.templates__box .template__container::-webkit-scrollbar-thumb {
    border-radius: 250px;
    background-color: #1c45c2;
}
.templates__box .template__container .new__template .grid,
.templates__box .template__container .library__template .grid,
.templates__box .template__container .my__template .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 23px;
    grid-row-gap: 24px;
}
.templates__box .template__container .new__template .grid .elem,
.templates__box .template__container .library__template .grid .elem,
.templates__box .template__container .my__template .grid .elem {
    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;
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 9px;
    overflow: hidden;
    padding-bottom: 141%;
    height: auto;
    position: relative;
}
.templates__box .template__container .new__template .grid .elem:hover .overlay,
.templates__box .template__container .library__template .grid .elem:hover .overlay,
.templates__box .template__container .my__template .grid .elem:hover .overlay {
    opacity: 1;
}
.templates__box .template__container .new__template .grid .elem .overlay,
.templates__box .template__container .library__template .grid .elem .overlay,
.templates__box .template__container .my__template .grid .elem .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    opacity: 0;
    pointer-events: none !important;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}
.templates__box .template__container .new__template .grid .elem .overlay.pointed,
.templates__box .template__container .library__template .grid .elem .overlay.pointed,
.templates__box .template__container .my__template .grid .elem .overlay.pointed {
    pointer-events: initial !important;
}
.templates__box .template__container .new__template .grid .elem .overlay .inn,
.templates__box .template__container .library__template .grid .elem .overlay .inn,
.templates__box .template__container .my__template .grid .elem .overlay .inn {
    width: 100%;
    height: 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;
}
.templates__box .template__container .new__template .grid .elem .overlay .inn > a,
.templates__box .template__container .library__template .grid .elem .overlay .inn > a,
.templates__box .template__container .my__template .grid .elem .overlay .inn > 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;
    margin-right: 10px;
    min-height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-decoration: none;
}
.templates__box .template__container .new__template .grid .elem .overlay .inn > a:hover,
.templates__box .template__container .library__template .grid .elem .overlay .inn > a:hover,
.templates__box .template__container .my__template .grid .elem .overlay .inn > a:hover {
    background-color: #fff;
    color: #000;
}
.templates__box .template__container .new__template .grid .elem .overlay .inn > a:last-child,
.templates__box .template__container .library__template .grid .elem .overlay .inn > a:last-child,
.templates__box .template__container .my__template .grid .elem .overlay .inn > a:last-child {
    margin-right: 0px;
}
.templates__box .template__container .new__template .grid .elem img,
.templates__box .template__container .library__template .grid .elem img,
.templates__box .template__container .my__template .grid .elem img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.templates__box .template__container .new__template .grid .elem {
    padding-bottom: 127%;
}
.templates__box .template__switcher {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.templates__box .template__switcher 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;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.templates__box .template__switcher ul > li:nth-child(1) > a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.templates__box .template__switcher ul > li:last-child > a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.templates__box .template__switcher ul > li {
    border-right: 1px solid #e5e7eb;
}
.templates__box .template__switcher ul > li:last-child {
    border-right: 0px;
}
.templates__box .template__switcher ul > li > a {
    min-width: 210px;
    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;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #111928;
    min-height: 42px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.templates__box .template__switcher ul > li > a:hover {
    background-color: #f9fafb;
    color: #374151;
}
.templates__box .template__switcher ul > li > a.current {
    background-color: #f9fafb;
    color: #374151;
}
.frame {
    position: relative;
    height: 0px;
    padding-bottom: 50%;
}
.frame iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.template__frame {
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    height: 0px;
    padding-bottom: 50%;
}
.template__frame iframe {
    position: absolute;
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
}
.segment__frame {
    padding: 20px 24px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    margin-top: 16px;
}
.segment__frame .bottom {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.segment__frame .bottom > 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;
    text-decoration: none;
    min-height: 48px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #1c45c2;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.segment__frame .bottom > a:hover {
    opacity: 0.7;
}
.segment__frame > .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;
    margin-bottom: 20px;
}
.segment__frame > .top .right__controls {
    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;
}
.segment__frame > .top .right__controls .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.segment__frame > .top .right__controls .btns > 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;
    text-decoration: none;
    min-width: 42px;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 12px;
}
.segment__frame > .top .right__controls .btns > a:last-child {
    margin-right: 0px;
}
.segment__frame > .top .right__controls .group__input {
    width: 285px;
    margin-left: 12px;
}
.segment__frame > .top .right__controls .group__input > input {
    width: 100%;
    height: 41px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding-left: 12px;
    padding-right: 12px;
    color: #000;
    font-size: 14px;
}
.segment__frame > .top .right__controls > a {
    font-size: 14px;
    min-height: 41px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 8px;
}
.segment__frame > .top > p {
    margin: 0px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
}
.variant {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}
.segment__frame .frame {
    border-radius: 8px;
    overflow: hidden;
}
.create__content > .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;
    margin-bottom: 20px;
}
.create__content > .top > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 150%;
    font-weight: 500;
    color: #f05252;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    margin-left: 12px;
}
.create__content > .top > a:hover {
    opacity: 0.7;
}
.create__content > .top > a 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;
    margin-right: 4px;
}
.create__content > .top > p {
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
}
.segments__campaign {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #fff;
}
.segments__campaign .segments__list {
    max-height: 520px;
    overflow-y: auto;
}
.segments__campaign .segments__list .inner__list--segments {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.segments__campaign .segments__list .inner__list--segments > a {
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    -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;
    min-height: 118px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    text-decoration: none;
}
.segments__campaign .segments__list .inner__list--segments > a.current {
    border-color: #1c45c2;
}
.segments__campaign .segments__list .inner__list--segments > a > span {
    font-size: 14px;
    line-height: 125%;
    font-weight: 500;
    color: #6b7280;
}
.segments__campaign .segments__list .inner__list--segments > a > p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 125%;
    font-weight: 600;
    color: #111928;
}
.segments__campaign .segments__list::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}
.segments__campaign .segments__list::-webkit-scrollbar-thumb {
    border-radius: 250px;
    background-color: #1c45c2;
}
.segments__campaign .segments__list .inner__list--segments {
    padding: 24px;
}
.segments__campaign .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;
    padding: 24px;
    border-bottom: 1px solid #e5e7eb;
}
.segments__campaign .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;
    width: 100%;
    max-width: 770px;
}
.segments__campaign .head .right > .exclude {
    padding-left: 65px;
    padding-right: 65px;
    color: #1c45c2;
    white-space: nowrap;
}
.segments__campaign .head .right > .exclude.opened {
    background-color: #1c45c2;
    color: #fff;
}
.segments__campaign .head .right .all__categories {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    min-height: 37px;
    margin-right: 24px;
    white-space: nowrap;
}
.segments__campaign .head .right .group__input {
    width: 100%;
    max-width: 370px;
    position: relative;
    margin-right: 8px;
}
.segments__campaign .head .right .group__input > input {
    width: 100%;
    background-color: #f9fafb;
    height: 37px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding-left: 34px;
    padding-right: 15px;
    outline: none;
}
.segments__campaign .head .right .group__input > span {
    position: absolute;
    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;
    left: 10px;
    top: 9px;
}
.segments__campaign .head .left {
    width: 100%;
    max-width: 500px;
    margin-right: 20px;
}
.segments__campaign .head .left ul {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #fff;
    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;
    width: 100%;
    max-width: 500px;
}
.segments__campaign .head .left ul > li {
    border-right: 1px solid #e5e7eb;
    width: 100%;
}
.segments__campaign .head .left ul > li:nth-child(1) > a {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.segments__campaign .head .left ul > li:nth-child(2) > a {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.segments__campaign .head .left ul > li:last-child {
    border-right: 0px;
}
.segments__campaign .head .left ul > li > a {
    -webkit-transition: 0.3s ease background-color, 0.3s ease color;
    transition: 0.3s ease background-color, 0.3s ease color;
    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;
    min-height: 42px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #6b7280;
}
.segments__campaign .head .left ul > li > a.current {
    color: #111928;
    font-weight: 500;
    background-color: #f9f9f9;
}
.segments__campaign .head .left ul > li > a:hover {
    color: #111928;
    background-color: #f9f9f9;
}
.result__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.result__wrapper .result__details {
    min-width: 440px;
    max-width: 440px;
}
.result__wrapper .result__details > .box {
    padding: 20px 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-bottom: 24px;
    background-color: #fff;
}
.result__wrapper .result__details > .box:last-child {
    margin-bottom: 0px;
}
.result__wrapper .result__details > .box .content > img {
    max-width: 100%;
}
.result__wrapper .result__details > .box .head {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.result__wrapper .result__details > .box .head > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 12px;
    min-height: 22px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1.5px;
    border-radius: 6px;
    background-color: #e9ecfb;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 150%;
    position: relative;
    top: 2px;
    color: #1c45c2;
    white-space: nowrap;
    font-weight: 500;
}
.result__wrapper .result__details > .box .head > p {
    margin: 0px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
}
.result__wrapper .information__wrapper {
    width: 100%;
    margin-right: 50px;
}
.result__wrapper .information__wrapper > .box {
    margin-bottom: 32px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    padding: 20px 24px;
}
.result__wrapper .information__wrapper > .box .content .test__group {
    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-top: 20px;
}
.result__wrapper .information__wrapper > .box .content .test__group > a {
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    min-height: 42px;
}
.result__wrapper .information__wrapper > .box .content .test__group > .group__input {
    width: 100%;
    margin-right: 8px;
}
.result__wrapper .information__wrapper > .box .content .radios .elem__radio {
    margin-bottom: 16px;
}
.result__wrapper .information__wrapper > .box .content .radios .elem__radio:last-child {
    margin-bottom: 0px;
}
.result__wrapper .information__wrapper > .box .content .radios .elem__radio .container__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.result__wrapper .information__wrapper > .box .content .radios .elem__radio .container__radio > p {
    margin: 0px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #111928;
}
.result__wrapper .information__wrapper > .box .content > .group__input {
    margin-bottom: 20px;
}
.result__wrapper .information__wrapper > .box .content > .group__input:last-child {
    margin-bottom: 0px;
}
.result__wrapper .information__wrapper > .box .content > .tag__field {
    padding: 0px;
    margin-bottom: 20px;
}
.result__wrapper .information__wrapper > .box .content > .tag__field .dropdown {
    left: 0px;
    width: 100%;
    z-index: 2;
}
.result__wrapper .information__wrapper > .box .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;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}
.result__wrapper .information__wrapper > .box .head > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 12px;
    font-size: 12px;
    line-height: 150%;
    font-weight: 400;
    color: #6b7280;
}
.result__wrapper .information__wrapper > .box .head > a {
    text-decoration: none;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #1c45c2;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.result__wrapper .information__wrapper > .box .head > a:hover {
    opacity: 0.7;
}
.result__wrapper .information__wrapper > .box .head > p {
    margin: 0px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
    margin-right: 15px;
}
.new__campaign--box .content .triple {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 12px;
}
.new__campaign--box .content .triple .tag__field {
    margin: 0px;
    padding: 0px;
}
.new__campaign--box .content .triple .tag__field .dropdown {
    left: 0px;
    width: 100%;
    z-index: 3;
}
.new__campaign--box .content > .double > .tag__field {
    margin: 0px;
    padding: 0px;
}
.campaign__box .form__wrapper {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.campaign__box .form__wrapper .form__main {
    width: 100%;
}
.campaign__box .form__wrapper .form__main > .box {
    margin-bottom: 16px;
}
.campaign__box .form__wrapper .form__main > .box .fields .double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.campaign__box .form__wrapper .form__main > .box .fields .double .group__input.longer {
    grid-column-start: 1;
    grid-column-end: 3;
}
.campaign__box .form__wrapper .form__main > .box .radios > .elem__radio {
    margin-bottom: 16px;
}
.campaign__box .form__wrapper .form__main > .box .radios > .elem__radio label {
    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;
}
.campaign__box .form__wrapper .form__main > .box .radios > .elem__radio label > span {
    margin-right: 8px;
}
.campaign__box .form__wrapper .form__main > .box .radios > .elem__radio label > p {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #111928;
}
.campaign__box .form__wrapper .form__main > .box .radios > .elem__radio:last-child {
    margin-bottom: 0px;
}
.campaign__box .form__wrapper .form__main > .box:last-child {
    margin-bottom: 0px;
}
.campaign__box .form__wrapper .form__main .controls .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;
}
.campaign__box .form__wrapper .form__main .controls .right .back-btn {
    margin-right: 16px;
    min-height: 48px;
    min-width: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
.campaign__box .form__wrapper .form__main .elem__box {
    margin-bottom: 24px;
    padding: 20px 24px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    border-radius: 8px;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements {
    margin-bottom: 12px;
    border-radius: 8px;
    background-color: #f9fafb;
    border: 1px solid #f9fafb;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements.opened {
    border-color: #e5e7eb;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements.opened > .head > span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements .content {
    padding: 20px;
    border-top: 1px solid #e5e7eb;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements .content > p {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    color: #4b5563;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements .content > p span {
    font-weight: 400;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements .content > p:last-child {
    margin-bottom: 0px;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements > .head {
    cursor: pointer;
    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: 21px;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements > .head > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements > .head > p {
    margin: 0px;
    font-size: 14px;
    line-height: 125%;
    font-weight: 500;
    color: #374151;
}
.campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements:last-child {
    margin-bottom: 0px;
}
.campaign__box .form__wrapper .form__main .elem__box .long__field .group__input > textarea {
    height: 225px;
}
.campaign__box .form__wrapper .form__main .elem__box .double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
}
.campaign__box .form__wrapper .form__main .elem__box .top.no__border {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 0px;
}
.campaign__box .form__wrapper .form__main .elem__box .top.no__border > p {
    margin: 0px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    color: #111928;
}
.campaign__box .form__wrapper .form__main .elem__box .segment__container .segment__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;
}
.campaign__box .form__wrapper .form__main .elem__box .segment__container .segment__radios .el {
    margin-right: 16px;
}
.campaign__box .form__wrapper .form__main .elem__box .segment__container .segment__radios .el:last-child {
    margin-right: 0px;
}
.campaign__box .form__wrapper .form__main .elem__box .segment__container .segment__radios .el .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;
    cursor: pointer;
}
.campaign__box .form__wrapper .form__main .elem__box .segment__container .segment__radios .el .container__radio .radio {
    margin-right: 8px;
}
.campaign__box .form__wrapper .form__main .elem__box .segment__container .segment__radios .el .container__radio > p {
    margin: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #111928;
}
.campaign__box .form__wrapper .form__main .elem__box .segment__container > p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
    color: #111928;
    font-weight: 500;
}
.campaign__box .form__wrapper .form__main .elem__box .created__segments {
    max-height: 490px;
    overflow-y: auto;
    margin-bottom: -24px;
    padding-bottom: 24px;
    width: calc(100% + 8px);
    padding-right: 8px;
}
.campaign__box .form__wrapper .form__main .elem__box .created__segments::-webkit-scrollbar {
    width: 6px;
}
.campaign__box .form__wrapper .form__main .elem__box .created__segments::-webkit-scrollbar-thumb {
    border-radius: 250px;
    background-color: #1c45c2;
}
.campaign__box .form__wrapper .form__main .elem__box .created__segments .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.campaign__box .form__wrapper .form__main .elem__box .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;
}
.campaign__box .form__wrapper .form__main .elem__box .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;
}
.campaign__box .form__wrapper .form__main .elem__box .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;
}
.campaign__box .form__wrapper .form__main .elem__box .created__segments .grid .elem ul li:nth-child(1) {
    word-break: break-all;
}
.campaign__box .form__wrapper .form__main .elem__box .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;
}
.campaign__box .form__wrapper .form__main .elem__box .created__segments .grid .elem ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 4px;
}
.campaign__box .form__wrapper .form__main .elem__box .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;
}
.campaign__box .form__wrapper .form__main .elem__box > .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;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}
.campaign__box .form__wrapper .form__main .elem__box > .top .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;
}
.campaign__box .form__wrapper .form__main .elem__box > .top .group__input span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 10px;
}
.campaign__box .form__wrapper .form__main .elem__box > .top .group__input > input {
    width: 100%;
    background-color: #f9fafb;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    padding-left: 34px;
    padding-right: 10px;
    height: 37px;
}
.campaign__box .form__wrapper .form__main .elem__box > .top .btns {
    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;
}
.campaign__box .form__wrapper .form__main .elem__box > .top .btns > a {
    margin-right: 12px;
    min-height: 37px;
    font-size: 12px;
    text-decoration: none;
}
.campaign__box .form__wrapper .form__main .elem__box > .top .btns > a:last-child {
    margin-right: 0px;

}
.campaign__box .form__wrapper .form__main .elem__box > .top > p {
    margin: 0px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
}
.campaign__box .form__wrapper .form__main .elem__box:last-child {
    margin-bottom: 0px;
}
.campaign__box .form__wrapper .form__main.longer + .form__side {
    min-height: 567px;
}
.campaign__box .form__wrapper .form__main > .box {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    width: 100%;
    padding: 20px 24px;
}
.campaign__box .form__wrapper .form__main > .box .variant__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}
.campaign__box .form__wrapper .form__main > .box .variant__name > 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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 150%;
    font-weight: 500;
    color: #f05252;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    text-decoration: none;
}
.campaign__box .form__wrapper .form__main > .box .variant__name > a:hover {
    opacity: 0.7;
}
.campaign__box .form__wrapper .form__main > .box .variant__name > a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 4px;
}
.campaign__box .form__wrapper .form__main > .box .variant__name > p {
    margin: 0px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
}
.campaign__box .form__wrapper .form__main > .box .add__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 0px;
    padding-bottom: 6px;
}
.campaign__box .form__wrapper .form__main > .box .add__more > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -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: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #1c45c2;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.campaign__box .form__wrapper .form__main > .box .add__more > a:hover {
    opacity: 0.7;
}
.campaign__box .form__wrapper .form__main > .box > .elem {
    margin-bottom: 24px;
}
.campaign__box .form__wrapper .form__main > .box > .elem .field__with--info > textarea {
    height: 132px;
}
.campaign__box .form__wrapper .form__main > .box > .elem .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;
    margin-bottom: 20px;
}
.campaign__box .form__wrapper .form__main > .box > .elem .top.w__border {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}
.campaign__box .form__wrapper .form__main > .box > .elem .top > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none;
    font-weight: 400;
    color: #1c45c2;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.campaign__box .form__wrapper .form__main > .box > .elem .top > a:hover {
    opacity: 0.7;
}
.campaign__box .form__wrapper .form__main > .box > .elem .top > p {
    margin: 0px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #111928;
}
.campaign__box .form__wrapper .form__main > .box > .elem:last-child {
    margin-bottom: 0px;
}
.campaign__box .form__wrapper .double__side {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.campaign__box .form__wrapper .double__side > .form__side {
    margin-bottom: 24px;
}
.campaign__box .form__wrapper .double__side > .form__side:last-child {
    margin-bottom: 0px;
}
.campaign__box .form__wrapper .form__side {
    max-width: 430px;
    min-width: 430px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    margin-left: 24px;
    position: relative;
}
.campaign__box .form__wrapper .form__side > span {
    position: absolute;
    top: 16px;
    right: 16px;
    min-height: 22px;
    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: #e9ecfb;
    font-size: 12px;
    line-height: 150%;
    font-weight: 500;
    color: #1c45c2;
    padding-left: 10px;
    padding-right: 10px;
}
.campaign__box .form__wrapper .form__side .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.campaign__box .form__wrapper .form__side .media .float__bubble {
    margin: 0px;
    padding: 4px 8px;
    background-color: #4162e5;
    border-radius: 10px;
    position: absolute;
    right: 25px;
    top: 90px;
    font-size: 7px;
    line-height: 11px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    min-height: 20px;
    max-width: 120px;
}
.campaign__box .form__wrapper .form__side .media > img {
    min-width: 250px;
    max-width: 250px;
}
.edit-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-width: 39px;
    max-width: 39px;
    min-height: 37px;
    max-height: 37px;
    padding: 0px;
}
.edit-btn svg {
    width: 16px;
}
.campaign__overview {
    padding: 20px;
    border-radius: 8px;
    background-color: #f9fafb;
}
.campaign__overview > p {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 125%;
    font-weight: 500;
    color: #374151;
}
.campaign__overview > p span {
    font-weight: 400;
}
.campaign__overview > p:last-child {
    margin-bottom: 0px;
}
.progress__campaign ul > li {
    position: relative;
}
.progress__campaign ul > li.filled:before {
    content: none !important;
}
.progress__campaign ul > li:before {
/*    content: "";*/
    position: absolute;
    left: 50%;
    top: -14px;
    width: 600%;
    height: 4px;
    background-color: #e5e7eb;
}
.progress__campaign ul > li:before {
    top: -16px;
    height: 5px;
}
@media (max-width: 1360px) {
    .segments__campaign .head .left {
        max-width: 400px;
    }
    .segments__campaign .head .left ul {
        max-width: 400px;
    }
    .segments__campaign .head .right > .exclude {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 1280px) {
    .campaign__box .form__wrapper .form__main .elem__box .created__segments .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .templates__box .template__container .new__template .grid,
    .templates__box .template__container .library__template .grid,
    .templates__box .template__container .my__template .grid {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 1200px) {
    .campaign__box .form__wrapper .double__side {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px;
        margin-bottom: 24px;
        width: 100%;
    }
    .campaign__box .form__wrapper .double__side > .form__side {
        margin-bottom: 0px;
    }
    .campaign__box .form__wrapper .form__main.longer + .form__side {
        min-height: 0px;
    }
    .campaign__box .form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .campaign__box .form__wrapper .form__side {
        min-width: 0px;
        max-width: 100%;
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .result__wrapper .result__details > .box .content > img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 390px;
        width: 100%;
    }
    .result__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .result__wrapper .information__wrapper {
        margin-right: 0px;
    }
    .result__wrapper .result__details {
        min-width: 0px;
        max-width: 100%;
        margin-bottom: 32px;
        width: 100%;
    }
    .segments__campaign .segments__list .inner__list--segments {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(4, 1fr);
    }
    .segments__campaign .head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .segments__campaign .head .left {
        width: 100%;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .segments__campaign .head .right {
        max-width: 100%;
    }
    .segments__campaign .head .right .group__input {
        max-width: 100%;
    }
    .templates__box .template__container .new__template .grid,
    .templates__box .template__container .library__template .grid,
    .templates__box .template__container .my__template .grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .campaign__box .new__campaign--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;
    }
    .campaign__box .new__campaign--box .top > p {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    .campaign__overview {
        padding: 15px;
    }
    .campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements > .head {
        padding: 15px;
    }
    .campaign__box .form__wrapper .form__main .elem__box .keyword__elements > .elements .content {
        padding: 15px;
    }
    .campaign__box .new__campaign--box .content {
        margin-top: 16px;
    }
    .campaign__box .form__wrapper .double__side {
        margin-bottom: 16px;
    }
    .campaign__box .form__wrapper .form__side {
        margin-bottom: 16px;
    }
    .campaign__box .form__wrapper .form__main .elem__box {
        margin-bottom: 16px;
    }
    .campaign__box .form__wrapper .form__main > .box {
        padding: 16px;
    }
    .campaign__box .form__wrapper .form__main > .box > .elem {
        margin-bottom: 16px;
    }
    .campaign__box .form__wrapper .form__main > .box > .elem .top {
        margin-bottom: 12px;
    }
    .result__wrapper .information__wrapper > .box {
        margin-bottom: 16px;
    }
    .result__wrapper .result__details {
        margin-bottom: 16px;
    }
    .result__wrapper .result__details > .box {
        padding: 16px;
    }
    .result__wrapper .result__details > .box .head {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .result__wrapper .information__wrapper > .box {
        padding: 16px;
    }
    .result__wrapper .information__wrapper > .box .head {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .result__wrapper .information__wrapper > .box .content > .tag__field {
        margin-bottom: 15px;
        margin-top: 12px;
    }
    .result__wrapper .information__wrapper > .box .content > .group__input {
        margin-bottom: 15px;
    }
    .tag__wrapper {
        margin-top: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .segments__campaign .head .left ul {
        max-width: 100%;
    }
    .segments__campaign .head {
        padding: 16px;
    }
    .segments__campaign .segments__list .inner__list--segments {
        padding: 16px;
        grid-template-columns: repeat(3, 1fr);
    }
    .segments__campaign .segments__list {
        max-height: 340px;
    }
    .segment__frame {
        padding: 16px;
    }
    .variant {
        margin-top: 16px;
        padding-top: 16px;
    }
    .segment__frame > .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .segment__frame > .top > p {
        width: 100%;
        margin-bottom: 10px;
    }
    .segment__frame > .top .right__controls {
        width: 100%;
    }
    .segment__frame > .top .right__controls .group__input {
        width: 100%;
    }
    .segment__frame > .top .right__controls a {
        white-space: nowrap;
    }
    .templates__box .template__container {
        max-height: 540px;
    }
    .templates__box {
        padding: 15px;
    }
    .templates__box .template__container {
        padding: 15px;
    }
    .templates__box .template__switcher ul > li > a {
        min-width: 150px;
    }
    .templates__box .template__switcher ul {
        max-width: 100%;
        overflow-x: auto;
    }
    .templates__box .template__switcher ul::-webkit-scrollbar {
        width: 6px;
        height: 4px;
    }
    .templates__box .template__switcher ul::-webkit-scrollbar-thumb {
        border-radius: 250px;
        background-color: #1c45c2;
    }
    .templates__box .template__container .new__template .grid,
    .templates__box .template__container .library__template .grid,
    .templates__box .template__container .my__template .grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .templates__box .template__container .new__template .grid .elem .overlay .inn,
    .templates__box .template__container .library__template .grid .elem .overlay .inn,
    .templates__box .template__container .my__template .grid .elem .overlay .inn {
        padding-left: 12px;
        padding-right: 12px;
    }
    .templates__box .template__container .new__template .grid .elem .overlay .inn,
    .templates__box .template__container .library__template .grid .elem .overlay .inn,
    .templates__box .template__container .my__template .grid .elem .overlay .inn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .templates__box .template__container .new__template .grid .elem .overlay .inn > a,
    .templates__box .template__container .library__template .grid .elem .overlay .inn > a,
    .templates__box .template__container .my__template .grid .elem .overlay .inn > a {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px !important;
    }
    .templates__box .template__container .new__template .grid .elem .overlay .inn > a:last-child,
    .templates__box .template__container .library__template .grid .elem .overlay .inn > a:last-child,
    .templates__box .template__container .my__template .grid .elem .overlay .inn > a:last-child {
        margin-bottom: 0px;
    }
    .select__objective .grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .campaign__box > h6 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .campaign__box {
        padding-top: 25px;
    }
    .create__content {
        padding: 16px;
        margin-bottom: 16px;
    }
    .create__content .double {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }
    .campaign__box .new__campaign--box {
        padding: 16px;
        margin-bottom: 16px;
    }
    .campaign__box .controls {
        margin-top: 16px;
    }
    .select__objective {
        padding: 16px;
    }
    .segments__campaign .head .left {
        max-width: 100%;
    }
    .campaign__box .form__wrapper .form__main .elem__box .created__segments .grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }
    .campaign__box .form__wrapper .form__main .elem__box {
        padding: 16px;
    }
    .campaign__box .form__wrapper .form__main > .box > .elem .top.w__border {
        padding-bottom: 12px;
    }
}
@media (max-width: 767px) {
    .campaign__box .form__wrapper .form__main .elem__box .double {
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
    }
    .campaign__box .form__wrapper .form__main .elem__box .top.no__border {
        margin-bottom: 12px;
    }
    .campaign__box .form__wrapper .form__main > .box .fields .double {
        grid-template-columns: 1fr;
    }
    .campaign__box .form__wrapper .form__main > .box .fields .double .group__input.longer {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .campaign__box .form__wrapper .form__main > .box > .elem .top.w__border {
        -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;
    }
    .campaign__box .form__wrapper .form__main > .box > .elem .top.w__border > p {
        margin-bottom: 5px;
    }
    .campaign__box .form__wrapper .form__main > .box > .elem .top.w__border > p:last-child {
        margin-bottom: 0px;
    }
    .campaign__box .form__wrapper .double__side {
        grid-template-columns: 1fr;
        grid-row-gap: 16px;
    }
    .campaign__box .form__wrapper .form__main .elem__box .created__segments {
        max-height: 390px;
    }
    .campaign__box .form__wrapper .form__main .elem__box > .top {
        margin-bottom: 12px;
        padding-bottom: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .campaign__box .form__wrapper .form__main .elem__box > .top.no__break {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .campaign__box .form__wrapper .form__main .elem__box > .top > 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;
    }
    .campaign__box .form__wrapper .form__main .elem__box > .top .group__input {
        width: 100%;
        margin-bottom: 8px;
        max-width: 100%;
    }
    .campaign__box .form__wrapper .form__main .elem__box > .top > p {
        width: 100%;
        margin-bottom: 8px;
    }
    .campaign__box .form__wrapper .form__main .elem__box > .top .btns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        width: 100%;
        max-width: 100%;
    }
    .campaign__box .form__wrapper .form__main .elem__box > .top .btns > a {
        -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;
    }
    .campaign__box .form__wrapper .form__main .elem__box .created__segments .grid {
        grid-template-columns: 1fr;
    }
    .new__campaign--box .content .triple {
        grid-template-columns: 1fr;
    }
    .result__wrapper .information__wrapper > .box .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;
    }
    .result__wrapper .information__wrapper > .box .head > span {
        margin-left: 0px;
    }
    .result__wrapper .information__wrapper > .box .head > p {
        margin-bottom: 7px;
    }
    .result__wrapper .information__wrapper > .box .head > p:last-child {
        margin-bottom: 0px;
    }
    .tag__wrapper .dropdown ul > li > a {
        font-size: 13px;
    }
    .segments__campaign .segments__list .inner__list--segments > a {
        padding: 15px;
    }
    .segments__campaign .segments__list .inner__list--segments > a > p {
        font-size: 15px;
    }
    .segments__campaign .head .right {
        padding-top: 47px;
        position: relative;
    }
    .segments__campaign .head .right > .group__input {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        margin-right: 0px;
    }
    .segments__campaign .head .right > a {
        width: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .segments__campaign .head .right > .exclude {
        padding-left: 15px;
        padding-right: 15px;
    }
    .segments__campaign .head .right .all__categories {
        margin-right: 15px;
    }
    .create__content > .top > a {
        font-size: 0px;
    }
    .create__content > .top > a span {
        margin-right: 0px;
    }
    .segment__frame > .top .right__controls > a {
        margin-left: 0px;
    }
    .segment__frame > .top .right__controls {
        -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;
    }
    .segment__frame > .top .right__controls .btns {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
    .segment__frame > .top .right__controls .btns > a {
        width: 100%;
        margin-right: 0px;
    }
    .segment__frame > .top .right__controls .group__input {
        margin: 10px 0px;
    }
    .segment__frame > .top .right__controls > a {
        width: 100%;
    }
    .templates__box .template__container {
        max-height: 400px;
    }
    .campaign__box .new__campaign--box .top ul {
        max-width: 100%;
    }
    .campaign__box .new__campaign--box .top ul li a {
        min-width: 140px;
    }
    .campaign__box .new__campaign--box .top ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .campaign__box .new__campaign--box .top ul > li {
        width: 100%;
        border-right: 0px;
        border-bottom: 1px solid #e5e7eb;
    }
    .campaign__box .new__campaign--box .top ul > li:nth-child(1) > a {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .campaign__box .new__campaign--box .top ul > li:last-child {
        border-bottom: 0px;
    }
    .campaign__box .new__campaign--box .top ul > li:last-child > a {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 8px;
    }
    .progress__campaign .progress {
        width: calc(100% + 24px);
        left: -12px;
    }
    .progress__campaign ul {
        margin-top: -4px;
    }
    .select__objective .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 15px;
        grid-column-gap: 15px;
    }
}
@media (max-width: 640px) {
    .segments__campaign .segments__list .inner__list--segments {
        grid-template-columns: repeat(2, 1fr);
    }
    .templates__box .template__container .new__template .grid,
    .templates__box .template__container .library__template .grid,
    .templates__box .template__container .my__template .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    .templates__box .template__container .new__template .grid .elem .overlay .inn > a,
    .templates__box .template__container .library__template .grid .elem .overlay .inn > a,
    .templates__box .template__container .my__template .grid .elem .overlay .inn > a {
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 540px) {
    .campaign__box .form__wrapper .form__main .controls .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .campaign__box .form__wrapper .form__main .controls .right > a {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .campaign__box .form__wrapper .form__main .controls .right > a:last-child {
        margin-bottom: 0px;
    }
    .template__frame {
        padding-bottom: 70%;
    }
    .frame {
        padding-bottom: 70%;
    }
    .templates__box .template__container .new__template .grid .elem .overlay .inn > a,
    .templates__box .template__container .library__template .grid .elem .overlay .inn > a,
    .templates__box .template__container .my__template .grid .elem .overlay .inn > a {
        min-height: 35px;
    }
    .campaign__box .controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .campaign__box .controls > a {
        width: 100%;
        margin-bottom: 10px;
    }
    .campaign__box .controls .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .campaign__box .controls .btns > a {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .campaign__box .controls .btns > a:last-child {
        margin-bottom: 0px;
    }
    .campaign__box .new__campaign--box .content .double {
        grid-template-columns: 1fr;
        grid-row-gap: 12px;
    }
    .select__objective .grid {
        grid-template-columns: 1fr;
    }
}
.result__wrapper .information__wrapper > .box .content .radios .elem__radio .container__radio > p {
    line-height: 20px;
}
@media (max-width: 480px) {
    .campaign__box .form__wrapper .form__main .elem__box > .top .btns {
        grid-template-columns: 1fr;
        grid-row-gap: 8px;
    }
    .upload__file--wrapper > a.draggable__box > p {
        max-width: 180px;
        text-align: center;
        line-height: 130%;
    }
    .campaign__box .form__wrapper .form__side .media > img {
        min-width: 225px;
        max-width: 225px;
    }
    .campaign__box .form__wrapper .form__side .media .float__bubble {
        right: 35px;
        top: 85px;
    }
    .result__wrapper .information__wrapper > .box .content .test__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .result__wrapper .information__wrapper > .box .content .test__group > .group__input {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .result__wrapper .information__wrapper > .box .content .test__group > a {
        width: 100%;
    }
    .segments__campaign .segments__list .inner__list--segments {
        grid-template-columns: 1fr;
    }
    .segments__campaign .head .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .segments__campaign .head .right > a {
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .segments__campaign .head .right > a:last-child {
        margin-bottom: 0px;
    }
    .segments__campaign .head .left ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .segments__campaign .head .left ul > li {
        border-right: 0px;
        border-bottom: 1px solid #e5e7eb;
    }
    .segments__campaign .head .left ul > li:last-child {
        border-bottom: 0px;
    }
    .templates__box .another__variant > a,
    .segment__frame .bottom > a {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
        min-height: 40px;
    }
    .segment__frame .bottom > a {
        padding: 0px;
    }
    .segment__frame > .top .right__controls .btns {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }
    .templates__box .template__container .new__template .grid,
    .templates__box .template__container .library__template .grid,
    .templates__box .template__container .my__template .grid {
        grid-template-columns: 1fr;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
}
