@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);.spinner{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:transparent}.spinner__animation,.spinner__wrapper{width:3.125rem;height:3.125rem}.spinner__animation{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.spinner__animation,.spinner__animation:after,.spinner__animation:before{content:"";display:block;position:absolute;border:.125rem solid transparent;border-top-color:#57068e;border-radius:50%}.spinner__animation:before{top:.1875rem;left:.1875rem;right:.1875rem;bottom:.1875rem;-webkit-animation:spin 4s linear infinite;animation:spin 4s linear infinite}.spinner__animation:after{top:.5rem;left:.5rem;right:.5rem;bottom:.5rem;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.button--purple:after,.button--purple:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:6px;transition:opacity .25s ease-out}.button{position:relative;max-width:100%;width:100%;height:2.5rem;border:1px solid transparent;border-radius:6px;text-decoration:none;transition:all .25s;font-size:.875rem;font-weight:400}.button--light{background-color:transparent;border:1px solid #d5dee3;color:#111}.button--light:hover{border-color:#9d9fb3;background-color:transparent}.button--light:active{border-color:#9d9fb3;background-color:#fafbfc}.button--light-negative{background-color:transparent;border:1px solid #ff613a;color:#111}.button--light-negative:hover{border-color:#ffa72c;background-color:transparent}.button--light-negative:active{border-color:#ffa72c;background-color:#fafbfc}.button--light-white{background-color:#fff;border:1px solid #d5dee3;color:#111}.button--light-white:active,.button--light-white:hover{border-color:#9d9fb3}.button--blue{background-color:#0177a4;color:#fff}.button--blue,.button--blue:hover{box-shadow:0 2px 6px #a6abad,inset 0 1px 0 hsla(0,0%,100%,.1)}.button--blue:active,.button--blue:hover{background-color:#1b8bb8}.button--blue:active{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1)}.button--purple{box-shadow:0 2px 6px #a6abad,inset 0 1px 0 hsla(0,0%,100%,.1);background:linear-gradient(180deg,#6516b5,#57068e);color:#fff}.button--purple:after,.button--purple:before{background:linear-gradient(180deg,#8438cf,#6707a8);opacity:0}.button--purple:hover{box-shadow:0 2px 6px #a6abad,inset 0 1px 0 hsla(0,0%,100%,.1)}.button--purple:hover:before{opacity:1}.button--purple:hover:after{opacity:0}.button--purple:active{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1)}.button--purple:active:after{opacity:0;opacity:1}.button--purple.button--has-icon .button__icon-wrap{z-index:1}.button--purple .button__text{position:relative;z-index:1}.button--orange{background-color:#ff613a;color:#fff}.button--orange,.button--orange:hover{box-shadow:0 2px 6px #a6abad,inset 0 1px 0 hsla(0,0%,100%,.1)}.button--orange:active,.button--orange:hover{background-color:#ff7957}.button--orange:active{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1)}.button--has-icon .button__icon-wrap--download svg,.button--has-icon .button__icon-wrap--filter svg,.button--has-icon .button__icon-wrap--refresh svg{fill:#9d9fb3;width:100%;height:100%}.button--has-icon .button__icon-wrap--download svg path,.button--has-icon .button__icon-wrap--filter svg path,.button--has-icon .button__icon-wrap--refresh svg path{fill:#9d9fb3;transition:all .25s}.button--has-icon:hover .button__icon-wrap--download svg,.button--has-icon:hover .button__icon-wrap--filter svg,.button--has-icon:hover .button__icon-wrap--refresh svg{fill:#111}.button--has-icon:hover .button__icon-wrap--download svg path,.button--has-icon:hover .button__icon-wrap--filter svg path,.button--has-icon:hover .button__icon-wrap--refresh svg path{fill:#5b5b5b;transition:all .25s}.button.disabled{opacity:.5;pointer-events:none}.button__text--left{margin-right:auto;padding-left:.625rem}.button__text--right{margin-left:auto;padding-right:.625rem}.button__text-icon{display:inline-block;width:1.125rem;height:1.125rem}.button__text-icon--right{margin-left:.625rem}.button__icon-wrap{position:absolute;display:inline-block;width:1.25rem;left:.625rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-right:.625rem}.button__icon-wrap--filter,.button__icon-wrap--refresh{width:1.125rem;height:1.125rem;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-right:0}.button__icon-wrap--refresh{width:1rem;height:1.25rem}.button__icon-wrap--refresh-with-text{left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-left:.625rem}.button__icon-wrap--close-icon,.button__icon-wrap--plus{width:1.25rem}.button__icon-wrap--calendar,.button__icon-wrap--close-icon,.button__icon-wrap--plus{height:1.25rem;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin-right:0}.button__icon-wrap--calendar{width:1rem}.button__icon-wrap--download{width:2.5rem;height:2.5rem}.button__icon-wrap--download+.button__text{padding-left:1.875rem}.button__icon-wrap--stop{width:1.125rem;height:1.125rem}.button__icon-wrap--left,.button__icon-wrap--right{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem}.button__icon-wrap--right{margin-left:.625rem;left:auto;right:0}.button__icon{transition:opacity .25s}.button__icon--refresh{-webkit-transform-origin:center;transform-origin:center}.button__icon--refresh-animation{-webkit-animation:rotation 1s infinite;animation:rotation 1s infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-play-state:running;animation-play-state:running}.button__icon--right-arrow{opacity:.7}.button__icon--right-arrow:hover{color:#fff}.button__icon--filter{width:100%;height:100%;margin:auto 0}.button__icon--download{position:relative;top:50%;-webkit-transform:translate(-.25rem,-50%);transform:translate(-.25rem,-50%);width:100%;height:100%}.button__icon--download-animation{-webkit-animation:fadeOut 1s infinite;animation:fadeOut 1s infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-direction:alternate;animation-direction:alternate}.button__icon--close-icon{width:100%;height:100%;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:auto 0}.button__icon--close-icon path{fill:#fff}.button__icon--stop{position:relative;bottom:2px}.button__icon--stop path{fill:#fff}.button__icon--rotate{transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.hide-drop-filters-btn{display:none}.alerts-id-log-header{display:flex;justify-content:space-between;margin-bottom:1.25rem}@media screen and (max-width:48em){.alerts-id-log-header{flex-direction:column}}.alerts-id-log-header__wrapper{display:flex;align-items:center}.alerts-id-log-header__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.alerts-id-log-header__title a{text-decoration:none;color:inherit}.alerts-id-log-header__title a:hover{text-decoration:underline}.alerts-id-log-header__breadcrumbs-current{font-size:1.25rem}.alerts-id-log-header .header-right{display:flex;align-items:flex-start}@media screen and (max-width:60em){.alerts-id-log-header .header-right{flex-direction:column;align-items:center}}.portal-wrapper{display:flex;position:fixed;width:100%;height:100%;align-content:center;justify-content:center;align-items:center;overflow:hidden;background-color:rgba(240,246,250,.8);top:0;left:0;z-index:9999}@media screen and (max-width:30em){.portal-wrapper{padding:1.25rem}}.portal-wrapper .portal{display:block;padding:.625rem}@media screen and (max-width:48em){.portal-wrapper .portal{padding:0}}.c-custom-select__delete-btn:after,.c-custom-select__delete-btn:before{content:"";display:block;position:absolute;left:50%;top:50%;height:1px;width:10px;background-color:#111}.c-custom-select{display:inline-block;position:relative;border:1px solid #d5dee3;border-radius:6px;background-color:#f0f6fa;width:100%;height:2.5rem}.c-custom-select:focus,.c-custom-select:hover{border-color:#9d9fb3}.c-custom-select--disabled{-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;opacity:.5}.c-custom-select__container{display:flex;flex-wrap:nowrap;justify-content:space-between;height:100%}.c-custom-select__delete-btn{cursor:pointer;position:relative;width:1.5rem;height:100%;margin:auto 0}.c-custom-select__delete-btn:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.c-custom-select__delete-btn:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.c-custom-select__delete-btn:hover{border-radius:6px;background-color:#fff}.c-custom-select__delete-btn--disabled{cursor:default}.c-custom-select__delete-btn--disabled:after,.c-custom-select__delete-btn--disabled:before{background-color:#9d9fb3}.c-custom-select__triangle{cursor:pointer;width:1.5rem;height:100%}.c-custom-select__triangle:hover{border-radius:6px;background-color:#fff}.c-custom-select__triangle:before{content:"";display:block;width:0;border-color:#111 transparent transparent;border-style:solid;border-width:4px 4px 0;margin:auto;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.c-custom-select__triangle--open:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.c-custom-select__triangle--disabled{cursor:default}.c-custom-select__triangle--disabled:before{border-top-color:#9d9fb3}.c-custom-select__label{flex-grow:1}.c-custom-select__select{position:absolute;width:100%;height:100%;top:0;left:0;border:1px solid transparent;-webkit-appearance:none;appearance:none;background-color:transparent;color:#111;font-size:.875rem;z-index:2}.c-custom-select__select--hide{opacity:0}.c-custom-select__value{position:relative;top:0;left:0;width:100%;font-size:.875rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.25rem .25rem .25rem .625rem}.c-custom-select__no-filtered-value{cursor:pointer;display:flex;align-items:center;font-size:.875rem;width:100%;height:2.5rem;padding:0 8px}.c-custom-select__select-container{display:flex;flex-wrap:wrap}.c-custom-select__filter-options{display:inline-block;flex-shrink:0;flex-grow:1;color:#111;background:transparent;font-size:.875rem;outline:none;height:100%;width:100%;padding:0 8px}.c-custom-select__options{position:absolute;box-shadow:0 0 5px 0 rgba(91,91,91,.4);background-color:#fff;max-height:15.625rem;overflow-y:auto;border-bottom:1px solid #f0f6fa;border-left:1px solid #f0f6fa;border-right:1px solid #f0f6fa;border-bottom-left-radius:6px;border-bottom-right-radius:6px;outline:none;z-index:9999;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}@media screen and (max-width:48em){.c-custom-select__options{max-height:8.125rem}}.c-custom-select__option{cursor:pointer;padding:.25rem .5rem;word-break:break-word;font-size:.875rem}.c-custom-select__option:hover{background-color:rgba(91,91,91,.1)}.c-custom-select__option--disabled{cursor:none;opacity:.5;color:#5b5b5b;pointer-events:none}.c-custom-select__errortext{position:absolute;top:100%;color:#ff613a;font-size:.6875rem}.pagination{display:flex;align-items:center}.pagination--top{margin-bottom:.625rem}.pagination--bottom{margin-top:.625rem}@media screen and (max-width:30em){.pagination{align-self:flex-start}}.pagination__pages{display:flex;align-items:center;margin-right:.625rem}.pagination__pages--hide{display:none}.pagination__page{cursor:pointer;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;font-size:.75rem;font-weight:400;color:#000;transition:all .25s;margin:0 .25rem}.pagination__page.active{background-color:#fff;color:#4387ff;font-weight:700}.pagination__page:hover{background-color:hsla(0,0%,100%,.8)}.pagination__page:first-child{margin-left:0}.pagination__page:last-child{margin-right:0}.pagination__page--ellipsis{cursor:default}.pagination__page--ellipsis:hover{background-color:transparent}.pagination__page-size{width:9.375rem}@media screen and (max-width:48em){.pagination__page-size{width:4.375rem}}.pagination__arrows{display:flex;align-items:center;margin-left:1.875rem}.pagination__arrow{cursor:pointer;color:#4387ff;margin-right:1.25rem}.pagination__arrow:last-child{margin-right:0}.pagination__arrow--left{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pagination__arrow path{fill:currentColor}.pagination__arrow--disabled{cursor:default;color:#9d9fb3}.pagination__arrow:hover:not(.pagination__arrow--disabled){opacity:.6;transition:opacity .25s ease-in-out}.pagination--disabled{pointer-events:none;opacity:.7}.icon{display:flex;flex-direction:column;align-items:center;padding-right:.5rem;padding-left:.5rem;position:relative;opacity:.8;transition:all .25s ease-in-out}.icon--hasAnimate:hover{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}.icon__img{width:1.125rem;height:1.125rem;color:#9d9fb3}.icon__img svg{width:100%;height:100%}.icon__img svg path{fill:currentColor}.icon__img--onTerminate svg path{fill:#ff613a}.icon__img--onSort{width:.5rem;height:.5rem}.icon__img--onSort svg{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.icon__img--onWarningColorIcon{color:#ffa72c}.icon__img--onConsumption path{stroke:currentColor}.icon__img--onAdd svg{position:relative;top:-2px}.icon__img--onUpdate{cursor:default}.icon__img--onOk{color:#06c6c6}.icon__img--onCross{color:#5b5b5b}.c-dropdown-settings__options{position:absolute;box-shadow:0 0 5px 0 rgba(91,91,91,.4);background-color:#fff;max-height:15.625rem;overflow-y:auto;border-bottom:1px solid #f0f6fa;border-left:1px solid #f0f6fa;border-right:1px solid #f0f6fa;border-bottom-left-radius:6px;border-bottom-right-radius:6px;outline:none;z-index:100;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}@media screen and (max-width:48em){.c-dropdown-settings__options{max-height:8.125rem}}.c-dropdown-settings__option{display:flex;justify-content:space-between;cursor:pointer;font-size:.875rem;padding:.25rem .5rem}.c-dropdown-settings__option:hover{background-color:rgba(91,91,91,.1)}.c-dropdown-settings__option--disabled{pointer-events:none;opacity:.5;-webkit-filter:grayscale(100%);filter:grayscale(100%);background-color:#d9d9d9}.c-dropdown-settings__option-label{flex:1.6 1;word-break:break-word}.c-dropdown-settings__option-label--unclassified{color:#ffa72c}.c-dropdown-settings__option-label--threat{color:#ff613a}.c-dropdown-settings__option-label--ignored{color:#9d9fb3}.c-dropdown-settings__option-right{flex:.4 1;display:inline-block;margin-left:.25rem}.table-statistic{font-size:.875rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:.625rem}.c-slidebar{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200}.c-slidebar.hidden{pointer-events:none}.c-slidebar.hidden .c-slidebar__background{opacity:0}.c-slidebar.hidden .c-slidebar__content{right:-25rem}.c-slidebar__background{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:100;transition:all .5s}.c-slidebar__content{background-color:#fff;padding:2.5rem 1.25rem 1.25rem 2.5rem;z-index:1000;position:relative;width:25rem;position:absolute;right:0;top:0;bottom:0;overflow:auto;transition:all .5s}@media screen and (max-width:30em){.c-slidebar__content{padding:2.5rem .625rem .625rem;width:20rem}}.c-slidebar__content:has(.date-range-picker__wrapper,.custom-date-picker__calendar){overflow:visible}.c-slidebar__close{position:absolute;top:.4375rem;left:.4375rem;width:1.875rem;height:1.875rem;cursor:pointer;transition:all .15s}.c-slidebar__close:hover{-webkit-transform:scale(1.3);transform:scale(1.3)}@media screen and (max-width:30em){.c-slidebar__close{left:auto;right:.4375rem}}.c-slidebar-content__title{text-transform:uppercase;font-weight:700;margin-bottom:1.25rem}.c-slidebar-content__title--blured{-webkit-filter:blur(5px);filter:blur(5px)}.c-slidebar-content__subtitle{text-transform:uppercase;font-weight:400;font-size:.875rem;margin-top:1.25rem;margin-bottom:1.25rem}.c-slidebar-content__row{margin-bottom:.625rem}.c-slidebar-content__row--2col{display:flex;justify-content:space-between}.c-slidebar-content__row--2col>div{width:calc(50% - 5px)}.c-slidebar-content__row--flex{display:flex;align-items:center}.c-slidebar-content__row--flex .c-slidebar-content__label{margin-right:10px}.c-slidebar-content__row--flex .c-slidebar-content__label--interactive{margin-right:0}.c-slidebar-content__label{font-size:.875rem;font-weight:400;color:#111}.c-slidebar-content__label--interactive .c-slidebar-content__description{display:inline-block;vertical-align:super;margin-right:.625rem}.c-slidebar-content__label--checkbox{display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;margin-top:1rem}.c-slidebar-content__label--checkbox .c-slidebar-content__description{margin-left:.625rem}.c-slidebar-content__btns{display:flex;flex-wrap:wrap;margin-top:1.25rem}.c-slidebar-content__btns--column{flex-direction:column}.c-slidebar-content__btns--nomargin_top{margin-top:0}.c-slidebar-content__btn{width:calc(50% - 5px);margin-bottom:.625rem}.c-slidebar-content__btn:nth-child(2n){margin-left:10px}.c-slidebar-content__btn--fullwidth{width:100%}.c-slidebar-content__btn--fouth-width{width:25%}.c-slidebar-content__btn--right{margin-left:auto}.c-slidebar-content__btn.fullrow{width:100%}.c-slidebar-content__btn.nomargin{margin:0}@media screen and (max-width:48em){.c-slidebar-content__btn--export{width:70%}}.c-slidebar-content__file-row{display:flex;justify-content:space-between;align-items:center;margin-top:.625rem}.c-slidebar-content__file-row--mt-half{margin-top:.3125rem}.c-slidebar-content__file-label{font-size:.875rem}.c-slidebar-content__file-delete{cursor:pointer;width:.9375rem;height:.9375rem}.c-slidebar-content__file-delete:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.c-slidebar-content__disabled{pointer-events:none;opacity:.5}.c-slidebar-content__mt14{margin-top:14px}.c-slidebar-content--left{position:relative;left:-1%}.c-slidebar-content--bigger-interval{line-height:1.4}.sortable-list{cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.sortable-item{list-style:none;z-index:99999}.drag-handle{content:url(/static/media/columnDrag.3d56271f.svg);cursor:row-resize}.width-control{position:absolute;cursor:col-resize;-webkit-user-select:none;-ms-user-select:none;user-select:none;z-index:1;height:100%;width:.75rem;right:-.375rem;background-color:transparent;color:inherit}.width-control:hover .width-control__arrows:before{display:block}.width-control__arrows{position:relative;width:100%;height:100%}.width-control__arrows:before{content:"";display:none;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:100%;width:1px;background-color:rgba(91,91,91,.7)}.width-control__arrow{position:absolute;top:50%;color:currentColor}.width-control__arrow--left{-webkit-transform:translate(-75%,-50%);transform:translate(-75%,-50%)}.width-control__arrow--right{-webkit-transform:translate(-25%,-50%);transform:translate(-25%,-50%)}.column-resize{cursor:col-resize;position:fixed;width:2px;background-color:rgba(91,91,91,.7);-webkit-transform:translateZ(0);transform:translateZ(0);z-index:1}.column-resize:before{content:"";position:absolute;top:0;left:-1.5rem;background-color:transparent;width:50px;height:100%}.column-resize__width-control{position:relative;top:.875rem;right:-.3125rem;color:rgba(91,91,91,.7)}.show-more{display:flex;justify-content:center;width:100%}.show-more__btn{width:12.5rem}.table-sub-rows{border-top:1px solid rgba(91,91,91,.1)}.table-sub-rows__show-more{margin:.625rem 0}.table-sub-rows .c-table__row{position:relative;border-left:1px solid rgba(91,91,91,.1)}.table-sub-rows .c-table__row:before{left:0;width:.9375rem;height:1px}.table-sub-rows .c-table__row:after,.table-sub-rows .c-table__row:before{content:"";display:block;position:absolute;top:50%;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%);background-color:rgba(91,91,91,.1)}.table-sub-rows .c-table__row:after{left:-.9375rem;width:1px;height:100%}.table-sub-rows .c-table__row:last-child:after{height:50%;top:0;-webkit-transform:translate(-100%);transform:translate(-100%)}.table-sub-rows .c-table__row .c-table__cell{background-color:#fff!important}.c-table{position:relative}.c-table__container{background-color:#fff;border:1px solid rgba(91,91,91,.1);border-radius:6px;margin:0 auto}.c-table__container--shadow{box-shadow:0 0 18px 10px rgba(215,221,224,.4)}.c-table__nav{display:flex;justify-content:space-between;padding:.3125rem 0}.c-table__btns{display:flex}.c-table__btn{width:12.5rem}.c-table__content{overflow:auto}.c-table__content.isResize{cursor:col-resize;-webkit-user-select:none;-ms-user-select:none;user-select:none}.c-table__content--has-rows-paddings .c-table__header{display:inline-flex;padding:0 .625rem}.c-table__content--has-rows-paddings .c-table__header .c-table__cell{min-height:3.125rem}.c-table__content--has-rows-paddings .c-table__body{padding:0 .625rem .625rem}.c-table__header{display:flex;min-height:1.875rem}.c-table__header .c-table__cell{position:relative;justify-content:center;overflow:unset;padding:0}.c-table__header .c-table__cell-width-control{color:rgba(91,91,91,.1)}.c-table__header .c-table__cell-width-control:hover{color:rgba(91,91,91,.7)}.c-table__header .c-table__cell--clipped{overflow:hidden}.c-table__header .c-table__cell--cbs{margin:0;padding:0 .625rem}.c-table__title{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.5rem 0}.c-table__title:before{content:"";display:block;position:absolute;inset:0;background-color:transparent}.c-table__title--hovered:hover:before{background-color:rgba(1,119,164,.05)}.c-table__row{position:relative;display:flex;justify-content:flex-start;min-height:1.875rem}.c-table__row:nth-child(odd) .c-table__cell{background-color:#f0f6fa}.c-table__row.clickable-row:hover{cursor:pointer}.c-table__row.clickable-row:hover .c-table__cell{background-color:rgba(1,119,164,.2)}.c-table__row.clickable-row:hover .c-table__content--inc-fz{font-size:1.125rem}.c-table__cell{position:relative;display:flex;justify-content:flex-start;text-align:start;min-height:1.875rem;overflow:hidden;flex-shrink:0;font-size:.875rem;font-weight:400;padding:.3125rem;border-right:1px solid rgba(91,91,91,.1);border-bottom:1px solid rgba(91,91,91,.1);transition:border .25s ease-in-out}.c-table__cell:last-child{border-right:none}.c-table__cell:hover .c-table__help-btns{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:1;visibility:visible}.c-table__cell--header{align-items:center;text-align:center;text-transform:uppercase;font-weight:700;font-size:.75rem}.c-table__cell--header.c-table__cell--cbs{text-transform:none;justify-content:space-evenly}.c-table__cell--header .c-table__cb{top:0}.c-table__cell--breakword{word-break:break-word}.c-table__cell--right{justify-content:flex-end;text-align:end}.c-table__cell--center{justify-content:center;text-align:center}.c-table__cell--cbs{justify-content:space-evenly;padding:0 .625rem}.c-table__cell--clickable{cursor:pointer;display:block;width:100%}.c-table__cell--clickable:hover{color:#4387ff}.c-table__cell-content{word-break:break-word}.c-table__cell-content--blured{-webkit-filter:blur(5px);filter:blur(5px)}.c-table__cell-content--disabled{opacity:.5}.c-table__cell-content--c-pointer{cursor:pointer}.c-table__cell-content--full-width{display:block;width:100%}.c-table__cell--left{align-items:flex-start;text-align:start}.c-table__cell--vertical-centered{align-items:center}.c-table__cell--vertical-centered .c-table__cb{top:0}.c-table__content--inc-fz{transition:font-size .125s ease-in-out;font-size:medium}.c-table__status-bar{position:absolute;height:5px;width:0;bottom:0;left:0;overflow:hidden;-webkit-transform:translateZ(0,0,0);transform:translateZ(0,0,0);transition:width .25s linear}.c-table__status-bar:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-bottom-right-radius:5px;background:repeating-linear-gradient(-45deg,#9caffa .05px 5px,#8ffcfb 5px 10px);background-size:100px 100px;background-position:0 0;-webkit-animation:gradientAnimation 3s linear infinite;animation:gradientAnimation 3s linear infinite}.c-table__help-btns{display:flex;position:absolute;top:.25rem;left:100%;-webkit-transform:translateX(0);transform:translateX(0);opacity:0;visibility:hidden;transition:all .25s ease-in-out}.c-table__help-btn{margin-right:.25rem}.c-table__cb{position:relative;top:.25rem;cursor:pointer}.c-table__cb:not(:last-child){margin-right:.25rem}.c-table__cb--disabled,.c-table__cb.isApproveDisable,.c-table__cb.isConsumptionDisable,.c-table__cb.isDeleteDisable,.c-table__cb.isDropdownOptionsDisable,.c-table__cb.isEditDisable,.c-table__cb.isInfoDisable,.c-table__cb.isLogsDisable,.c-table__cb.isSendDisable,.c-table__cb.isSettingsDisable,.c-table__cb.isStartDisable,.c-table__cb.isSwitchDisable,.c-table__cb.isTerminateDisable{pointer-events:none;opacity:.3}.c-table__cb.isUpdateDisable,.c-table__cb.updating{opacity:.3}.c-table__cb.isUpdateDisable .icon__img--onUpdate,.c-table__cb.updating .icon__img--onUpdate{cursor:default}.c-table__cb.updating .icon{-webkit-animation-name:rotation;animation-name:rotation;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.c-table__cb--vertical-centered{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.c-table__header-sort{cursor:pointer;position:relative}.c-table__sort-arow{position:absolute;transition:all .25s}.c-table__sort-arow.asc{top:4px;right:6px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.c-table__sort-arow.desc{bottom:4px;right:6px}.c-table [class*=dump]{pointer-events:none;cursor:default}.c-table__link{cursor:pointer;display:inline-block;position:relative;right:0;color:#111;outline:none;width:auto;text-decoration:none;margin-left:auto}.c-table__link:hover{color:#111}.c-table__show-more{margin-top:.625rem}.c-table__no-data{padding:.5rem}.copy-button{cursor:pointer;width:1.125rem;height:1.125rem}.copy-button:hover{opacity:.7}.table-with-pagination{display:flex;flex-direction:column;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto}.alerts-id-log-data__title{font-size:1.25rem;margin-bottom:.625rem;font-style:italic}.alerts-id-log-data__reputation--high{color:#06c6c6}.alerts-id-log-data__reputation--medium{color:#ffa72c}.alerts-id-log-data__reputation--low{color:#ff613a}.alerts-id-log-data__reputation--bad{color:#5b5b5b}.alerts-id-log-data__filter-result{text-transform:uppercase}.alerts-id-log-data__filter-result--green{color:#06c6c6}.alerts-id-log-data__filter-result--yellow{color:#ffa72c}.alerts-id-log-data__filter-result--red{color:#ff613a}.c-input-text__delete-btn:after,.c-input-text__delete-btn:before{content:"";display:block;position:absolute;left:50%;top:50%;height:1px;width:10px;background-color:#111}.c-input-text{position:relative;height:2.5rem;border:1px solid #d5dee3;border-radius:6px;background-color:#f0f6fa;transition:all .25s}.c-input-text:focus,.c-input-text:hover{border-color:#9d9fb3}.c-input-text--disabled{opacity:.5}.c-input-text--disabled:focus,.c-input-text--disabled:hover{border-color:#9d9fb3}.c-input-text--error,.c-input-text--requis7{border-color:#ff613a}.c-input-text input{outline:none;height:100%;width:100%;font-size:.875rem;color:#111;border-radius:6px;background-color:transparent;padding:0 8px}.c-input-text input[disabled]{color:#111}.c-input-text__errortext{position:absolute;top:100%;color:#ff613a;font-size:.75rem}.c-input-text--search input{background-image:url(/static/media/search.13ce6245.svg);background-position:10px;background-repeat:no-repeat}.c-input-text--search input::-webkit-input-placeholder{padding-left:20px}.c-input-text--search input:-moz-placeholder,.c-input-text--search input::-moz-placeholder{padding-left:20px}.c-input-text--search input:-ms-input-placeholder{padding-left:20px}.c-input-text--search input:active,.c-input-text--search input:focus{background-image:none}.c-input-text--search input:active::-webkit-input-placeholder,.c-input-text--search input:focus::-webkit-input-placeholder{opacity:0}.c-input-text--search input:active:-moz-placeholder,.c-input-text--search input:active::-moz-placeholder,.c-input-text--search input:focus:-moz-placeholder,.c-input-text--search input:focus::-moz-placeholder{opacity:0}.c-input-text--search input:active:-ms-input-placeholder,.c-input-text--search input:focus:-ms-input-placeholder{opacity:0}.c-input-text--time input{background-image:url(/static/media/time.2fc8b0b3.svg);background-position:10px;background-repeat:no-repeat;padding-left:2.625rem}.c-input-text--delete-btn{display:flex;align-items:center;justify-content:space-between}.c-input-text--delete-btn input{width:calc(100% - 1.125rem)}.c-input-text__delete-btn{cursor:pointer;position:relative;height:100%;width:1.5rem}.c-input-text__delete-btn:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.c-input-text__delete-btn:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.c-input-text__delete-btn:focus,.c-input-text__delete-btn:hover{border-radius:6px;background-color:#fff}.c-input-text__delete-btn--disabled{cursor:default}.c-input-text__delete-btn--disabled:after,.c-input-text__delete-btn--disabled:before{background-color:#9d9fb3}.c-checkbox.checked:before,.c-checkbox.partly:before{content:"";position:absolute;background-repeat:no-repeat;background-size:100% 100%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.c-checkbox{display:inline-block;position:relative;cursor:pointer;width:1.25rem;height:1.25rem;border:1px solid #d5dee3;border-radius:.25rem;background-color:#f0f6fa}.c-checkbox.checked:before{background-image:url(/static/media/Arrow.16f6ac0d.svg);width:10px;height:10px}.c-checkbox.partly:before{background-image:url(/static/media/square.aef2de31.svg);width:8px;height:8px}.c-checkbox:hover{border-color:#9d9fb3}.c-checkbox.disabled{pointer-events:none;opacity:.5}.c-checkbox.error{border-color:#ff613a}.c-multiple-select__delete-btn:after,.c-multiple-select__delete-btn:before{content:"";display:block;position:absolute;left:50%;top:50%;height:1px;width:10px;background-color:#111}.c-multiple-select{display:block;border:1px solid #d5dee3;border-radius:6px;background-color:#f0f6fa;min-width:12.5rem}.c-multiple-select:focus,.c-multiple-select:hover{border-color:#9d9fb3}.c-multiple-select--fixed-width{max-width:14.375rem}.c-multiple-select--disabled{-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;opacity:.5}.c-multiple-select__btn{cursor:pointer;display:flex;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.875rem;border-radius:6px;z-index:1}.c-multiple-select__btn:hover{background-color:#f0f6fa}.c-multiple-select__btn--clear-one{flex-shrink:0;font-size:.5rem;line-height:1;z-index:5}.c-multiple-select__btn--disabled{color:#f0f6fa}.c-multiple-select__delete-btn{flex-shrink:0;cursor:pointer;position:relative;width:1.5rem}.c-multiple-select__delete-btn:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.c-multiple-select__delete-btn:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.c-multiple-select__delete-btn:hover{border-radius:6px;background-color:#fff}.c-multiple-select__delete-btn--disabled{cursor:default}.c-multiple-select__delete-btn--disabled:after,.c-multiple-select__delete-btn--disabled:before{background-color:#9d9fb3}.c-multiple-select__triangle{flex-shrink:0;cursor:pointer;width:1.5rem}.c-multiple-select__triangle:hover{border-radius:6px;background-color:#fff}.c-multiple-select__triangle:before{content:"";display:block;width:0;border-color:#111 transparent transparent;border-style:solid;border-width:4px 4px 0;margin:auto;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.c-multiple-select__triangle--open:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.c-multiple-select__triangle--disabled{cursor:default}.c-multiple-select__triangle--disabled:before{border-top-color:#9d9fb3}.c-multiple-select__label{display:flex;justify-content:flex-end;height:100%}.c-multiple-select__select{position:absolute;width:100%;height:100%;top:0;left:0;border:none;-webkit-appearance:none;appearance:none;background-color:transparent;color:#111;font-size:ren(14);z-index:2}.c-multiple-select__select--hide{opacity:0}.c-multiple-select__values{position:relative;top:0;left:0;width:100%;font-size:.75rem}.c-multiple-select__select-container{display:flex;height:100%}.c-multiple-select__crv,.c-multiple-select__value{flex-shrink:0;display:inline-flex;align-items:center;border-radius:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:2rem;background-color:rgba(157,159,179,.25);padding:.125rem .25rem;margin:.125rem}.c-multiple-select__crv:last-child,.c-multiple-select__value:last-child{margin-right:.125rem}.c-multiple-select__crv--fixed-width,.c-multiple-select__value--fixed-width{max-width:3.125rem}.c-multiple-select__text{overflow:hidden;text-overflow:ellipsis;margin:0 .125rem}.c-multiple-select__text--nowrap{white-space:nowrap}.c-multiple-select__crv{text-align:center;white-space:nowrap;width:1.875rem}.c-multiple-select__filter-options-input{display:inline-block;flex-grow:1;background-color:transparent!important;font-size:.875rem;width:40%!important;height:calc(2.5rem - 2px);padding:0 8px}.c-multiple-select__filter-options-input--disabled{color:#f0f6fa}.c-multiple-select__filter-options-input--width-fixed{width:2.5rem!important}.c-multiple-select__filter-options-input--width-compressed{width:1.25rem!important}.c-multiple-select__filter-options-input--hide{display:none}.c-multiple-select__options{position:absolute;box-shadow:0 .4375rem .875rem 0 rgba(91,91,91,.4);background-color:#fff;max-height:15.625rem;overflow-y:auto;border-bottom:1px solid #f0f6fa;border-left:1px solid #f0f6fa;border-right:1px solid #f0f6fa;border-bottom-left-radius:6px;border-bottom-right-radius:6px;outline:none;z-index:9999;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}@media screen and (max-width:48em){.c-multiple-select__options{max-height:8.125rem}}.c-multiple-select__option{cursor:pointer;padding:.25rem;word-break:break-word;font-size:.875rem}.c-multiple-select__option:hover{background-color:rgba(91,91,91,.1)}.c-multiple-select__option--chosen{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:rgba(67,135,255,.2)}.c-multiple-select__option--chosen:after{content:"";display:block;width:.875rem;height:.875rem;background:url(/static/media/ok.e3f8067c.svg);background-repeat:no-repeat;background-size:contain}.c-multiple-select__option--chosen:hover{background-color:rgba(67,135,255,.1)}.c-multiple-select__option--disabled{color:#f0f6fa}.c-multiple-select__errortext{position:absolute;top:100%;color:#ff613a;font-size:.75rem}.alerts-ip-dnsbl .ip-row{display:flex;align-items:center;margin-bottom:1.25rem}.alerts-ip-dnsbl .ip-row__input{flex:1 1}.alerts-ip-dnsbl .ip-row__remove-btn{margin-left:.625rem}.alerts-ip-dnsbl__row{padding-top:.625rem}.alerts-ip-dnsbl__title{margin-bottom:.625rem}.alerts-ip-dnsbl__checkbox-wrap{margin-top:0}.alerts-gp-domain-reputation .domain-row{display:flex;align-items:center;margin-bottom:1.25rem}.alerts-gp-domain-reputation .domain-row__input{flex:1 1}.alerts-gp-domain-reputation .domain-row__remove-btn{margin-left:.625rem}.alerts-gp-domain-reputation__title{margin-bottom:.625rem}.alerts-gp-domain-reputation__row{padding-top:.625rem}.alerts-gp-domain-reputation__option--high{color:#06c6c6}.alerts-gp-domain-reputation__option--medium{color:#ffa72c}.alerts-gp-domain-reputation__option--low{color:#ff613a}.alerts-gp-domain-reputation__option--bad{color:#5b5b5b}.alerts-gp-ip-reputation .ip-row{display:flex;align-items:center;margin-bottom:1.25rem}.alerts-gp-ip-reputation .ip-row__input{flex:1 1}.alerts-gp-ip-reputation .ip-row__remove-btn{margin-left:.625rem}.alerts-gp-ip-reputation__title{margin-bottom:.625rem}.alerts-gp-ip-reputation__row{padding-top:.625rem}.alerts-gp-ip-reputation__option--high{color:#06c6c6}.alerts-gp-ip-reputation__option--medium{color:#ffa72c}.alerts-gp-ip-reputation__option--low{color:#ff613a}.alerts-gp-ip-reputation__option--bad{color:#5b5b5b}.alerts-domain-dnsbl .domain-row{display:flex;align-items:center;margin-bottom:1.25rem}.alerts-domain-dnsbl .domain-row__input{flex:1 1}.alerts-domain-dnsbl .domain-row__remove-btn{margin-left:.625rem}.alerts-domain-dnsbl__row{padding-top:.625rem}.alerts-domain-dnsbl__title{margin-bottom:.625rem}.alerts-domain-dnsbl__checkbox-wrap{margin-top:0}.alerts-gp-user-reported-spam-ratio__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-gp-user-reported-spam-ratio__inputs .c-custom-select{width:3.75rem}.alerts-gp-user-reported-spam-ratio__inputs .c-input-text{width:100%}.alerts-gp-spf-success-ratio__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-gp-spf-success-ratio__inputs .c-custom-select{width:3.75rem}.alerts-gp-spf-success-ratio__inputs .c-input-text{width:100%}.alerts-gp-dkim-success-ratio__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-gp-dkim-success-ratio__inputs .c-custom-select{width:3.75rem}.alerts-gp-dkim-success-ratio__inputs .c-input-text{width:100%}.alerts-gp-dmarc-success-ratio__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-gp-dmarc-success-ratio__inputs .c-custom-select{width:3.75rem}.alerts-gp-dmarc-success-ratio__inputs .c-input-text{width:100%}.alerts-gp-outbound-encryption-ratio__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-gp-outbound-encryption-ratio__inputs .c-custom-select{width:3.75rem}.alerts-gp-outbound-encryption-ratio__inputs .c-input-text{width:100%}.alerts-gp-inbound-encryption-ratio__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-gp-inbound-encryption-ratio__inputs .c-custom-select{width:3.75rem}.alerts-gp-inbound-encryption-ratio__inputs .c-input-text{width:100%}.alerts-gp-delivery-error-ratio__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-gp-delivery-error-ratio__inputs .c-custom-select{width:3.75rem}.alerts-gp-delivery-error-ratio__inputs .c-input-text{width:100%}.alerts-snds-filter-result .ip-row{display:flex;align-items:center;margin-bottom:1.25rem}.alerts-snds-filter-result .ip-row__input{flex:1 1}.alerts-snds-filter-result .ip-row__remove-btn{margin-left:.625rem}.alerts-snds-filter-result__row{padding-top:.625rem}.alerts-snds-filter-result__title{margin-bottom:.625rem}.alerts-snds-bounce-rate__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-snds-bounce-rate__inputs .c-custom-select{width:3.75rem}.alerts-snds-bounce-rate__inputs .c-input-text{width:100%}.alerts-snds-complaint-rate__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-snds-complaint-rate__inputs .c-custom-select{width:3.75rem}.alerts-snds-complaint-rate__inputs .c-input-text{width:100%}.alerts-snds-trap-hits__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-snds-trap-hits__inputs .c-custom-select{width:3.75rem}.alerts-snds-trap-hits__inputs .c-input-text{width:100%}.alerts-lookalike-reg-created-date__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-lookalike-reg-created-date__operator-select{width:12.5rem}.alerts-dmarc-spf-fail__time-range{margin-bottom:1.25rem}.alerts-dmarc-spf-fail__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-dmarc-spf-fail__operator-select{width:12.5rem}.alerts-dmarc-spf-fail__input{width:100%}.alerts-dmarc-dkim-fail__time-range{margin-bottom:1.25rem}.alerts-dmarc-dkim-fail__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-dmarc-dkim-fail__operator-select{width:12.5rem}.alerts-dmarc-dkim-fail__input{width:100%}.alerts-dmarc-dmarc-fail__time-range{margin-bottom:1.25rem}.alerts-dmarc-dmarc-fail__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-dmarc-dmarc-fail__operator-select{width:12.5rem}.alerts-dmarc-dmarc-fail__input{width:100%}.alerts-dmarc-spf-alignment-fail__time-range{margin-bottom:1.25rem}.alerts-dmarc-spf-alignment-fail__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-dmarc-spf-alignment-fail__operator-select{width:12.5rem}.alerts-dmarc-spf-alignment-fail__input{width:100%}.alerts-dmarc-dkim-alignment-fail__time-range{margin-bottom:1.25rem}.alerts-dmarc-dkim-alignment-fail__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-dmarc-dkim-alignment-fail__operator-select{width:12.5rem}.alerts-dmarc-dkim-alignment-fail__input{width:100%}.alerts-lookalike-reg-updated-date__inputs{display:flex;grid-gap:.625rem;gap:.625rem}.alerts-lookalike-reg-updated-date__operator-select{width:12.5rem}.alerts-traps-ip .ip-row{display:flex;align-items:center;margin-bottom:1.25rem}.alerts-traps-ip .ip-row__input{flex:1 1}.alerts-traps-ip .ip-row__remove-btn{margin-left:.625rem}.alerts-traps-ip__title{margin-bottom:.625rem}.alerts-traps-domain-from .domain-row{display:flex;align-items:center;margin-bottom:1.25rem}.alerts-traps-domain-from .domain-row__input{flex:1 1}.alerts-traps-domain-from .domain-row__remove-btn{margin-left:.625rem}.alerts-traps-domain-from__title{margin-bottom:.625rem}.alerts-rule{border-bottom:1px solid #d5dee3;padding-bottom:1.25rem;margin-bottom:1.25rem}.alerts-rule__row{display:flex;align-items:center;margin-bottom:1.25rem}.alerts-rule__remove-btn{margin-left:.625rem}.alerts-rule__remove-btn button{color:#111}.alerts-rule__btn{width:calc(50% - 5px);margin-top:.625rem}.alerts-rule:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.alerts-create__note{margin-top:.375rem;font-style:italic;color:#5b5b5b;font-size:.875rem}.alerts-create__checkbox-wrap{margin-bottom:1.25rem}.alerts-create__lookalike-error{margin-top:.375rem;color:#ff613a}.alerts-sidebar .c-slidebar__content{width:70%}@media screen and (max-width:48em){.alerts-sidebar .c-slidebar__content{width:100%}}.alerts-sidebar.hidden .c-slidebar__content{right:-70%}@media screen and (max-width:48em){.alerts-sidebar.hidden .c-slidebar__content{right:-100%}}.alerts-sidebar .c-alerts-info{display:flex;justify-content:space-between;flex-wrap:nowrap;align-items:stretch;height:100%}.alerts-sidebar__side{flex:1 1}.alerts-sidebar__side--left{display:flex;flex-direction:column;border-right:1px solid #f0f6fa;padding-right:.625rem}.alerts-sidebar__side--right{overflow-y:auto;padding-left:.625rem}.alerts-sidebar__side--hidden{opacity:0;visibility:hidden}.alerts-sidebar__fields{display:flex;align-items:center;justify-content:space-between;width:100%}.alerts-sidebar__fields-with-error{margin-bottom:1.25rem}.alerts-sidebar__field{display:flex;flex-direction:column;margin-right:.625rem}.alerts-sidebar__field:last-child{margin-right:0}.alerts-sidebar__field--name{flex-grow:1}.alerts-sidebar__checkbox{margin:.3125rem auto 0}.alerts-sidebar__modes{flex:1 1}@media screen and (max-width:48em){.alerts-sidebar__btn{width:100%;margin-left:0!important;margin-right:0!important}}.error404__container{text-align:center;color:rgba(91,91,91,.7);font-weight:700;font-size:30rem}.error404__container.compact{font-size:15rem}.error404__status-error{font-size:.4em}@media screen and (max-width:48em){.error404__status-error{font-size:.3em}}@media screen and (max-width:30em){.error404__status-error{font-size:.25em}}.error404__description{font-size:.1em}.error404__btn{font-size:1.625rem;border:1px solid rgba(91,91,91,.7);padding:1.875rem;border-radius:1.5rem}.error404__btn:hover{border:2px solid rgba(91,91,91,.7);font-weight:700}.alerts-id-log{padding:1.875rem}@media screen and (max-width:30em){.alerts-id-log{padding:1.875rem .625rem}}.alerts-id-log__btn{display:inline-block;width:12.5rem}.permission-denied{width:100%}.permission-denied__title{text-align:center;font-size:3.125rem;font-weight:700;color:#ff613a;margin-top:1.875rem}@media screen and (max-width:30em){.permission-denied__title{font-size:1.875rem;margin-top:1.25rem}}.feature-not-available{padding:1.875rem;height:100%;display:flex;justify-content:center}@media screen and (max-width:30em){.feature-not-available{padding:1.875rem .625rem}}.feature-not-available__container{max-width:34.375rem;margin-top:12.5rem;display:flex;flex-direction:column;align-items:center;grid-gap:1.25rem;gap:1.25rem}.feature-not-available__title{color:#111;font-weight:400;font-size:1.875rem;text-transform:uppercase;white-space:nowrap}@media screen and (max-width:30em){.feature-not-available__title{white-space:wrap}}.feature-not-available__btn{width:14.375rem}.feature-not-available__img{width:12.5rem;height:12.5rem;background:url(/static/media/feature-not-available.c11077e4.png) no-repeat 50%;background-size:contain}.switched-account-plan-expired{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:1.875rem;gap:1.875rem;text-align:center}.switched-account-plan-expired__title{font-size:3.125rem;font-weight:700;color:#ff613a}@media screen and (max-width:30em){.switched-account-plan-expired__title{font-size:1.875rem}}.switched-account-plan-expired__message{font-size:1.25rem}@media screen and (max-width:30em){.switched-account-plan-expired__message{font-size:1rem}}.switched-account-plan-expired__return-btn{max-width:18.75rem}.sub-user-no-access{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:1.875rem;gap:1.875rem;text-align:center}.sub-user-no-access__title{font-size:3.125rem;font-weight:700;color:#ff613a}@media screen and (max-width:30em){.sub-user-no-access__title{font-size:1.875rem}}.sub-user-no-access__message{font-size:1.25rem}@media screen and (max-width:30em){.sub-user-no-access__message{font-size:1rem}}.sub-user-no-access__return-btn{max-width:18.75rem}.c-tabs{display:flex;align-items:center;isolation:isolate;border:1px solid rgba(67,135,255,.5);border-radius:6px;background-color:#fff;padding:.125rem}.c-tabs__tab{flex:1 1}.c-tabs__tab:not(:last-child){margin-right:.25rem}.c-tabs__input{display:none}.c-tabs__input:checked+.c-tabs__label{background-color:#4387ff;color:#fff}.c-tabs__label{cursor:pointer;position:relative;display:flex;justify-content:center;align-items:center;width:100%;min-height:2.1125rem;border-radius:6px;font-size:.875rem;font-weight:700;transition:all .25s ease-in-out;padding:.375rem}.c-tabs__label:hover{background-color:rgba(67,135,255,.2)}.c-tabs__icon{flex-shrink:0;width:.8125rem;height:.8125rem;margin-right:.25rem}.c-tabs__icon>svg{display:block;width:100%;height:100%}.c-tabs__text{word-break:break-all}.alerts-tabs{width:23.75rem;margin-right:.625rem}@media screen and (max-width:60em){.alerts-tabs{margin:0 auto .625rem}}@media screen and (max-width:30em){.alerts-tabs{width:12.5rem}.alerts-tabs .c-tabs__tab{margin-right:0}}@media screen and (max-width:30em){.alerts-tabs__container{flex-direction:column;align-items:normal}}.c-dropdown__btn{min-width:12.5rem}.c-dropdown__btn-icon{transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.c-dropdown__btn-icon--right{position:relative;right:.25rem;width:.625rem;height:.625rem}.c-dropdown__btn-icon--open.c-dropdown__btn-icon--left,.c-dropdown__btn-icon--open.c-dropdown__btn-icon--right{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.c-dropdown__btn-text{font-weight:700}.c-dropdown__warning-text-icon>svg{fill:#ff613a}.c-dropdown__options{position:absolute;box-shadow:0 0 5px 0 rgba(91,91,91,.4);background-color:#fff;max-height:15.625rem;overflow-y:auto;border-bottom:1px solid #f0f6fa;border-left:1px solid #f0f6fa;border-right:1px solid #f0f6fa;border-bottom-left-radius:6px;border-bottom-right-radius:6px;outline:none;z-index:100;-webkit-transform:translateZ(9999px);transform:translateZ(9999px)}@media screen and (max-width:48em){.c-dropdown__options{max-height:8.125rem}}.c-dropdown__option{display:flex;justify-content:space-between;cursor:pointer;font-size:1rem;padding:.25rem .5rem}.c-dropdown__option:hover{background-color:rgba(91,91,91,.1)}.c-dropdown__option--disabled{color:rgba(91,91,91,.7)}.c-dropdown__option-label{flex:1.6 1;word-break:break-word}.c-dropdown__option-right{flex:.4 1;display:inline-block;margin-left:.25rem}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}@media screen and (max-width:60em){.section-header{flex-direction:column;align-items:center;margin-bottom:.625rem}}.section-header__title-container{position:relative;display:flex;align-items:center;grid-gap:1.25rem;gap:1.25rem}@media screen and (max-width:60em){.section-header__title-container{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;margin-bottom:.9375rem}}.section-header__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase;white-space:nowrap}@media screen and (max-width:30em){.section-header__title{text-align:center}}.section-header__spinner{width:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;margin-left:.625rem}@media screen and (max-width:60em){.section-header__spinner{position:absolute;left:100%;top:0}}.section-header__warning-container{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem;color:#ff613a;flex-shrink:0}.section-header__warning-container h2{font-size:1rem;font-weight:700}.section-header__warning-msg{flex-shrink:0}.section-header__warning-icon{width:1.875rem;height:1.875rem;flex-shrink:0}.section-header__warning-btn{width:11.25rem}.section-header__header-right{display:flex;align-self:center}@media screen and (max-width:60em){.section-header__header-right{flex-direction:column;align-items:center}}.wiwt{width:1.125rem;height:1.125rem}.wiwt__icon>svg{position:relative;bottom:.1875rem;width:100%;height:100%;fill:#ff613a}.download-btn__button{width:6.25rem}@media screen and (max-width:60em){.download-btn__button{margin:0 auto .625rem}}@media print{@page{margin:0}body,html{background-color:#f0f6fa!important;width:100%;height:100%;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body *{visibility:hidden;-webkit-print-color-adjust:exact;print-color-adjust:exact}.recharts-legend-wrapper{width:100%!important}.recharts-tooltip-wrapper{display:none!important}.print-mode .recharts-wrapper{margin:0 auto!important;display:flex!important}.react-grid-item{height:auto!important}.react-resizable-handle,.widget__remove{display:none!important}.react-grid-layout{display:block!important;height:auto!important}.react-grid-layout .react-grid-item{position:relative!important;width:100%!important;-webkit-transform:translateX(0)!important;transform:translateX(0)!important;left:0!important;margin-bottom:20px;page-break-inside:avoid!important;-webkit-column-break-inside:avoid!important;break-inside:avoid!important}.react-grid-layout .react-grid-item .widget{width:100%!important}.box__content{height:-webkit-max-content!important;height:max-content!important}.box{page-break-inside:avoid!important;-webkit-column-break-inside:avoid!important;break-inside:avoid!important}.traps-page-data.print-mode .traps-dashboards__box-container,.traps-page-data.print-mode .traps-dashboards__box-wrapper,.traps-page-data.print-mode .traps-dashboards__timeseries{display:flex!important;flex-direction:column!important;grid-gap:10px!important;gap:10px!important}.traps-page-data.print-mode .traps-dashboards__table{max-height:none!important}.dmarc-dashboards{grid-gap:10px!important;gap:10px!important}.dmarc-dashboards__table-box{display:flex!important;flex-direction:column!important}.dmarc-dashboards__box-2col,.dmarc-dashboards__box-3col{display:flex!important;flex-direction:column!important;grid-gap:10px!important;gap:10px!important}.dmarc-dashboards .c-table__container{max-height:none!important}.dmarc-aggregated-count__container{grid-template-columns:repeat(4,1fr)!important}.dmarc-aggregated-domains-table,.dmarc-aggregated-domains-table .c-table__container,.dmarc-aggregated-ips-table,.dmarc-aggregated-ips-table .c-table__container,.dmarc-dashboards__table-box,.dmarc-dashboards__table-box .c-table__container{max-height:none!important}.dmarc-aggregated-domains-table .c-table__cell,.dmarc-aggregated-ips-table .c-table__cell,.dmarc-dashboards__table-box .c-table__cell{min-width:75px!important;width:75px!important}.dashboards-page-widget__dmarc-aggregated-ip-country--table-all,.dmarc-country-table-all{display:flex!important}.dashboards-page-widget__dmarc-aggregated-ip-country,.dmarc-dashboard-ip-countries__data,.dmarc-dashboard-ip-countries__tabs,.dmarc-page-filters__clear-btn,.dpfl__loading-info{display:none!important}.snds.print-mode .snds-dashboards-graphs{display:flex!important;flex-direction:column!important}.snds.print-mode .snds-dashboards-graphs__table{max-height:none!important}.snds.print-mode .smf-export,.snds.print-mode .snds-dashboards-loading-info__refresh,.snds.print-mode .snds-filters__clear-btn,.snds.print-mode .traps-export{display:none!important}.gp-domains-list.print-mode .gp-dashboards{display:flex!important;flex-direction:column!important}.gp-domains-list.print-mode .gp-dashboards__table{max-height:none!important}.gp-domains-list.print-mode .gp-dashboards-loading-info,.gp-domains-list.print-mode .gp-filters__clear-btn{display:none!important}.seedlisting-list.print-mode .seedlisting-dashboards-side__dashboard-list{flex-direction:column!important;flex-wrap:wrap!important}.seedlisting-list.print-mode .seedlisting-dashboards-side__dashboard-box{width:100%!important}.seedlisting-list.print-mode .seedlisting-dashboards-side__tables{grid-template-columns:minmax(250px,1fr)}.seedlisting-list.print-mode .seedlisting-dashboards-side__table-box{max-height:none!important}.alerts-page-data.print-mode .alerts-filters__clear-btn,.seedlisting-list.print-mode .seedlisting-dashboards__compare-btn,.seedlisting-list.print-mode .seedlisting-main-filters__clear-btn{display:none!important}.domains-list.print-mode .domains-aggregated-data{display:grid;grid-template-columns:repeat(2,1fr)}.domains-list.print-mode .domains-aggregated-data__item{display:flex;flex-direction:column!important;width:100%!important}.domains-list.print-mode .dl-filters__table .c-table__cell{min-width:120px!important;width:120px!important}.domains-list.print-mode .dl-filters__table .c-table__cell--cbs,.domains-list.print-mode .dl-filters__table .c-table__cell-width-control,.domains-list.print-mode .dl-filters__table .c-table__row:last-child,.domains-list.print-mode .dtf__clear-btn{display:none!important}.ips-list.print-mode .ips-aggregated-data__item{width:100%!important}.ips-list.print-mode .ipl-filters__table .c-table__cell{min-width:240px!important;width:240px!important}.ips-list.print-mode .ipl-filters__table .c-table__cell--cbs,.ips-list.print-mode .ipl-filters__table .c-table__cell-width-control,.ips-list.print-mode .ipl-filters__table .c-table__row:last-child,.ips-list.print-mode .itf__clear-btn,.lookalike-page.print-mode .lookalike-page-domain-list__table-wrapper .c-table__cell--cbs,.lookalike-page.print-mode .lookalike-page-domain-list__table-wrapper .c-table__cell-width-control,.lookalike-page.print-mode .lookalike-page-filters__clear-btn,.lookalike-page.print-mode .lookalike-page-loading__refresh-btn{display:none!important}.pixel-page.print-mode .pixel-dashboards{display:flex!important;flex-direction:column!important;grid-gap:10px!important;gap:10px!important}.pixel-page.print-mode .pixel-dashboards__row-1,.pixel-page.print-mode .pixel-dashboards__row-2{grid-template-columns:1fr!important}.alerts-page,.alerts-page *,.dashboards-page,.dashboards-page *,.dmarc-page,.dmarc-page *,.domains-list,.domains-list *,.gp-domains-list,.gp-domains-list *,.ips-list,.ips-list *,.lookalike-page,.lookalike-page *,.pixel-page,.pixel-page *,.seedlisting-list,.seedlisting-list *,.snds,.snds *,.traps-page,.traps-page *{visibility:visible}.alerts-page,.dashboards-page,.dmarc-page,.domains-list,.gp-domains-list,.ips-list,.lookalike-page,.pixel-page,.seedlisting-list,.snds,.traps-page{position:absolute;left:0;top:0;width:100%}.pagination,.section-header__header-right,.table-statistic,.welcome-box{display:none}}.separator{background-color:#d5dee3;width:1px;height:2.5rem;margin:0 1.25rem}@media screen and (max-width:60em){.separator{display:none}}.separator--horizontal{display:block;width:100%;height:0;border-top:1px solid #d5dee3;margin:1.25rem 0}.separator--low{margin:.625rem 0}.separator--error{border-top-color:#ff613a;background-color:#ff613a}.box{background-color:#fff;box-shadow:0 0 18px 10px rgba(215,221,224,.4);border:1px solid rgba(91,91,91,.1);border-radius:.5rem;padding:1.25rem}.box__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.box__header--center{justify-content:center}.box__title{display:inline-flex;align-items:center;font-size:1rem;font-weight:700;color:#111}.box__content{width:100%;height:100%}.box__content--graph{font-size:.75rem}@media screen and (max-width:75em){.box__content--graph{font-size:.625rem}}.box__content--table{padding-top:.625rem;padding-bottom:.625rem;overflow:auto}.box__spinner-wrapper{position:relative;margin-left:.625rem}.box__spinner{position:absolute;-webkit-transform:scale(.5);transform:scale(.5)}.box__logo{width:2.1875rem;height:2.1875rem;flex-shrink:0;margin-right:.625rem}.box__logo svg{width:100%;height:100%}.box--no-shadow{box-shadow:none}.alerts-timeseries-graph__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:150px;height:300px;margin:0 auto}.alerts-aggregated-rule-type{display:flex;justify-content:space-between;padding-right:.3125rem;background-color:#fff}.alerts-aggregated-rule-type:nth-child(2n){background-color:#f0f6fa}.alerts-aggregated-rule-type__headers{display:flex;padding-right:.3125rem;background-color:#fff}.alerts-aggregated-rule-type__header{text-align:center;font-weight:700;padding:.625rem;width:15.625rem;border-right:1px solid rgba(91,91,91,.1)}@media screen and (max-width:30em){.alerts-aggregated-rule-type__header{width:5rem}}.alerts-aggregated-rule-type__items{display:flex}.alerts-aggregated-rule-type__item{border-right:1px solid rgba(91,91,91,.1);padding:.625rem;word-break:break-all;width:15.625rem}@media screen and (max-width:30em){.alerts-aggregated-rule-type__item{width:5rem}}.alerts-aggregated-rule-type__count{width:4.375rem;border-left:1px solid rgba(91,91,91,.1);display:flex;align-items:center;justify-content:flex-end;padding:.625rem}@media screen and (max-width:30em){.alerts-aggregated-rule-type__count{width:1.875rem}}.alerts-aggregated-rule-type .rbl-row{text-align:start}.alerts-aggregated-rule-type .rbl-row__link{color:#0177a4}.alerts-aggregated-rule-type .rbl-row__link--low{color:#f3dd12}.alerts-aggregated-rule-type .rbl-row__link--medium{color:#ffa72c}.alerts-aggregated-rule-type .rbl-row__link--high{color:#ff613a}.alerts-aggregated-item{border-bottom:1px solid rgba(91,91,91,.1)}.alerts-aggregated-item:last-child{border-bottom:none}.alerts-aggregated-item:nth-child(2n) .alerts-aggregated-item__header{background-color:#f0f6fa}.alerts-aggregated-item__header{display:flex;align-items:center;justify-content:space-between;padding-right:.3125rem;background-color:#f0f6fa;height:2.5rem;background-color:#fff}.alerts-aggregated-item__header-title-wrap{display:flex;align-items:center;height:100%}.alerts-aggregated-item__header-title{padding-left:.3125rem}.alerts-aggregated-item__header-count{width:4.375rem;height:100%;border-left:1px solid rgba(91,91,91,.1);display:flex;align-items:center;justify-content:flex-end;padding-right:.625rem;padding-left:.625rem}@media screen and (max-width:30em){.alerts-aggregated-item__header-count{width:1.875rem}}.alerts-aggregated-item__arrow-icon-wrap{width:2.5rem;display:flex;align-items:center;justify-content:center;padding-right:.3125rem;border-right:1px solid rgba(91,91,91,.1);height:100%;padding-left:.3125rem}.alerts-aggregated-item__arrow-icon{cursor:pointer;transition:opacity .125s ease-in-out}.alerts-aggregated-item__arrow-icon>svg{fill:rgba(1,119,164,.5);transition:-webkit-transform .125s ease-in-out;transition:transform .125s ease-in-out;transition:transform .125s ease-in-out,-webkit-transform .125s ease-in-out}.alerts-aggregated-item__arrow-icon--open>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.alerts-aggregated-item__arrow-icon:hover{opacity:.5}.alerts-aggregated-item__content{border-top:1px solid rgba(91,91,91,.1);background-color:#fff;border-left:4px solid rgba(1,119,164,.5);margin-left:2.5rem}.alerts-aggregated-item__content:first-child{border-top:none}.alerts-aggregated-item__content-rule{height:2.5rem;display:flex;align-items:center;justify-content:space-between;padding-left:.3125rem;padding-right:.3125rem;border-bottom:1px solid rgba(91,91,91,.1)}.alerts-aggregated-item__content-rule:last-child{border-bottom:none}.alerts-aggregated-item__content-item{background-color:#fff}.alerts-aggregated-item__content-item:nth-child(2n){background-color:#f0f6fa}.alerts-aggregated-item__content-rule-title{padding:.625rem}.alerts-aggregated-item__content-rule-count{width:4.375rem;height:100%;border-left:1px solid rgba(91,91,91,.1);display:flex;align-items:center;justify-content:flex-end;padding:.625rem}@media screen and (max-width:30em){.alerts-aggregated-item__content-rule-count{width:1.875rem}}.alerts-aggregated-table{font-size:.875rem;background-color:#fff;border:1px solid rgba(91,91,91,.1);border-radius:.375rem;overflow:hidden}.alerts-dashboards{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.alerts-list__rules{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.alerts-list__active .icon__img--onOk{color:#9d9fb3!important}.date-range-picker{position:relative;display:flex;align-items:center;grid-gap:.1875rem;gap:.1875rem}@media screen and (max-width:30em){.date-range-picker{flex-direction:column}}.date-range-picker__wrapper{box-shadow:0 0 10px rgba(52,52,52,.25);position:absolute;z-index:101;top:2.5rem}@media screen and (max-width:60em){.date-range-picker__wrapper{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}}.date-range-picker__wrapper--sidebar{right:auto;left:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.date-range-picker__overlay{position:relative}.date-range-picker__bottom-block{z-index:101;position:absolute;display:flex;align-items:center;grid-gap:1.875rem;gap:1.875rem;bottom:0;right:0;margin-bottom:.625rem;margin-right:.625rem;color:#111}.date-range-picker__available-days{display:block;font-size:.875rem}.date-range-picker__available-days-count{color:#ff613a}.date-range-picker__confirm-btn{width:12.5rem;color:#fff;padding:.3125rem .625rem}@media screen and (max-width:48em){.date-range-picker__confirm-btn{width:7.5rem;padding:.125rem .1875rem}}.date-range-picker__close-btn{max-width:1.25rem;font-size:1.25rem;margin-right:.625rem;margin-top:.3125rem;z-index:101;position:absolute;top:0;right:0;cursor:pointer}@media screen and (max-width:48em){.date-range-picker__close-btn{max-width:.625rem}}.date-range-picker__to--disabled{opacity:.7}@media screen and (max-width:30em){.date-range-picker__to{display:none}}.date-range-picker__date-input{outline:none;height:2.5rem;width:100%;font-size:.875rem;color:#111;border:1px solid #d5dee3;border-radius:6px}.rdrDateRangePickerWrapper{padding-right:3.125rem;padding-top:1.25rem;padding-bottom:3.125rem;background:#fff;border-radius:.5rem}.rdrDateRangePickerWrapper select{height:auto}.rdrDateRangePickerWrapper .rdrEndEdge,.rdrDateRangePickerWrapper .rdrInRange,.rdrDateRangePickerWrapper .rdrSelected,.rdrDateRangePickerWrapper .rdrStartEdge{background-color:#57068e}.rdrDateRangePickerWrapper .rdrEndEdge,.rdrDateRangePickerWrapper .rdrStartEdge{color:#57068e}.rdrDateRangePickerWrapper .rdrDayEndPreview,.rdrDateRangePickerWrapper .rdrDayInPreview,.rdrDateRangePickerWrapper .rdrDayStartPreview{border-color:#57068e}.rdrDateRangePickerWrapper .rdrDayToday{color:#57068e}.rdrDateRangePickerWrapper .rdrDayToday .rdrDayNumber span:after{background:#57068e}.rdrDateRangePickerWrapper .rdrDateDisplayItemActive{border-color:#57068e}.rdrDateRangeWrapper{padding:1.875rem 1.25rem 3.125rem;background:#fff;border-radius:.5rem}@media only screen and (max-width:375px){.rdrDateRangeWrapper{padding-right:.3125rem;padding-left:.3125rem}}.rdrDateRangeWrapper select{height:auto}.rdrDateRangeWrapper .rdrEndEdge,.rdrDateRangeWrapper .rdrInRange,.rdrDateRangeWrapper .rdrSelected,.rdrDateRangeWrapper .rdrStartEdge{background-color:#57068e}.rdrDateRangeWrapper .rdrEndEdge,.rdrDateRangeWrapper .rdrStartEdge{color:#57068e}.rdrDateRangeWrapper .rdrDayEndPreview,.rdrDateRangeWrapper .rdrDayInPreview,.rdrDateRangeWrapper .rdrDayStartPreview{border-color:#57068e}.rdrDateRangeWrapper .rdrDayToday{color:#57068e}.rdrDateRangeWrapper .rdrDayToday .rdrDayNumber span:after{background:#57068e}.rdrDateRangeWrapper .rdrDateDisplayItemActive{border-color:#57068e}.alerts-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.alerts-filters{flex-direction:column-reverse}}.alerts-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.alerts-filters__container{flex-direction:column}}.alerts-filters__list{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.alerts-filters__list{flex-direction:column;align-items:center}}.alerts-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.alerts-filters__clear-btn{margin:0 auto}}.alerts-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.c-popup{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;box-shadow:0 0 10px rgba(52,52,52,.25);z-index:99}.c-popup.hidden{display:none}.c-popup__background{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(240,246,250,.8);z-index:100}.c-popup__content{border:1px solid hsla(0,0%,82.7%,.7);background-color:#fff;padding:30px;z-index:1000;border-radius:1.5rem}.welcome-box-popup .c-popup__background{background-color:rgba(0,0,0,.5)}.welcome-box-popup .c-popup__content{max-width:37.5rem;border-radius:.5rem;border:none;padding:0;margin:0 auto}.welcome-box__container{width:100%;background-color:#fff;border-radius:.5rem;box-shadow:0 .25rem 1.25rem rgba(0,0,0,.1);overflow:hidden}.welcome-box__header{position:relative;padding:1.25rem 2.1875rem;background:linear-gradient(270deg,#57068e 2.04%,#06c6c6 144.27%);color:#fff;text-align:center}.welcome-box__close{position:absolute;top:.625rem;right:.625rem;width:1.875rem;height:1.875rem;cursor:pointer;opacity:.7;transition:opacity .2s ease}.welcome-box__close:hover{opacity:1}.welcome-box__close:after,.welcome-box__close:before{content:"";position:absolute;top:50%;left:50%;width:1rem;height:.125rem;background-color:#fff;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.welcome-box__close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.welcome-box__title{margin:0;font-size:1.25rem;font-weight:700}.welcome-box__content{padding:1.875rem;line-height:1.6}.welcome-box__content p{margin:0 0 .9375rem}.welcome-box__content p:last-child{margin-bottom:0}.welcome-box__content a{color:#0177a4;text-decoration:none}.welcome-box__content a:hover{text-decoration:underline}.welcome-box__footer{padding:1.25rem 1.875rem;border-top:1px solid #d5dee3;text-align:center}.welcome-box__btn{max-width:25rem;width:100%}.alerts-page{padding:1.875rem}@media screen and (max-width:30em){.alerts-page{padding:1.875rem .625rem}}.alerts-page__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.value-container{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d5dee3;background-color:#fff;border-radius:.375rem;flex-grow:1;flex-basis:16.6666666667%;padding:.5rem 0}.value-container__title{text-transform:uppercase}.value-container__value{font-size:1.625rem}.user-consumption-stats-data{flex-direction:column}.user-consumption-stats-data,.user-consumption-stats-data__two-values{display:flex;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:48em){.user-consumption-stats-data__two-values{flex-direction:column}}.user-consumptions-charts{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.625rem;gap:.625rem;margin-top:.625rem}@media screen and (max-width:75em){.user-consumptions-charts{display:block}}@media screen and (max-width:75em){.user-consumptions-charts__sei-accordion{margin-bottom:.625rem}.user-consumptions-charts__sei-accordion:last-child{margin-bottom:0}}.user-consumptions-charts__header-with-btn{position:relative}.sei-accordion--user-consumptions .sei-accordion__item-header{text-align:center}.sei-accordion--user-consumptions .sei-accordion__item{display:flex;flex-direction:column;border:1px solid #d5dee3}.sei-accordion--user-consumptions .sei-accordion__item--show{height:100%}.sei-accordion--user-consumptions .sei-accordion__item-header{cursor:pointer;background-color:rgba(1,119,164,.2);border-bottom:1px solid #d5dee3;text-transform:uppercase;font-weight:700;padding:.3125rem}.sei-accordion--user-consumptions .sei-accordion__item-header:hover{background-color:rgba(1,119,164,.5)}.sei-accordion--user-consumptions .sei-accordion__item-content{flex-grow:1}.sei-accordion--user-consumptions .sei-accordion__item-content--graph{background-color:#fff;font-size:.75rem}@media screen and (max-width:75em){.sei-accordion--user-consumptions .sei-accordion__item-content--graph{font-size:.625rem}}.user-consumption-in-current-cycle-data{margin-top:3.125rem;padding-top:1.25rem;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;border-top:2px solid #d5dee3}.user-consumption-in-current-cycle-data__subtitle{color:#111;font-weight:400;font-size:1.5rem;text-transform:uppercase}.user-consumption-in-current-cycle-data__two-values{display:flex;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:48em){.user-consumption-in-current-cycle-data__two-values{flex-direction:column}}.user-consumptions-api-request-aggregated-table{display:flex;justify-content:center;padding-top:.625rem;padding-bottom:.625rem;max-height:200px;overflow-y:auto}.user-consumptions-api{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.625rem;gap:.625rem;margin-top:.625rem}@media screen and (max-width:75em){.user-consumptions-api{display:block}}@media screen and (max-width:75em){.user-consumptions-api__sei-accordion{margin-bottom:.625rem}.user-consumptions-api__sei-accordion:last-child{margin-bottom:0}}.user-consumptions-api__header-with-btn{position:relative}.consumptions-wrapper__content{margin-top:.625rem}.user-consumptions-filters__periods{position:relative;display:flex}.dashboards-settings__btn{display:block;width:14.375rem}.dashboards-preset-select{width:14.375rem;margin-right:.625rem}@media screen and (max-width:60em){.dashboards-preset-select{margin-bottom:.625rem;margin-right:0}}.widget{background-color:#fff;box-shadow:0 .421875rem 2.34375rem rgba(67,135,255,.1);border-radius:.5rem;height:100%}.widget__header{padding:1.25rem;display:flex;align-items:center;justify-content:space-between;cursor:move;margin-bottom:.5rem}.widget__header--center{justify-content:center}.widget__header:hover{background-color:rgba(67,135,255,.2)}.widget__header--disabled{pointer-events:none}.widget__remove{cursor:pointer;color:#9d9fb3}.widget__title{display:inline-flex;align-items:center;font-size:1rem;font-weight:700;color:#111}.widget__content{position:relative;padding:0 1.25rem 1.25rem;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;max-width:100%;height:calc(100% - 44px)}.widget__content--graph{font-size:.75rem;overflow:auto}@media screen and (max-width:75em){.widget__content--graph{font-size:.625rem}}.widget__content-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.9);font-size:1.5rem;pointer-events:none;text-align:center}.widget__spinner-wrapper{position:relative;margin-left:.625rem}.widget__spinner{position:absolute;-webkit-transform:scale(.5);transform:scale(.5)}.multiple-progress-bar{display:flex;width:100%;height:.625rem;border:1px solid #f0f6fa;border-radius:.625rem;overflow:hidden}.sdt{margin:0 auto}.sdt .c-table__cell{font-size:.75rem}.sdt__progress{margin-top:.3125rem}.gp-domain-trends-graph__no-data,.gp-ip-trends-graph__no-data,.gp-user-reported-spam-ratio-graph__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:100px;height:200px;margin:0 auto}.gp-top-complainers{overflow-y:auto;margin:0 auto}.gp-top-complainers .c-table{margin:0 auto}.gp-top-complainers .c-table__cell{font-size:.75rem}.gp-top-complainers__circle{display:inline-block;width:.625rem;height:.625rem;border-radius:50%;background-color:transparent;margin-right:.3125rem}.gp-top-fbl-identifiers{overflow-y:auto;margin:0 auto}.gp-top-fbl-identifiers .c-table{margin:0 auto}.gp-top-fbl-identifiers .c-table__cell{font-size:.75rem}.gp-top-fbl-identifiers__circle{display:inline-block;width:.625rem;height:.625rem;border-radius:50%;background-color:transparent;margin-right:.3125rem}.gp-delivery-errors{overflow:auto;margin:0 auto}.gp-delivery-errors .c-table{margin:0 auto}.gp-delivery-errors .c-table__cell{font-size:.75rem}.gp-delivery-errors__circle{display:inline-block;width:.625rem;height:.625rem;border-radius:50%;background-color:transparent;margin-right:.3125rem}.snds-data-sum-info{display:flex;align-items:center;justify-content:space-evenly}@media screen and (max-width:60em){.snds-data-sum-info{flex-direction:column;padding:1.25rem}}.snds-data-sum-info__chart,.snds-data-sum-info__table{flex-shrink:0}.snds-data-sum-info__chart{width:50%;margin-right:.625rem}@media screen and (max-width:60em){.snds-data-sum-info__chart{margin-right:0;margin-bottom:.625rem}}.snds-data-sum-info__tooltip{text-align:center;font-size:.75rem;padding:.25rem}.snds-data-sum-info__table .c-table__cell{font-size:.75rem}.snds-data-sum-info__column.snds-data-sum-info__colors:before{content:"";display:inline-block;width:.5rem;height:.5rem;border-radius:50%;margin-right:.25rem}.snds-data-sum-info__column.snds-data-sum-info__colors--green{color:#06c6c6}.snds-data-sum-info__column.snds-data-sum-info__colors--green:before{background-color:#06c6c6}.snds-data-sum-info__column.snds-data-sum-info__colors--yellow{color:#ffa72c}.snds-data-sum-info__column.snds-data-sum-info__colors--yellow:before{background-color:#ffa72c}.snds-data-sum-info__column.snds-data-sum-info__colors--red{color:#ff613a}.snds-data-sum-info__column.snds-data-sum-info__colors--red:before{background-color:#ff613a}.gp-recipients-trends-graph__no-data,.snds-bounce-info__no-data,.snds-bounce-rate-info__no-data,.snds-complaint-rate-info__no-data,.snds-data-sum-info__no-data,.snds-filter-result-info__no-data,.snds-trap-hits-info__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:100px;height:200px;margin:0 auto}.snds-data-traps{overflow-y:auto;margin:0 auto}.snds-data-traps .c-table{margin:0 auto}.snds-data-traps .c-table__cell{font-size:.75rem}.snds-data-traps__circle{display:inline-block;width:.625rem;height:.625rem;border-radius:50%;background-color:transparent;margin-right:.3125rem}.snds-data-smf{overflow-y:auto;margin:0 auto}.snds-data-smf .c-table{margin:0 auto}.snds-data-smf .c-table__cell{font-size:.75rem}.snds-data-smf__circle{display:inline-block;width:.625rem;height:.625rem;border-radius:50%;background-color:transparent;margin-right:.3125rem}.dmarc-dashboard-ip-countries-graph .ddt__row{white-space:nowrap}.dmarc-aggregated-count{width:100%;height:100%}.dmarc-aggregated-count__container{display:grid;align-items:center;grid-template-columns:repeat(8,1fr);width:100%;grid-gap:2.5rem}@media screen and (max-width:48em){.dmarc-aggregated-count__container{grid-template-columns:repeat(4,1fr);grid-gap:.9375rem}}.dmarc-aggregated-count__messages{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:1.875rem;gap:1.875rem}.dmarc-aggregated-count__messages--text{font-size:1.625rem;font-weight:500}@media screen and (max-width:48em){.dmarc-aggregated-count__messages--text{font-size:1.25rem}}.dmarc-aggregated-count__messages--count{font-size:2rem}@media screen and (max-width:48em){.dmarc-aggregated-count__messages--count{font-size:1.5rem}}.dmarc-aggregated-count__chart-container{width:100%;display:flex;flex-direction:column;align-items:center}.dmarc-aggregated-count__no-data{font-size:.875rem;padding-top:100px;height:200px}.dmarc-country-list{max-height:100%;overflow:auto;padding:.625rem}@media screen and (max-width:60em){.dmarc-country-list{max-height:25rem}}.dmarc-country-list--no-data{text-align:center;font-size:1rem}.dmarc-country-list__item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(91,91,91,.3);font-size:.875rem;padding:.5rem 0;margin-bottom:.625rem}.dmarc-country-list__item:last-child{margin-bottom:0}.dmarc-country-list__country{display:flex;align-items:center}.dmarc-country-list__flag{width:1.875rem;height:1rem;margin-right:.625rem}.dmarc-country-list__flag-icon--unknown{display:table!important;margin:0 auto}.dmarc-country-table-all{max-height:100%;overflow:auto;display:none;justify-content:center;padding:.625rem}@media screen and (max-width:60em){.dmarc-country-table-all{max-height:25rem}}.dmarc-country-table-all__flag{width:1.875rem;height:1rem;margin-right:.625rem}.dmarc-country-table-all__flag-icon--unknown{display:table!important;margin:0 auto}.dmarc-timeseries-compliance__no-data,.dmarc-timeseries-disposition__no-data,.dmarc-timeseries-source__no-data,.dmarc-timeseries-threat__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:100px;height:200px;margin:0 auto}.progress-bar{position:relative;display:flex;width:100%;height:1.25rem;border-radius:.625rem;overflow:hidden}.progress-bar__progress{height:100%;width:100%;text-align:center;background-color:#06c6c6}.progress-bar__incomplete{height:100%;background-color:#9d9fb3}.progress-bar__fail{height:100%;background-color:#ff613a}.progress-bar__text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap}.dmarc-timeseries-reporter__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:100px;height:200px;margin:0 auto}.dmarc-aggregated-domains-table{display:flex;flex-direction:column;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto;max-height:21.875rem;overflow-y:auto}.dmarc-aggregated-domains-table__domain{display:flex;align-items:center}.dmarc-aggregated-domains-table__domain--failed{color:#ff613a}.dmarc-aggregated-ips-table{display:flex;flex-direction:column;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto;max-height:21.875rem;overflow-y:auto}.dmarc-aggregated-ips-table__ip{display:flex;align-items:center}.dmarc-aggregated-ips-table__ip--failed{color:#ff613a}.ips-aggregated-blocklist__no-data,.ips-aggregated-rdns__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:100px;height:200px;margin:0 auto}.ips-aggregated-data{display:flex;flex-wrap:wrap;min-height:15.625rem}.ips-aggregated-data__item{width:50%}@media screen and (max-width:60em){.ips-aggregated-data__item{width:100%}}.ips-aggregated-data__chart{font-size:.875rem}.ips-aggregated-data__item-title{text-align:center;color:#111;font-size:1rem;font-weight:600;margin-bottom:1.25rem}.ips-aggregated-data__no-data{height:100%;display:flex;justify-content:center;align-items:center;color:#111}.domains-aggregated-blocklist__no-data,.domains-aggregated-dkim__no-data,.domains-aggregated-dmarc__no-data,.domains-aggregated-spf__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:100px;height:200px;margin:0 auto}.domains-aggregated-data{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem;min-height:15.625rem}.domains-aggregated-data__item{width:calc(25% - .625rem)}@media screen and (max-width:90em){.domains-aggregated-data__item{width:calc(50% - .625rem)}}@media screen and (max-width:60em){.domains-aggregated-data__item{width:calc(100% - .625rem)}}.domains-aggregated-data__chart{font-size:.875rem;height:100%}.domains-aggregated-data__item-title{text-align:center;color:#111;font-size:1rem;font-weight:600;margin-bottom:1.25rem}.domains-aggregated-data__no-data{height:100%;display:flex;justify-content:center;align-items:center;color:#111}.traps-messages-received{display:flex;align-items:center;justify-content:center;flex-direction:column;grid-gap:.625rem;gap:.625rem;min-height:18.75rem;color:rgba(17,17,17,.8)}.traps-messages-received__count{font-size:3.75rem;font-weight:700;text-align:center}.traps-messages-received__text{font-size:1.875rem;text-align:center;font-weight:500}.traps-dashboards-per-day{display:flex;align-items:center;justify-content:center;height:100%}.traps-dashboards-per-day__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:100px;margin:0 auto}.traps-dashboards-colorcode__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:150px;height:300px;margin:0 auto}.traps-aggregated-data{overflow-y:auto;margin:0 auto}.traps-aggregated-data .c-table{margin:0 auto}.traps-aggregated-data .c-table__cell{font-size:.75rem}.traps-aggregated-data__circle{display:inline-block;width:.625rem;height:.625rem;border-radius:50%;background-color:transparent;margin-right:.3125rem}.pixel-opens-received{display:flex;align-items:center;justify-content:center;flex-direction:column;grid-gap:.625rem;gap:.625rem;min-height:18.75rem;color:rgba(17,17,17,.8)}.pixel-opens-received__count{font-size:3.75rem;font-weight:700;text-align:center;word-wrap:break-word;word-break:break-all;overflow-wrap:break-word;max-width:100%}.pixel-opens-received__text{font-size:1.875rem;text-align:center;font-weight:500}.pixel-opens-per-day{display:flex;align-items:center;justify-content:center;height:100%}.pixel-opens-per-day__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:100px;margin:0 auto}.pixel-campaign-performance__no-data{display:flex;align-items:center;justify-content:center;height:300px}.pixel-subscriber-performance-table{margin:0 auto;overflow-y:auto}.pixel-subscriber-performance-table .c-table{margin:0 auto}.pixel-subscriber-performance-table .c-table__cell{font-size:.75rem}.pixel-subscriber-performance-table__load-more{margin:.625rem auto 0;width:9.375rem}.pixel-subscriber-performance-table__no-data{display:flex;justify-content:center;align-items:center;padding:2.5rem 1.25rem;text-align:center}.pixel-device-type__no-data,.pixel-email-provider__no-data{display:flex;align-items:center;justify-content:center;height:300px}.pixel-country-table-all{max-height:100%;overflow:auto;display:flex;justify-content:center}@media screen and (max-width:60em){.pixel-country-table-all{max-height:25rem}}.pixel-country-table-all__flag{width:1.875rem;height:1rem;margin-right:.625rem}.pixel-country-table-all__flag-icon--unknown{display:table!important;margin:0 auto}.dashboards-page-widget__dmarc-aggregated-ip-country{width:100%;display:grid;grid-template-columns:2fr 1fr;height:34.375rem}@media screen and (max-width:60em){.dashboards-page-widget__dmarc-aggregated-ip-country{display:block;height:auto}}.dashboards-page-widget__dmarc-aggregated-ip-country--table-all{display:none}.dashboards-page-widget__alerts-aggregated-table{width:100%;height:100%;overflow-y:scroll}.dashboards-page-widget__seedlisting-table{overflow-y:scroll}.dashboards-page-widget__domains-aggregated-data,.dashboards-page-widget__ips-aggregated-data,.dashboards-page-widget__pixel-graph,.dashboards-page-widget__traps-graph{width:100%}.dashboards-page-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.dashboards-page-filters{flex-direction:column-reverse}}.dashboards-page-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.dashboards-page-filters__container{flex-direction:column}}.dashboards-page-filters__list{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.dashboards-page-filters__list{flex-direction:column;align-items:center}}.dashboards-page-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.dashboards-page-filters__clear-btn{margin:0 auto}}.dashboards-page-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.dashboards-page-data__widget{overflow:hidden}.dashboards-page-data__empty{display:flex;justify-content:center;align-items:center;height:60vh}.dashboards-page-data__btn{width:18.75rem;height:3.125rem}.dashboards-page-data .alerts-aggregated-table{width:100%}.dashboards-accordion{color:#111;overflow-x:auto;border-radius:.375rem;border:1px solid rgba(91,91,91,.1);margin-bottom:.625rem}.dashboards-accordion__header{background-color:rgba(1,119,164,.05);border-bottom:1px solid #d5dee3;padding:.5rem;cursor:pointer;display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.dashboards-accordion__header-title{width:90%;word-wrap:break-word}.dashboards-accordion__header-right{width:10%}.dashboards-accordion__header-icon{transition:all .25s}.dashboards-accordion__header-icon--rotated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dashboards-accordion__body{padding:.5rem;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.dashboards-accordion__item{grid-gap:.625rem;gap:.625rem}.dashboards-accordion__item,.dashboards-accordion__select-all{display:flex;align-items:center}.dashboards-sidebar-settings{height:100vh;overflow:hidden!important}.dashboards-sidebar-settings__content{display:flex;flex-wrap:nowrap;height:100%}.dashboards-sidebar-settings__presets-control{display:flex;flex-direction:column;justify-content:space-between;overflow:auto;grid-gap:1.875rem;gap:1.875rem;width:50%;padding-right:.625rem;border-right:1px solid #f0f6fa}.dashboards-sidebar-settings__presets-data{width:50%;padding-left:.625rem;padding-right:.625rem;height:100%;overflow-y:auto}.dashboards-sidebar-settings__preset-item{display:flex;width:100%;align-items:center;grid-gap:.625rem;gap:.625rem}.dashboards-sidebar-settings__preset-container{width:100%;display:flex;position:relative}.dashboards-sidebar-settings__preset{width:100%;text-align:start}.dashboards-sidebar-settings__preset--btn{padding:.5rem}.dashboards-sidebar-settings__icons-container{position:absolute;right:.625rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:flex;grid-gap:.625rem;gap:.625rem}.dashboards-sidebar-settings__preset-list{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.dashboards-sidebar-settings .c-slidebar__content{width:40%;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:60em){.dashboards-sidebar-settings .c-slidebar__content{width:70%}}@media screen and (max-width:48em){.dashboards-sidebar-settings .c-slidebar__content{width:100%}}.dashboards-sidebar-settings.hidden .c-slidebar__content{right:-40%}@media screen and (max-width:60em){.dashboards-sidebar-settings.hidden .c-slidebar__content{right:-70%}}@media screen and (max-width:48em){.dashboards-sidebar-settings.hidden .c-slidebar__content{right:-100%}}.dashboards-sidebar-settings__add-btn{text-align:center;margin-top:.625rem}@media screen and (max-width:30em){.dashboards-sidebar-settings__add-btn{word-break:break-all;font-size:.8125rem}}.dashboards-sidebar-settings__presets-data--disabled{pointer-events:none;opacity:.5}.dashboards-page{padding:1.875rem}@media screen and (max-width:30em){.dashboards-page{padding:1.875rem .625rem}}.dashboards-page__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.dmarc-id-header{display:flex;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:48em){.dmarc-id-header{flex-direction:column}}.dmarc-id-header__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.dmarc-id-header__title a{text-decoration:none;color:inherit}.dmarc-id-header__title a:hover{text-decoration:underline}.dmarc-id-header__breadcrumbs-current{font-size:1.25rem}.dmarc-id-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.dmarc-id-filters{flex-direction:column-reverse}}.dmarc-id-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.dmarc-id-filters__container{flex-direction:column}}.dmarc-id-filters__list{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.dmarc-id-filters__list{flex-direction:column;align-items:center}}.dmarc-id-filters__item{flex-shrink:0;min-width:14rem}.dmarc-id-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.dmarc-id-filters__clear-btn{margin:0 auto}}.dmarc-id-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.dmarc-id-ips__row{display:grid;grid-template-columns:2fr repeat(11,minmax(6.25rem,1fr))}.dmarc-id-ips__row:nth-child(2n) .dmarc-id-ips__cell{background-color:#f0f6fa}.dmarc-id-ips__cell{position:relative;font-size:.875rem;font-weight:400;word-break:break-word;background-color:#fff;border-right:1px solid rgba(91,91,91,.1);border-bottom:1px solid rgba(91,91,91,.1);padding:.3125rem}.dmarc-id-ips__cell--blured{-webkit-filter:blur(5px);filter:blur(5px)}.dmarc-id-ips__cell--header{align-items:center;text-align:center;text-transform:uppercase;font-weight:700;font-size:.75rem}.dmarc-id-ips__cell--sorted{cursor:pointer}.dmarc-id-ips__cell--sorted:hover{background-color:rgba(1,119,164,.05)}.dmarc-id-ips__cell--center{display:flex;align-items:center;justify-content:center}.dmarc-id-ips__cell--right{text-align:right}.dmarc-id-ips__sort-arow{position:absolute;transition:all .25s}.dmarc-id-ips__sort-arow.asc{top:4px;right:6px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dmarc-id-ips__sort-arow.desc{bottom:4px;right:6px}.dmarc-id-ips__flag-icon{width:1.875rem;height:1rem;margin-right:.625rem}.dmarc-id-ips__flag-icon svg{width:100%;height:100%}.dmarc-id-ips__flag-icon--unknown{margin:0 auto}.dmarc-id-ips__flag-icon--unknown svg{position:relative;bottom:.125rem}.dmarc-id-ips__btn{display:block;width:12.5rem;margin:.375rem auto 0}.dmarc-id-ips__data-row{margin-bottom:.25rem}.dmarc-id-ips__data-row--bold{font-weight:700}.dmarc-id-ips__no-data{background-color:#fff;padding:.5rem}.didt{border:1px solid rgba(91,91,91,.1);box-shadow:0 0 18px 10px rgba(215,221,224,.4);border-radius:6px;overflow:hidden}.didt__row{display:grid;grid-template-columns:1.875rem repeat(9,minmax(6.25rem,1fr))}.didt__row:nth-child(2n) .didt__cell{background-color:#f0f6fa}.didt__arrow-icon{cursor:pointer;transition:opacity .125s ease-in-out}.didt__arrow-icon>svg{fill:rgba(1,119,164,.5);transition:-webkit-transform .125s ease-in-out;transition:transform .125s ease-in-out;transition:transform .125s ease-in-out,-webkit-transform .125s ease-in-out}.didt__arrow-icon--open>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.didt__arrow-icon:hover{opacity:.5}.didt__cell{position:relative;font-size:.875rem;font-weight:400;word-break:break-word;background-color:#fff;border-right:1px solid rgba(91,91,91,.1);border-bottom:1px solid rgba(91,91,91,.1);padding:.3125rem}.didt__cell--header{cursor:pointer;align-items:center;text-align:center;text-transform:uppercase;font-weight:700;font-size:.75rem}.didt__cell--header:hover{background-color:rgba(1,119,164,.05)}.didt__cell--center{display:flex;align-items:center;justify-content:center}.didt__cell--blured{-webkit-filter:blur(5px);filter:blur(5px)}.didt__cell--right{text-align:right}.didt__sort-arow{position:absolute;transition:all .25s}.didt__sort-arow.asc{top:4px;right:6px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.didt__sort-arow.desc{bottom:4px;right:6px}.didt__full-row{position:relative;grid-column:2/-1;padding:.5rem 0}.didt__full-row:before{content:"";display:block;position:absolute;left:-6px;top:0;width:4px;height:calc(100% - 4px);background-color:rgba(1,119,164,.5)}.didt__no-data{background-color:#fff;padding:.5rem}.dmarc-id-data{max-width:100rem}.dmarc-id{padding:1.875rem}@media screen and (max-width:30em){.dmarc-id{padding:1.875rem .625rem}}.adh-desc{margin-bottom:.625rem}.adh-desc__text{word-break:break-word;font-size:.875rem;margin-bottom:.375rem}.adh-desc__text:last-child{margin-bottom:0}.adh-desc__text--syntax{word-break:break-word}.adh-desc__title{font-weight:700}.c-add-dmarc .dmarc-row{display:flex;align-items:center;margin-bottom:1.25rem}.c-add-dmarc .dmarc-row__input{flex:1 1}.c-add-dmarc .dmarc-row__remove-btn{margin-left:.625rem}.c-add-dmarc__description{word-break:break-all;font-size:.875rem}@-webkit-keyframes dragEnterAnimation{0%{border-color:rgba(17,17,17,.7)}to{border-color:#d5dee3}}@keyframes dragEnterAnimation{0%{border-color:rgba(17,17,17,.7)}to{border-color:#d5dee3}}.c-input-file{background-color:#fff}.c-input-file__label{cursor:pointer;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #d5dee3;border-radius:6px;background-color:#f0f6fa;width:100%;height:10.625rem;color:#9d9fb3;text-align:center;font-size:.875rem;font-weight:400;transition:all .25s ease-out;padding:.625rem}.c-input-file__label:focus,.c-input-file__label:hover{border-color:rgba(17,17,17,.7)}.c-input-file__label--dragEnter{border-style:solid;-webkit-animation:dragEnterAnimation 1s infinite;animation:dragEnterAnimation 1s infinite}.c-input-file__icon{width:1.25rem;height:1.25rem;margin-bottom:.3125rem}.import-csv__result-uploaded-container{margin-bottom:.625rem}.import-csv__uploaded-result{font-size:.75rem}.import-csv__quantity{font-weight:700}.import-csv__quantity--success{color:#06c6c6}.import-csv__quantity--failed{color:#ff613a}.dmarc-settings__warning{margin-left:auto}.dmarc-page-tabs{width:23.75rem;margin-right:.625rem}@media screen and (max-width:60em){.dmarc-page-tabs{margin:0 auto .625rem}}@media screen and (max-width:30em){.dmarc-page-tabs{width:12.5rem}.dmarc-page-tabs .c-tabs__tab{margin-right:0}}@media screen and (max-width:30em){.dmarc-page-tabs__container{flex-direction:column;align-items:normal}}.dmarc-page-loading-domain-info{flex-shrink:0;align-self:flex-start;display:flex;align-items:center}@media screen and (max-width:60em){.dmarc-page-loading-domain-info{flex-direction:column;margin:0 auto}}.dmarc-page-loading-domain-info__data-loading{font-size:.875rem;margin-right:1.25rem}@media screen and (max-width:60em){.dmarc-page-loading-domain-info__data-loading{margin-right:0}}.dmarc-page-loading-domain-info__refresh-btn{width:3.75rem}.dmarc-page-domains-additional-controls{flex-shrink:0;align-self:flex-start;display:flex;align-items:center}@media screen and (max-width:60em){.dmarc-page-domains-additional-controls{align-self:center;margin-left:0;margin-bottom:.625rem}}.dmarc-page-domains-additional-controls__label{font-weight:400;font-size:.75rem}.dmarc-page-domains-additional-controls__checkbox{flex-shrink:0;flex-direction:row;margin:0 .625rem 0 0}.dmarc-page-domains-additional-controls__checkbox--disabled{pointer-events:none;opacity:.5}.dpfl-loading-info{flex-shrink:0;align-self:flex-start;display:flex;align-items:center}@media screen and (max-width:60em){.dpfl-loading-info{flex-direction:column;margin:0 auto}}.dpfl-loading-info__refresh-btn{width:3.75rem}.dmarc-page-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.dmarc-page-filters{flex-direction:column-reverse}}.dmarc-page-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.dmarc-page-filters__container{flex-direction:column}}.dmarc-page-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.dmarc-page-filters__clear-btn{margin:0 auto}}.dmarc-page-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.dmarc-dashboard-ip-countries{width:100%}.dmarc-dashboard-ip-countries__tabs{max-width:50%;margin:0 auto .625rem}@media screen and (max-width:48em){.dmarc-dashboard-ip-countries__tabs{flex-direction:column}.dmarc-dashboard-ip-countries__tabs .c-tabs__tab{width:100%;margin-right:0}}.dmarc-dashboard-ip-countries__data{display:grid;grid-template-columns:2fr 1fr;height:34.375rem}@media screen and (max-width:60em){.dmarc-dashboard-ip-countries__data{display:block;height:auto}}.dmarc-dashboards{display:grid;grid-template-columns:minmax(15.625rem,1fr);grid-gap:.625rem;gap:.625rem}.dmarc-dashboards__graph-box{overflow:hidden}.dmarc-dashboards__table-box{display:flex;justify-content:space-evenly;align-items:center;overflow:hidden;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:90em){.dmarc-dashboards__table-box{flex-wrap:wrap}}.dmarc-dashboards__table-box .c-table__container{overflow:auto;max-height:20rem}.dmarc-dashboards__table{overflow:auto;max-width:none!important;margin:0 auto}.dmarc-dashboards__tooltip{width:-webkit-max-content;width:max-content;font-size:.75rem;padding:.25rem;position:relative;z-index:100}.dmarc-dashboards__tooltip-title{margin-bottom:.25rem}.dmarc-dashboards__chart{flex-shrink:0;width:50%;margin-right:.625rem;font-size:.75rem}@media screen and (max-width:60em){.dmarc-dashboards__chart{margin-right:0;margin-bottom:.625rem}}.dmarc-dashboards__tabs{max-width:50%;margin:0 auto .625rem}@media screen and (max-width:48em){.dmarc-dashboards__tabs{flex-direction:column}.dmarc-dashboards__tabs .c-tabs__tab{width:100%;margin-right:0}}.dmarc-dashboards__box-2col{display:grid;grid-template-columns:calc(50% - .3125rem) calc(50% - .3125rem);grid-column-gap:.625rem}@media screen and (max-width:48em){.dmarc-dashboards__box-2col{grid-template-columns:1fr;grid-row-gap:.625rem}}.dmarc-dashboards__box-3col{display:grid;grid-template-columns:calc(33.333% - .41663rem) calc(33.333% - .41663rem) calc(33.333% - .41663rem);grid-column-gap:.625rem}@media screen and (max-width:48em){.dmarc-dashboards__box-3col{grid-template-columns:1fr;grid-row-gap:.625rem}}.dmarc-dashboards__compliance-header{font-size:1rem;font-weight:700;color:#111}.dmarc-dashboards__compliance-container{width:100%}.custom-popup{position:absolute;background-color:#fff;box-shadow:0 0 .75rem 1px rgba(52,52,52,.25);border-radius:6px;overflow-y:auto;z-index:9999}.dmarc-warning-btn{cursor:pointer;margin-right:.5rem}.dmarc-warning-btn__button{height:1.125rem;width:1.125rem}.dmarc-warning-btn__icon .icon__img{color:#ffa72c}.dmarc-warning-btn__popup{max-width:43.75rem;max-height:20rem}@media screen and (max-width:60em){.dmarc-warning-btn__popup{max-width:47.5rem}}@media screen and (max-width:48em){.dmarc-warning-btn__popup{max-width:30rem;max-height:12.5rem}}@media screen and (max-width:30em){.dmarc-warning-btn__popup{max-width:20rem}}.dmarc-warning-btn__popup .dwpt{padding:.5rem}.dmarc-warning-btn__popup .dwpt__text code{display:block;font-family:monospace;background-color:rgba(91,91,91,.1);word-break:break-word;padding:.25rem}.dmarc-warning-btn__popup .dwpt__row{margin-bottom:.625rem}.dmarc-warning-btn__popup .dwpt__row:last-child{margin-bottom:0}.dmarc-warning-btn__popup .dwpt__italic{font-style:italic;word-break:break-word}.dmarc-page-domain-list-table__domain{display:flex;align-items:center}.dmarc-page-domain-list-table__domain--failed{color:#ff613a}.c-download-csv-dmarc__description{word-break:break-word;font-size:.875rem}.c-download-csv-dmarc__export-btn{display:block;max-width:18.75rem;margin:.625rem auto}.dmarc-page{padding:1.875rem}@media screen and (max-width:30em){.dmarc-page{padding:1.875rem .625rem}}.dmarc-page__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.dmarc-page__btn{display:inline-block;width:12.5rem}.dmarc-page__download-csv .c-slidebar__content,.dmarc-page__new-domain .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.dmarc-page__download-csv .c-slidebar__content,.dmarc-page__new-domain .c-slidebar__content{width:100%}}.dmarc-page__download-csv.hidden .c-slidebar__content,.dmarc-page__new-domain.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.dmarc-page__download-csv.hidden .c-slidebar__content,.dmarc-page__new-domain.hidden .c-slidebar__content{right:-56.25rem}}.info-container{width:100%}.info-container__wrapper{display:flex;align-items:center;background-color:#fff;border:1px solid transparent;padding:.25rem;margin-bottom:.25rem}.info-container__wrapper:last-child{margin-bottom:0}.info-container__wrapper--error{border-color:#ff613a}.info-container__wrapper--warning{border-color:#ffa72c}.info-container__wrapper--info{border-color:#0177a4}.info-container__icon{align-self:flex-start;flex-shrink:0;height:.9375rem;width:.9375rem;-webkit-transform:translateY(.25rem);transform:translateY(.25rem);margin-right:.625rem}.collapse-expand-accordion{font-size:.875rem;margin-top:.25rem}.collapse-expand-accordion:first-child{margin-top:0}.collapse-expand-accordion:last-child{margin-bottom:.25rem}.collapse-expand-accordion--nomargin{margin:0}.collapse-expand-accordion__header{position:relative;display:flex;align-items:center;flex-wrap:nowrap;border:1px solid rgba(91,91,91,.1);background-color:#fff;cursor:pointer;padding:.25rem}.collapse-expand-accordion__icon{flex-shrink:0;height:.9375rem;width:.9375rem;margin-right:.625rem}.collapse-expand-accordion__text{font-weight:400;background-color:rgba(91,91,91,.1);padding:.3125rem .625rem}.collapse-expand-accordion__text .collapse-expand-accordion__dns-queries{display:none}.collapse-expand-accordion__text:first-child .collapse-expand-accordion__dns-queries{display:inline-block}.collapse-expand-accordion__text.ipData{padding:.3125rem .625rem}.collapse-expand-accordion__dns-queries{display:inline-block;background-color:#5b5b5b;color:#f0f6fa;border-radius:.25rem;min-width:1.125rem;text-align:center;padding-left:.3125rem;padding-right:.3125rem;margin-right:.625rem}.collapse-expand-accordion__warning-wrapper{display:flex;align-items:center;background-color:#fff;padding:.125rem 0;margin-bottom:.125rem}.collapse-expand-accordion__warning-wrapper:last-child{margin-bottom:0}.collapse-expand-accordion__warning-icon{height:.9375rem;width:.9375rem;margin-right:.625rem;flex-shrink:0}.collapse-expand-accordion__domain-text{margin-right:.625rem}.collapse-expand-accordion__valid{font-weight:400;color:#06c6c6}.collapse-expand-accordion__not-valid{font-weight:400;color:#ff613a}.collapse-expand-accordion__children{margin-top:.25rem}.collapse-expand-accordion__children:first-child{margin-top:0}.collapse-expand-accordion__children.hide{display:none;height:0;opacity:0;visibility:hidden}.spf{width:100%}.spf__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:48em){.spf__header{flex-direction:column;align-items:flex-start}}@media screen and (max-width:48em){.spf__title{margin-bottom:.625rem}}.spf__buttons{display:flex;align-items:center;margin-right:.625rem}.spf__buttons:last-child{margin-right:0}.spf__buttons .button{text-transform:uppercase;white-space:nowrap;width:9.375rem;margin-left:.625rem}.spf__buttons .button:first-child{margin-left:0}.dkim__data:not(:last-child){margin-bottom:.625rem}.dkim__description{font-weight:700;margin-bottom:.3125rem}.dkim__result{background-color:rgba(91,91,91,.1);font-size:.75rem;padding:.625rem;word-break:break-all}.dkim__error-container,.dkim__result:not(:last-child),.dkim__warning-container{margin-bottom:.3125rem}.dkim__error-container:last-child,.dkim__warning-container:last-child{margin-bottom:0}.dkim__value:not(:last-child){margin-bottom:.25rem}.dkim__separate{width:100%;margin-top:1.25rem;margin-bottom:.625rem}.dkim__separate:after{content:"";display:block;width:100%;height:1px;border-radius:.625rem;background-color:#d5dee3}.dkim__status--valid{color:#06c6c6}.dkim__status--no-valid{color:#ff613a}.dkim__selector,.dkim__status--no-data{color:#5b5b5b}.dkim__selector-value{font-style:italic}.dmarc{width:100%}.dmarc__data{display:flex;flex-direction:column}.dmarc__data:not(:last-child),.dmarc__description,.dmarc__record:not(:last-child){margin-bottom:.625rem}.dmarc__description{font-weight:700}.dmarc__result{background-color:rgba(91,91,91,.1);font-size:.75rem;padding:.625rem;word-break:break-all}.dmarc__result:not(:last-child){margin-bottom:.625rem}.dmarc__value{text-align:center}.dmarc__value:not(:last-child){margin-bottom:.25rem}.dmarc__translation{text-align:left}.c-update-domain__selector-row{display:flex;align-items:center;margin-bottom:.375rem}.c-update-domain .selector-row{margin-bottom:.625rem}.c-update-domain .selector-row__title{margin-right:.625rem}.c-update-domain .selector-row__input{flex:1 1}.c-update-domain .selector-row__remove-btn{margin-left:.625rem}.domain-id-info{padding:1.875rem}.domain-id-info__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:30em){.domain-id-info__header{margin-bottom:0}}.domain-id-info__title{display:inline-block;text-transform:uppercase;color:#111;font-weight:400;font-size:2.5rem}.domain-id-info__title a{text-decoration:none;color:inherit}.domain-id-info__title a:hover{text-decoration:underline}@media screen and (max-width:48em){.domain-id-info__title{width:100%;text-align:center;font-size:2.1875rem}}@media screen and (max-width:30em){.domain-id-info__title{font-size:1.875rem}}.domain-id-info__breadcrumbs-current{display:inline-block;vertical-align:middle;font-size:1.25rem;line-height:2.5rem}.domain-id-info__breadcrumbs-current--blured{-webkit-filter:blur(5px);filter:blur(5px)}.domain-id-info__filter{display:flex;margin-bottom:1.25rem}@media screen and (max-width:48em){.domain-id-info__filter{position:relative;margin-top:1.875rem;flex-direction:column}}.domain-id-info__btn-wrapper{display:flex;align-items:center;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}.domain-id-info__wrapper{margin-top:1.25rem;display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.domain-id-info__btn{display:inline-block;width:12.5rem}.plan-expired{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:1.875rem;gap:1.875rem;text-align:center;padding:1.25rem}.plan-expired__title{font-size:3.125rem;font-weight:700;color:#ff613a;margin:0}@media screen and (max-width:30em){.plan-expired__title{font-size:1.875rem}}.plan-expired__message{font-size:1.25rem;margin:0}@media screen and (max-width:30em){.plan-expired__message{font-size:1rem}}.plan-expired__billing-btn{max-width:18.75rem}.dl-filters{display:flex;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:48em){.dl-filters{flex-direction:column-reverse;align-items:center}}.dl-table .rbl-row,.dl-table .reverseIp-row{text-align:start}.dl-table .rbl-row__link{color:#0177a4}.dl-table .rbl-row__link--low{color:#f3dd12}.dl-table .rbl-row__link--medium{color:#ffa72c}.dl-table .rbl-row__link--high{color:#ff613a}.domains-settings__warning{margin-left:auto}.domains-available-count{display:inline-block;width:100%;font-size:.75rem;font-weight:700;text-align:right}.domains-available-count.danger{color:#ff613a}.domains-available-count.warning{color:#ffa72c}.domains-available-count.ok{color:#06c6c6}@media screen and (max-width:48em){.domains-list-header{flex-direction:column}}.domains-list-header__export{margin-left:.625rem}@media screen and (max-width:60em){.domains-list-header__export{margin:0 auto}}.rbl-settings-list__item{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:.3125rem}.rbl-settings-list__item:hover .pit-ib__name{color:#0177a4}@media screen and (max-width:30em){.rbl-settings-list__item{font-size:.8125rem;margin-bottom:.625rem}.rbl-settings-list__item:last-child{margin-bottom:0}}.rbl-settings-list__checkbox-label{margin-top:0}.rbl-settings-list__checkbox{flex-shrink:0}.rbl-settings-list__name{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;word-break:break-all}.rbl-settings-list__name--low{color:#f3dd12}.rbl-settings-list__name--medium{color:#ffa72c}.rbl-settings-list__name--high{color:#ff613a}@media screen and (max-width:30em){.rbl-settings-list__name{font-size:.8125rem}}.rbl-settings-list__link{word-break:break-all}.dtf{display:flex;justify-content:space-between;flex-wrap:nowrap;grid-gap:.625rem;gap:.625rem;width:100%}@media screen and (max-width:48em){.dtf{justify-content:center;flex-direction:column}.dtf__clear{align-self:center}}.dtf__filters{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:48em){.dtf__filters{align-items:center;flex-direction:column}}.dtf__item{flex-shrink:0;width:12.5rem;max-width:100%}.dtf__item--multiple-select{width:auto}@media screen and (max-width:48em){.dtf__item--multiple-select{width:12.5rem}}.dtf__clear-btn{visibility:hidden;opacity:0;pointer-events:none;width:12.5rem}.dtf__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.domains-list{padding:1.875rem}@media screen and (max-width:30em){.domains-list{padding:1.875rem .625rem}}.domains-list__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.domains-list .header-right{display:flex;align-items:flex-start}@media screen and (max-width:48em){.domains-list .header-right__v-separator{display:none}}@media screen and (max-width:48em){.domains-list .header-right{display:flex;flex-direction:column}}.domains-list__new-domain .c-slidebar__content,.domains-list__rbl-settings .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.domains-list__new-domain .c-slidebar__content,.domains-list__rbl-settings .c-slidebar__content{width:100%}}.domains-list__new-domain.hidden .c-slidebar__content,.domains-list__rbl-settings.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.domains-list__new-domain.hidden .c-slidebar__content,.domains-list__rbl-settings.hidden .c-slidebar__content{right:-56.25rem}}.domains-list__aggregated-data{margin-top:1.25rem;margin-bottom:1.25rem}.domains-list__aggregated-data .box__header{margin-bottom:0}.c-add-gp-domain .gp-domain-row{display:flex;align-items:center;margin-bottom:1.25rem}.c-add-gp-domain .gp-domain-row__input{flex:1 1}.c-add-gp-domain .gp-domain-row__remove-btn{margin-left:.625rem}.confirmation-popup{background-color:#fff;border-radius:1.5rem;width:25rem;box-shadow:0 0 10px rgba(52,52,52,.25);padding:1.5rem 0}.confirmation-popup__text{font-size:1rem;font-weight:400;text-align:center;margin-bottom:1.5rem}.confirmation-popup__footer{display:flex;justify-content:space-between;border-top:1px solid #d5dee3;padding:1.5rem 1.5rem 0}.confirmation-popup__footer--centered{justify-content:center}.confirmation-popup__footer>*{width:calc(50% - 5px)}.gp-settings__warning{margin-left:auto}.gp-domains-available{font-size:.75rem;font-weight:700;text-align:right}.gp-domains-available.danger{color:#ff613a}.gp-domains-available.warning{color:#ffa72c}.gp-domains-available.ok{color:#06c6c6}.gp-header-tabs{width:23.75rem;margin-right:.625rem}@media screen and (max-width:60em){.gp-header-tabs{margin-right:0;margin-bottom:.625rem}}@media screen and (max-width:30em){.gp-header-tabs{width:12.5rem}.gp-header-tabs .c-tabs__tab{margin-right:0}}@media screen and (max-width:30em){.gp-header-tabs__container{flex-direction:column;align-items:normal}}.gp-integration-popup{z-index:111}.gp-integration-popup .c-popup__content{min-width:12.5rem;text-align:center;border-radius:1.25rem;max-width:25rem}.gp-integration-popup__header{text-transform:uppercase;margin-bottom:1.25rem}.gp-integration-popup__header--success{color:#06c6c6}.gp-integration-popup__header--error{color:#ff613a}.gp-integration-popup__description{margin-bottom:1.25rem}.gp-integration-popup__btn{margin:0 auto;width:50%}.gp-delivery-errors-info__no-data,.gp-domain-reputation-info__no-data,.gp-feedback-loop-identifiers-info__no-data,.gp-in-out-bound-info__no-data,.gp-ip-reputation-info__no-data,.gp-spf-dkim-dmarc-info__no-data,.gp-user-reported-spam-rate-info__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:100px;height:200px;margin:0 auto}.c-chosen-gp-domain__graphs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.625rem;gap:.625rem}@media screen and (max-width:75em){.c-chosen-gp-domain__graphs{grid-template-columns:1fr}}.c-chosen-gp-domain__table{padding:.625rem 10%;max-height:12.5rem;overflow-y:auto;text-align:start}.c-chosen-gp-domain__table .c-table{width:auto}.c-chosen-gp-domain__table .c-table__cell{font-size:.75rem}@media screen and (max-width:48em){.c-chosen-gp-domain__table .c-table__cell{font-size:.625rem}}.chart-tooltip{padding:.625rem;text-align:center}.chart-tooltip__date{font-weight:700}.custom-date-picker__wrapper{position:relative}.custom-date-picker__calendar{position:absolute;z-index:1001;box-shadow:0 0 10px rgba(52,52,52,.25);top:2.5rem;background-color:#fff}.custom-date-picker__calendar select{height:auto}@media screen and (max-width:60em){.custom-date-picker__calendar{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}}.custom-date-picker__calendar--sidebar{right:auto;left:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rdrCalendarWrapper .rdrDayActive,.rdrCalendarWrapper .rdrDayEndPreview,.rdrCalendarWrapper .rdrDayHovered,.rdrCalendarWrapper .rdrDayStartPreview{border-color:#57068e}.rdrCalendarWrapper .rdrSelected{background-color:#57068e}.rdrCalendarWrapper .rdrDayToday{color:#57068e}.rdrCalendarWrapper .rdrDay .rdrDayHovere .rdrDayActive{border-color:#57068e}.rdrCalendarWrapper .rdrDayToday .rdrDayNumber span:after{background:#57068e}.rdrCalendarWrapper .rdrDateDisplayItemActive{border-color:#57068e}.c-gp-date-run__datepicker-wrap{width:100%}.c-gp-date-run__date-range .date-range__inputs{flex-direction:column}.c-gp-date-run__date-range .date-range__input-container{width:100%}.c-gp-date-run__date-range .date-range__input-container:not(.c-gp-date-run__date-range .date-range__input-container:last-child){margin-bottom:.625rem}.c-gp-date-run__date-range .date-range__separator{display:none}.c-textarea-container{position:relative;height:12.5rem}.c-textarea{display:block;outline:none;font-family:monospace;width:100%;height:100%;overflow-y:auto;border:1px solid #eaeaea;border-radius:6px;background-color:#f0f6fa;font-size:1rem;color:#111;padding:.625rem}.c-textarea[disabled]{pointer-events:none;color:#b2b2b2}.c-textarea--required{border-color:#ff613a}.c-textarea--readonly{border-color:#b2b2b2;background-color:rgba(91,91,91,.2)}.c-textarea--autoheight{overflow:hidden;height:auto}.c-textarea:focus,.c-textarea:hover{border-color:#b2b2b2}.c-textarea::-webkit-input-placeholder{color:#9d9fb3}.c-textarea:-moz-placeholder,.c-textarea::-moz-placeholder{color:#9d9fb3}.c-textarea:-ms-input-placeholder{color:#9d9fb3}.c-textarea__errortext{position:absolute;top:100%;color:#ff613a;font-size:.75rem}.c-gp-domains-history__list{font-size:.875rem}.c-gp-domains-history__item{margin-bottom:.625rem}.c-gp-domains-history__key{font-weight:700}.c-gp-domains-history__text{font-weight:400;font-size:.75rem}.c-gp-domains-history__text--error{color:#ff613a}.c-gp-domains-history__value{display:inline-block}.c-gp-domains-history__status{font-weight:700;text-transform:uppercase}.c-gp-domains-history__status--done{color:#06c6c6}.c-gp-domains-history__status--failed{color:#ff613a}.c-gp-domains-history__status--is-progress{color:#ffa72c}.gp-loading-domain-info{flex-shrink:0;align-self:flex-start;display:flex;align-items:center}@media screen and (max-width:60em){.gp-loading-domain-info{flex-direction:column;margin:0 auto}}.gp-loading-domain-info__data-loading{font-size:.875rem;margin-right:1.25rem}@media screen and (max-width:60em){.gp-loading-domain-info__data-loading{margin-right:0}}.gp-loading-domain-info__refresh-btn{width:3.75rem}.gp-domains-additional-controls{flex-shrink:0;align-self:flex-start;display:flex;align-items:center}@media screen and (max-width:60em){.gp-domains-additional-controls{align-self:center;margin-left:0;margin-bottom:.625rem}}.gp-domains-additional-controls__label{font-weight:400;font-size:.75rem}.gp-domains-additional-controls__checkbox{flex-shrink:0;flex-direction:row;margin:0 .625rem 0 0}.gp-domains-additional-controls__checkbox--disabled{pointer-events:none;opacity:.5}.gp-loading-ip-info{flex-shrink:0;align-self:flex-start;display:flex;align-items:center}@media screen and (max-width:60em){.gp-loading-ip-info{flex-direction:column;margin:0 auto .625rem}}.gp-loading-ip-info__data-loading{font-size:.875rem;margin-right:1.25rem}@media screen and (max-width:60em){.gp-loading-ip-info__data-loading{margin-right:0}}.gp-loading-ip-info__refresh-btn{width:3.75rem}.gp-dashboards-loading-info{align-self:flex-start;display:flex;align-items:flex-end}@media screen and (max-width:60em){.gp-dashboards-loading-info{margin:0 auto .625rem}}.gp-dashboards-loading-info__refresh{width:3.75rem}.gp-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.gp-filters{flex-direction:column-reverse}}.gp-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.gp-filters__container{flex-direction:column}}.gp-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.gp-filters__clear-btn{margin:0 auto}}.gp-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.gpfl{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.gpfl{flex-direction:column;align-items:center}}.gpfl__item{flex-shrink:0;min-width:14rem}.gpfl__domain-reputation-option--high{color:#06c6c6}.gpfl__domain-reputation-option--medium{color:#ffa72c}.gpfl__domain-reputation-option--low{color:#ff613a}.gpfl__domain-reputation-option--bad{color:#5b5b5b}.context-menu{position:absolute;background-color:#fff;box-shadow:0 0 .75rem 1px rgba(52,52,52,.25);border-radius:6px;max-width:18.75rem;max-height:12.5rem;overflow-y:auto;z-index:9999}.context-content{-webkit-user-select:none;-ms-user-select:none;user-select:none}.context-content__item{cursor:pointer;padding:.3125rem;border-bottom:1px solid rgba(91,91,91,.5);font-weight:400;font-size:.875rem}.context-content__item:hover{background-color:#f0f6fa}.context-content__item--blured{-webkit-filter:blur(5px);filter:blur(5px)}.table-cell-help-btns{display:flex;position:absolute;top:.25rem;left:100%;-webkit-transform:translateX(0);transform:translateX(0);opacity:0;visibility:hidden;transition:all .25s ease-in-out}.table-cell-help-btns__help-btn{margin-right:.25rem}.domain-create-btn{cursor:pointer;width:1.125rem;height:1.125rem}.domain-create-btn:hover{opacity:.7}.domain-create-btn__disabled{pointer-events:none;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.7}.gp-table__wrapper{overflow-x:auto;border:1px solid rgba(91,91,91,.1);background-color:#fff;box-shadow:0 0 18px 10px rgba(215,221,224,.4);border-radius:.375rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;will-change:transform;-webkit-transform:translateZ(0);transform:translateZ(0)}.gp-table__header,.gp-table__main-header,.gp-table__row{display:grid;grid-template-rows:1fr}.gp-table__main-header{grid-template-columns:12.5rem 31.25rem 18.75rem 25rem 3.125rem}.gp-table__header{grid-template-columns:43.75rem repeat(7,6.25rem) 3.125rem}.gp-table__row{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;grid-template-columns:12.5rem 31.25rem repeat(7,6.25rem) 3.125rem}.gp-table__row:nth-child(odd) .gp-table__column{background-color:#f0f6fa}.gp-table__row--hovered .gp-table__column{background-color:rgba(1,119,164,.2)!important}.gp-table__column{position:relative;min-height:1.875rem;padding:.3125rem;font-size:.875rem;font-weight:400;text-align:center;border-right:1px solid rgba(91,91,91,.1);border-bottom:1px solid rgba(91,91,91,.1)}.gp-table__column:last-child{border-right:none}.gp-table__column:hover .table-cell-help-btns{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:1;visibility:visible}.gp-table__column--main-header{-webkit-user-select:none;-ms-user-select:none;user-select:none;text-transform:uppercase;font-weight:700;font-size:.75rem}.gp-table__column--main-header.reputation{position:relative}.gp-table__column--domain{text-align:start}.gp-table__column--domain-reputation{display:flex}.gp-table__column--header{position:relative;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-transform:uppercase;font-size:.75rem;background-color:rgba(91,91,91,.05)}.gp-table__column--cbs{display:flex;flex-wrap:nowrap;justify-content:center}.gp-table__column--hovered:hover{background-color:rgba(1,119,164,.2)!important}.gp-table__column-content{word-break:break-word}.gp-table__column-content--blured{-webkit-filter:blur(5px);filter:blur(5px)}.gp-table__date{position:absolute;top:.3125rem;color:rgba(91,91,91,.5)}.gp-table__date--from{left:.3125rem}.gp-table__date--to{right:.3125rem}.gp-table__reputation-filters{display:flex;justify-content:flex-end;text-transform:none}.gp-table__reputation-filter-item{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-right:2.1875rem}.gp-table__reputation-filter-item:before{content:"";position:absolute;display:block;flex-shrink:0;width:.75rem;height:.75rem;left:-1.25rem;background-color:rgba(91,91,91,.1);border:1px solid transparent;margin-right:.625rem}.gp-table__reputation-filter-item:after{content:"";position:absolute;display:block;flex-shrink:0;width:.375rem;height:.375rem;left:-1.25rem;-webkit-transform:translateX(70%);transform:translateX(70%);background-color:transparent}.gp-table__reputation-filter-item:last-child{margin-right:0}.gp-table__reputation-filter-item:hover{text-decoration:underline}.gp-table__reputation-filter-item:hover:before{border:1px solid rgba(91,91,91,.5)}.gp-table__reputation-filter-item--high:before{background-color:#06c6c6}.gp-table__reputation-filter-item--medium:before{background-color:#ffa72c}.gp-table__reputation-filter-item--low:before{background-color:#ff613a}.gp-table__reputation-filter-item--bad:before{background-color:#5b5b5b}.gp-table__reputation-filter-item--selected{text-decoration:underline}.gp-table__reputation-filter-item--selected:before{border:1px solid rgba(91,91,91,.5)}.gp-table__reputation-filter-item--selected:after{background-color:#fff}.gp-table__reputation-item{width:1.21875rem;height:1.25rem;border:1px solid rgba(91,91,91,.1);border-right:none;background-color:rgba(91,91,91,.1)}.gp-table__reputation-item:last-child{border-right:1px solid rgba(91,91,91,.1)}.gp-table__reputation-item--HIGH{background-color:#06c6c6}.gp-table__reputation-item--MEDIUM{background-color:#ffa72c}.gp-table__reputation-item--LOW{background-color:#ff613a}.gp-table__reputation-item--BAD{background-color:#5b5b5b}.gp-table__sort-arrow{position:absolute;transition:all .25s}.gp-table__sort-arrow.desc{bottom:0;right:0}.gp-table__sort-arrow.asc{top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.gp-table__cb{cursor:pointer;margin:0 .25rem}.gp-table__cb:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.gp-table__show-hide-btn{width:25rem;height:3.125rem;margin-top:1.875rem}.gp-table__context-content .context-content__item--ip{cursor:default}.gp-table__context-content .context-content__item--ip:hover{background-color:transparent}.gtp__item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.gtp__item--top{margin-bottom:.625rem}.gtp__item--bottom{margin-top:.625rem}.ip-create-btn{cursor:pointer;width:1.125rem;height:1.125rem}.ip-create-btn:hover{opacity:.7}.ip-create-btn__disabled{pointer-events:none;-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.7}.gp-table-ip{margin:0 auto}.gp-table-ip,.gp-table-ip__wrapper{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.gp-table-ip__wrapper{overflow-x:auto;border:1px solid rgba(91,91,91,.1);background-color:#fff;box-shadow:0 0 18px 10px rgba(215,221,224,.4);border-radius:.375rem;will-change:transform;-webkit-transform:translateZ(0);transform:translateZ(0)}.gp-table-ip__header,.gp-table-ip__main-header,.gp-table-ip__row{display:grid;grid-template-rows:1fr}.gp-table-ip__main-header{grid-template-columns:12.5rem 31.25rem 18.75rem 31.25rem}.gp-table-ip__header{grid-template-columns:43.75rem 18.75rem repeat(5,6.25rem)}.gp-table-ip__row{grid-template-columns:12.5rem 31.25rem 18.75rem repeat(5,6.25rem)}.gp-table-ip__row:nth-child(odd) .gp-table-ip__column{background-color:#f0f6fa}.gp-table-ip__column{position:relative;min-height:1.875rem;padding:.3125rem;font-size:.875rem;font-weight:400;text-align:center;border-right:1px solid rgba(91,91,91,.1);border-bottom:1px solid rgba(91,91,91,.1)}.gp-table-ip__column:last-child{border-right:none}.gp-table-ip__column:hover .table-cell-help-btns{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:1;visibility:visible}.gp-table-ip__column--main-header{-webkit-user-select:none;-ms-user-select:none;user-select:none;text-transform:uppercase;font-weight:700;font-size:.75rem}.gp-table-ip__column--main-header.reputation{position:relative}.gp-table-ip__column--ip{text-align:start}.gp-table-ip__column--ip-reputation{display:flex}.gp-table-ip__column--domain{cursor:pointer;text-align:start;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.gp-table-ip__column--domain:hover{background-color:rgba(1,119,164,.2)!important}.gp-table-ip__column--domain-reputation{text-align:center}.gp-table-ip__column--header{position:relative;cursor:pointer;text-transform:uppercase;font-size:.75rem;background-color:rgba(91,91,91,.05)}.gp-table-ip__column--header,.gp-table-ip__column--no-pointer{-webkit-user-select:none;-ms-user-select:none;user-select:none}.gp-table-ip__column--no-pointer{cursor:default}.gp-table-ip__column--hovered{cursor:pointer}.gp-table-ip__column--hovered:hover{background-color:rgba(1,119,164,.2)!important}.gp-table-ip__column-content{word-break:break-word}.gp-table-ip__column-content--blured{-webkit-filter:blur(5px);filter:blur(5px)}.gp-table-ip__date{position:absolute;top:.3125rem;color:rgba(91,91,91,.5)}.gp-table-ip__date--from{left:.3125rem}.gp-table-ip__date--to{right:.3125rem}.gp-table-ip__reputation-filters{display:flex;justify-content:flex-end;text-transform:none}.gp-table-ip__reputation-filter-item{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-right:2.1875rem}.gp-table-ip__reputation-filter-item:before{content:"";position:absolute;display:block;flex-shrink:0;width:.75rem;height:.75rem;left:-1.25rem;background-color:rgba(91,91,91,.1);border:1px solid transparent;margin-right:.625rem}.gp-table-ip__reputation-filter-item:after{content:"";position:absolute;display:block;flex-shrink:0;width:.375rem;height:.375rem;left:-1.25rem;-webkit-transform:translateX(70%);transform:translateX(70%);background-color:transparent}.gp-table-ip__reputation-filter-item:last-child{margin-right:0}.gp-table-ip__reputation-filter-item:hover{text-decoration:underline}.gp-table-ip__reputation-filter-item:hover:before{border:1px solid rgba(91,91,91,.5)}.gp-table-ip__reputation-filter-item--high:before{background-color:#06c6c6}.gp-table-ip__reputation-filter-item--medium:before{background-color:#ffa72c}.gp-table-ip__reputation-filter-item--low:before{background-color:#ff613a}.gp-table-ip__reputation-filter-item--bad:before{background-color:#5b5b5b}.gp-table-ip__reputation-filter-item--selected{text-decoration:underline}.gp-table-ip__reputation-filter-item--selected:before{border:1px solid rgba(91,91,91,.5)}.gp-table-ip__reputation-filter-item--selected:after{background-color:#fff}.gp-table-ip__reputation-item{width:1.21875rem;height:1.25rem;border:1px solid rgba(91,91,91,.1);border-right:none;background-color:rgba(91,91,91,.1)}.gp-table-ip__reputation-item:last-child{border-right:1px solid rgba(91,91,91,.1)}.gp-table-ip__reputation-item--HIGH{background-color:#06c6c6}.gp-table-ip__reputation-item--MEDIUM{background-color:#ffa72c}.gp-table-ip__reputation-item--LOW{background-color:#ff613a}.gp-table-ip__reputation-item--BAD{background-color:#5b5b5b}.gp-table-ip__domain-value--blured{-webkit-filter:blur(5px);filter:blur(5px)}.gp-table-ip .context-content__domain{cursor:pointer;padding:.3125rem;border-bottom:1px solid rgba(91,91,91,.5);font-weight:400;font-size:.875rem}.gp-table-ip .context-content__domain:hover{background-color:#f0f6fa}.gp-table-ip .context-content__domain--blured{-webkit-filter:blur(5px);filter:blur(5px)}.gp-dashboards{display:grid;grid-template-columns:repeat(2,minmax(100px,1fr));grid-gap:.625rem;gap:.625rem}@media screen and (max-width:75em){.gp-dashboards{grid-template-columns:1fr}}.gp-dashboards__table{max-height:290px}.gp-domains-list{padding:1.875rem}@media screen and (max-width:30em){.gp-domains-list{padding:1.875rem .625rem}}.gp-domains-list__title-container{position:relative;display:flex;flex-grow:1}@media screen and (max-width:60em){.gp-domains-list__title-container{display:block}}.gp-domains-list__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}@media screen and (max-width:30em){.gp-domains-list__title{text-align:center}}.gp-domains-list__spinner{width:auto;justify-content:flex-start;margin-left:.625rem}@media screen and (max-width:60em){.gp-domains-list__spinner{position:absolute;left:100%;top:0}}.gp-domains-list__btn{display:inline-block;width:12.5rem}.gp-domains-list .c-table__cell:not(.c-table__cell--cbs){display:flex;align-items:flex-start}.gp-domains-list .c-table__cell--cbs{align-items:flex-start}.gp-domains-list__filter{display:flex;justify-content:flex-end;margin-bottom:1.25rem}@media screen and (max-width:60em){.gp-domains-list__filter{position:relative;flex-direction:column}}.gp-domains-list__gp-chosen-domain .c-slidebar__content{width:100%}.gp-domains-list__gp-chosen-domain.hidden .c-slidebar__content{right:-100%}.gp-domains-list__dates-range{display:inline-flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap}@media screen and (max-width:60em){.gp-domains-list__dates-range{justify-content:center}}@media screen and (max-width:30em){.gp-domains-list__dates-range{flex-direction:column}}.halon-clear-filters__drop-filters{width:12.5rem;margin-left:.625rem}@media screen and (max-width:48em){.halon-clear-filters__drop-filters{margin-left:0;margin-bottom:.625rem}}.halon-header{margin-bottom:.625rem}@media screen and (max-width:60em){.halon-header{flex-direction:column}}.halon-header__title{position:relative;color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:30em){.halon-header__title{text-align:center}}.halon-header__spinner{position:absolute;display:inline-block;left:calc(100% + 1.25rem)}.halon-filters{display:flex;flex-wrap:nowrap;margin-bottom:.625rem}@media screen and (max-width:48em){.halon-filters{flex-direction:column-reverse;align-items:center}}.halon-filters__wrapper{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}.halon-filters__periods{position:relative;display:flex}.halon-filters__date-range{margin:auto 0}.halon-filters__bounce-item{width:13.4375rem}.halon-tables__aggregated-data{display:flex;flex-wrap:wrap}@media screen and (max-width:120em){.halon-tables__aggregated-data{display:block}}.halon-tables__item{flex-grow:1;width:calc(50% - 1.25rem);margin-bottom:.625rem}.halon-tables__item:nth-child(odd){margin-right:.625rem}@media screen and (max-width:120em){.halon-tables__item:last-child{margin-bottom:0}}@media screen and (max-width:120em){.halon-tables__item{width:100%;margin-right:0}}.halon-tables__item--full-width{width:100%;margin-top:.625rem}.halon-tables__item .sei-accordion__item-header{text-align:center}.halon-tables__item .sei-accordion__item-content{max-height:18.75rem;padding:.625rem}.halon-tables__table{-webkit-transform:translateZ(0);transform:translateZ(0);margin:0 auto}.halon-tables__data-percent{white-space:nowrap}.halon-data-sum{display:flex;flex-wrap:nowrap;justify-content:center;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:48em){.halon-data-sum{flex-wrap:wrap}}.halon-data-sum__item{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d5dee3;background-color:#fff;border-radius:.375rem;flex-grow:1;flex-basis:16.6666666667%;padding:.5rem 0}@media screen and (max-width:48em){.halon-data-sum__item{flex:auto;width:calc(50% - 1.25rem)}}.halon-data-sum__spinner-wrapper{position:relative;align-self:start;margin-left:.625rem}.halon-data-sum__spinner{position:absolute;top:.625rem;-webkit-transform:scale(.5);transform:scale(.5)}.halon-data-sum__name{text-transform:uppercase}.halon-data-sum__percent{font-size:1.625rem}.halon-bounce-stats-data-sum{display:flex;flex-wrap:nowrap;justify-content:center;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:48em){.halon-bounce-stats-data-sum{flex-wrap:wrap}}.halon-bounce-stats-data-sum__item{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d5dee3;background-color:#fff;border-radius:.375rem;flex-grow:1;flex-basis:16.6666666667%;padding:.5rem 0}@media screen and (max-width:48em){.halon-bounce-stats-data-sum__item{flex:auto;width:calc(50% - 1.25rem)}}.halon-bounce-stats-data-sum__spinner-wrapper{position:relative;align-self:start;margin-left:.625rem}.halon-bounce-stats-data-sum__spinner{position:absolute;top:.625rem;-webkit-transform:scale(.5);transform:scale(.5)}.halon-bounce-stats-data-sum__name{text-transform:uppercase}.halon-bounce-stats-data-sum__count{font-size:1.625rem}.halon-chart{display:flex;flex-wrap:wrap}@media screen and (max-width:48em){.halon-chart{display:block}}.halon-chart__item{flex-grow:1;width:calc(50% - 1.25rem);margin-bottom:.625rem}.halon-chart__item:nth-child(odd){margin-right:.625rem}@media screen and (max-width:48em){.halon-chart__item:last-child{margin-bottom:0}}@media screen and (max-width:48em){.halon-chart__item{width:100%;margin-right:0}}.halon-chart__item .sei-accordion__item-content{max-height:18.75rem;overflow:auto;padding:.625rem}.halon-chart__tooltip-date{text-align:center}.halon-bounce-stats-chart{display:flex;flex-wrap:wrap}@media screen and (max-width:48em){.halon-bounce-stats-chart{display:block}}.halon-bounce-stats-chart__item{flex-grow:1;width:50%;margin-bottom:.625rem}.halon-bounce-stats-chart__item:nth-child(odd){margin-right:.625rem}@media screen and (max-width:48em){.halon-bounce-stats-chart__item:last-child{margin-bottom:0}}@media screen and (max-width:48em){.halon-bounce-stats-chart__item{width:100%;margin-right:0}}.halon-bounce-stats-chart__item .sei-accordion__item-content{max-height:18.75rem;padding:.625rem}.halon-bounce-stats-chart__tooltip-date{text-align:center}.halon{padding:1.875rem}@media screen and (max-width:30em){.halon{padding:1.875rem .625rem}}.hct{padding:.625rem}.hct__date,.hct__text{white-space:nowrap}.hct__date{margin-bottom:.5rem}.hct__name{font-weight:700}.chosen-ip-graph{font-size:.875rem}.ip-rblchangeslogs{padding:1.875rem}.ip-rblchangeslogs__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:30em){.ip-rblchangeslogs__header{margin-bottom:0}}.ip-rblchangeslogs__title{display:inline-block;text-transform:uppercase;color:#111;font-weight:400;font-size:2.5rem}.ip-rblchangeslogs__title a{text-decoration:none;color:inherit}.ip-rblchangeslogs__title a:hover{text-decoration:underline}@media screen and (max-width:48em){.ip-rblchangeslogs__title{width:100%;text-align:center;font-size:2.1875rem}}@media screen and (max-width:30em){.ip-rblchangeslogs__title{font-size:1.875rem}}.ip-rblchangeslogs__breadcrumbs-current{display:inline-block;vertical-align:middle;font-size:1.25rem;line-height:2.5rem}.ip-rblchangeslogs__breadcrumbs-current--blured{-webkit-filter:blur(5px);filter:blur(5px)}.ip-rblchangeslogs__filter{display:flex;justify-content:flex-start;margin-bottom:1.25rem}@media screen and (max-width:48em){.ip-rblchangeslogs__filter{position:relative;margin-top:1.875rem;flex-direction:column}}.ipl-filters{display:flex;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:48em){.ipl-filters{flex-direction:column-reverse;align-items:center}}.ipl-table .rdns-row{text-align:start}.ipl-table .rdns-row.warning{color:#ff613a}.ipl-table .rbl-row{text-align:start}.ipl-table .rbl-row__link{color:#0177a4}.ipl-table .rbl-row__link--low{color:#f3dd12}.ipl-table .rbl-row__link--medium{color:#ffa72c}.ipl-table .rbl-row__link--high{color:#ff613a}.ips-settings__warning{margin-left:auto}.ips-available-count{display:inline-block;width:100%;font-size:.75rem;font-weight:700;text-align:right}.ips-available-count.danger{color:#ff613a}.ips-available-count.warning{color:#ffa72c}.ips-available-count.ok{color:#06c6c6}.ips-report-status-value{display:inline-block;width:100%;font-size:.75rem;font-weight:700;text-align:right}.ips-report-status-value.danger{color:#ff613a}.ips-report-status-value.ok{color:#06c6c6}.ips-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:48em){.ips-list-header{flex-direction:column}}.ips-list-header__export{margin-left:.625rem}@media screen and (max-width:60em){.ips-list-header__export{margin:0 auto}}.rbl-settings__btns{margin:.625rem}.rbl-settings__list{height:calc(100vh - 15rem);overflow-y:auto}.rbl-settings__checkbox{flex-shrink:0;margin-right:.625rem}.rbl-settings__controls{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:48em){.rbl-settings__controls{margin-left:0;margin-right:0}}.rbl-settings__input-wrap{flex-grow:1;display:flex;flex-direction:column}.itf{display:flex;justify-content:space-between;flex-wrap:nowrap;grid-gap:.625rem;gap:.625rem;width:100%}@media screen and (max-width:48em){.itf{justify-content:center;flex-direction:column}.itf__clear{align-self:center}}.itf__filters{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:48em){.itf__filters{align-items:center;flex-direction:column}}.itf__item{flex-shrink:0;width:12.5rem;max-width:100%}.itf__item--multiple-select{width:auto}@media screen and (max-width:48em){.itf__item--multiple-select{width:12.5rem}}.itf__clear-btn{visibility:hidden;opacity:0;pointer-events:none;width:12.5rem}.itf__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.ips-list{padding:1.875rem}@media screen and (max-width:30em){.ips-list{padding:1.875rem .625rem}}.ips-list__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.ips-list .header-right{display:flex;align-items:flex-start}@media screen and (max-width:48em){.ips-list .header-right__v-separator{display:none}}@media screen and (max-width:48em){.ips-list .header-right{display:flex;flex-direction:column}}.ips-list__new-ip .c-slidebar__content,.ips-list__rbl-settings .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.ips-list__new-ip .c-slidebar__content,.ips-list__rbl-settings .c-slidebar__content{width:100%}}.ips-list__new-ip.hidden .c-slidebar__content,.ips-list__rbl-settings.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.ips-list__new-ip.hidden .c-slidebar__content,.ips-list__rbl-settings.hidden .c-slidebar__content{right:-56.25rem}}.ips-list__aggregated-data{margin-top:1.25rem;margin-bottom:1.25rem}.ips-list__aggregated-data .box__header{margin-bottom:0}.lookalike-id-header{display:flex;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:48em){.lookalike-id-header{flex-direction:column}}.lookalike-id-header__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.lookalike-id-header__title a{text-decoration:none;color:inherit}.lookalike-id-header__title a:hover{text-decoration:underline}.lookalike-id-header__breadcrumbs-current{font-size:1.25rem}.lookalike-id-loading{flex-shrink:0;align-self:flex-start;display:flex;align-items:center}@media screen and (max-width:60em){.lookalike-id-loading{flex-direction:column;margin:0 auto}}.lookalike-id-loading__refresh-btn{width:3.75rem}.lookalike-page-filters__list{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.lookalike-page-filters__list{flex-direction:column;align-items:center}}.lookalike-page-filters__item{flex-shrink:0;min-width:14rem}.lookalike-id-table__state--unclassified{color:#ffa72c}.lookalike-id-table__state--threat{color:#ff613a}.lookalike-id-table__state--ignored{color:#9d9fb3}.lookalike-id{padding:1.875rem}@media screen and (max-width:30em){.lookalike-id{padding:1.875rem .625rem}}.lookalike-settings__warning{margin-left:auto}.lookalike-domains-available-count{display:inline-block;width:100%;font-size:.75rem;font-weight:700;text-align:right}.lookalike-domains-available-count.danger{color:#ff613a}.lookalike-domains-available-count.warning{color:#ffa72c}.lookalike-domains-available-count.ok{color:#06c6c6}.lookalike-page-loading{flex-shrink:0;align-self:flex-start;display:flex;align-items:center}@media screen and (max-width:60em){.lookalike-page-loading{flex-direction:column;margin:0 auto}}.lookalike-page-loading__refresh-btn{width:3.75rem}.lookalike-page-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.lookalike-page-filters{flex-direction:column-reverse}}.lookalike-page-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.lookalike-page-filters__container{flex-direction:column}}.lookalike-page-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.lookalike-page-filters__clear-btn{margin:0 auto}}.lookalike-page-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.dpfl{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.dpfl{flex-direction:column;align-items:center}}.dpfl__item{flex-shrink:0;min-width:14rem}.dpfl__domain-reputation-option--high{color:#06c6c6}.dpfl__domain-reputation-option--medium{color:#ffa72c}.dpfl__domain-reputation-option--low{color:#ff613a}.dpfl__domain-reputation-option--bad{color:#5b5b5b}.lookalike-page-domain-list-table__domain{display:flex;align-items:center}.lookalike-page-domain-list-table__domain--failed{color:#ff613a}.c-add-lookalike .lookalike-row{display:flex;align-items:center;margin-bottom:1.25rem}.c-add-lookalike .lookalike-row__input{flex:1 1}.c-add-lookalike .lookalike-row__remove-btn{margin-left:.625rem}.c-add-lookalike__description{word-break:break-all;font-size:.875rem}.lookalike-page{padding:1.875rem}@media screen and (max-width:30em){.lookalike-page{padding:1.875rem .625rem}}.lookalike-page__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.lookalike-page__btn{display:inline-block;width:12.5rem}.lookalike-page__download-csv .c-slidebar__content,.lookalike-page__new-domain .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.lookalike-page__download-csv .c-slidebar__content,.lookalike-page__new-domain .c-slidebar__content{width:100%}}.lookalike-page__download-csv.hidden .c-slidebar__content,.lookalike-page__new-domain.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.lookalike-page__download-csv.hidden .c-slidebar__content,.lookalike-page__new-domain.hidden .c-slidebar__content{right:-56.25rem}}.header-listcleaning-bouncer__btn{display:inline-block;width:12.5rem}.listcleaning-bouncer-available{text-align:center;font-size:.75rem;font-weight:400;margin-top:.3125rem}.listcleaning-bouncer-available__count{font-weight:700}.listcleaning-bouncer-available__count.danger{color:#ff613a}.listcleaning-bouncer-available__count.warning{color:#ffa72c}.listcleaning-bouncer-available__count.ok{color:#06c6c6}.ring-spinner{position:relative;display:inline-block;width:1rem;height:1rem}.ring-spinner__child{position:absolute;display:block;width:.875rem;height:.875rem;border-radius:50%;border:.125rem solid transparent;border-top-color:#d3d3d3;-webkit-animation:rotation 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:rotation 1.2s cubic-bezier(.5,0,.5,1) infinite;margin:.125rem}.ring-spinner__child:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.ring-spinner__child:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.ring-spinner__child:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}.listcleaning-status-progress{display:flex;align-items:center;flex-wrap:nowrap}.listcleaning-status-progress__status{margin-right:.5rem}.listcleaning-status-progress__spinner{display:flex;align-items:center}.listcleaning-status-progress__spinner-child{border-color:#ffa72c transparent transparent!important}.listcleaning-status-progress__circle{width:5px;height:5px;border-radius:50%;background-color:#9d9fb3}.listcleaning-status-progress__circle--complete{background-color:#06c6c6}.listcleaning-status-progress__status{color:#111;font-size:.75rem}.listcleaning-status-progress__status--done{color:#9d9fb3}.date-time-viewer{display:flex;flex-direction:column;align-items:center;min-width:3.75rem}.date-time-viewer__text{font-size:.75rem;font-weight:400;color:#111}.date-time-viewer__text--date{color:#9d9fb3}.date-time-viewer__text--error{color:#ff613a}.date-range-viewer{display:flex;flex-wrap:nowrap;align-items:center}.date-range-viewer__separator{background-color:#9d9fb3;width:1.875rem;margin:0 .5rem}.table-listcleaning-bouncer__controls{display:flex}@media screen and (max-width:60em){.table-listcleaning-bouncer__controls{align-items:center;margin-bottom:.625rem}}@media screen and (max-width:48em){.table-listcleaning-bouncer__controls{margin-bottom:.625rem}}@media screen and (max-width:30em){.table-listcleaning-bouncer__controls{flex-direction:column-reverse;align-items:center;justify-content:center}}.table-listcleaning-bouncer__progress-bar{margin-top:.3125rem}.table-listcleaning-bouncer__column{display:flex;flex-direction:column;height:100%}.table-listcleaning-bouncer__column--title{padding:.5rem 0;grid-gap:.5rem;gap:.5rem}.table-listcleaning-bouncer__status{padding:.3125rem .5rem;border-radius:.375rem}.table-listcleaning-bouncer__status--preparing{border:1px solid #9d9fb3;background-color:#fff}.table-listcleaning-bouncer__status--ready{background-color:#d3d3d3}.table-listcleaning-bouncer__status--in-progress{background-color:#f3dd12}.table-listcleaning-bouncer__status--complete{background-color:#06c6c6}.table-listcleaning-bouncer__status--failed{background-color:#ff613a;color:#fff}.add-listcleaning-bouncer-list__email-row{display:flex;align-items:center;margin-bottom:.375rem}.add-listcleaning-bouncer-list__title-row{margin-bottom:1.25rem}.add-listcleaning-bouncer-list__text-area{height:31.25rem}.add-listcleaning-bouncer-list .email-row{margin-bottom:1.25rem}.add-listcleaning-bouncer-list .email-row__input{flex:1 1}.add-listcleaning-bouncer-list .email-row__remove-btn{margin-left:.625rem}.add-listcleaning-bouncer-list__upload-container{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.add-listcleaning-bouncer-list__upload-progress{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}.add-listcleaning-bouncer-list__upload-progress-bar{width:100%;background:#d3d3d3;border-radius:.25rem;height:.5rem;overflow:hidden}.add-listcleaning-bouncer-list__upload-progress-bar-inner{background-color:#57068e;height:.5rem;transition:width .5s ease}.add-listcleaning-bouncer-list__upload-progress-title{text-align:center}.listcleaning-precheck{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.listcleaning-precheck__row{display:flex;justify-content:space-between}.listcleaning-precheck__btns{margin-top:1.875rem}.listcleaning-precheck__precheck-spinner{margin-top:1.25rem}.listcleaning-precheck__precheck-loading-text{display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.listcleaning-precheck__error{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.listcleaning-precheck__error-text{color:#ff613a}.listcleaning-precheck__credits-error{color:#ff613a;display:flex;flex-direction:column;align-items:center;grid-gap:1.25rem;gap:1.25rem}.listcleaning-precheck__credits-error-btn{width:15.625rem}.c-input-radio{display:flex;align-items:center;cursor:pointer}.c-input-radio__input{display:none}.c-input-radio__mark{width:1.25rem;height:1.25rem;border:.125rem solid #ccc;border-radius:50%;margin-right:.5rem;position:relative}.c-input-radio__input:checked+.c-input-radio__mark{border-color:#000}.c-input-radio__input:checked+.c-input-radio__mark:after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:.625rem;height:.625rem;background-color:#000;border-radius:50%}.c-input-radio__label{font-size:.875rem}.listcleaning-info{display:flex;flex-wrap:nowrap;align-items:stretch;height:100%}.listcleaning-info__side{display:flex;flex-direction:column;justify-content:space-between;grid-gap:3.125rem;gap:3.125rem;height:100%;overflow-y:auto}.listcleaning-info__side--left{width:60%;border-right:1px solid #f0f6fa;padding-right:.625rem}@media screen and (max-width:48em){.listcleaning-info__side--left{flex-direction:column;width:calc(50% - .625rem)}}.listcleaning-info__side--right{width:40%;padding-left:.625rem}@media screen and (max-width:48em){.listcleaning-info__side--right{flex-direction:column;width:calc(50% - .625rem)}}.listcleaning-info__deliver-info{display:flex;align-items:flex-start;justify-content:space-between;grid-gap:1.25rem;gap:1.25rem}@media screen and (max-width:60em){.listcleaning-info__deliver-info{flex-direction:column}}.listcleaning-info__deliver-list{flex:1 1;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.listcleaning-info__deliver-list{width:100%}}.listcleaning-info__deliver-item{font-weight:700;display:flex;justify-content:space-between}.listcleaning-info__deliver-item--deliverable{color:#06c6c6}.listcleaning-info__deliver-item--risky{color:#ffa72c}.listcleaning-info__deliver-item--undeliverable{color:#ff613a}.listcleaning-info__deliver-item--unknown{color:#5b5b5b}.listcleaning-info__deliver-chart-wrapper{width:12.5rem;height:12.5rem}@media screen and (max-width:60em){.listcleaning-info__deliver-chart-wrapper{width:100%}}.listcleaning-info__toxicity-data{display:flex;align-items:flex-start;justify-content:space-between;grid-gap:1.25rem;gap:1.25rem}@media screen and (max-width:60em){.listcleaning-info__toxicity-data{flex-direction:column}}.listcleaning-info__toxicity-chart-wrapper{width:12.5rem;height:12.5rem}@media screen and (max-width:60em){.listcleaning-info__toxicity-chart-wrapper{width:100%}}.listcleaning-info__toxicity-list{flex:1 1;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.listcleaning-info__toxicity-list{width:100%}}.listcleaning-info__toxicity-item{font-weight:700;display:flex;justify-content:space-between}.listcleaning-info__toxicity-item--score-0{color:#06c6c6}.listcleaning-info__toxicity-item--score-1{color:#f3dd12}.listcleaning-info__toxicity-item--score-2{color:#ffc107}.listcleaning-info__toxicity-item--score-3{color:#ffa72c}.listcleaning-info__toxicity-item--score-4{color:#ff613a}.listcleaning-info__toxicity-item--score-5{color:#d32f2f}@media screen and (max-width:60em){.listcleaning-info__toxicity-item{grid-gap:1.875rem;gap:1.875rem;align-items:center}}.listcleaning-info__download-title{margin-bottom:0}.listcleaning-info__download,.listcleaning-info__download-options{display:flex;flex-direction:column}.listcleaning-info__download{justify-content:space-between}.listcleaning-info__download-options-list{display:flex;grid-gap:.625rem;gap:.625rem;flex-direction:column}.listcleaning-info__download-option{margin-top:0}.listcleaning-info__close-btn,.listcleaning-info__download-btn{width:18.75rem;flex-shrink:0}.listcleaning-info__close-btn{align-self:flex-end}.listcleaning-info__download-custom-list{width:100%;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.listcleaning-info__download-categories-sublist{margin-left:1.875rem;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.listcleaning-info__download-custom-label{display:flex;justify-content:space-between;width:90%;font-weight:700}.listcleaning-info__download-custom-label--deliverable{color:#06c6c6}.listcleaning-info__download-custom-label--risky{color:#ffa72c}.listcleaning-info__download-custom-label--undeliverable{color:#ff613a}.listcleaning-info__download-custom-label--unknown{color:#5b5b5b}.listcleaning-info__download-custom-label--addition-filters{font-weight:400}@media screen and (max-width:60em){.listcleaning-info__download-custom-label{grid-gap:.3125rem;gap:.3125rem;flex-wrap:wrap}}.listcleaning-info__download-categories-count-block{font-weight:400}.listcleaning-info__download-custom-additional-filters{margin-top:.625rem;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.listcleaning-info__download-custom-toxicity-range{margin-top:1.25rem;width:calc(100% - .625rem)}.listcleaning-info__download-custom-toxicity-range-title{margin-bottom:.625rem;font-weight:700}.listcleaning-info__download-custom-toxicity-range-input{width:100%;padding-left:.625rem}.listcleaning-info__additional-filters-toggle{margin-top:.625rem;display:flex;align-items:center;grid-gap:.3125rem;gap:.3125rem;cursor:pointer}.listcleaning-info__arrow-icon{transition:all .25s}.listcleaning-info__arrow-icon--rotated{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.listcleaning-info__progress-info{margin-top:1.25rem;display:flex;flex-direction:column;grid-gap:.3125rem;gap:.3125rem}.listcleaning-info .rc-slider-rail{background-color:#d3d3d3}.listcleaning-info .rc-slider-track{background-color:#57068e}.listcleaning-info .rc-slider-handle{border:2px solid #57068e;background-color:#57068e}.listcleaning-info .rc-slider-handle-click-focused,.listcleaning-info .rc-slider-handle:focus,.listcleaning-info .rc-slider-handle:hover{border-color:#57068e}.listcleaning-info .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57068e;box-shadow:0 0 0 5px #57068e}.listcleaning-info .rc-slider-dot-active,.listcleaning-info .rc-slider-handle:active,.listcleaning-info .rc-slider-handle:hover{border-color:#57068e}.listcleaning-bouncer-page{padding:1.875rem}@media screen and (max-width:30em){.listcleaning-bouncer-page{padding:1.875rem .625rem}}.listcleaning-bouncer-page__new-list .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.listcleaning-bouncer-page__new-list .c-slidebar__content{width:100%}}.listcleaning-bouncer-page__new-list.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.listcleaning-bouncer-page__new-list.hidden .c-slidebar__content{right:-56.25rem}}.listcleaning-bouncer-page__list-precheck .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.listcleaning-bouncer-page__list-precheck .c-slidebar__content{width:100%}}.listcleaning-bouncer-page__list-precheck.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.listcleaning-bouncer-page__list-precheck.hidden .c-slidebar__content{right:-56.25rem}}.listcleaning-bouncer-page__list-info .c-slidebar__content{width:50%}@media screen and (max-width:48em){.listcleaning-bouncer-page__list-info .c-slidebar__content{width:100%}}.listcleaning-bouncer-page__list-info.hidden .c-slidebar__content{right:-50%}@media screen and (max-width:48em){.listcleaning-bouncer-page__list-info.hidden .c-slidebar__content{right:-56.25rem}}.mailerq-clear-filters__drop-filters{width:12.5rem;margin-left:.625rem}@media screen and (max-width:48em){.mailerq-clear-filters__drop-filters{margin-left:0;margin-bottom:.625rem}}.mailerq-header{margin-bottom:.625rem}@media screen and (max-width:60em){.mailerq-header{flex-direction:column}}.mailerq-header__title{position:relative;color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:30em){.mailerq-header__title{text-align:center}}.mailerq-header__spinner{position:absolute;display:inline-block;left:calc(100% + 1.25rem)}.mailerq-filters{display:flex;flex-wrap:nowrap;margin-bottom:.625rem}@media screen and (max-width:48em){.mailerq-filters{flex-direction:column-reverse;align-items:center}}.mailerq-filters__wrapper{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}.mailerq-filters__periods{position:relative;display:flex}.mailerq-filters__date-range{margin:auto 0}.mailerq-filters__bounce-item{width:13.4375rem}.mailerq-tables__aggregated-data{display:flex;flex-wrap:wrap}@media screen and (max-width:120em){.mailerq-tables__aggregated-data{display:block}}.mailerq-tables__item{flex-grow:1;width:calc(50% - 1.25rem);margin-bottom:.625rem}.mailerq-tables__item:nth-child(odd){margin-right:.625rem}@media screen and (max-width:120em){.mailerq-tables__item:last-child{margin-bottom:0}}@media screen and (max-width:120em){.mailerq-tables__item{width:100%;margin-right:0}}.mailerq-tables__item--full-width{width:100%;margin-top:.625rem}.mailerq-tables__item .sei-accordion__item-header{text-align:center}.mailerq-tables__item .sei-accordion__item-content{max-height:18.75rem;padding:.625rem}.mailerq-tables__item-box{max-height:18.75rem}.mailerq-tables__table{-webkit-transform:translateZ(0);transform:translateZ(0);margin:0 auto}.mailerq-tables__data-percent{white-space:nowrap}.mailerq-data-sum{display:flex;flex-wrap:nowrap;justify-content:center;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:48em){.mailerq-data-sum{flex-wrap:wrap}}.mailerq-data-sum__item{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d5dee3;background-color:#fff;border-radius:.375rem;flex-grow:1;flex-basis:16.6666666667%;padding:.5rem 0}@media screen and (max-width:48em){.mailerq-data-sum__item{flex:auto;width:calc(50% - 1.25rem)}}.mailerq-data-sum__name{text-transform:uppercase}.mailerq-data-sum__percent{font-size:1.625rem}.mailerq-bounce-stats-data-sum{display:flex;flex-wrap:nowrap;justify-content:center;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:48em){.mailerq-bounce-stats-data-sum{flex-wrap:wrap}}.mailerq-bounce-stats-data-sum__item{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #d5dee3;background-color:#fff;border-radius:.375rem;flex-grow:1;flex-basis:16.6666666667%;padding:.5rem 0}@media screen and (max-width:48em){.mailerq-bounce-stats-data-sum__item{flex:auto;width:calc(50% - 1.25rem)}}.mailerq-bounce-stats-data-sum__name{text-transform:uppercase}.mailerq-bounce-stats-data-sum__count{font-size:1.625rem}.mailerq-chart{display:flex;flex-wrap:wrap}@media screen and (max-width:48em){.mailerq-chart{display:block}}.mailerq-chart__item{flex-grow:1;width:calc(50% - 1.25rem);margin-bottom:.625rem}.mailerq-chart__item:nth-child(odd){margin-right:.625rem}@media screen and (max-width:48em){.mailerq-chart__item:last-child{margin-bottom:0}}@media screen and (max-width:48em){.mailerq-chart__item{width:100%;margin-right:0}}.mailerq-chart__item .sei-accordion__item-content{max-height:18.75rem;overflow:auto;padding:.625rem}.mailerq-chart__tooltip-date{text-align:center}.mailerq-bounce-stats-chart{display:flex;flex-wrap:wrap}@media screen and (max-width:48em){.mailerq-bounce-stats-chart{display:block}}.mailerq-bounce-stats-chart__item{flex-grow:1;width:50%;margin-bottom:.625rem}.mailerq-bounce-stats-chart__item:nth-child(odd){margin-right:.625rem}@media screen and (max-width:48em){.mailerq-bounce-stats-chart__item:last-child{margin-bottom:0}}@media screen and (max-width:48em){.mailerq-bounce-stats-chart__item{width:100%;margin-right:0}}.mailerq-bounce-stats-chart__item .sei-accordion__item-content{max-height:18.75rem;overflow:auto;padding:.625rem}.mailerq-bounce-stats-chart__tooltip-date{text-align:center}.mailerq{padding:1.875rem}@media screen and (max-width:30em){.mailerq{padding:1.875rem .625rem}}.mct{padding:.625rem}.mct__date,.mct__text{white-space:nowrap}.mct__date{margin-bottom:.5rem}.mct__name{font-weight:700}.pixel-configuration{display:flex;flex-direction:column;height:100%}.pixel-configuration__link-wrapper{display:flex;border:1px solid #d5dee3;border-radius:.375rem;margin-bottom:.625rem;height:7.5rem}.pixel-configuration__link{display:flex;align-items:center;font-family:monospace;font-size:1rem;font-weight:400;width:100%;min-height:5rem;word-break:break-word;background-color:#f0f6fa;padding:.625rem}.pixel-configuration__description{font-size:1rem;margin-bottom:.625rem}.pixel-configuration__area{height:100%;width:85%;border-right:1px solid #d5dee3}.pixel-configuration__copy{flex-shrink:0;width:15%;height:100%;background-color:#f0f6fa}.pixel-configuration__copy .icon__img{width:40%;height:100%}.pixel-configuration__list{list-style:disc;padding-left:1.25rem}.pixel-configuration__list li{list-style:disc}.pixel-configuration__list li:not(:last-child){margin-bottom:.3125rem}.pixel-configuration__btns{margin-top:auto;display:flex;justify-content:flex-end}.pixel-configuration__close-btn{margin:0}.pixel-tabs{width:23.75rem;margin-right:.625rem}@media screen and (max-width:60em){.pixel-tabs{margin:0 auto .625rem}}@media screen and (max-width:30em){.pixel-tabs{width:12.5rem}.pixel-tabs .c-tabs__tab{margin-right:0}}@media screen and (max-width:30em){.pixel-tabs__container{flex-direction:column;align-items:normal}}.header-pixel__header-right{display:flex;align-self:center}.header-pixel__btn{width:14.375rem}@media screen and (max-width:60em){.header-pixel__header-right{flex-direction:column;align-items:center}}.pixel-dashboards__row-1{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}.pixel-dashboards__row-2{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}.pixel-dashboards__table{max-height:290px}@media screen and (max-width:60em){.pixel-dashboards__row-1,.pixel-dashboards__row-2{grid-gap:.625rem;gap:.625rem;grid-template-columns:1fr;margin-bottom:.625rem}}.pixel-filters{margin-bottom:.625rem;display:flex;grid-gap:.625rem;gap:.625rem;width:100%}.pixel-filters__item{max-width:14.375rem}@media screen and (max-width:60em){.pixel-filters{justify-content:center;flex-direction:column;align-items:center}}.pixel-page{padding:1.875rem}@media screen and (max-width:30em){.pixel-page{padding:1.875rem .625rem}}.pixel-page__link-slidebar .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.pixel-page__link-slidebar .c-slidebar__content{width:100%}}.pixel-page__link-slidebar.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.pixel-page__link-slidebar.hidden .c-slidebar__content{right:-56.25rem}}.profiles-header__btn{display:inline-block;width:12.5rem}.profiles-available{text-align:center;font-size:.75rem;font-weight:400;margin-top:.3125rem}.profiles-available__count{font-weight:700}.profiles-available__count.danger{color:#ff613a}.profiles-available__count.warning{color:#ffa72c}.profiles-available__count.ok{color:#06c6c6}.profiles-table__controls{display:flex}@media screen and (max-width:60em){.profiles-table__controls{align-items:center;margin-bottom:.625rem}}@media screen and (max-width:48em){.profiles-table__controls{margin-bottom:.625rem}}@media screen and (max-width:30em){.profiles-table__controls{flex-direction:column-reverse;align-items:center;justify-content:center}}.profiles-table__column--centered{text-align:center}.pit-db__btns{margin:.625rem}.pit-db__checkbox{flex-shrink:0;margin-right:.625rem}.pit-db__list{height:calc(100vh - 8.75rem);overflow-y:auto}.pit-db__controls{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:48em){.pit-db__controls{margin-left:0;margin-right:0}}.pit-db__input-wrap{flex-grow:1;display:flex;flex-direction:column}.pit-db__disabled{pointer-events:none;opacity:.7}.pit-domains__input-wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.pit-domains__input-wrap:last-child{margin-bottom:0}.pit-domains__input{flex-grow:1}.pit-domains__remove-btn{align-self:flex-end;margin-left:.625rem;padding-bottom:.4375rem}.pit-domains__remove-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.pit-domains__add-btn{margin-top:1.6875rem}.pit-domains__disabled{pointer-events:none;opacity:.7}.pit-domains__controls{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.pit-ib__btns{margin:.625rem}.pit-ib__checkbox{flex-shrink:0;margin-right:.625rem}.pit-ib__list{height:calc(100vh - 8.75rem);overflow-y:auto}.pit-ib__controls{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:48em){.pit-ib__controls{margin-left:0;margin-right:0}}.pit-ib__input-wrap{flex-grow:1;display:flex;flex-direction:column}.pit-ib__disabled{pointer-events:none;opacity:.7}.pit-ip-range__controls{display:flex;align-items:center;justify-content:space-between}.pit-ip-range__inputs{display:flex;flex-grow:1}@media screen and (max-width:30em){.pit-ip-range__inputs{display:inline;display:initial}}.pit-ip-range__input-wrap{flex-grow:1;margin-bottom:1.25rem}.pit-ip-range__input-wrap:last-child{margin-bottom:0}.pit-ip-range__separator{flex-shrink:0;margin:0 .625rem}@media screen and (max-width:30em){.pit-ip-range__separator{margin:0}}.pit-ip-range__separator:after{content:"-";display:inline-block;position:relative;bottom:-25%;-webkit-transform:translateY(40%);transform:translateY(40%)}@media screen and (max-width:30em){.pit-ip-range__separator:after{display:none}}.pit-ip-range__remove-btn{flex-shrink:0;margin-left:.625rem}.pit-ip-range__remove-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.pit-ip-range__disabled{pointer-events:none;opacity:.7}.pit-ips__input-wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.pit-ips__input-wrap:last-child{margin-bottom:0}.pit-ips__input{flex-grow:1}.pit-ips__remove-btn{align-self:flex-end;margin-left:.625rem;padding-bottom:.4375rem}.pit-ips__remove-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.pit-ips__add-btn{margin-top:1.6875rem}.pit-ips__disabled{pointer-events:none;opacity:.7}.pit-ips__controls{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.pit-netmask__controls{display:flex;align-items:center;justify-content:space-between}.pit-netmask__input-wrap{flex-grow:1}.pit-netmask__input{margin-bottom:1.25rem}.pit-netmask__input:last-child{margin-bottom:0}.pit-netmask__remove-btn{align-self:flex-end;margin-left:.625rem;padding-bottom:.4375rem}.pit-netmask__remove-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.pit-netmask__disabled{pointer-events:none;opacity:.7}.profiles-info-tab-seedlsiting__express-list-title{margin-bottom:.3125rem}.profiles-info-tab-seedlsiting__attached-list--item{list-style:disc;list-style-position:inside}.profiles-info-tab-seedlsiting__attached-list--item:not(:last-child){margin-bottom:.3125rem}.profiles-info-tab-seedlsiting__no-express{font-style:italic;color:#5b5b5b}.profiles-info-tab-alerts__list-title{margin-bottom:.3125rem}.profiles-info-tab-alerts__attached-list--item{list-style:disc;list-style-position:inside}.profiles-info-tab-alerts__attached-list--item:not(:last-child){margin-bottom:.3125rem}.profiles-info-tab-alerts__no-attached{font-style:italic;color:#5b5b5b}.profiles-info .c-slidebar__content{width:70%}@media screen and (max-width:48em){.profiles-info .c-slidebar__content{width:100%}}.profiles-info.hidden .c-slidebar__content{right:-70%}@media screen and (max-width:48em){.profiles-info.hidden .c-slidebar__content{right:-100%}}.profiles-info .c-profiles-info{display:flex;justify-content:space-between;flex-wrap:nowrap;align-items:stretch;height:100%}.profiles-info__side{flex:1 1}.profiles-info__side--left{display:flex;flex-direction:column;border-right:1px solid #f0f6fa;padding-right:.625rem}.profiles-info__side--right{overflow-y:auto;padding-left:.625rem}.profiles-info__side--hidden{opacity:0;visibility:hidden}.profiles-info__fields{display:flex;align-items:center;justify-content:space-between;width:100%}.profiles-info__field{display:flex;flex-direction:column;margin-right:.625rem}.profiles-info__field:last-child{margin-right:0}.profiles-info__field--name{flex-grow:1}.profiles-info__checkbox{margin:.3125rem auto 0}.profiles-info__modes{flex:1 1}@media screen and (max-width:48em){.profiles-info__btn{width:100%;margin-left:0!important;margin-right:0!important}}.profiles-info .pitabs__btn{text-align:start;margin-bottom:.625rem}@media screen and (max-width:30em){.profiles-info .pitabs__btn{word-break:break-all;font-size:.8125rem}}.profiles{padding:1.875rem}@media screen and (max-width:30em){.profiles{padding:1.875rem .625rem}}.snds-tabs{width:23.75rem;margin-right:.625rem}@media screen and (max-width:60em){.snds-tabs{margin-right:0;margin-bottom:.625rem}}@media screen and (max-width:30em){.snds-tabs{width:12.5rem}.snds-tabs .c-tabs__tab{margin-right:0}}@media screen and (max-width:30em){.snds-tabs__container{flex-direction:column;align-items:normal}}.snds-credentials__column{display:flex;align-items:center}.snds-credentials__column--failed{color:#ff613a}.snds-credentials__controls{display:flex;align-items:center;justify-content:space-between}.snds-credentials__checkbox{margin-right:.625rem}.snds-credentials__delete{cursor:pointer}.snds-credentials__delete:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.ip-status__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.625rem}@media screen and (max-width:60em){.ip-status__header{flex-direction:column-reverse;align-items:stretch}}.ip-status__column{text-align:start}.ip-data__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.625rem}@media screen and (max-width:60em){.ip-data__header{flex-direction:column-reverse;align-items:stretch}}.ip-data__filter-result{text-transform:uppercase}.ip-data__filter-result--green{color:#06c6c6}.ip-data__filter-result--yellow{color:#ffa72c}.ip-data__filter-result--red{color:#ff613a}.ip-data__column{text-align:start}.c-snds-date-run__datepicker-wrap{width:100%}.c-snds-date-run__date-range .date-range__inputs{flex-direction:column}.c-snds-date-run__date-range .date-range__input-container{width:100%}.c-snds-date-run__date-range .date-range__input-container:not(.c-snds-date-run__date-range .date-range__input-container:last-child){margin-bottom:.625rem}.c-snds-date-run__date-range .date-range__separator{display:none}.c-snds-history__list{font-size:.875rem}.c-snds-history__item{margin-bottom:.625rem}.c-snds-history__date-key{font-weight:700}.c-snds-history__text{font-weight:400;font-size:.75rem}.c-snds-history__text--error{color:#ff613a}.c-snds-history__value{font-size:.875rem;display:inline-block}.c-snds-history__status{font-weight:700;text-transform:uppercase}.c-snds-history__status--done{color:#06c6c6}.c-snds-history__status--failed{color:#ff613a}.c-snds-history__status--is-progress{color:#ffa72c}.smf-export__btn,.traps-export__btn{height:1.875rem;width:5.625rem}.snds-dashboards-graphs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.625rem;gap:.625rem;padding-bottom:1rem}@media screen and (max-width:75em){.snds-dashboards-graphs{grid-template-columns:1fr}}.snds-dashboards-graphs__table{max-height:200px;height:200px}.sndsfp .c-popup__content{box-shadow:0 0 10px rgba(52,52,52,.25)}.sndsfp__header{text-align:center;text-transform:uppercase;color:#ff613a}.sndsfp__description,.sndsfp__header{margin-bottom:1.25rem}.sndsfp__btn{position:relative;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:50%}.snds-dashboards-loading-info{align-self:flex-start;display:flex;align-items:flex-end}@media screen and (max-width:60em){.snds-dashboards-loading-info{margin:0 auto .625rem}}.snds-dashboards-loading-info__refresh{width:3.75rem}.ip-status-loading-info{align-self:flex-start;display:flex;align-items:flex-end}@media screen and (max-width:60em){.ip-status-loading-info{margin:0 auto .625rem}}.ip-status-loading-info__refresh{width:3.75rem}.ip-data-loading-info{align-self:flex-start;display:flex;align-items:flex-end}@media screen and (max-width:60em){.ip-data-loading-info{margin:0 auto .625rem}}.ip-data-loading-info__refresh{width:3.75rem}.snds-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.snds-filters{flex-direction:column-reverse}}.snds-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.snds-filters__container{flex-direction:column}}.snds-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.snds-filters__clear-btn{margin:0 auto}}.snds-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.sndsfl{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.sndsfl{flex-direction:column;align-items:center}}.sndsfl__item{min-width:14rem}.sndsfl__filter-result-option--green{color:#06c6c6}.sndsfl__filter-result-option--yellow{color:#f3dd12}.sndsfl__filter-result-option--red{color:#ff613a}.snds{padding:1.875rem}@media screen and (max-width:30em){.snds{padding:1.875rem .625rem}}.snds__credentials .c-slidebar__content{width:36.25rem}@media screen and (max-width:48em){.snds__credentials .c-slidebar__content{width:100%}}.snds__credentials.hidden .c-slidebar__content{right:-37.5rem}@media screen and (max-width:48em){.snds__credentials.hidden .c-slidebar__content{right:-56.25rem}}.status-icon__container svg{display:inline!important;display:initial!important;vertical-align:baseline!important;vertical-align:initial!important}.email-view{width:100%;height:calc(100vh - 12rem)}.email-view__iframe{width:100%;height:100%}@media screen and (max-width:60em){.email-view{overflow:auto}}.email-headers{font-size:.75rem;overflow:auto;padding:.3125rem}.email-headers__row{margin-bottom:1.25rem;display:flex}.email-headers__row:last-child{margin:0}@media screen and (max-width:60em){.email-headers__row{flex-direction:column}}.email-headers__key{font-weight:700;width:200px;min-width:12.5rem}@media screen and (max-width:60em){.email-headers__key{width:100%}}.email-headers__value{width:calc(100% - 200px);word-wrap:break-word}.email-headers__value div{margin-bottom:8px}@media screen and (max-width:60em){.email-headers__value{width:100%}}.email-headers__value--blured{-webkit-filter:blur(5px);filter:blur(5px)}.ip-info{padding:1.875rem;min-height:6.25rem;display:flex;justify-content:center}.ip-info .c-table__cell:not(.c-table__cell--cbs){display:flex;align-items:flex-start;justify-content:center}.ip-info .c-table__cell--cbs{align-items:flex-start}.ip-info .rdns-row.warning{color:#ff613a}.ip-info .rbl-row{text-align:left}.ip-info .rbl-row__link{color:#0177a4}.ip-info .rbl-row__link--low{color:#f3dd12}.ip-info .rbl-row__link--medium{color:#ffa72c}.ip-info .rbl-row__link--high{color:#ff613a}.email-ip{padding:.625rem}.domain-info{padding:1.875rem;min-height:6.25rem;display:flex;justify-content:center}.domain-info .c-table__cell:not(.c-table__cell--cbs){display:flex;align-items:flex-start;justify-content:center}.domain-info .c-table__cell--cbs{align-items:flex-start}.domain-info .rdns-row.warning{color:#ff613a}.domain-info .rbl-row{text-align:left}.domain-info .rbl-row__link{color:#0177a4}.domain-info .rbl-row__link--low{color:#f3dd12}.domain-info .rbl-row__link--medium{color:#ffa72c}.domain-info .rbl-row__link--high{color:#ff613a}.email-domain{padding:.625rem}.email-spamassasin{padding:1.875rem}.email-spamassasin__table{margin-top:1.875rem}.email-authentication,.email-spamassasin__status{padding:.625rem}.email-authentication .accordion__item{border:1px solid #d5dee3}.email-authentication .accordion__item-header{cursor:pointer;padding:.3125rem;background-color:rgba(1,119,164,.2);border-bottom:1px solid #d5dee3;text-transform:uppercase;font-weight:700}.email-authentication .accordion__item-header:hover{background-color:rgba(1,119,164,.5)}.email-authentication .accordion__item-content{padding:.625rem}.email-info{height:100%;flex-direction:column}.email-info,.email-info__cols{display:flex}@media screen and (max-width:60em){.email-info__cols{overflow:auto}}.email-info__email-body,.email-info__left{flex:1 1}.email-info__left.withpl{padding-right:1.25rem;width:50%;position:relative}@media screen and (max-width:60em){.email-info__left.withpl{left:-624.9375rem;opacity:0;visibility:hidden;width:0;padding-right:0}}.email-info__email-body{transition:all .5s}@media screen and (max-width:60em){.email-info__email-body{flex-basis:100%}}.email-info__email-body.wrapped{width:0;flex:0 1}.email-info__header{justify-content:space-between;margin-bottom:1.25rem}.email-info__header,.email-info__header .show-email-preview-btn{display:flex;align-items:center}.email-info__header .show-email-preview-btn__btn{width:12.5rem;margin-left:.625rem}@media screen and (max-width:30em){.email-info__header{flex-direction:column}}.email-info__title{font-size:1.5rem}@media screen and (max-width:30em){.email-info__title{margin-bottom:.625rem}}.email-info .sei-accordion__item{border:1px solid #d5dee3}.email-info .sei-accordion__item-header{cursor:pointer;padding:.3125rem;background-color:rgba(1,119,164,.2);border-bottom:1px solid #d5dee3;text-transform:uppercase;font-weight:700}.email-info .sei-accordion__item-header:hover{background-color:rgba(1,119,164,.5)}.email-info .sei-accordion__item-header.withicon{display:flex;align-items:center;flex-wrap:nowrap}.email-info .sei-accordion__item-header.withicon .sei-accordion__item-text{margin-right:.3125rem}.email-info .sei-accordion__item-domain{text-transform:none;color:rgba(1,119,164,.8)}.email-info .sei-accordion__item-domain--blured{-webkit-filter:blur(5px);filter:blur(5px)}.email-info .sei-accordion__item-content{overflow-x:auto}.seedlisting-email-info{padding:1.875rem}.seedlisting-email-info__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:30em){.seedlisting-email-info__header{margin-bottom:0}}.seedlisting-email-info__title{display:inline-block;text-transform:uppercase;color:#111;font-weight:400;font-size:2.5rem}.seedlisting-email-info__title a{text-decoration:none;color:inherit}.seedlisting-email-info__title a:hover{text-decoration:underline}@media screen and (max-width:48em){.seedlisting-email-info__title{width:100%;text-align:center;font-size:2.1875rem}}@media screen and (max-width:30em){.seedlisting-email-info__title{font-size:1.875rem}}.seedlisting-email-info__breadcrumbs-current{display:inline-block;vertical-align:middle;font-size:1.25rem;line-height:2.5rem}.seedlisting-email-info__breadcrumbs-current--blured{-webkit-filter:blur(5px);filter:blur(5px)}.seedlisting-info__tag{font-family:monospace;width:100%;text-align:center;height:5rem;background-color:rgba(91,91,91,.2);font-size:.875rem}.seedlisting-info__description{word-break:break-all}.seedlisting-info__sub-row{display:flex;justify-content:space-between;align-items:center}.seedlisting-info__emailslist{display:none}.seedlisting-info__emailslist.showed{display:inline;display:initial}.seedlisting-info__wrapper{display:flex;border:1px solid #d5dee3;border-radius:.375rem;margin-bottom:.625rem;height:7.5rem}.seedlisting-info__textarea{width:85%;height:100%;border:0;border-radius:0;border-right:1px solid #d5dee3}.seedlisting-info__copy{width:15%;height:100%;background-color:#f0f6fa}.seedlisting-info__copy .icon__img{width:40%;height:100%}.seedlisting-info__select{width:14.375rem}.si-stats__chart,.si-stats__panels{margin-bottom:.625rem}.si-stats .sispanels{display:flex}@media screen and (max-width:48em){.si-stats .sispanels{flex-wrap:wrap}}.si-stats .sispanels__panel{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1;height:7.5rem;margin:0 .3125rem}.si-stats .sispanels__panel:first-child{margin-left:0}.si-stats .sispanels__panel:last-child{margin-right:0}.si-stats .sispanels__panel--inbox{background-color:rgba(6,198,198,.1)}.si-stats .sispanels__panel--spam{background-color:rgba(255,97,58,.1)}.si-stats .sispanels__panel--unreceived{background-color:rgba(157,159,179,.1)}.si-stats .sispanels__panel--progress{background-color:rgba(67,135,255,.1)}@media screen and (max-width:48em){.si-stats .sispanels__panel{align-items:center;flex:1 1 40%;margin:.3125rem}.si-stats .sispanels__panel:first-child{margin-left:.3125rem}.si-stats .sispanels__panel:last-child{margin-right:.3125rem}}.si-stats .sispanels__label{font-size:1.25rem;font-weight:400;text-transform:uppercase;text-align:center}.si-stats .sispanels__value{font-size:2.1875rem;font-weight:700;color:rgba(17,17,17,.8)}.si-stats .sispanels__processing{font-size:.875rem;font-weight:700;color:rgba(255,97,58,.8);bottom:.625rem}.si-stats .sischart{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#fff;padding:.5rem}.si-stats .sisrow-data{display:flex;justify-content:flex-end;align-items:center;padding:.625rem;background-color:#0177a4;border-radius:.375rem;margin-bottom:.625rem;border:1px solid rgba(91,91,91,.1);color:#fff}.si-stats .sisrow-data__item{margin-left:.625rem;font-size:1rem;display:flex;align-items:center;height:2.1875rem}.si-stats .sisrow-data__item--progress{display:flex;grid-gap:.625rem;gap:.625rem;width:31.25rem;cursor:pointer}@media screen and (max-width:48em){.si-stats .sisrow-data__item--progress{width:18.75rem}}@media screen and (max-width:30em){.si-stats .sisrow-data__item--progress{width:12.5rem}}.si-stats .sisrow-data__progress{width:calc(80% - .625rem);cursor:pointer}@media screen and (max-width:48em){.si-stats .sisrow-data__progress{width:66%}}@media screen and (max-width:30em){.si-stats .sisrow-data__progress{width:44%}}.si-stats .sisrow-data__label{font-weight:700}.si-stats .sisrow-data__value{font-weight:400;display:inline-block;width:2.5rem}.si-stats__no-data{display:flex;justify-content:center;font-size:.875rem;padding-top:150px;height:300px;margin:0 auto}.si-table-section{color:#111;overflow-x:auto;border-radius:.375rem;border:1px solid rgba(91,91,91,.1)}.si-table-section .stsheader{display:flex;justify-content:space-between;align-items:center;grid-gap:.625rem;gap:.625rem;background-color:rgba(1,119,164,.05);border-bottom:1px solid #d5dee3;padding:.625rem;cursor:pointer}.si-table-section .stsheader:hover{background-color:rgba(1,119,164,.3)}.si-table-section .stsheader__host-info{display:flex;align-items:center;justify-content:center;grid-gap:.625rem;gap:.625rem}.si-table-section .stsheader__arrow{width:1.5rem;height:1.5rem;transition:all .5s}.si-table-section .stsheader__arrow.down{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.si-table-section .stsheader__host-name{font-weight:700}.si-table-section .stsheader__host-logo{width:2.1875rem;height:2.1875rem;flex-shrink:0}.si-table-section .stsheader__host-logo svg{width:100%;height:100%}.si-table-section .stsheader__stats{display:flex}@media screen and (max-width:60em){.si-table-section .stsheader__stats{justify-content:space-between}}@media screen and (max-width:48em){.si-table-section .stsheader__stats{flex-wrap:wrap;justify-content:flex-end;grid-gap:.3125rem;gap:.3125rem}}.si-table-section .stsheader .stshstats{margin-left:.625rem;font-size:1rem}.si-table-section .stsheader .stshstats--progress{display:flex;grid-gap:.625rem;gap:.625rem;width:31.25rem}@media screen and (max-width:48em){.si-table-section .stsheader .stshstats--progress{width:18.75rem}}@media screen and (max-width:30em){.si-table-section .stsheader .stshstats--progress{width:12.5rem}}.si-table-section .stsheader .stshstats__progress{width:calc(80% - .875rem)}@media screen and (max-width:48em){.si-table-section .stsheader .stshstats__progress{width:66%}}@media screen and (max-width:30em){.si-table-section .stsheader .stshstats__progress{width:44%}}.si-table-section .stsheader .stshstats__label{font-weight:400}.si-table-section .stsheader .stshstats__value{font-weight:400;display:inline-block;width:2.5rem}@media screen and (max-width:60em){.si-table-section .stsheader .stshstats{margin-left:0}}.si-table-section .stsheader .stshstats__gmail-folder--progress{display:flex;grid-gap:.625rem;gap:.625rem;width:18.75rem}@media screen and (max-width:30em){.si-table-section .stsheader .stshstats__gmail-folder--progress{width:12.5rem}}.si-table-section .sis-data-table{background-color:#fff}.si-table-section .sis-data-table .sisdtheader{display:flex;border-bottom:1px solid #d5dee3}.si-table-section .sis-data-table .sisdtheader__cell{text-transform:uppercase;text-align:center;font-weight:700;font-size:.75rem}.si-table-section .sis-data-table__row{display:flex}.si-table-section .sis-data-table__row:not(:last-child){border-bottom:1px solid #d5dee3}.si-table-section .sis-data-table__row.email-row{cursor:pointer}.si-table-section .sis-data-table__row.email-row:hover{background-color:#f0f6fa}.si-table-section .sis-data-table__row.email-row.disabled{cursor:default;background-color:hsla(0,0%,82.7%,.3)}.si-table-section .sis-data-table__row.email-row.waiting{cursor:default}.si-table-section .sis-data-table__cell{position:relative;flex:1 1;min-width:9.375rem;overflow:hidden;padding:.3125rem;font-weight:400;font-size:.875rem;text-align:left}.si-table-section .sis-data-table__cell:not(:last-child){border-right:1px solid #d5dee3}.si-table-section .sis-data-table__cell--right{text-align:right}.si-table-section .sis-data-table__cell--green{color:#06c6c6}.si-table-section .sis-data-table__cell--red{color:#ff613a}.si-table-section .sis-data-table__cell--yellow{color:#ffa72c}.si-table-section .sis-data-table__cell:hover .table-cell-help-btns{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:1;visibility:visible}.si-table-section .sis-data-table__cell-content--blured{-webkit-filter:blur(5px);filter:blur(5px)}.seedlisting-item-table{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.shareable-link .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.shareable-link .c-slidebar__content{width:100%}}.shareable-link.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.shareable-link.hidden .c-slidebar__content{right:-56.25rem}}.shareable-link__link{display:flex;align-items:center;font-family:monospace;font-size:1rem;font-weight:400;width:100%;min-height:5rem;word-break:break-word;background-color:#f0f6fa;padding:.625rem}.shareable-link__text-row{font-size:.875rem}.shareable-link__expired{font-weight:400}.shareable-link__expired-date{font-weight:700}.shareable-link__wrapper{display:flex;border:1px solid #d5dee3;border-radius:.375rem;margin-bottom:.625rem;height:7.5rem}.shareable-link__description{font-size:.75rem;font-weight:400;color:#111}.shareable-link__textarea{height:100%;width:85%;border-right:1px solid #d5dee3}.shareable-link__copy{width:15%;height:100%;background-color:#f0f6fa}.shareable-link__copy .icon__img{width:40%;height:100%}.seedlisting-item-ip-info{margin-top:1.25rem}.seedlisting-item-ip-info__content{display:flex;justify-content:center;align-items:center;overflow-x:scroll;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.seedlisting-item-domain-info{margin-top:1.25rem}.seedlisting-item-domain-info__content{display:flex;justify-content:center;align-items:center;overflow-x:scroll;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.seedlisting-item-dmarc{margin-top:1.25rem}.seedlisting-item-dmarc__content{display:flex;justify-content:center;align-items:center}.seedlisting-item-spf{margin-top:1.25rem}.seedlisting-item-spf__content{display:flex;justify-content:center;align-items:center}.seedlisting-item-dkim{margin-top:1.25rem}.seedlisting-item{padding:1.875rem}.seedlisting-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}@media screen and (max-width:48em){.seedlisting-item__header{flex-direction:column}}.seedlisting-item__header-right{display:flex;align-items:center}@media screen and (max-width:48em){.seedlisting-item__header-right{flex-direction:column}}.seedlisting-item__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.seedlisting-item__title a{text-decoration:none;color:inherit}.seedlisting-item__title a:hover{text-decoration:underline}.seedlisting-item__breadcrumbs-current{font-size:1.25rem}.seedlisting-item__btn{display:inline-block;width:12.5rem;right:0;margin-right:.625rem}.seedlisting-item__btn:last-child{margin-right:0}@media screen and (max-width:48em){.seedlisting-item__btn{margin-right:0;margin-bottom:.625rem}.seedlisting-item__btn:last-child{margin-bottom:0}}.seedlisting-item__showed-info-slidebar .c-slidebar__content{width:100%}.seedlisting-item__showed-info-slidebar.hidden .c-slidebar__content{right:-100%}.seedlisting-list-settings__warning{margin-left:auto}.email-available-count{font-size:.75rem;font-weight:400;margin:.3125rem 0;text-align:right;font-weight:700}.email-available-count.danger{color:#ff613a}.email-available-count.warning{color:#ffa72c}.email-available-count.ok{color:#06c6c6}.seedlisting-list-tabs{width:23.75rem;margin-right:.625rem}@media screen and (max-width:60em){.seedlisting-list-tabs{margin:0 auto .625rem}}@media screen and (max-width:30em){.seedlisting-list-tabs{width:12.5rem}.seedlisting-list-tabs .c-tabs__tab{margin-right:0}}@media screen and (max-width:30em){.seedlisting-list-tabs__container{flex-direction:column;align-items:normal}}.seedlisting-main-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}.seedlisting-main-filters--with-compare{width:calc(100% - 12.5rem)}@media screen and (max-width:60em){.seedlisting-main-filters--with-compare{width:100%}}@media screen and (max-width:60em){.seedlisting-main-filters{flex-direction:column-reverse}}.seedlisting-main-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.seedlisting-main-filters__container{flex-direction:column}}.seedlisting-main-filters__list{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.seedlisting-main-filters__list{flex-direction:column;align-items:center}}.seedlisting-main-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.seedlisting-main-filters__clear-btn{margin:0 auto}}.seedlisting-main-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.seedlisting-dashboard .sdh-tooltip{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:.625rem}.seedlisting-dashboard .sdh-tooltip__row{display:flex;align-items:center;margin-bottom:.25rem}.seedlisting-dashboard .sdh-tooltip__row:last-child{margin-bottom:0}.seedlisting-dashboard .sdh-tooltip__row--date{font-size:.875rem;font-weight:700}.seedlisting-dashboard .sdh-tooltip__square{width:6px;height:6px;margin-right:.25rem}.seedlisting-dashboard .sdh-tooltip__text{white-space:nowrap}.seedlisting-dashboard .sdh-tooltip__value{font-weight:700;margin-left:.25rem}.seedlisting-dashboards-side{flex:1 1}.seedlisting-dashboards-side__dashboard-wrapper{margin-bottom:.625rem}.seedlisting-dashboards-side__dashboard-list{display:flex;justify-content:center;grid-gap:.625rem;gap:.625rem;overflow:hidden}@media screen and (max-width:75em){.seedlisting-dashboards-side__dashboard-list{flex-direction:column}}.seedlisting-dashboards-side__dashboard-list--column{flex-direction:column}.seedlisting-dashboards-side__dashboard-box{width:calc(50% - .3125rem)}.seedlisting-dashboards-side__dashboard-box--full-width{width:100%}@media screen and (max-width:75em){.seedlisting-dashboards-side__dashboard-box{width:100%}}.seedlisting-dashboards-side__dashboard-box-content{overflow:hidden}.seedlisting-dashboards-side__table-box{max-height:12.5rem;overflow:auto}.seedlisting-dashboards-side__graph-list{display:flex;justify-content:space-between;flex-wrap:wrap;grid-gap:1.25rem .625rem;gap:1.25rem .625rem;padding:.625rem}@media screen and (max-width:60em){.seedlisting-dashboards-side__graph-list{flex-direction:column}}.seedlisting-dashboards-side__graph-list--column{flex-direction:column}.seedlisting-dashboards-side__tables{display:grid;grid-template-columns:repeat(2,minmax(15.625rem,1fr));grid-gap:.625rem;gap:.625rem}@media screen and (max-width:100em){.seedlisting-dashboards-side__tables{grid-template-columns:minmax(15.625rem,1fr)}}.seedlisting-dashboards-side__tables--column{grid-template-columns:minmax(15.625rem,1fr)}.seedlisting-dashboards-side__status-overview{margin-bottom:.625rem;display:grid;grid-gap:.625rem;gap:.625rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:48em){.seedlisting-dashboards-side__status-overview{grid-template-columns:1fr}}.seedlisting-dashboards-side__status-overview-item{text-align:center;font-size:3.125rem}.seedlisting-dashboards-side__status-overview-item--inbox{color:#06c6c6}.seedlisting-dashboards-side__status-overview-item--spam{color:#ff613a}.seedlisting-dashboards-side__status-overview-item--unreceived{color:#9d9fb3}.seedlisting-compare-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.seedlisting-compare-filters{flex-direction:column-reverse}}.seedlisting-compare-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.seedlisting-compare-filters__container{flex-direction:column}}.seedlisting-compare-filters__list{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.seedlisting-compare-filters__list{flex-direction:column;align-items:center}}.seedlisting-compare-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem;margin-bottom:.625rem}@media screen and (max-width:60em){.seedlisting-compare-filters__clear-btn{margin:0 auto}}.seedlisting-compare-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.seedlisting-dashboards{display:flex;justify-content:space-between}.seedlisting-dashboards__separator{flex-shrink:0;height:auto}.seedlisting-dashboards__spinner{flex:1 1}.seedlisting-dashboards__content{flex:1 1;display:flex;flex-direction:column}.seedlisting-dashboards__filters{display:flex;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.seedlisting-dashboards__filters--with-compare{height:calc(100% + 2.5rem)}}@media screen and (max-width:60em){.seedlisting-dashboards__filters{flex-direction:column;align-items:center}}.seedlisting-dashboards__dates-range{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.seedlisting-dashboards__compare-btn{width:12.5rem;margin-left:auto}@media screen and (max-width:60em){.seedlisting-dashboards__compare-btn{margin-left:0;margin-top:.625rem}}.status-progress{display:flex;align-items:center;flex-wrap:nowrap}.status-progress__status{margin-right:.5rem}.status-progress__spinner{display:flex;align-items:center}.status-progress__spinner-child{border-color:#ffa72c transparent transparent}.status-progress__circle{width:5px;height:5px;border-radius:50%;background-color:#ffa72c}.status-progress__circle--bad{background-color:#ff613a}.status-progress__circle--good{background-color:#06c6c6}.status-progress__circle--undeterminate{background-color:#5b5b5b}.status-progress__percent{color:#111;font-size:.75rem}.status-progress__percent--done{color:#9d9fb3}.sl-table__column{display:flex;align-items:center;height:100%}.sl-table__column--title{display:block;height:auto;padding:.5rem 0}.sl-table__name{font-size:.875rem;margin-bottom:.5rem}.sl-table__status{width:1.125rem;height:1.125rem}.sl-table__status--done{fill:#06c6c6}.sl-table__status--in-progress{fill:#ffa72c;-webkit-animation-name:rotationAndMirrorX;animation-name:rotationAndMirrorX;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;animation-direction:reverse}.sl-table__status--stopped{fill:#ff613a}.sl-table__status svg{width:100%;height:100%}.sl-table__inbox,.sl-table__notReceived,.sl-table__spam{font-size:.875rem}.sl-table .rez-status--ok{color:#06c6c6}.sl-table .rez-status--warning{color:#ffa72c}.sl-table .rez-status--danger{color:#ff613a}.sl-table__progress{height:100%;width:250px;display:flex;align-items:center}.sl-table__stats{display:flex;grid-gap:.625rem;gap:.625rem}.sl-table__stats--inbox{color:#06c6c6}.sl-table__stats--spam{color:#ff613a}.sl-table__stats--unreceived{color:#9d9fb3}.sl-table__express{color:#57068e}.c-input-range__input{-webkit-appearance:none;background:transparent;margin:.5625rem 0;width:100%}.c-input-range__input::-moz-focus-outer{border:0}.c-input-range__input:focus{outline:0}.c-input-range__input:focus::-webkit-slider-runnable-track{background:#fff}.c-input-range__input:focus::-ms-fill-lower{background:#f0f6fa}.c-input-range__input:focus::-ms-fill-upper{background:#fff}.c-input-range__input::-webkit-slider-runnable-track{cursor:default;height:.5rem;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%;box-shadow:.0625rem .0625rem .0625rem rgba(0,0,0,.2),0 0 .0625rem rgba(13,13,13,.2);background:#f0f6fa;border:.125rem solid #f0f6fa;border-radius:.3125rem}.c-input-range__input::-webkit-slider-thumb{box-shadow:.25rem .25rem .25rem rgba(0,0,0,.2),0 0 .25rem rgba(13,13,13,.2);background:#57068e;border:.125rem solid #f0f6fa;border-radius:.75rem;box-sizing:border-box;cursor:default;height:1.125rem;width:1.125rem;-webkit-appearance:none;margin-top:-.4375rem}.c-input-range__input::-moz-range-track{box-shadow:.0625rem .0625rem .0625rem rgba(0,0,0,.2),0 0 .0625rem rgba(13,13,13,.2);cursor:default;height:.5rem;-moz-transition:all .2s ease;transition:all .2s ease;width:100%;background:#f0f6fa;border:.125rem solid #f0f6fa;border-radius:.3125rem;height:.25rem}.c-input-range__input::-moz-range-thumb{box-shadow:.25rem .25rem .25rem rgba(0,0,0,.2),0 0 .25rem rgba(13,13,13,.2);background:#57068e;border:.125rem solid #f0f6fa;border-radius:.75rem;box-sizing:border-box;cursor:default;height:1.125rem;width:1.125rem}.c-input-range__input::-ms-track{cursor:default;height:.5rem;-ms-transition:all .2s ease;transition:all .2s ease;width:100%;background:transparent;border-color:transparent;border-width:.5625rem 0;color:transparent}.c-input-range__input::-ms-fill-lower{background:#ddebf4}.c-input-range__input::-ms-fill-lower,.c-input-range__input::-ms-fill-upper{box-shadow:.0625rem .0625rem .0625rem rgba(0,0,0,.2),0 0 .0625rem rgba(13,13,13,.2);border:.125rem solid #f0f6fa;border-radius:.625rem}.c-input-range__input::-ms-fill-upper{background:#f0f6fa}.c-input-range__input::-ms-thumb{box-shadow:.25rem .25rem .25rem rgba(0,0,0,.2),0 0 .25rem rgba(13,13,13,.2);background:#57068e;border:.125rem solid #f0f6fa;border-radius:.75rem;box-sizing:border-box;cursor:default;height:1.125rem;width:1.125rem;margin-top:.125rem}.c-input-range__input:disabled::-moz-range-thumb,.c-input-range__input:disabled::-ms-fill-lower,.c-input-range__input:disabled::-ms-fill-upper,.c-input-range__input:disabled::-ms-thumb,.c-input-range__input:disabled::-webkit-slider-runnable-track,.c-input-range__input:disabled::-webkit-slider-thumb{cursor:not-allowed}.new-seedlisting__sub-row{display:flex;justify-content:space-between;align-items:center}.new-seedlisting__sub-row--hosts{align-items:flex-start;flex-direction:column}.new-seedlisting__sub-row--hosts h4{margin-top:0}.new-seedlisting .s-hosts__row{display:flex;justify-content:space-between;align-items:center;height:1.625rem;border-bottom:1px solid transparent}.new-seedlisting .s-hosts__row.disabled{pointer-events:none;opacity:.5}.new-seedlisting .s-hosts__row:hover{border-color:#f0f6fa}.new-seedlisting .s-hosts__row--business{margin-top:.625rem}.new-seedlisting .s-hosts__title{font-size:.875rem;width:7.5rem}@media screen and (max-width:30em){.new-seedlisting .s-hosts__title{width:7.5rem}}.new-seedlisting .s-hosts__eperit{width:7.5rem;font-size:.75rem;font-weight:400;text-align:center;padding:0 .625rem}@media screen and (max-width:30em){.new-seedlisting .s-hosts__eperit{width:5rem}}.new-seedlisting .s-hosts__minus{margin-right:.625rem}.new-seedlisting .s-hosts__minus,.new-seedlisting .s-hosts__plus{color:rgba(87,6,142,.7)}.new-seedlisting .s-hosts__minus:hover,.new-seedlisting .s-hosts__plus:hover{color:#57068e}.new-seedlisting .s-hosts__minus svg,.new-seedlisting .s-hosts__plus svg{width:.625rem;height:.625rem}.new-seedlisting .s-hosts__range{flex:1 1;flex-shrink:0;padding:0 .625rem}@media screen and (max-width:30em){.new-seedlisting .s-hosts__range{width:6.25rem}}.new-seedlisting .s-hosts__cbx{width:1.25rem}.new-seedlisting .s-hosts .range-title{display:flex;justify-content:space-between;position:relative;margin-left:1.875rem}.new-seedlisting .s-hosts .range-title__value{color:#5b5b5b;font-size:.75rem;font-weight:400}.new-seedlisting .s-hosts .range-title__value--current{position:absolute;top:0;color:#ff613a;width:1rem;text-align:center}.new-seedlisting .email-available{align-self:flex-end;display:flex;align-items:center}.new-seedlisting .email-available__title{font-size:.75rem;font-weight:400;text-transform:uppercase;margin-right:.625rem}.new-seedlisting .email-available__value{font-size:.75rem;font-weight:700}.new-seedlisting .email-available__value.danger{color:#ff613a}.new-seedlisting .email-available__value.warning{color:#ffa72c}.new-seedlisting .email-available__value.ok{color:#06c6c6}.new-seedlisting__select{margin-bottom:1rem}.new-seedlisting__description-type{font-size:.75rem}.new-seedlisting__profile-select{margin-top:.625rem}.seedlisting-stop-modal{padding:0 1.25rem}.seedlisting-stop-modal .c-popup__content{padding:0}.seedlisting-stop-modal__footer,.seedlisting-stop-modal__header{padding:1.25rem}.seedlisting-stop-modal__content,.seedlisting-stop-modal__header{border-bottom:1px solid hsla(0,0%,82.7%,.7)}.seedlisting-stop-modal__header{display:flex;flex-direction:column;align-items:center}.seedlisting-stop-modal__close{cursor:pointer;position:relative;align-self:flex-end;transition:all .25s ease-in;width:20px;height:20px}.seedlisting-stop-modal__close:after,.seedlisting-stop-modal__close:before{content:"";display:block;position:absolute;top:50%;left:50%;width:20px;height:2px;background-color:rgba(91,91,91,.3)}.seedlisting-stop-modal__close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.seedlisting-stop-modal__close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.seedlisting-stop-modal__close:hover{-webkit-transform:scale(1.3);transform:scale(1.3)}.seedlisting-stop-modal__icon{position:relative;top:-.875rem;width:4.5rem;height:4.5rem;margin-bottom:1.25rem}.seedlisting-stop-modal__icon path{fill:#ff613a}@media screen and (max-width:30em){.seedlisting-stop-modal__icon{margin-bottom:0}}.seedlisting-stop-modal__title{font-weight:400;font-size:1.25rem}@media screen and (max-width:30em){.seedlisting-stop-modal__title{text-align:center}}.seedlisting-stop-modal__content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-gap:1rem;gap:1rem;padding:1.875rem}@media screen and (max-width:30em){.seedlisting-stop-modal__content{display:block}}.seedlisting-stop-modal .ssmd{display:flex;flex-direction:column}@media screen and (max-width:30em){.seedlisting-stop-modal .ssmd:not(:last-child){margin-bottom:2.125rem}}.seedlisting-stop-modal .ssmd:nth-child(2) .ssmd__title{text-align:center}@media screen and (max-width:30em){.seedlisting-stop-modal .ssmd:nth-child(2) .ssmd__title{text-align:left;text-align:initial}}.seedlisting-stop-modal .ssmd:nth-child(2) .ssmd__text{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;padding-right:1rem}@media screen and (max-width:30em){.seedlisting-stop-modal .ssmd:nth-child(2) .ssmd__text{padding-right:0;margin:0}}.seedlisting-stop-modal .ssmd:last-child .ssmd__title{text-align:end}@media screen and (max-width:30em){.seedlisting-stop-modal .ssmd:last-child .ssmd__title{text-align:left;text-align:initial}}.seedlisting-stop-modal .ssmd:last-child .ssmd__text{position:relative;top:.5625rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto}@media screen and (max-width:30em){.seedlisting-stop-modal .ssmd:last-child .ssmd__text{margin-left:0}}.seedlisting-stop-modal .ssmd:last-child .ssmd__footer{border:none}.seedlisting-stop-modal .ssmd:last-child .ssmd__value{margin-right:0}.seedlisting-stop-modal .ssmd__header{flex-grow:1;margin-bottom:2.125rem}@media screen and (max-width:30em){.seedlisting-stop-modal .ssmd__header{margin-bottom:.625rem}}.seedlisting-stop-modal .ssmd__title{font-weight:700;font-size:.6875rem;text-transform:uppercase;margin-bottom:1rem}.seedlisting-stop-modal .ssmd__text{font-weight:700;font-size:.875rem}.seedlisting-stop-modal .ssmd__footer{display:flex;justify-content:space-between;align-items:center;min-height:1.875rem;width:100%;border-right:1px solid hsla(0,0%,82.7%,.7)}@media screen and (max-width:30em){.seedlisting-stop-modal .ssmd__footer{border:none}}.seedlisting-stop-modal .ssmd__footer-text{font-weight:700;font-size:.6875rem;text-transform:uppercase}.seedlisting-stop-modal .ssmd__value{display:block;font-weight:700;font-size:.875rem;margin-right:1rem}@media screen and (max-width:30em){.seedlisting-stop-modal .ssmd__value{margin-right:0}}.seedlisting-stop-modal__footer{display:flex;flex-direction:column;align-items:center}.seedlisting-stop-modal__option-text{font-weight:400;font-size:.875rem;margin-bottom:1.5625rem}@media screen and (max-width:30em){.seedlisting-stop-modal__option-text{margin-bottom:.5rem}}.seedlisting-stop-modal__btns{display:flex}@media screen and (max-width:30em){.seedlisting-stop-modal__btns{flex-direction:column;align-items:center}}.seedlisting-stop-modal__btn{min-width:12.5rem;margin-right:.625rem}.seedlisting-stop-modal__btn:last-child{margin-right:0}@media screen and (max-width:30em){.seedlisting-stop-modal__btn{width:12.5rem;margin-right:0}.seedlisting-stop-modal__btn:not(:last-child){margin-bottom:.625rem}}.seedlisting-stop-modal .rez-status--ok{color:#06c6c6}.seedlisting-stop-modal .rez-status--warning{color:#ffa72c}.seedlisting-stop-modal .rez-status--danger{color:#ff613a}.seedlisting-loading{margin-left:.625rem}.seedlisting-loading__refresh{width:3.75rem}.sl-additional-filters{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.sl-additional-filters{flex-direction:column}}.sl-additional-filters__filter{align-self:flex-start;display:flex;align-items:flex-end}@media screen and (max-width:60em){.sl-additional-filters__filter{align-self:auto;flex-direction:column;margin-bottom:.625rem}}.sl-additional-filters__filter-show-all{display:flex;position:relative;width:auto;margin-left:.625rem}@media screen and (max-width:60em){.sl-additional-filters__filter-show-all{margin-left:0;margin-bottom:.625rem}}.sl-additional-filters__filter-label{font-weight:400;margin-left:.25rem}.sl-additional-filters__drop-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem;margin-left:auto}@media screen and (max-width:48em){.sl-additional-filters__drop-btn{margin-left:0;margin-bottom:.625rem}}.sl-additional-filters__drop-btn--show{visibility:visible;opacity:1;pointer-events:all}.sl-additional-filters__filters{display:flex;align-items:center;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.sl-additional-filters__filters{flex-direction:column;margin-bottom:.625rem}}.sl-additional-filters__input,.sl-additional-filters__select{width:12.5rem}.new-seedlisting-express__profile-select{margin-top:.625rem}.seedlisting-express-list{height:100vh;overflow:hidden!important}.seedlisting-express-list .c-slidebar__content{width:60%}@media screen and (max-width:48em){.seedlisting-express-list .c-slidebar__content{width:100%}}.seedlisting-express-list.hidden .c-slidebar__content{right:-60%}@media screen and (max-width:48em){.seedlisting-express-list.hidden .c-slidebar__content{right:-100%}}.seedlisting-express-list__content{display:flex;flex-wrap:nowrap;height:100%}.seedlisting-express-list__main-content{height:100%;display:flex}.seedlisting-express-list__left{display:flex;flex-direction:column;justify-content:space-between;grid-gap:3.125rem;gap:3.125rem;width:calc(40% - .625rem);padding-right:.625rem;border-right:1px solid #f0f6fa;height:100%;overflow-y:auto}.seedlisting-express-list__right{height:100%;width:calc(60% - .625rem);padding-left:.625rem}.seedlisting-express-list__list{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.seedlisting-express-list__item{display:flex;width:100%;align-items:center;grid-gap:.625rem;gap:.625rem}.seedlisting-express-list__seedlisting-item{width:100%;text-align:start;padding-left:.625rem;padding-right:.625rem}.seedlisting-express-list__seedlisting-item--btn{padding:.5rem}.seedlisting-express-list__container{width:100%;display:flex;position:relative}.seedlisting-express-list__icons-container{position:absolute;right:.625rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.seedlisting-express-list__add-btn{text-align:center;margin-top:.625rem}@media screen and (max-width:30em){.seedlisting-express-list__add-btn{word-break:break-all;font-size:.8125rem}}.seedlisting-express-list__close-btn{align-self:center;min-height:2.5rem;width:100%}.seedlisting-express-list__email{white-space:nowrap;font-weight:700}@media screen and (max-width:60em){.seedlisting-express-list__email{white-space:normal}}.seedlisting-express-list__sub-row{display:flex;justify-content:space-between;align-items:center}.seedlisting-express-list__wrapper{display:flex;border:1px solid #d5dee3;border-radius:.375rem;margin-bottom:.625rem;height:15.625rem}.seedlisting-express-list__textarea{width:85%;height:100%;border:0;border-radius:0;border-right:1px solid #d5dee3}.seedlisting-express-list__copy{width:15%;height:100%;background-color:#f0f6fa}.seedlisting-express-list__copy .icon__img{width:40%;height:100%}.seedlisting-express-list__input,.seedlisting-express-list__select{margin-top:.3125rem;width:14.375rem}.seedlisting-express-list__save-changes{margin-top:1.25rem;width:50%}.seedlisting-express-list__tooltip-icon{cursor:pointer}.seedlisting-express-list__no-data{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.seedlisting-express-list__label{display:flex;flex-direction:column}.seedlisting-express-list__profile-label{margin-top:.9375rem}.seedlisting-express-list__description{display:flex;align-items:center}.seedlisting-express-list__info-row{display:flex;grid-gap:.625rem;gap:.625rem}.seedlisting-list{padding:1.875rem}@media screen and (max-width:30em){.seedlisting-list{padding:1.875rem .625rem}}.seedlisting-list__showed-info-slidebar .c-slidebar__content{width:50rem}@media screen and (max-width:48em){.seedlisting-list__showed-info-slidebar .c-slidebar__content{width:100%}}.seedlisting-list__showed-info-slidebar.hidden .c-slidebar__content{right:-50rem}.seedlisting-list__new-seedlisting .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.seedlisting-list__new-seedlisting .c-slidebar__content{width:100%}}.seedlisting-list__new-seedlisting.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.seedlisting-list__new-seedlisting.hidden .c-slidebar__content{right:-56.25rem}}.seedlisting-list__new-seedlisting-express{z-index:201}.seedlisting-list__new-seedlisting-express .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.seedlisting-list__new-seedlisting-express .c-slidebar__content{width:100%}}.seedlisting-list__new-seedlisting-express.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.seedlisting-list__new-seedlisting-express.hidden .c-slidebar__content{right:-56.25rem}}.seedlisting-workers{padding:1.875rem}@media screen and (max-width:30em){.seedlisting-workers{padding:1.875rem .625rem}}.seedlisting-workers__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:48em){.seedlisting-workers__header{flex-direction:column}}.seedlisting-workers__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}@media screen and (max-width:30em){.seedlisting-workers__title{text-align:center}}.seedlisting-workers__btn{display:inline-block;width:12.5rem;right:0}.show-hide-content{width:100%;padding:.5rem 0}.show-hide-content__btn{width:6.25rem}.show-hide-content__content{text-align:start;margin-top:.625rem}.c-select{height:1.875rem;width:100%;border:1px solid #f0f6fa;border-radius:6px;background-color:#fff;display:inline-block;position:relative}.c-select:hover{border-color:#5b5b5b}.c-select--disabled:hover{border-color:#f0f6fa}.c-select .c-select__btn{position:absolute;top:50%;right:.3125rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1.25rem;height:1.25rem;font-size:.75rem;display:flex;justify-content:center;align-items:center;border-radius:6px}.c-select .c-select__btn:hover{background-color:#f0f6fa}.c-select .c-select__btn--choise,.c-select .c-select__btn--open{z-index:1;-webkit-transform:rotate(90deg) translateX(-50%);transform:rotate(90deg) translateX(-50%);font-size:1rem}.c-select .c-select__btn--clear{z-index:3}.c-select select{height:100%;width:100%;border:none;-webkit-appearance:none;appearance:none;padding:0 .4375rem;background-color:transparent;color:#1a1a1a;font-size:.875rem;z-index:2;position:relative}.c-select option[disabled],.c-select select[disabled]{color:#b2b2b2}.c-select__errortext{position:absolute;top:100%;color:#ff613a;font-size:.75rem}.tooltip{z-index:9999;background-color:rgba(0,0,0,.7);box-shadow:rgba(0,0,0,.7);border-radius:6px;font-size:.875rem;font-weight:400;color:#fff;white-space:pre;text-align:center;white-space:normal;padding:.25rem .5rem;max-width:15.625rem;pointer-events:none;transition:opacity .25s}.traps-admin-aggregated-ip{display:flex;justify-content:space-between;padding-right:.3125rem;border-top:1px solid rgba(91,91,91,.1);background-color:#fff}.traps-admin-aggregated-ip:nth-child(2n){background-color:#f0f6fa}.traps-admin-aggregated-ip__headers{display:flex;padding-right:.3125rem;background-color:#fff}.traps-admin-aggregated-ip__header{text-align:center;font-weight:700;padding:.625rem;width:17.5rem;border-right:1px solid rgba(91,91,91,.1)}@media screen and (max-width:30em){.traps-admin-aggregated-ip__header{width:5rem}}.traps-admin-aggregated-ip__items{display:flex}.traps-admin-aggregated-ip__item{border-right:1px solid rgba(91,91,91,.1);padding:.625rem;word-break:break-all;width:17.5rem}@media screen and (max-width:30em){.traps-admin-aggregated-ip__item{width:5rem}}.traps-admin-aggregated-ip__count{width:7.5rem;border-left:1px solid rgba(91,91,91,.1);display:flex;align-items:center;justify-content:flex-end;padding:.625rem}@media screen and (max-width:30em){.traps-admin-aggregated-ip__count{width:1.875rem}}.traps-admin-aggregated-org-name__btn-wrapper{padding:1.25rem}.traps-admin-aggregated-org-name__btn{display:block;width:12.5rem;margin:.375rem auto 0}.traps-admin-aggregated-item{border-bottom:1px solid rgba(91,91,91,.1)}.traps-admin-aggregated-item:last-child{border-bottom:none}.traps-admin-aggregated-item:nth-child(2n) .traps-admin-aggregated-item__header{background-color:#f0f6fa}.traps-admin-aggregated-item__header{display:flex;align-items:center;justify-content:space-between;padding-right:.3125rem;background-color:#f0f6fa;height:2.5rem;background-color:#fff}.traps-admin-aggregated-item__header-title-wrap{display:flex;align-items:center;height:100%}.traps-admin-aggregated-item__header-title{padding-left:.3125rem}.traps-admin-aggregated-item__header-count{width:7.5rem;height:100%;border-left:1px solid rgba(91,91,91,.1);display:flex;align-items:center;justify-content:flex-end;padding-right:.625rem;padding-left:.625rem}@media screen and (max-width:30em){.traps-admin-aggregated-item__header-count{width:1.875rem}}.traps-admin-aggregated-item__arrow-icon-wrap{width:2.5rem;display:flex;align-items:center;justify-content:center;padding-right:.3125rem;border-right:1px solid rgba(91,91,91,.1);height:100%;padding-left:.3125rem}.traps-admin-aggregated-item__arrow-icon{cursor:pointer;transition:opacity .125s ease-in-out}.traps-admin-aggregated-item__arrow-icon>svg{fill:rgba(1,119,164,.5);transition:-webkit-transform .125s ease-in-out;transition:transform .125s ease-in-out;transition:transform .125s ease-in-out,-webkit-transform .125s ease-in-out}.traps-admin-aggregated-item__arrow-icon--open>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.traps-admin-aggregated-item__arrow-icon:hover{opacity:.5}.traps-admin-aggregated-item__content{border-top:1px solid rgba(91,91,91,.1);background-color:#fff;border-left:4px solid rgba(1,119,164,.5);margin-left:2.5rem}.traps-admin-aggregated-item__content:first-child{border-top:none}.traps-admin-aggregated-item__content-item{background-color:#fff;border-bottom:1px solid rgba(91,91,91,.1)}.traps-admin-aggregated-item__content-item:nth-child(2n){background-color:#f0f6fa}.traps-admin-aggregated-table{font-size:.875rem;background-color:#fff;border:1px solid rgba(91,91,91,.1);box-shadow:0 0 18px 10px rgba(215,221,224,.4);border-radius:.375rem;overflow:hidden}.traps-admin-aggregated-table__wrapper{max-width:none;margin:0}.traps-admin-aggregated-table__no-data{border-top:1px solid rgba(91,91,91,.1);padding:1.25rem}.traps-admin-page-data__graphs{margin-bottom:2.5rem;display:flex;flex-wrap:wrap;grid-gap:1.25rem;gap:1.25rem}.traps-admin-page-data__graphs .box{width:calc(50% - .625rem)}@media screen and (max-width:48em){.traps-admin-page-data__graphs .box{width:100%}}.traps-admin-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.traps-admin-filters{flex-direction:column-reverse}}.traps-admin-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.traps-admin-filters__container{flex-direction:column}}.traps-admin-filters__list{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.traps-admin-filters__list{flex-direction:column;align-items:center}}.traps-admin-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.traps-admin-filters__clear-btn{margin:0 auto}}.traps-admin-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.traps-admin-page{padding:1.875rem}@media screen and (max-width:30em){.traps-admin-page{padding:1.875rem .625rem}}.traps-admin-page__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.traps-log-header{display:flex;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:48em){.traps-log-header{flex-direction:column}}.traps-log-header__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.traps-log-header__title a{text-decoration:none;color:inherit}.traps-log-header__title a:hover{text-decoration:underline}.traps-log-header__breadcrumbs-current{font-size:1.25rem}.traps-log-table__color-code{text-transform:uppercase}.traps-log-table__color-code--black{color:#111}.traps-log-table__color-code--gray{color:#9d9fb3}.traps-log{padding:1.875rem}@media screen and (max-width:30em){.traps-log{padding:1.875rem .625rem}}.c-add-ip .ip-row{display:flex;align-items:center;margin-bottom:1.25rem}.c-add-ip .ip-row__input{flex:1 1}.c-add-ip .ip-row__remove-btn{margin-left:.625rem}.c-add-domain__domain-row,.c-add-domain__selector-row{display:flex;align-items:center;margin-bottom:.375rem}.c-add-domain .domain-row{margin-bottom:1.25rem}.c-add-domain .domain-row__input{flex:1 1}.c-add-domain .domain-row__remove-btn{margin-left:.625rem}.c-add-domain .selector-row{margin-bottom:1.25rem}.c-add-domain .selector-row__title{margin-right:.625rem}.c-add-domain .selector-row__input{flex:1 1}.c-add-domain .selector-row__remove-btn{margin-left:.625rem}.traps-dashboards__timeseries{display:grid;grid-template-columns:22% 22% calc(55% - 1.875rem);grid-column-gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:48em){.traps-dashboards__timeseries{grid-template-columns:1fr;grid-row-gap:1.25rem}}.traps-dashboards__aggregated{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}.traps-dashboards__box-wrapper{display:grid;grid-template-columns:calc(50% - .9375rem) calc(50% - .9375rem);grid-column-gap:.625rem}@media screen and (max-width:48em){.traps-dashboards__box-wrapper{grid-template-columns:1fr;grid-row-gap:.625rem}}.traps-dashboards__box-container{display:grid;grid-template-columns:calc(33% - .625rem) calc(33% - .625rem) calc(33% - .625rem);grid-column-gap:.625rem}@media screen and (max-width:48em){.traps-dashboards__box-container{grid-template-columns:1fr;grid-row-gap:.625rem}}.traps-dashboards__table{max-height:290px}.traps-list-table__active .icon__img--onOk{color:#9d9fb3!important}.traps-list{padding:1.875rem}@media screen and (max-width:30em){.traps-list{padding:1.875rem .625rem}}.traps-list__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.traps-list .header-right{display:flex;align-items:flex-start}@media screen and (max-width:48em){.traps-list .header-right__v-separator{display:none}}@media screen and (max-width:48em){.traps-list .header-right{display:flex;flex-direction:column}}.traps-list__new-trap .c-slidebar__content{width:31.25rem}@media screen and (max-width:48em){.traps-list__new-trap .c-slidebar__content{width:100%}}.traps-list__new-trap.hidden .c-slidebar__content{right:-31.25rem}@media screen and (max-width:48em){.traps-list__new-trap.hidden .c-slidebar__content{right:-56.25rem}}.traps-settings__warning{margin-left:auto}.traps-available-count{display:inline-block;width:100%;font-size:.75rem;font-weight:700;text-align:right}.traps-available-count.danger{color:#ff613a}.traps-available-count.warning{color:#ffa72c}.traps-available-count.ok{color:#06c6c6}.traps-tabs{width:23.75rem;margin-right:.625rem}@media screen and (max-width:60em){.traps-tabs{margin:0 auto .625rem}}@media screen and (max-width:30em){.traps-tabs{width:12.5rem}.traps-tabs .c-tabs__tab{margin-right:0}}@media screen and (max-width:30em){.traps-tabs__container{flex-direction:column;align-items:normal}}.traps-filters{display:flex;justify-content:space-between;grid-gap:.625rem;gap:.625rem;margin-bottom:.625rem}@media screen and (max-width:60em){.traps-filters{flex-direction:column-reverse}}.traps-filters__container{flex-grow:1;display:flex;grid-gap:.625rem;gap:.625rem;justify-content:space-between;margin-bottom:.625rem}@media screen and (max-width:60em){.traps-filters__container{flex-direction:column}}.traps-filters__list{display:flex;flex-wrap:wrap;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:60em){.traps-filters__list{flex-direction:column;align-items:center}}.traps-filters__clear-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem}@media screen and (max-width:60em){.traps-filters__clear-btn{margin:0 auto}}.traps-filters__clear-btn--show{visibility:visible;opacity:1;pointer-events:all}.traps-page{padding:1.875rem}@media screen and (max-width:30em){.traps-page{padding:1.875rem .625rem}}.traps-page__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.popup-message{background-color:#fff;border-radius:1.5rem;border:1px solid #d5dee3;box-shadow:0 0 10px rgba(52,52,52,.25);min-width:18.75rem;max-width:34.375rem;padding:1.5rem 0}.popup-message__header{padding:0 1.5rem}.popup-message__title{text-transform:uppercase;text-align:center;margin-bottom:.625rem}.popup-message__title--success{color:#06c6c6}.popup-message__title--warning{color:#ffa72c}.popup-message__title--error{color:#ff613a}.popup-message__content{padding:0 1.5rem}.popup-message__text{font-size:1rem;font-weight:400;text-align:center;margin-bottom:1.5rem}.popup-message__footer{width:100%;border-top:1px solid #d5dee3;padding:1.25rem 1.25rem 0}.popup-message__button{display:block;width:calc(50% - 5px);margin:0 auto}.manage-subscription-btn{width:15.625rem}.bcurrency-type{display:flex;justify-content:space-between;align-items:flex-start;background-color:#fff;border-radius:.375rem;margin-bottom:1.25rem;padding:1.875rem}.bcurrency-type__right-content{display:flex;grid-gap:1.25rem;gap:1.25rem;align-items:center}.bcurrency-type__expired-text{color:#ff613a}@media screen and (max-width:48em){.bcurrency-type{align-items:flex-start;flex-direction:column}}@media screen and (max-width:30em){.bcurrency-type{padding:1.25rem}}@media screen and (max-width:48em){.currentplan{margin-bottom:1.25rem}}.currentplan__row{margin-bottom:.625rem}.currentplan__row:last-child{margin-bottom:0}.currentplan__text{display:inline-block;vertical-align:middle}.currentplan__text.description{font-size:.75rem;font-weight:400;margin-right:.625rem}.currentplan__text--error{font-size:.75rem;color:#ff613a}.currentplan__text--bold{font-weight:700}.tooltip-container{position:relative;display:inline-block;cursor:pointer}.tooltip-container:hover .tooltip-content{visibility:visible;opacity:1;z-index:10}.tooltip-content{visibility:hidden;opacity:0;z-index:-10;transition:opacity .25s ease-in-out;width:25rem;background-color:#fff;border-radius:.25rem;padding:1rem;position:absolute;bottom:0;right:0;-webkit-transform:translate(100%,50%);transform:translate(100%,50%);box-shadow:0 0 18px 10px #d7dde0;text-align:left;font-size:1rem;line-height:normal}@media screen and (max-width:60em){.tooltip-content{bottom:0;left:0;-webkit-transform:translate(-50%,104%);transform:translate(-50%,104%)}}@media screen and (max-width:48em){.tooltip-content{width:17.5rem;bottom:0;left:0;-webkit-transform:translate(-100%,104%);transform:translate(-100%,104%)}}.tooltip-content__title{font-weight:600;font-size:1.125rem}.tooltip-content__list{list-style:disc;padding-left:1.25rem;margin-top:.625rem}.tooltip-content__list--item{list-style:disc}.tooltip-content__list--item:not(:last-child){margin-bottom:.3125rem}.tooltip-icon{color:#555;font-size:.875rem}.email-list-cleaning{display:grid;grid-gap:.625rem;gap:.625rem;grid-template-columns:1.5fr 11.875rem}@media screen and (max-width:48em){.email-list-cleaning{grid-template-columns:1fr;grid-gap:.9375rem;gap:.9375rem;padding:0 .9375rem}}.email-list-cleaning__header{text-align:center;margin-bottom:2.5rem}@media screen and (max-width:48em){.email-list-cleaning__header{margin-bottom:1.875rem}}.email-list-cleaning__title{font-size:1.5rem;font-weight:600;margin-bottom:1.875rem}@media screen and (max-width:48em){.email-list-cleaning__title{font-size:1.25rem;margin-bottom:1.25rem}}.email-list-cleaning__custom-input{display:flex;align-items:center;justify-content:center;grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.25rem}@media screen and (max-width:48em){.email-list-cleaning__custom-input{grid-gap:.625rem;gap:.625rem}}.email-list-cleaning__btn{width:3.75rem;height:3.75rem;border:2px solid #e5e7eb;background:#fff;border-radius:.75rem;font-size:1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}@media screen and (max-width:48em){.email-list-cleaning__btn{width:3.125rem;height:3.125rem;font-size:1.25rem}}.email-list-cleaning__btn:hover:not(:disabled){border-color:#0177a4;color:#0177a4}.email-list-cleaning__btn:disabled{opacity:.5;cursor:not-allowed}.email-list-cleaning__input{max-width:15.625rem;width:100%;height:3.75rem;border:2px solid #e5e7eb;border-radius:.75rem;text-align:center;font-size:2rem;font-weight:600;-webkit-appearance:none;appearance:none}.email-list-cleaning__input::-webkit-inner-spin-button,.email-list-cleaning__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.email-list-cleaning__input:focus{outline:none;border-color:#0177a4}@media screen and (max-width:48em){.email-list-cleaning__input{padding:0;max-width:8.75rem;height:3.125rem;font-size:1.5rem}}.email-list-cleaning__minimum{font-size:1rem;color:#5b5b5b}@media screen and (max-width:48em){.email-list-cleaning__minimum{font-size:.875rem}}.email-list-cleaning__options-title{text-align:center;font-size:1.125rem;margin-bottom:1.875rem}@media screen and (max-width:48em){.email-list-cleaning__options-title{font-size:1rem;margin-bottom:1.25rem}}.email-list-cleaning__pay-less{color:#06c6c6;font-weight:600}.email-list-cleaning__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;max-width:37.5rem;margin:0 auto 1.875rem}@media screen and (max-width:48em){.email-list-cleaning__grid{grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;margin:0 auto 1.25rem}}.email-list-cleaning__option{display:flex;align-items:center;padding:1.25rem;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .3s ease;background:#fff}@media screen and (max-width:48em){.email-list-cleaning__option{padding:.9375rem}}.email-list-cleaning__option:hover{border-color:#0177a4}.email-list-cleaning__option--selected{border-color:#0177a4;background-color:rgba(1,119,164,.05)}.email-list-cleaning__option-radio{margin-right:1rem}.email-list-cleaning__option-radio input[type=radio]{width:1.25rem;height:1.25rem;accent-color:#0177a4}.email-list-cleaning__option-content{display:flex;justify-content:space-between;align-items:center;width:100%}.email-list-cleaning__option-credits{font-size:1.125rem;font-weight:600}@media screen and (max-width:48em){.email-list-cleaning__option-credits{font-size:1rem}}.email-list-cleaning__option-price{font-size:1.5rem;font-weight:700;color:#0177a4}@media screen and (max-width:48em){.email-list-cleaning__option-price{font-size:1.25rem}}.email-list-cleaning__contact{text-align:center;font-size:1rem;color:#5b5b5b}@media screen and (max-width:48em){.email-list-cleaning__contact{font-size:.875rem}}.email-list-cleaning__summary{text-align:center;margin-bottom:1.875rem}@media screen and (max-width:48em){.email-list-cleaning__summary{margin-bottom:1.25rem}}.email-list-cleaning__price{margin-bottom:1.25rem}@media screen and (max-width:48em){.email-list-cleaning__price{margin-bottom:.9375rem}}.email-list-cleaning__price-value{font-size:2.875rem;font-weight:700}@media screen and (max-width:48em){.email-list-cleaning__price-value{font-size:2.25rem}}.email-list-cleaning__price-label{display:block;font-size:1rem;color:#5b5b5b;margin-top:.5rem}@media screen and (max-width:48em){.email-list-cleaning__price-label{font-size:.875rem}}.email-list-cleaning__contact-message{font-size:1rem;line-height:1.25rem;color:#5b5b5b}.email-list-cleaning__submit{text-align:center}.price-calculator{color:#111}.price-calculator__wrapper{display:grid;grid-gap:.625rem;gap:.625rem;grid-template-columns:1.5fr 11.875rem;margin-bottom:2.1875rem}@media screen and (max-width:48em){.price-calculator__wrapper{grid-template-columns:1fr}}.price-calculator__main-title{font-size:1.5625rem;margin-bottom:2.125rem;display:flex;justify-content:space-between}.price-calculator__title-discount{color:#ff613a}.price-calculator__title{font-weight:600;font-size:1rem;line-height:1.25rem}.price-calculator__price{height:3.125rem}@media screen and (max-width:48em){.price-calculator__price{height:auto}}.price-calculator__plans{display:flex;align-items:center;border:1px solid rgba(17,17,17,.3);overflow:hidden;width:100%;height:3.125rem;border-radius:.25rem}.price-calculator__plans-title{font-size:re2px(14);font-style:italic;font-weight:300;margin-bottom:.375rem}.price-calculator__plan{display:flex;align-items:center;justify-content:center;padding:.625rem;cursor:pointer;text-align:center;height:100%;width:50%;font-size:.875rem;font-weight:700}.price-calculator__plan:hover{background-color:#4387ff;color:#fff}.price-calculator__plan:first-child{border-right:1px solid rgba(17,17,17,.3)}.price-calculator__plan.selected{background-color:#4387ff;color:#fff}.price-calculator__plan.disabled{background-color:#5b5b5b;color:#fff;pointer-events:none}.price-calculator__select{width:7.5rem;height:1.625rem;padding:0;border:1px solid rgba(87,6,142,.3);border-radius:.25rem;background-color:transparent;font-size:inherit}.price-calculator__input{width:6.25rem;border:1px solid rgba(17,17,17,.3);padding:.25rem;border-radius:.25rem}.price-calculator__input--promo{width:9.375rem;padding:.5rem}.price-calculator__input--valid{border-color:#06c6c6}.price-calculator__input--invalid{border-color:#ff613a}.price-calculator__input-error{margin-top:.25rem;color:#ff613a;font-size:.75rem}.price-calculator__checkbox{display:inline-block;position:relative;cursor:pointer;width:1rem;height:1rem;border:1px solid #d5dee3;border-radius:50%}.price-calculator__checkbox:checked:before{content:"";flex-shrink:0;display:block;position:relative;background:url(/static/media/check-mark.51ab635d.svg);width:1rem;height:1rem;border-radius:50%;margin-top:-1px;margin-left:-1px}.price-calculator__checkbox.disabled{pointer-events:none;opacity:.5}.price-calculator__label{cursor:pointer}.price-calculator__label:hover{text-decoration:underline}.price-calculator__button{color:#fff}.price-calculator__button.btn{width:100%}.price-calculator__per-month{font-weight:400}.price-calculator__header{display:grid;grid-template-columns:1.5fr 11.875rem;grid-gap:1.25rem;margin-bottom:1.25rem;font-size:1.125rem;font-weight:600}.price-calculator__header-features{display:block}@media screen and (max-width:48em){.price-calculator__header-features{display:none}}.price-calculator__items{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.price-calculator__item-title{display:flex;align-items:center;grid-gap:.375rem;gap:.375rem;margin-bottom:.625rem;font-size:1rem;font-weight:500}.price-calculator__item-text{font-size:.875rem;font-style:italic;font-weight:300}.price-calculator__item-text--disabled{opacity:.3;-webkit-filter:grayscale(1);filter:grayscale(1)}.price-calculator__features-list{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}@media screen and (max-width:48em){.price-calculator__features-list{display:none}}.price-calculator__features{display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.price-calculator__features>div{font-size:.875rem;font-weight:500;line-height:1.125rem;position:relative;padding-left:.875rem}.price-calculator__features>div:before{content:"+";display:block;position:absolute;left:0;top:0}.price-calculator__features--disabled{opacity:.3;-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none}.price-calculator__value{font-weight:700;font-size:3.125rem;line-height:3.125rem}.price-calculator__value-crossed{text-decoration:line-through;font-weight:300;color:#9d9fb3;margin-right:.5rem}.price-calculator__disount{color:#06c6c6;font-size:.875rem;margin-left:.3125rem}.price-calculator__per-month{font-size:.875rem}.price-calculator__no-price-msg{font-size:1rem;line-height:1.25rem}.price-calculator__no-price-msg-text{margin-bottom:.25rem}.price-calculator__tabs{display:flex;margin-bottom:1.875rem}.price-calculator__tab{padding:.75rem 1.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border-bottom:2px solid #d3d3d3}.price-calculator__tab:hover{color:#0177a4}.price-calculator__tab--active{color:#0177a4;border-bottom-color:#0177a4}.price-calculator__current-subscription{display:flex;flex-direction:column;align-items:flex-start;grid-gap:.5rem;gap:.5rem;padding:.9375rem 1.25rem;background-color:rgba(1,119,164,.1);border:1px solid rgba(1,119,164,.2);border-radius:.375rem;margin-bottom:.625rem}.price-calculator__current-subscription-title{font-size:.875rem;font-weight:600;color:#0177a4}.price-calculator__current-subscription-price{font-size:1rem;font-weight:700;color:#111}.price-calculator__pricing-section{display:flex;flex-direction:column;grid-gap:.9375rem;gap:.9375rem}.price-calculator__price-comparison{background:linear-gradient(135deg,rgba(1,119,164,.08),rgba(67,135,255,.05));border:1px solid rgba(1,119,164,.15);border-radius:.5rem;padding:1rem 1.25rem;box-shadow:0 2px 8px rgba(1,119,164,.1);position:relative}@media screen and (max-width:48em){.price-calculator__price-comparison{padding:.75rem 1rem}}.price-calculator__price-comparison:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#0177a4,#4387ff);border-radius:.5rem .5rem 0 0}.price-calculator__price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.price-calculator__price-row:last-child{margin-bottom:0}.price-calculator__price-label{font-size:.875rem;font-weight:500;color:#111;opacity:.8}.price-calculator__price-current{font-size:1rem;font-weight:600;color:#5b5b5b;position:relative}.price-calculator__price-new{font-size:1rem;font-weight:700;color:#0177a4;position:relative}.price-calculator__price-difference{display:flex;justify-content:flex-end}.price-calculator__price-diff{font-size:1rem;font-weight:700;color:#0177a4;position:relative;padding:.125rem .5rem;border-radius:.25rem;background:rgba(1,119,164,.1)}.price-calculator__per-month-small{font-size:.75rem;font-weight:400;opacity:.7}.price-calculator__main-price{text-align:center;padding:1.25rem 0}@media screen and (max-width:48em){.price-calculator__main-price{text-align:left;padding:.9375rem 0}}.pricing-upgrade-popup{text-align:center;line-height:1.5;color:#111}.pricing-upgrade-popup__row{margin:.5rem 0;font-size:.875rem}.pricing-upgrade-popup__price{font-weight:700;font-size:1rem}.pricing-upgrade-popup__price--new{color:#0177a4}.pricing-upgrade-popup__question{margin-top:1rem;font-size:.875rem;color:#5b5b5b}.pricing-calculator{background-color:#fff;box-shadow:0 0 10px rgba(52,52,52,.25);border-radius:.375rem;padding:3.75rem 2.8125rem;width:60%;transition:background-color .25s}@media screen and (max-width:75em){.pricing-calculator{width:47.5rem}}.pricing-calculator__tabs-container{margin-bottom:3.125rem}.credits-calculator__wrapper{display:grid;grid-gap:.625rem;gap:.625rem;grid-template-columns:1.5fr 11.875rem;margin-bottom:2.1875rem}@media screen and (max-width:48em){.credits-calculator__wrapper{grid-template-columns:1fr}}.credits-calculator__price{height:3.125rem}@media screen and (max-width:48em){.credits-calculator__price{height:auto}}.credits-calculator__value{font-weight:700;font-size:3.125rem;line-height:3.125rem}.credits-calculator__discount{color:#06c6c6;font-size:.875rem;margin-left:.3125rem}.credits-calculator__one-time{font-size:.875rem}.user-pricing{width:100%;margin-bottom:1.25rem}.user-pricing__title{font-size:1.875rem;font-weight:400;line-height:2.625rem;padding-top:1.5625rem;margin-bottom:1.5625rem;border-top:2px solid #d5dee3}.user-pricing__container{width:100%;margin:0 auto}.user-pricing__planks{display:flex;grid-gap:.625rem;gap:.625rem;justify-content:center}@media screen and (max-width:75em){.user-pricing__planks{flex-wrap:wrap}}@media screen and (max-width:60em){.user-pricing__planks{grid-gap:1.25rem;gap:1.25rem}}.user-pricing__footer{padding:0 1.875rem}.pricing-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:22.5rem;max-width:22.5rem;background-color:#fff;box-shadow:0 0 10px rgba(52,52,52,.25);border-radius:.375rem;padding:3.75rem 2.8125rem;transition:background-color .25s}@media screen and (max-width:75em){.pricing-item{flex-wrap:wrap;flex:1 1 40%}}@media screen and (max-width:48em){.pricing-item{flex:1 1 45%}}@media screen and (max-width:30em){.pricing-item{flex-wrap:wrap;flex:1 1 100%;max-width:none}}.pricing-item__title{font-size:1.5625rem;font-weight:600;color:#5b5b5b;margin-bottom:1.25rem}.pricing-item__cost{display:flex;align-items:center;flex-direction:column;height:8.125rem}.pricing-item__cost-money{font-weight:700;font-size:3.125rem}.pricing-item__cost-title{font-weight:800;font-size:2.25rem}.pricing-item__cost-text{font-size:1.125rem}.pricing-item__body{flex:1 1 auto;width:100%}.pricing-item__text{margin-bottom:1.25rem;padding-left:1.5rem;text-align:left;position:relative;font-size:1rem;font-weight:500;line-height:1.5rem}.pricing-item__text:before{content:"";display:inline-block;flex-shrink:0;height:1.125rem;width:1.125rem;position:absolute;top:3px;left:0;background:url(/static/media/check-mark.51ab635d.svg)}.pricing-item__text:last-child{margin-bottom:0}.pricing-item__btn{width:100%;margin-bottom:1.875rem}.user-billing{width:95%;min-height:calc(100vh - 6.25rem);display:flex;flex-direction:column;margin:2.5rem auto 0}.user-billing__title{font-size:1.875rem;font-weight:400;line-height:2.625rem;margin-bottom:1.5625rem}.user-billing__container{background-color:#fff;border-radius:.375rem;width:100%;margin:0 auto;padding:1.5rem}.user-billing__subuser-info{font-size:1rem}.user-billing__planks{display:flex;justify-content:center}@media screen and (max-width:75em){.user-billing__planks{flex-wrap:wrap}}.user-billing__success-popup{display:flex;flex-direction:column;grid-gap:.9375rem;gap:.9375rem;align-items:flex-start;margin-top:1.875rem}.user-billing__success-popup p{text-align:left}.user-billing__plan-buttons{display:flex;flex-direction:column;align-items:center;grid-gap:.625rem;gap:.625rem}.user-billing__plan-buttons--btn{width:14.375rem;height:3.125rem}.user-billing__change-account--icon{width:1.25rem;height:1.25rem}.user-billing__change-account--icon path{fill:#fff}.user-consumptions{padding:1.875rem}.user-consumptions__header{margin-bottom:1.25rem}.user-consumptions__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.user-consumptions__title a{text-decoration:none;color:inherit}.user-consumptions__title a:hover{text-decoration:underline}.user-help{width:90%;margin:2.5rem auto 0}.user-help__title{font-size:1.875rem;font-weight:400;line-height:2.625rem;margin-bottom:1.5625rem}.user-help__container{background-color:#fff;border-radius:.375rem;width:100%;margin:0 auto;padding:1.875rem}@media screen and (max-width:30em){.user-help__container{padding:1.25rem}}.user-help__text{font-size:1rem;font-weight:400}.user-help__text a{color:#0177a4}@media screen and (max-width:60em){.menu-links{display:none;visibility:hidden;opacity:0}}.menu-links__list{list-style-type:none;display:flex;align-items:center;overflow:hidden}.menu-links__icon{display:none;visibility:hidden;opacity:0}@media screen and (max-width:48em){.menu-links__icon{display:flex;justify-content:center;align-items:center;visibility:visible;opacity:.8;width:2.5rem;padding:.625rem .25rem}}@media screen and (max-width:30em){.menu-links__icon{width:2.1875rem}}@media screen and (max-width:48em){.menu-links__text{display:none;visibility:hidden;opacity:0}}.menu-links__link{display:block;color:#111;margin-left:1.875rem;text-align:center;text-decoration:none;cursor:pointer;border-bottom:2px solid transparent;transition:border-color .25s}.menu-links__link--active,.menu-links__link:hover{border-color:#0177a4;color:#111}.menu-links__item{text-transform:uppercase;font-size:1.125rem;font-weight:400;line-height:2.0625rem;white-space:nowrap}.menu-links.vertical{display:inline;display:initial;visibility:visible;opacity:1}.menu-links.vertical .menu-links__list{flex-direction:column}.menu-links.vertical .menu-links__link{margin:0;padding:.625rem}.user-layout-sidebar{height:100%;width:12.5rem;border-right:1px solid #d5dee3;background-color:#f0f6fa;padding-top:1.25rem;position:relative;z-index:10}@media screen and (max-width:48em){.user-layout-sidebar{width:6.25rem}}@media screen and (max-width:30em){.user-layout-sidebar{width:3.75rem}}.user-layout-sidebar__link-block{display:flex;flex-direction:row;align-items:center;justify-content:center;grid-gap:.625rem;gap:.625rem}.user-layout-sidebar__link-icon{width:1.25rem;height:1.25rem}.user-layout-sidebar__menu-link{white-space:normal}.user-layout{display:flex;width:100%;height:100%}.user-layout__content{flex:1 1;height:100%;overflow:auto}.user-logs{padding:1.875rem}.user-logs__header{margin-bottom:1.25rem}.user-logs__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.user-logs__title a{text-decoration:none;color:inherit}.user-logs__title a:hover{text-decoration:underline}.user-settings{width:90%;margin:2.5rem auto 0}.user-settings__title{font-size:1.875rem;font-weight:400;line-height:2.625rem;margin-bottom:1.5625rem}.user-settings__container{background-color:#fff;border-radius:.375rem;width:100%;margin:0 auto;padding:1.875rem}@media screen and (max-width:30em){.user-settings__container{padding:1.25rem}}.user-settings__section:not(:last-child){padding-bottom:1.25rem;border-bottom:1px solid #d5dee3}.user-settings__section:not(:first-child){margin-top:1.25rem}.ussection{font-weight:400;color:#111;max-width:25rem}.ussection__title{font-size:1.25rem;font-weight:400;text-transform:uppercase}.usrow,.ussection__title{margin-bottom:.625rem}.usrow__label{font-size:.875rem}.usapi{max-width:37.5rem}.usapi__key{font-size:1.25rem;padding-left:.625rem;border-radius:.375rem;margin-bottom:.625rem;height:5rem;background-color:#f0f6fa;border:1px solid #d5dee3}.usapi__key,.usapi__key-title{display:flex;align-items:center}.usapi__key-title{width:85%;height:100%;border-right:1px solid #d5dee3}.usapi__key-text{color:#ff613a}.usapi__button-wrapper{max-width:25rem}.usapi__button-container{height:100%;width:15%;display:flex;align-items:center;justify-content:center;grid-gap:.625rem;gap:.625rem;padding-bottom:.5rem}.usapi__delete-button{cursor:pointer;padding:0}.usapi__settings{margin-top:1.25rem}.usapi__api-policies,.usapi__section{margin-top:.625rem}.usmaster-user{max-width:25rem}.usmaster-user__data{font-size:1rem;font-weight:700;margin-left:.625rem}.ussubscribe{max-width:25rem}.users-table__column--deleted{color:#ff613a}.users-table__dates{margin:.5rem 0}.users-table__status{width:.625rem;height:.625rem;border-radius:50%;background-color:#06c6c6;margin:auto 0}.users-table__status--inactive{background-color:#ff613a}.users-table__plan--expired{color:#ff613a}.edit-user-billing-plan__subtitle{font-weight:500;text-transform:none;overflow-x:auto}.edit-user-billing-plan__available-wrapper--error{color:#ff613a}.edit-user-billing-plan__available-text{margin-right:.625rem}.ul-additional-filters__filters{align-self:flex-start;display:flex;align-items:flex-end}@media screen and (max-width:48em){.ul-additional-filters__filters{align-self:auto;flex-direction:column;margin-bottom:.625rem}}.ul-additional-filters__drop-btn{visibility:hidden;opacity:0;pointer-events:none;flex-shrink:0;width:12.5rem;margin-right:.625rem}@media screen and (max-width:48em){.ul-additional-filters__drop-btn{margin-right:0;margin-bottom:.625rem}}.ul-additional-filters__drop-btn--show{visibility:visible;opacity:1;pointer-events:all}.ul-additional-filters__input{flex-shrink:0;width:12.5rem}.ul-header__btn{display:inline-block;width:12.5rem;margin-bottom:.625rem}.header-right{display:flex;flex-direction:column;align-items:flex-end}@media screen and (max-width:60em){.header-right{align-items:center}}.section-header--users{align-items:flex-start}.users{padding:1.875rem}@media screen and (max-width:30em){.users{padding:1.875rem .625rem}}.users__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}@media screen and (max-width:48em){.users__header{flex-direction:column}}.users__title{color:#111;font-weight:400;font-size:2.5rem;text-transform:uppercase}.users__btn{display:inline-block;width:12.5rem;right:0}.ul-additional-filters{display:flex;justify-content:space-between;align-items:flex-end}@media screen and (max-width:48em){.ul-additional-filters{flex-direction:column-reverse;align-items:center}}.ul-additional-filters__refresh{flex-shrink:0;width:3.75rem;margin-right:.625rem}@media screen and (max-width:48em){.ul-additional-filters__refresh{align-self:center;margin-right:0;margin-bottom:.625rem}}.popup-portal{background-color:#fff;border-radius:6px;box-shadow:0 0 10px rgba(52,52,52,.25);padding:1.875rem;width:25rem}.popup-portal__title{text-transform:uppercase;text-align:center;font-size:1.125rem;font-weight:700;margin-bottom:.9375rem}.popup-portal__title--success{color:#06c6c6}.popup-portal__title--warning{color:#ffa72c}.popup-portal__title--error{color:#ff613a}.popup-portal__footer{margin:0 auto;width:50%}.popup-portal__footer :first-child{margin-right:.3125rem}.popup-portal__footer :last-child{margin-left:.3125rem}.popup-portal__content{margin-bottom:.9375rem}.popup-portal__content--center{text-align:center}.popup-portal__content--left{text-align:left}.edit-user-group__subtitle{display:flex;margin-bottom:0;margin-top:1.25rem;font-weight:300;font-size:.875rem}.edit-user-group__disabled{opacity:.7;pointer-events:none}.edit-user-group__row{display:flex;grid-gap:1.25rem;gap:1.25rem}.edit-user-group__profiles-label{align-items:flex-start}.edit-user-group__profiles-checkbox{flex-shrink:0}.edit-user-group__tooltip-icon{cursor:pointer}.edit-user-group__profiles-select{width:100%;display:flex;flex-direction:column;grid-gap:.625rem;gap:.625rem}.user-groups{padding:1.875rem}@media screen and (max-width:30em){.user-groups{padding:1.875rem .625rem}}.c-copyright{color:#9d9fb3;font-size:.75rem;font-weight:400}.c-copyright span{white-space:nowrap}.c-logo{cursor:pointer}.c-logo span{display:block;background-position:50%;background-size:cover;background-repeat:no-repeat;text-decoration:none;width:10.4375rem;height:1.5rem}@media screen and (max-width:30em){.c-logo span{width:9.1875rem;height:1.25rem}}.c-auth{display:flex;flex-wrap:nowrap;width:100vw;height:100vh}@media screen and (max-width:48em){.c-auth{flex-direction:column}}.c-auth__side{display:flex;flex-direction:column;height:100%;padding:.625rem 0;margin-left:3.75rem;margin-right:1.875rem}@media screen and (max-width:48em){.c-auth__side{height:calc(100% - 3.75rem);margin:0 1.25rem}}.c-auth__side--left{flex:.3 1;background-color:#f0f6fa;padding:.625rem 4.375rem;margin-left:0;margin-right:0}@media screen and (max-width:48em){.c-auth__side--left{flex:.05 1;height:3.75rem;padding:.625rem}}.c-auth__side--right{flex:.7 1}@media screen and (max-width:48em){.c-auth__side--right{flex:.95 1}}.c-auth__footer,.c-auth__header{flex:0 0 auto}.c-auth__header{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between}.c-auth__header--left{height:100%;flex-direction:column;align-items:flex-start}@media screen and (max-width:48em){.c-auth__header--left{flex-direction:row;justify-content:space-around;align-items:center}}.c-auth__header-block{display:flex;align-items:center}.c-auth__header-label{white-space:nowrap;font-weight:400;font-size:1rem;margin-right:3.75rem}@media screen and (max-width:30em){.c-auth__header-label{white-space:normal;margin-right:1.25rem}}.c-auth__header-btn{font-size:1rem;height:2.5rem;padding:0 2.75rem}@media screen and (max-width:30em){.c-auth__header-btn{padding:0 1.5rem}}.c-auth__header-slogan{position:relative;height:100%;width:100%}@media screen and (max-width:48em){.c-auth__header-slogan{height:auto}}.c-auth__title{font-size:2.375rem;font-weight:400;margin-bottom:3.125rem}@media screen and (max-width:48em){.c-auth__title{font-size:2.5rem;text-align:center}}.c-auth__title--slogan{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-bottom:0}@media screen and (max-width:48em){.c-auth__title--slogan{position:static;font-size:1.5rem;text-align:right;-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (max-width:30em){.c-auth__title--slogan{font-size:1rem}}.c-auth__form{flex:1 0 auto;display:flex;flex-direction:column;justify-content:center;width:21.875rem;background-color:#fff;border-radius:.625rem;box-shadow:0 5px .625rem hsla(0,0%,100%,.5)}@media screen and (max-width:48em){.c-auth__form{width:25rem;margin:0 auto}}@media screen and (max-width:30em){.c-auth__form{width:21.875rem}}.c-auth__form-content{margin-bottom:2.25rem}.c-auth__form-row{margin-bottom:1.5rem}.c-auth__form-row:last-child{margin-bottom:0}.c-auth__form-row--policies,.c-auth__form-row--subscribe{display:flex;align-items:center}.c-auth__form-label{color:#111;font-size:1rem;font-weight:400;margin-bottom:.375rem}.c-auth__form-btn{font-size:1.25rem;height:3.125rem}.c-auth__form-checkbox{align-self:flex-start;flex-shrink:0;margin-right:.625rem}.c-auth__form-text{color:rgba(17,17,17,.8);font-size:.875rem;font-weight:400}.c-auth__footer-block{display:flex;justify-content:space-between;margin-top:1.5rem}.c-auth__footer-block:first-child{margin-top:0}@media screen and (max-width:48em){.c-auth__footer-block{flex-direction:column;align-items:center;margin-top:.625rem}}.c-auth__footer-label{color:rgba(17,17,17,.8);font-size:.875rem;font-weight:400}.c-auth__footer-link{color:#9d9fb3;font-size:1rem;font-weight:400}.c-auth__footer-link,.c-auth__footer-link:hover{text-decoration:underline}.c-auth__unsubscribed{color:#06c6c6;font-size:1.125rem;text-align:center}@media screen and (max-width:48em){.c-auth__copyright{margin:0 auto}}.c-auth__spinner{height:auto}.activation{text-align:start}@media screen and (max-width:48em){.activation{text-align:center}}.recover-password{text-align:start}@media screen and (max-width:48em){.recover-password{text-align:center}}.c-lang-switcher{margin-left:.625rem}.c-lang-switcher__select{border:transparent}.c-lang-switcher__value,.c-lang-switcher__wrapper-options li{font-weight:700}.comp-auth{display:flex;flex-wrap:nowrap;width:100vw;height:100vh}@media screen and (max-width:48em){.comp-auth{flex-direction:column}}.comp-auth__side{display:flex;flex-direction:column;height:100%;padding:.625rem 0}@media screen and (max-width:48em){.comp-auth__side{height:calc(100% - 3.75rem);margin:0 1.25rem}}.comp-auth__side--left{flex:.35 1;background:linear-gradient(270deg,#57068e 2.04%,#06c6c6 144.27%);display:flex;align-items:center;justify-content:center;padding:.625rem 4.375rem;margin-left:0;margin-right:0}@media screen and (max-width:48em){.comp-auth__side--left{flex:.05 1;flex-direction:row;height:10rem;padding:.625rem}}.comp-auth__side--right{flex:.65 1;background:#e4eeff;display:flex;flex-direction:column;height:100%}@media screen and (max-width:48em){.comp-auth__side--right{flex:.95 1;margin:0;overflow:auto;max-height:100vh}}.comp-auth__icons{position:relative;width:30rem;height:15rem;-webkit-transform:translateZ(0);transform:translateZ(0);margin-bottom:2.5rem}@media screen and (max-width:90em){.comp-auth__icons{width:90%}}@media screen and (max-width:60em){.comp-auth__icons{width:100%}}@media screen and (max-width:48em){.comp-auth__icons{display:none}}.comp-auth__icon{position:absolute}.comp-auth__icon--cloud-left{bottom:0;left:0;-webkit-animation:fadeIn 1.5s,fromLeftToRight 2s,rightLeft50 4s ease-in-out 2s infinite;animation:fadeIn 1.5s,fromLeftToRight 2s,rightLeft50 4s ease-in-out 2s infinite}.comp-auth__icon--cloud-right{top:2.5rem;right:0;-webkit-animation:fadeIn 1.5s,fromRightToLeft 2s,leftRight50 4s ease-in-out 2s infinite;animation:fadeIn 1.5s,fromRightToLeft 2s,leftRight50 4s ease-in-out 2s infinite}.comp-auth__icon--envelope-big{top:1.875rem;left:3.75rem;-webkit-transform:rotate(-15deg) scale(2.7);transform:rotate(-15deg) scale(2.7)}.comp-auth__icon--envelope-big g#envelopeGroup{-webkit-animation:upDownSvg 2s ease-in-out infinite alternate;animation:upDownSvg 2s ease-in-out infinite alternate}.comp-auth__icon--envelope-big path#leftWing,.comp-auth__icon--envelope-big path#rightWing{-webkit-animation:wing 2s ease-in-out infinite alternate;animation:wing 2s ease-in-out infinite alternate}.comp-auth__icon--envelope-big path#leftWing{-webkit-animation-delay:-2s;animation-delay:-2s}@media screen and (max-width:90em){.comp-auth__icon--envelope-big{-webkit-transform:rotate(-15deg) scale(2);transform:rotate(-15deg) scale(2)}}@media screen and (max-width:60em){.comp-auth__icon--envelope-big{-webkit-transform:rotate(-15deg) scale(1.5);transform:rotate(-15deg) scale(1.5)}}.comp-auth__icon--envelope-middle{right:.625rem;top:50%;-webkit-transform:rotate(10deg) scale(1.7);transform:rotate(10deg) scale(1.7)}.comp-auth__icon--envelope-middle g#envelopeGroup{-webkit-animation:upDownSvg 1s ease-in-out infinite alternate;animation:upDownSvg 1s ease-in-out infinite alternate}.comp-auth__icon--envelope-middle path#leftWing,.comp-auth__icon--envelope-middle path#rightWing{-webkit-animation:wing 1s ease-in-out infinite alternate;animation:wing 1s ease-in-out infinite alternate}.comp-auth__icon--envelope-middle path#leftWing{-webkit-animation-delay:-1s;animation-delay:-1s}@media screen and (max-width:90em){.comp-auth__icon--envelope-middle{-webkit-transform:rotate(10deg) scale(1);transform:rotate(10deg) scale(1)}}@media screen and (max-width:60em){.comp-auth__icon--envelope-middle{-webkit-transform:rotate(10deg) scale(.7);transform:rotate(10deg) scale(.7)}}.comp-auth__icon--envelope-small{bottom:0;left:50%;right:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.comp-auth__icon--envelope-small g#envelopeGroup{-webkit-animation:upDownSvg .5s ease-in-out infinite alternate;animation:upDownSvg .5s ease-in-out infinite alternate}.comp-auth__icon--envelope-small path#leftWing,.comp-auth__icon--envelope-small path#rightWing{-webkit-animation:wing .5s ease-in-out infinite alternate;animation:wing .5s ease-in-out infinite alternate}.comp-auth__icon--envelope-small path#leftWing{-webkit-animation-delay:-.5s;animation-delay:-.5s}@media screen and (max-width:90em){.comp-auth__icon--envelope-small{-webkit-transform:translateX(-50%) scale(.5);transform:translateX(-50%) scale(.5)}}.comp-auth__icon--envelope-big g#envelopeContainer,.comp-auth__icon--envelope-middle g#envelopeContainer,.comp-auth__icon--envelope-small g#envelopeContainer{-webkit-animation:fadeInAndScale 2s;animation:fadeInAndScale 2s}.comp-auth__icon--envelope-big path#leftWing,.comp-auth__icon--envelope-middle path#leftWing,.comp-auth__icon--envelope-small path#leftWing{-webkit-transform-origin:calc(50% + .625rem) 100%;transform-origin:calc(50% + .625rem) 100%}.comp-auth__icon--envelope-big path#rightWing,.comp-auth__icon--envelope-middle path#rightWing,.comp-auth__icon--envelope-small path#rightWing{-webkit-transform-origin:calc(50% - .625rem) 100%;transform-origin:calc(50% - .625rem) 100%}.comp-auth__title{color:#fff;font-weight:700;font-size:3.125rem;margin-bottom:1.25rem;opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media screen and (max-width:48em){.comp-auth__title{font-size:1.875rem;text-align:center;opacity:1;-webkit-animation:none;animation:none;margin-bottom:0}}.comp-auth__description{color:#fff;font-weight:400;font-size:1rem;line-height:158%;text-align:center;max-width:25rem;margin-bottom:2rem;opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media screen and (max-width:48em){.comp-auth__description{display:none}}.comp-auth__get-started-btn{max-width:9.375rem;opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media screen and (max-width:48em){.comp-auth__get-started-btn{margin-left:1.25rem;opacity:1;-webkit-animation:none;animation:none}}.comp-auth__content{flex-grow:1;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:.625rem}.comp-auth__box{width:32.5rem;padding:1.875rem}@media screen and (max-width:48em){.comp-auth__box{width:80%}}.comp-auth__logo{display:flex;justify-content:center;margin-bottom:2rem}.comp-auth__copyright{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto}.comp-auth__spinner{height:auto}@-webkit-keyframes fromLeftToRight{0%{-webkit-transform:translateX(-200%);transform:translateX(-200%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fromLeftToRight{0%{-webkit-transform:translateX(-200%);transform:translateX(-200%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fromRightToLeft{0%{-webkit-transform:translateX(200%);transform:translateX(200%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fromRightToLeft{0%{-webkit-transform:translateX(200%);transform:translateX(200%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes leftRight50{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(50%);transform:translateX(50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes leftRight50{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(50%);transform:translateX(50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes rightLeft50{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes rightLeft50{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes upDownSvg{0%{-webkit-transform:translateY(-4%);transform:translateY(-4%)}to{-webkit-transform:translateY(4%);transform:translateY(4%)}}@keyframes upDownSvg{0%{-webkit-transform:translateY(-4%);transform:translateY(-4%)}to{-webkit-transform:translateY(4%);transform:translateY(4%)}}@-webkit-keyframes wing{0%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}to{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}}@keyframes wing{0%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}to{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}}.auth-form{width:100%}.auth-form__title{text-align:center;font-size:2rem;line-height:90%}.auth-form__form-row,.auth-form__title{margin-bottom:1rem}.auth-form__form-row:last-child{margin-bottom:0}.auth-form__form-row--recaptcha div[style*=width]{margin:0 auto}.auth-form__form-row--policies,.auth-form__form-row--subscribe{display:flex;align-items:center}.auth-form__form-checkbox{align-self:flex-start;flex-shrink:0;margin-right:.625rem}.auth-form__footer{margin-top:1.25rem}.auth-form__footer-block{margin-top:1rem}.auth-form__form-btn{display:block;width:12.5rem;margin:0 auto}.auth-form__footer-link{display:block;text-align:center}.activation{text-align:center}.activation__title{font-size:1.875rem;text-transform:uppercase;margin-bottom:1.5rem}.activation__title--success{color:#06c6c6}.activation__title--error{color:#ff613a}.activation__description{font-size:1rem;font-weight:400;color:#111}.c-burger{cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column;height:3.75rem;width:3.75rem;z-index:2000;opacity:.8;transition:all .25s}.c-burger:hover{opacity:1}.c-burger__line{display:block;width:20px;height:2px;border-radius:2px;background:#57068e;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:all .5s;margin:2px auto}.c-burger--active .c-burger__line.one{-webkit-transform:rotate(45deg) translate(5px,4px);transform:rotate(45deg) translate(5px,4px)}.c-burger--active .c-burger__line.two{opacity:0}.c-burger--active .c-burger__line.three{-webkit-transform:rotate(-45deg) translate(5px,-3px);transform:rotate(-45deg) translate(5px,-3px)}.to-admin{display:flex;align-items:center}@media screen and (max-width:48em){.to-admin{flex-direction:column;align-items:flex-start;font-size:.8rem}}@media screen and (max-width:30em){.to-admin{font-size:.7rem}}.to-admin__control{flex-shrink:0}.to-admin__btn{text-transform:uppercase;margin-right:1.25rem}@media screen and (max-width:48em){.to-admin__btn{font-size:.8rem;margin-bottom:.3125rem}}@media screen and (max-width:30em){.to-admin__btn{font-size:.7rem}}.to-admin__info{padding-left:.625rem}@media screen and (max-width:48em){.to-admin__info{padding:0}}.to-admin__userdata{padding-left:.625rem}@media screen and (max-width:48em){.to-admin__userdata{padding:0}}.to-admin .role{display:flex;flex-wrap:nowrap}@media screen and (max-width:48em){.to-admin .role{display:none}}.to-admin .email{display:flex;flex-wrap:nowrap}@media screen and (max-width:48em){.to-admin .email .to-admin__description{display:none}}.will_expired{margin-left:2.5rem;text-align:center;font-weight:700;color:#ff613a}.will_expired__expired-day{display:inline-block}@media screen and (max-width:30em){.will_expired{font-size:.75rem;margin-left:.3125rem}}.dropdown-menu{position:relative}.dropdown-menu__icon{cursor:pointer;width:1.875rem}.dropdown-menu__icon--user{display:flex;align-items:center;justify-content:center;width:2.875rem;height:2.875rem;border-radius:50%;border:1px solid #d5dee3}.dropdown-menu__icon--user:active,.dropdown-menu__icon--user:hover{box-shadow:0 2px 6px #a6abad,inset 0 1px 0 hsla(0,0%,100%,.1)}.dropdown-menu__text{cursor:pointer;width:auto;text-transform:uppercase;font-size:1.125rem;font-weight:400;line-height:2.0625rem;white-space:nowrap;color:#111;border-bottom:2px solid transparent;transition:border-color .25s}.dropdown-menu__text--hovered,.dropdown-menu__text:hover{border-color:#0177a4}.dropdown-menu__icon:after,.dropdown-menu__text:after{content:"";position:absolute;display:block;width:100%;height:0;background-color:transparent}.dropdown-menu__user-icon{width:.75rem;height:1.125rem}.dropdown-menu__user-icon path{fill:#57068e}.dropdown-menu__menu{position:absolute;left:0;top:0;z-index:200}.dmenu{display:flex;flex-direction:column;border-top:4px solid #0177a4;border-radius:0 0 1.25rem 1.25rem;background-color:#fff;box-shadow:0 0 10px rgba(52,52,52,.25);opacity:1;transition:opacity .25s;min-width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;padding:1rem 0}.dmenu.hidden{opacity:0;z-index:-1;pointer-events:none}.dmenu__item{color:#111;text-transform:uppercase;font-size:1.125rem;font-weight:400;line-height:2.0625rem;white-space:nowrap;padding:0 1rem}@media screen and (max-width:60em){.dmenu__item{padding:0 .625rem}}.dmenu__item:hover{text-decoration:underline}.dmenu__item:not(:last-child){margin-bottom:.625rem}@media screen and (max-width:60em){.dmenu__item{font-size:1rem;text-align:center}.dmenu__item:not(:last-child){margin-bottom:.625rem}}.dmenu__link{cursor:pointer;display:block;color:inherit;text-decoration:none;text-transform:capitalize}.user-menu__link-block{display:flex;flex-direction:row;align-items:center;justify-content:center;grid-gap:.625rem;gap:.625rem}.user-menu__link-icon{width:1.25rem;height:1.25rem}.mock-applied{grid-gap:.375rem;gap:.375rem}.mock-applied,.return-to-account{display:flex;align-items:center}@media screen and (max-width:48em){.return-to-account{flex-direction:column;align-items:flex-start;font-size:.8rem}}@media screen and (max-width:30em){.return-to-account{font-size:.7rem}}.return-to-account__control{flex-shrink:0}.return-to-account__btn{text-transform:uppercase;margin-right:1.25rem}@media screen and (max-width:48em){.return-to-account__btn{font-size:.8rem;margin-bottom:.3125rem}}@media screen and (max-width:30em){.return-to-account__btn{font-size:.7rem}}.return-to-account__info{padding-left:.625rem}@media screen and (max-width:48em){.return-to-account__info{padding:0}}.return-to-account__userdata{padding-left:.625rem}@media screen and (max-width:48em){.return-to-account__userdata{padding:0}}.return-to-account__email{display:flex;flex-wrap:nowrap}.c-header{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:3.75rem;z-index:101;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.79));border-bottom:1px solid #d5dee3}.c-header__link{display:block;color:#111;text-decoration:none;text-align:center;font-size:.875rem;cursor:pointer}.c-header__link--active,.c-header__link:hover{text-decoration:underline}.c-header__list{list-style-type:none;display:flex;align-items:center}.c-header__list--right{height:3.125rem;border-radius:1.5625rem;background:linear-gradient(180deg,#f9fbfd,#f0f6fa);margin-right:1.875rem;padding:0 1rem}.c-header__list--mobile{padding:0 .25rem}.c-header__list--with-lng{margin-right:.625rem;padding:0 1.25rem}.c-header__item{margin-right:1.25rem}.c-header__item:last-child{margin-right:0}.c-header__item .c-lang-switcher{margin-left:0}.c-header__burger{border-right:1px solid #d5dee3;margin-right:.625rem}.c-header__logo{margin-right:2.5rem}@media screen and (max-width:48em){.c-header__logo{margin-right:1.25rem}}@media screen and (max-width:30em){.c-header__logo{margin-right:.3125rem}}.c-header__user{margin-left:1.875rem}@media screen and (max-width:30em){.c-header__user{margin-left:1.25rem}}.c-header__mock{margin-left:1rem}.c-menu-block__header-title--hide,.c-menu-block__text--hide{border:0;clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden;white-space:nowrap;margin:-1px;padding:0}.c-menu-block{padding:.625rem 0;border-bottom:1px solid #d5dee3}.c-menu-block__header{display:flex;align-items:center;color:#9d9fb3;height:2.5rem;padding:.75rem 1.5rem}.c-menu-block__header-icon{flex-shrink:0;width:1rem;height:1rem;opacity:.4;margin-right:1.25rem}.c-menu-block__header-icon path{fill:currentColor}.c-menu-block__header-title{-webkit-user-select:none;-ms-user-select:none;user-select:none;text-transform:uppercase;font-size:.6875rem;font-weight:700;line-height:.9375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-menu-block__item{cursor:pointer;position:relative;height:2.5rem;margin:.375rem .5rem .375rem .375rem;transition:all .25s ease-in-out}.c-menu-block__item:last-child{margin-bottom:0}.c-menu-block__item--compressed{margin-right:.1875rem}.c-menu-block__item--compressed .c-menu-block__link{border-top-right-radius:0;border-bottom-right-radius:0}.c-menu-block__item--compressed .c-menu-block__link:after{right:0}.c-menu-block__icon{flex-shrink:0;display:block;position:relative;top:.125rem;width:1rem;height:1rem;opacity:.4;margin-right:1.25rem}.c-menu-block__icon svg{width:100%;height:100%}.c-menu-block__icon svg path{fill:currentColor}.c-menu-block__link{display:flex;height:100%;width:100%;color:#111;text-decoration:none;background:transparent;border-radius:.375rem;padding:.5rem 1rem;transition:color .25s}.c-menu-block__link--inactive{opacity:.6}.c-menu-block__link:after{content:"";display:block;position:absolute;right:-.5rem;top:0;width:3px;height:100%;background:transparent;transition:background .25s;z-index:1}.c-menu-block__link--active,.c-menu-block__link:active,.c-menu-block__link:hover{opacity:1;color:#4387ff;background:linear-gradient(90deg,#deffff,#f4e6ff)}.c-menu-block__link--active .c-menu-block__icon,.c-menu-block__link:active .c-menu-block__icon,.c-menu-block__link:hover .c-menu-block__icon{opacity:1}.c-menu-block__link--active:after,.c-menu-block__link:active:after,.c-menu-block__link:hover:after{background:#4387ff}.c-menu-block__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.daily-report-sidebar-link{display:flex;align-items:center;grid-gap:1.25rem;gap:1.25rem;height:100%;width:100%;color:#111;text-decoration:none;background:transparent;border-radius:.375rem;padding:.5rem 1rem;transition:color .25s}.daily-report-sidebar-link:after{content:"";display:block;position:absolute;right:-.5rem;top:0;width:3px;height:100%;background:transparent;transition:background .25s;z-index:1}.daily-report-sidebar-link--active,.daily-report-sidebar-link:active,.daily-report-sidebar-link:hover{color:#4387ff;background:linear-gradient(90deg,#deffff,#f4e6ff)}.daily-report-sidebar-link--active .c-menu-block__icon,.daily-report-sidebar-link:active .c-menu-block__icon,.daily-report-sidebar-link:hover .c-menu-block__icon{opacity:1}.daily-report-sidebar-link--active:after,.daily-report-sidebar-link:active:after,.daily-report-sidebar-link:hover:after{background:#4387ff}.daily-report-sidebar-link__wrapper{display:flex;align-items:center}.daily-report-sidebar-link__icon{color:#9d9fb3;flex-shrink:0;display:block;position:relative;top:.125rem;width:1rem;height:1rem;opacity:.4;margin-right:1.25rem}.daily-report-sidebar-link__icon svg{width:100%;height:100%}.daily-report-sidebar-link__icon svg path{fill:currentColor}.daily-report-sidebar-link__status.danger{color:#ff613a}.daily-report-sidebar-link__status.ok{color:#06c6c6}.c-left-bar{display:flex;flex-direction:column;width:3.8125rem;height:calc(100vh - 3.75rem);border-right:1px solid #d5dee3;transition:width .25s ease-in-out,left .25s ease-in-out}.c-left-bar--mobile{position:absolute;top:3.75rem;left:-16.25rem;bottom:0;background-color:#fff;width:16.25rem;z-index:1000}.c-left-bar--show{left:0;width:16.25rem}.c-left-bar__navigation{flex-grow:1;overflow-y:auto;overflow-x:hidden}.c-left-bar__copyright{opacity:0;margin:0;transition:all .25s}.c-left-bar__copyright--show{opacity:1;margin:.625rem 1.875rem}.confirmation-popup-redux{background-color:#fff;border-radius:1.5rem;width:25rem;box-shadow:0 0 10px rgba(52,52,52,.25);padding:1.5rem 0}.confirmation-popup-redux__text{font-size:1rem;font-weight:400;text-align:center;padding:0 1.5rem;margin-bottom:1.5rem}.confirmation-popup-redux__footer{display:flex;justify-content:space-between;border-top:1px solid #d5dee3;padding:1.5rem 1.5rem 0}.confirmation-popup-redux__footer>*{width:calc(50% - 5px)}.daily-report-settings{display:flex;flex-direction:column;height:100%}.daily-report-settings__active-checkbox{margin-top:0}.daily-report-settings__content{flex-grow:1}.daily-report-settings__email{display:flex;align-items:center;margin-bottom:1.25rem}.daily-report-settings__input{flex:1 1}.daily-report-settings__btns{margin-bottom:.625rem}.daily-report-settings__remove-btn{margin-left:.625rem}.daily-report-settings__form-disabled{pointer-events:none;opacity:.7}.daily-report-settings__active-close{pointer-events:auto;opacity:1}.daily-report-settings__includes-container{display:flex;flex-direction:column}.daily-report-settings__includes-title{margin-top:0}.daily-report-settings__includes{display:flex;flex-direction:column;grid-gap:.5rem;gap:.5rem}.daily-report-settings__includes--checkbox{display:flex;align-items:center;grid-gap:.375rem;gap:.375rem}.daily-report-settings__includes--label{cursor:pointer;margin-top:0}.daily-report-settings__includes--error{color:#ff613a;font-size:.75rem}.change-account-popup{max-width:43.75rem;min-width:18.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.change-account-popup__header{margin-bottom:1.25rem;font-size:1.25rem;line-height:1.25rem}.change-account-popup__list{display:flex;flex-direction:column;grid-gap:1.25rem;gap:1.25rem}.change-account-popup__item{padding:.9375rem;border:1px solid rgba(91,91,91,.1);border-radius:.5rem;display:flex;justify-content:space-between;align-items:center;width:25rem}.change-account-popup__item--disabled{opacity:.5;pointer-events:none}.change-account-popup__btn{border:1px solid rgba(91,91,91,.1);font-weight:700;padding:.25rem .5rem;border-radius:.25rem;max-width:3.75rem}.change-account-popup__email-block{display:flex;grid-gap:.625rem;gap:.625rem;align-items:center}.c-layout{width:100%;height:100vh;padding-top:3.75rem;display:flex;flex-wrap:nowrap}.c-layout__content{flex:1 1;overflow-y:auto;background-color:#f0f6fa}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes rotationAndMirrorX{0%{-webkit-transform:scaleX(-1) rotate(0deg);transform:scaleX(-1) rotate(0deg)}to{-webkit-transform:scaleX(-1) rotate(1turn);transform:scaleX(-1) rotate(1turn)}}@-webkit-keyframes skewing{0%{-webkit-transform:skew(15deg,-15deg);transform:skew(15deg,-15deg)}to{-webkit-transform:skew(-15deg,15deg);transform:skew(-15deg,15deg)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeInAndScale{0%{opacity:0;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes gradientAnimation{0%{background-position:-100px 60px}to{background-position:0 60px}}*{vertical-align:baseline;font-family:inherit;font-style:inherit;font-size:100%;border:none;padding:0;margin:0;scrollbar-width:thin;scrollbar-color:#9d9fb3}*,:after,:before{box-sizing:border-box}select{width:100%;height:30px;border-radius:4px;padding:0 8px;outline:none;font-size:.875rem;color:#232323;background:#f0f6fa}article,aside,footer,header,nav,section{display:block}body,html{height:100%;width:100%;margin:0;padding:0}body{font-family:Manrope,sans-serif;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-smoothing:antialiased}html{font-size:.9rem}@media screen and (max-width:90em){html{font-size:.8vw}}@media screen and (max-width:60em){html{font-size:1.3vw}}@media screen and (max-width:48em){html{font-size:1rem}}@media screen and (max-width:30em){html{font-size:.85rem}}a{color:#0177a4}a:hover{color:#4387ff}a img{border:none}textarea{resize:none}input:focus,textarea,textarea:focus{outline:none}input,textarea{-webkit-appearance:none;-o-appearance:none;appearance:none;outline:none;resize:none}img{max-width:100%}button{outline:none!important;border:none;background:transparent}button:hover{cursor:pointer}li,ul{padding:0;margin:0;list-style:none}::-webkit-scrollbar{width:.3125rem;height:.5rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border-radius:.3125rem;background:#9d9fb3}::-webkit-scrollbar-thumb:hover{background:#5b5b5b}.react-grid-layout{margin:0 -.625rem}.react-grid-item.react-grid-placeholder{background-color:rgba(67,135,255,.4)}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotationAndMirrorX{0%{-webkit-transform:scaleX(-1) rotate(0deg);transform:scaleX(-1) rotate(0deg)}to{-webkit-transform:scaleX(-1) rotate(1turn);transform:scaleX(-1) rotate(1turn)}}@keyframes skewing{0%{-webkit-transform:skew(15deg,-15deg);transform:skew(15deg,-15deg)}to{-webkit-transform:skew(-15deg,15deg);transform:skew(-15deg,15deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInAndScale{0%{opacity:0;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes gradientAnimation{0%{background-position:-100px 60px}to{background-position:0 60px}}.h-clear{clear:both}.h-invisible{height:0}.h-disapear{display:none}.h-transition,.h-transition *{transition:all .15s}.h-fleft{float:left}.h-fright{float:right}.h-fleft50{float:left;width:50%}.h-right50{float:right;width:50%}.h-center{text-align:center;margin:0 auto}.h-hyphens{-moz-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}.h-blackout{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6) none repeat scroll 0 0;z-index:99;display:none}.h-deactivate{pointer-events:none}.h-absolute{position:absolute}.h-relative{position:relative}.h-blocks{display:inline-block;width:100%}.h-inline{display:inline-block!important}.h-first{margin-left:0}.h-last{margin-right:0}.h-ta-right{text-align:right}.h-ta-left{text-align:left}.h-hidden{display:none}@media screen and (max-width:768px){.h-adaptive-hide{display:none}}
/*# sourceMappingURL=main.065392b9.chunk.css.map */