@import 'node_modules/modern-normalize/modern-normalize.css';

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul[class] {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

input {
    padding: 0;
}

a {
    text-decoration: none;
}

html,
body {
    height: 100%;
}

* {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    outline: none;
}

*:disabled {
    background-color: #FAFBFC;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

img {
    width: 100%;
}

a {
    font-weight: 500;
    color: #646cff;
    text-decoration: none;
    transition: 0.3s ease;
}

a:not(.btn):hover {
    color: #535bf2;
}

a:not(.btn):active {
    opacity: 0.7;
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 84.828vw;
    margin: 0 auto;
}

h1 {
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Karla";
    font-style: normal;
    font-weight: 500;
}

td,
tr {
    padding: 0;
}


.btn {
    border: 0.0521vw solid transparent;
    font-size: 0.833vw;
    line-height: 1.25vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.02vw;
    color: #fff;
    background: #637DAD;
    box-shadow: 0vw 0vw 0.520vw 0vw #8EA1BA9C;
    border-radius: 0.521vw;
    cursor: pointer;
    padding: 0.573vw 1.2769vw;
}

.btn:hover {
    background-color: #4E638A;
}

.btn:active {
    background-color: #435475;
}

.btn.disabled {
    background-color: #869DC8;
    box-shadow: none;
    color: #E1EAFA;
}

.btn.secondary {
    border: 0.0521vw solid #869DC8;
    background: transparent;
    color: #4E638A;
    min-width: 6.25vw;
    box-shadow: none;
}

.btn.secondary:hover,
.btn-add-dept:hover {
    background: #F5F8FC;
}

.btn.secondary:active,
.btn-add-dept:active {
    background: #E1EAFA;
}

.btn.secondary.disabled,
.btn-add-dept.disabled {
    background-color: #fff;
    color: #8D919B;
    cursor: not-allowed;
}

.btn.secondary.disabled:hover,
.btn-add-dept.disabled:hover {
    background: #fff;
}

.btn.secondary.disabled:active {
    background: #fff;
}

.btn-add-dept {
    width: 7.9688vw;
    height: 2.5vw;
    padding: 0.8333vw 1.25px 0.8333vw 1.25vw;
    gap: 0.4167vw;
    border-radius: 0.5208vw;
    display: flex;
    align-items: center;
    border: 0.0521vw solid #869DC8;
    background: transparent;
}

.add-icon-plus-wrapper {
    width: 0.8334vw;
    height: 0.8334vw;
    padding: 0.1109vw 0vw 0vw 0vw;
    display: -webkit-box;
}

.add-icon-plus {
    background: url(/img-admin/math.svg) no-repeat center top/cover;
    padding-right: 0.4167vw;
    width: 0.612vw;
    height: 0.612vw;

}

.add_dept_field_btn_text {
    font-family: Karla;
    font-size: 0.8333vw;
    font-weight: 500;
    line-height: 1.25vw;
    letter-spacing: 0.0104vw;
    color: #4E638A;
}

.add_dept_field_btn_text.disabled-text {
    color: #8D919B;

}

.info-icon {
    background: url(/img-admin/info.svg) no-repeat center top/cover;
    width: 1.0417vw;
    height: 1.0417vw;
    gap: 0vw;
    /* margin: 0.0521vw; */
    margin-right: 0.4167vw;
}

.info_title_span {
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 500;
    line-height: 1.0417vw;
    letter-spacing: 0.0208vw;
    color: #869DC8;

}

.info_title_p {
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 300;
    line-height: 1.0417vw;
    letter-spacing: 0.0208vw;
    color: #5E626B;
    margin-right: 0.2083vw;
}

.btn.btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5vw;
    height: 2.5vw;
    padding: 0;
    background: transparent;
    box-shadow: none;
    min-width: unset;
}

.btn.btn-close:hover {
    background: #F5F8FC;
}

.btn.btn-close:active {
    background: #E1EAFA;
}

.actions-wrapper {
    flex-direction: row;
    gap: 0.625vw;
    display: none;
    width: 5.625vw;
    height: 2.5vw;
}

.edit {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 2.5vw;
    /* height: 2.5vw; */
    padding: 0.625vw;
    gap: 0.4167vw;
    background-color: #FFFFFF;
    border-radius: 0.5209vw;
}

.edit::after,
.cell.actions .edit::after {
    content: "";
    background: url(/img-admin/edit-icon.svg) no-repeat center top/cover;
    width: 1.042vw;
    /* users, positions details*/
    height: 1.042vw;
    display: block;
}

.positions-item .edit::after,
.skill-item .edit::after {
    width: 1.25vw;
    /* positions, skills */
    height: 1.25vw;
}

.edit-done {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 2.5vw;
    height: 2.5vw;
    padding: 0.625vw;
    gap: 0.4167vw;
    border-radius: 0.5209vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.edit-done::after {
    content: "";
    background: url(/img-admin/tick.svg) no-repeat center;
    width: 1.25vw;
    /* positions */
    height: 1.25vw;
    display: block;
    filter: invert(65%) sepia(15%) saturate(781%) hue-rotate(180deg) brightness(92%) contrast(90%);
}

.archive {
    cursor: pointer;
    padding: 0;
}

.archive_done {
    cursor: pointer;
    padding: 0;
}

.deactivate::after {
    content: "";
    background: url(/img-admin/archive-true-icon.svg) no-repeat center top/cover;
    width: 1.25vw;
    /* users */
    height: 1.042vw;
    display: block;
    background-size: contain;
}

.archive::after,
.cell.actions .archive::after {
    content: "";
    background: url(/img-admin/archive-icon.svg) no-repeat center top/cover;
    width: 1.042vw;
    /* users, levels, skills details */
    height: 1.042vw;
    display: block;
}

.skills-archive {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 2.5vw;
    height: 2.5vw;
    padding: 0.625vw;
    gap: 0.4167vw;
    border-radius: 0.5209vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.skills-dearchive {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 2.5vw;
    height: 2.5vw;
    padding: 0.625vw;
    gap: 0.4167vw;
    border-radius: 0.5209vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.skills-archive.deactivate {
    opacity: 0.3;
}

.skill-item .archive::after,
.skills-archive::after {
    content: "";
    background: url(/img-admin/archive-icon.svg) no-repeat center top/cover;
    width: 1.25vw;
    /* positions */
    height: 1.25vw;
    display: block;
}

.archive_done::after,
.skills-dearchive::after {
    content: "";
    background: url(/img-admin/archive-true-icon.svg) no-repeat center top/cover;
    width: 1.25vw;
    height: 1.25vw;
    display: block;
}

.upload__icon-wrapper .title {
    font-size: 1.043vw;
    line-height: 2.086vw;
    letter-spacing: 0.014vw;
    color: #1b2438;
    margin-bottom: 1.46vw;
}

.upload__icon-wrapper .upload__icon-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.upload__icon-wrapper .upload__icon-input input {
    display: none;
}

.upload__icon-wrapper .upload__icon-input label {
    font-size: 0.782vw;
    line-height: 0.782vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.007vw;
    color: rgba(27, 36, 56, 0.4);
    width: 8.081vw;
    height: 2.086vw;
    background: #fafcfb;
    -webkit-box-shadow: 0vw 0vw 0.313vw 0.156vw rgba(142, 161, 186, 0.25);
    box-shadow: 0vw 0vw 0.313vw 0.156vw rgba(142, 161, 186, 0.25);
    border-radius: 0.417vw;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.upload__icon-wrapper .upload__icon-input label::before {
    content: "";
    background: url(/img-admin/upload-icon.svg) no-repeat center top/cover;
    width: 0.626vw;
    height: 0.782vw;
    margin-right: 0.365vw;
}

.upload__icon-wrapper .upload__icon-input p {
    font-size: 0.782vw;
    line-height: 0.73vw;
    letter-spacing: 0.01vw;
    color: #d46a76;
    margin-left: 1.408vw;
}

.white {
    background: #FAFBFC;
    border: 0.052vw solid #E3E8EE;
}

.yellow {
    background: #FAF4EB;
    border: 0.052vw solid #EAB86E;
}

.green {
    background: #EBFAF8;
    border: 0.052vw solid #598F88;
}

.red {
    background: #FAECEB;
    border: 0.052vw solid #C27B76;
}

.purple {
    background: #EBEBFA;
    border: 0.052vw solid #8183B8;
}

.black {
    background: #E3E8EE;
    border: 0.052vw solid #1B2438;
}


.select-hide {
    display: none;
}

.new__custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 26.739vw;


}

.new__custom-select {
    /*position: absolute;*/
    /*width: 100%;*/
}

.new__custom-select__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 0.41vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.520vw;
    padding-bottom: 0.520vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    font-weight: 300;
    font-size: 0.782vw;
    line-height: 0.73vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
    background: #fff;
    border: 0.052vw solid #d7dee6;
    box-shadow: 0px 0px 0.15vw 0.05vw #D7DEE6;
    border-radius: 0.417vw;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.new__custom-select__trigger:hover {
    -webkit-box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
}

.new__custom-select__trigger::before {
    content: "";
    position: absolute;
    top: 0.833vw;
    right: 1.042vw;
    transform: translateY(-50%);
    /* background: url(/img-admin/menu-arrow.svg) no-repeat center top/cover; */
    width: 0.833vw;
    height: 0.833vw;
    transform: rotate(-180deg);
}

.new__custom-select-wrapper .arrow {
    content: "";
    position: absolute;
    top: 0.8vw;
    right: 1.199vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img-admin/menu-arrow.svg) no-repeat center top/cover;
    width: 1.111vw;
    height: 1.111vw;
    z-index: 999999;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.new__custom-select.open .arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.new__custom-select-wrapper .line {
    position: absolute;
    width: 2.7vw;
    height: 0.052vw;
    background: #e4e8ee;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 1.4vw;
    left: 18.5vw;
    display: block;
    z-index: 99999999;
}

.new__custom-select.open {
    height: 15.641vw;
}

/*.new__custom-select.open .line {*/
/*    display: none !important;*/
/*}*/

.new__custom-options {
    position: absolute;
    /*display: none;*/
    top: 2.607vw;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: scroll;
    max-height: 15.641vw;
    background: #fff;
    border: 0.052vw solid #d7dee6;
    -webkit-box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    border-radius: 0.417vw;
    scrollbar-width: none;
    z-index: 999999999999;
}

.new__custom-select-container {
    position: relative;
    height: 7.821vw;
    overflow: auto;
}

.new__custom-options {
    width: 100%;
}

.new__custom-option {
    cursor: pointer;
}

.new__custom-option {
    width: 23.931vw;
    padding-left: 2.033vw;
    font-size: 0.782vw;
    line-height: 0.834vw;
    letter-spacing: 0.01vw;
    color: #869dc8;
    background-color: #fff;
    cursor: pointer;
    height: 2.121vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.new__custom-option::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    mix-blend-mode: normal;
}

.new__custom-option:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(6.34deg,
            #d6dde6 4.45%,
            rgba(232, 241, 238, 0.93) 95.55%,
            rgba(255, 255, 255, 0.19) 110.55%);
    background: linear-gradient(83.66deg,
            #d6dde6 4.45%,
            rgba(232, 241, 238, 0.93) 95.55%,
            rgba(255, 255, 255, 0.19) 110.55%);
    mix-blend-mode: normal;
    opacity: 0.3;
    z-index: 999;
}

.new__custom-select.open .new__custom-select__trigger {
    border-bottom: 0;
    border-bottom-right-radius: 0vw;
    border-bottom-left-radius: 0vw;
}

.new__custom-select.open .new__custom-options {
    display: block;
    -webkit-box-shadow: 0vw 0.1vw 0.126vw 0.032vw #d7dee6;
    box-shadow: 0vw 0.1vw 0.126vw 0.032vw #d7dee6;
    border-top: none;
    border-top-right-radius: 0vw;
    border-top-left-radius: 0vw;
    z-index: 999999999999;
}

.new__custom-select-wrapper .new__custom-select.custom-select-scroll .new__custom-select__trigger {
    padding-left: 1.086vw;
}

.new__custom-select-wrapper .new__custom-select.custom-select-scroll .new__custom-option {
    padding: 0.678vw 1.2vw;
}

.new__custom-select-wrapper .new__custom-select.custom-select-scroll input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.new__custom-select-wrapper .new__custom-select.custom-select-scroll .new__custom-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.new__custom-select-wrapper .new__custom-select.custom-select-scroll label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999999;
    cursor: pointer;
}

.new__custom-select-wrapper .new__custom-select.custom-select-scroll .new__custom-option input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    width: 0.782vw;
    height: 0.782vw;
    background: url(/img-admin/filter-nocheked.svg) no-repeat center top/cover;
    margin-right: 0.574vw;
}

.new__custom-select-wrapper .new__custom-select.custom-select-scroll .new__custom-option input[type="checkbox"]:checked+label:before {
    content: "";
    width: 0.782vw;
    height: 0.782vw;
    background: url(/img-admin/filter-cheked.svg) no-repeat center top/cover;
}

.new__custom-select-wrapper .new__custom-select.custom-select-scroll .new__custom-option label {
    font-weight: 300;
    font-size: 0.782vw;
    line-height: 0.834vw;
    letter-spacing: 0.01vw;
    color: #8d919b;
}

.new__custom-select-wrapper .new__custom-select.custom-select-scroll .new__custom-option input[type="checkbox"]:checked+label {
    font-weight: 400;
    color: #869dc8;
}


.alert-popup {
    width: 13.399vw;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    border-radius: 1.043vw;
    z-index: 999999999;
    padding: 1.668vw 2.19vw;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    right: 3.043vw;
    top: 4vw;
}

.alert-popup p {
    font-size: 0.834vw;
    line-height: 1.668vw;
    letter-spacing: 0.011vw;
    color: #1b2438;
    text-align: center;
}

.alert-popup .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.356vw;
}

.alert-popup .btns button {
    font-size: 0.834vw;
    line-height: 0.938vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.02vw;
    color: #fff;
    width: 3.91vw;
    height: 2.242vw;
    background: #869dc8;
    -webkit-box-shadow: 0vw 0vw 0.261vw 0.052vw rgba(142, 161, 186, 0.6);
    box-shadow: 0vw 0vw 0.261vw 0.052vw rgba(142, 161, 186, 0.6);
    border-radius: 0.521vw;
    border: none;
    cursor: pointer;
}



.section-list-item {
    display: none;
}

.section-list-item.section-list-item--open {
    display: block;
}


.row {
    display: table-row;
}

.cell {
    display: table-cell;
}



.actions button {
    /* padding: 0; */
}

.row-item.colored {
    background: rgba(233, 237, 242, 0.45);
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 1.877vw;
}

.page-item {
    width: 2.086vw;
    height: 2.086vw;
    background: #fafcfb;
    -webkit-box-shadow: 0vw 0vw 0.313vw 0.156vw rgba(142, 161, 186, 0.3);
    box-shadow: 0vw 0vw 0.313vw 0.156vw rgba(142, 161, 186, 0.3);
    border-radius: 1.277vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.938vw;
    position: relative;
    cursor: pointer;
    font-size: 0.938vw;
    line-height: 1.512vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
}

.page-item-active>a {
    color: #1b2438;
}

.page-item-button-prev>a::after {
    content: '';
    background: url(/img-admin/prev-icon.svg) no-repeat center;
    width: 2.086vw;
    height: 2.086vw;
    display: block;
    /*color: #C3C3C3;*/
    margin: 0 1vw;

}

.page-item-button-next>a::after {
    content: '';
    background: url(/img-admin/next-icon.svg) no-repeat center;
    width: 2.086vw;
    height: 2.086vw;
    display: block;
    /*color: #C3C3C3;*/
    margin: 0 1vw;

}

.page-item-button {
    cursor: pointer;
}

.next {

    color: #C3C3C3;
    width: 0.365vw;
    height: 0.678vw;
    display: block;
}

.ninjable__popup {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(6, 8, 13, 0.15);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    overflow-y: auto;
    /* display: flex; */
    /* justify-content: center; */
}

.ninjable__popup:not(:has(.ninjable__popup-inner.scroll)) {
    align-items: center;
}

.ninjable__popup .ninjable__popup-inner {
    width: 62.5vw;
    /* height: 57.366032vh; */
    /* height: 57.366032vh; */
    /* height: 57.334vh; */
    background: #fff;
    box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    border-radius: 1.356vw;
    padding: 4.1667vw 3.125vw;
    padding-bottom: 3.125vw;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4.1667vw;
}

.ninjable__popup .ninjable__popup-inner.approval-popup {
    padding: 4.1667vw 5.2086vw 3.125vw 5.2086vw;
}

.ninjable__popup-close {
    position: absolute;
    right: 2.084vw;
    top: 2.084vw;
    cursor: pointer;
}


.ninjable__popup-close img {
    width: 1.25vw;
    height: 1.25vw;
}

.ninjable__popup-header {
    position: relative;
    padding: 1.25vw;
    padding-top: 0;
}

.ninjable__popup-header h3 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.303vw;
    line-height: 1.667vw;
    letter-spacing: 0.278vw;
    color: #1b2438;
    text-align: center;
}


.ninjable__popup.active {
    visibility: visible;
    opacity: 1;
}


.search-wrapper {
    width: 100%;
    height: 2.5vw;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.users .search-wrapper,
.acievements .search-wrapper {
    margin-bottom: 0.625vw;
}

.search-wrapper_fields {
    display: flex;
    gap: 0.625vw;
}

.search-input {
    width: 20.833vw;
    height: 2.500vw;
    background: #fff;
    border: none !important;
    box-shadow: 0px 0px 3px 1px #D7DEE6;
    border-radius: 0.417vw;
    font-size: 0.782vw;
    line-height: 1.408vw;
    letter-spacing: 0.01vw;
    color: #1b2438;
    position: relative;
    padding-left: 2.917vw;
    padding-right: 3.91vw;
    padding-top: 0.626vw;
    padding-bottom: 0.521vw;
    display: flex;
    align-items: center;
}

.search-input::-webkit-input-placeholder {
    color: #8D919B !important;
}

.search-input-block .closeFilter {
    position: absolute;
    right: 1.199vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1vw;
    background: #fff;
    cursor: pointer;
    border: 0;
    padding: 0;
}

.closeFilter img {
    width: 1.033vw;
    height: 1.033vw;
}

.search-input.placeholder {
    color: #b9babe;
}

.search-wrapper .search-input-block::before {
    content: "";
    background: url(/img-admin/search-icon.svg) no-repeat center top/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0.678vw;
    height: 0.678vw;
    position: absolute;
    top: 0.921vw;
    left: 1.3vw;
    z-index: 2;
}

.search-wrapper_fields {
    width: 39.1667vw;
}

.search-wrapper_fields .custom-select {
    position: relative;
    border-radius: 0.4167vw;
    border: none !important;
    box-shadow: none;
    margin: 0;

    .select-selected {
        border: 1px solid #CCD8ED !important;
        box-shadow: 0px 0px 3px 1px #D7DEE6;
        background-color: #FFF;
        font-family: Rubik;
        font-size: 0.7292vw;
        color: #8D919B !important;
        font-weight: 400;
        padding: 0.7292vw 1.25vw;
    }

    .active {
        border: 1px solid #869DC8 !important;
    }
}

.search-wrapper .custom-select {
    width: 13.712vw;
    position: relative;
}

.search-wrapper .custom-select .select-selected {
    padding-left: 1.086vw;
}

.search-wrapper .custom-select .select-option {
    padding: 0.678vw 1.033vw;
}


.search-wrapper .select-selected {
    width: 13.5417vw;
}

.custom-select__disabled {
    pointer-events: none;
    border: 1px solid transparent;
    border-radius: .417vw;
    color: #5E626B;
    background-color: #FAFBFC;
}

.PORTAL_CSS_CONTAINER .custom-select__disabled {
    border-color: #263352;
}

.positions-item .department__wrapper {
    margin-top: 2.083vw;
    margin-bottom: 0.625vw;
}

.department-field {
    color: #1B2438;
    font-size: 1.042vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.667vw;
    letter-spacing: 0.01vw;
    transition: 0.4s;
    text-transform: capitalize;
    white-space: nowrap;
    margin-right: 1.0417vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.department__wrapper {
    position: relative;
    padding: 1.25vw 1.875vw;
    padding-right: 4.5vw;
    background: #F5F7F9;
    border: 0.052vw solid #E3E8EE;
    box-sizing: border-box;
    border-radius: 0.625vw
}


.department__wrapper.list_open::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 12L10 8L6 12' stroke='%231B2438' stroke-linecap='square'/%3E%3C/svg%3E%0A");
}

.department__wrapper .department {
    display: flex;
    /* width: 57.0834vw; */
    align-items: center;
}


.department__wrapper .department .department-field {
    width: 57.0834vw;
    word-break: break-all;
}

.department__wrapper .department input.active {
    background: #fff;
    border: 0.052vw solid #d7dee6;
    -webkit-box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    border-radius: 0.417vw;
    margin-right: 1.251vw;
    pointer-events: auto;
    padding-left: 1.199vw;
}

.department__wrapper .department input.active::placeholder {
    color: #b9babe;
}

.department__wrapper .department .edit.active {
    opacity: 0.3;
}

.add-job {
    display: flex;
    justify-content: end;
    margin-top: 0.625vw;
}

.add-job button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.625vw 2.083vw;
}

.section__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.625vw;
    gap: 0.417vw;
}

.section__tags a {
    color: #5E626B;
    font-family: Rubik;
    font-size: 0.729vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.042vw;
    letter-spacing: 0.007vw;

    border: 0.052vw solid #E3E8EE;
    background: #FAFBFC;
    border-radius: 0.417vw;
    padding: 0.104vw 0.417vw;
}

.let-know {
    display: none;
    font-weight: 400;
    font-size: 0.678vw;
    line-height: 0.73vw;
    letter-spacing: 0.01vw;
    color: #869dc8;
    margin-top: 0.782vw;
}

.let-know.active {
    display: block;
}

.delete-level-popup {
    z-index: 9999999999999;
    width: 14.025vw;
    height: 8.759vw;
    background: #fff;
    -webkit-box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    border-radius: 1.043vw;
    padding: 1.825vw 2.086vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delete-level-popup p {
    font-size: 0.782vw;
    line-height: 1.251vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
}

* {
    font-family: Rubik;
}

body {
    font-style: normal;
    overflow-x: hidden;
}

.branding,
.subscription-page,
.billing-page,
.positions-page,
.skills-page,
.acievements-page,
.rewards-page,
.integrations-page,
.requests-page,
.account-settings,
.users-page,
.levels-page {
    min-height: 100vh;
    background: no-repeat center top/cover;
    background-size: 83.333vw;
    background-position-x: 16.667vw;
    /*background-image: url(/img-admin/content-background.png);*/
    background-image: url(/img-admin/admin-background.png);
}

.header {
    position: relative;
    z-index: 99999;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0vw 0.209vw 0.521vw 0.156vw rgba(142, 161, 186, 0.25);
}

.header .container {
    width: 100%;
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.885vw 0;
    padding-left: 4.167vw;
    padding-right: 6.25vw;
}

.header__logo {
    width: 14.92vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo img {
    width: 12.044vw;
    height: 3.024vw;
}

.header__avatar {
    padding-right: 1.875vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__avatar .avatar-img {
    width: 3.65vw;
    height: 3.65vw;
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(#ffffff),
            to(#ffffff)),
        #fff;
    background: -o-linear-gradient(bottom, #ffffff, #ffffff), #fff;
    background: linear-gradient(0deg, #ffffff, #ffffff), #fff;
    -webkit-box-shadow: 0vw 0vw 0.563vw rgba(142, 161, 186, 0.61);
    box-shadow: 0vw 0vw 0.563vw rgba(142, 161, 186, 0.61);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}

.header__avatar .avatar-img img {
    width: 2.503vw;
    height: 2.398vw;
}

.header__avatar::after {
    content: "";
    background: url(/img-admin/avatar-arrow.svg) no-repeat center top/cover;
    width: 1.25vw;
    height: 1.25vw;
    position: absolute;
    right: 0;
}

.header:has(.header__profile-popup.active) .header__avatar::after {
    transform: rotate(180deg);
}

.header__profile {
    position: relative;
}

.header__profile-popup {
    top: 4.583vw;
    width: 14.583vw;
    padding: 1.042vw 0;
    right: -1.042vw;
    background: #fff;
    box-shadow: 0px 1.042vw 60px 10px #0000004D;
    border-radius: 1.042vw;
    position: absolute;
    z-index: 999;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
}

.header__profile-popup::before {
    content: "";
    background: url(/img/profile-line.svg) no-repeat center top/cover;
    height: 0.039vw;
    position: absolute;
    top: 4.844vw;
    left: 0;
}

.header__profile-popup.active {
    visibility: visible;
    opacity: 1;
}

.profile__menu-item_icons {
    width: 1.042vw;
    height: auto;
}

.profile__menu-item a {
    padding: 0.833vw 2.083vw;
    padding-left: 3.958vw;
    display: block;
    width: 100%;
    font-size: 0.729vw;
    line-height: 1.042vw;
    letter-spacing: 0.01vw;
    color: #5E626B;
    font-weight: 400;
    position: relative;
}

.profile__menu-item a:after {
    content: "";
    position: absolute;
    left: 2.083vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.042vw;
    height: 1.042vw;
    background-size: contain;
    background-position: center;
}

.profile__menu-item:nth-child(1) a:after {
    background-image: url(/img-admin/header-popup-profile.svg);
}

.profile__menu-item:nth-child(1):hover a:after,
.profile__menu-item:nth-child(1).active a:after {
    background-image: url(/img-admin/header-popup-profile-selected.svg);
}

.profile__menu-item:nth-child(2) a:after {
    background-image: url(/img-admin/header-popup-leaderboard.svg);
}

.profile__menu-item:nth-child(2):hover a:after,
.profile__menu-item:nth-child(2).active a:after {
    background-image: url(/img-admin/header-popup-leaderboard-selected.svg);
}

.profile__menu-item:nth-child(3) a:after {
    background-image: url(/img-admin/header-popup-reports.svg);
}

.profile__menu-item:nth-child(3):hover a:after,
.profile__menu-item:nth-child(3).active a:after {
    background-image: url(/img-admin/header-popup-reports-selected.svg);
}

.profile__menu-item:nth-child(4) a:after {
    background-image: url(/img-admin/header-popup-approvals.svg);
}

.profile__menu-item:nth-child(4):hover a:after,
.profile__menu-item:nth-child(4).active a:after {
    background-image: url(/img-admin/header-popup-approvals-selected.svg);
}

.profile__menu-item:nth-child(5) a:after {
    background-image: url(/img-admin/header-popup-rewards.svg);
}

.profile__menu-item:nth-child(5):hover a:after,
.profile__menu-item:nth-child(5).active a:after {
    background-image: url(/img-admin/header-popup-rewards-selected.svg);
}

.profile__menu-item:nth-child(6) a:after {
    background-image: url(/img-admin/header-popup-settings.svg);
}

.profile__menu-item:nth-child(6):hover a:after,
.profile__menu-item:nth-child(6).active a:after {
    background-image: url(/img-admin/header-popup-settings-selected.svg);
}

.profile__menu-item:hover {
    background-color: #F5F8FC;
}

.profile__menu-item.active {
    background-color: #E1EAFA;
}

.profile__menu-item.active>a,
.profile__menu-item:hover>a {
    color: #435475;
}


/* Sidebar */

.another__wrapper {
    display: grid;
    grid-template-columns: 16.667vw 1fr;
    height: calc(100vh - 5.64vw);
    overflow: hidden;
    position: relative;
}


.another__wrapper .sidebar {
    width: 16.667vw;
    height: 100%;
    background: #fff;
}

.another__wrapper .sidebar .sidemenu {
    padding: 0;
    padding-top: 1.25vw;
}

.another__wrapper .sidebar .sidemenu .sidemenu__item {
    width: 100%;
    background: #fff;
    mix-blend-mode: normal;
}

.sidemenu__item-link {
    width: 100%;
    color: var(--Greyscale-grey-70, #5E626B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.729vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.042vw;
    display: flex;
    align-items: center;
    padding: 1.25vw 4.167vw;
    padding-right: 0.208vw;
}


.sidemenu__item .sidemenu__item-link span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.417vw;
    background: var(--Indicators-yellow-basic, #EAB86E);
    margin-left: 0.417vw;
    padding: 0.104vw 0.417vw;
    letter-spacing: 0.4px;
    line-height: 0.833vw;
    font-size: 0.625vw;
    gap: 0.417vw;
}

.sidemenu__item .sidemenu__item-link::after {
    content: "";
    background: url('/img-admin/menu-arrow-disable.svg') no-repeat center top/cover;
    width: 0.833vw;
    height: 0.833vw;
    margin-left: 0.417vw;
}

.sidemenu__item.active .sidemenu__item-link::after {
    background-image: url('/img-admin/menu-arrow.svg');
}

.sidemenu__item .sidemenu__item-link.soon::after {
    display: none;
}

.sidemenu__item .sidemenu__item-link::before {
    content: "";
    background: no-repeat center top/cover;
    width: 1.042vw;
    height: 1.042vw;
    margin-right: 0.833vw;
    flex-shrink: 0;
}

.sidemenu__item .sidemenu__item-link:hover {
    background-color: #E1EAFA;
    color: #1B2438;
}

.sidemenu__item:nth-child(1) .sidemenu__item-link::before {
    background-image: url(/img-admin/sidemenu-company.svg);
}

.sidemenu__item:nth-child(1).active .sidemenu__item-link::before {
    background-image: url(/img-admin/sidemenu-company-selected.svg);
}

.sidemenu__item:nth-child(2) .sidemenu__item-link::before {
    background-image: url(/img-admin/sidemenu-directory.svg);
}

.sidemenu__item:nth-child(2).active .sidemenu__item-link::before {
    background-image: url(/img-admin/sidemenu-directory-selected.svg);
}

.sidemenu__item:nth-child(3) .sidemenu__item-link::before {
    background-image: url(/img-admin/sidemenu-rewards.svg);
}

.sidemenu__item:nth-child(3).active .sidemenu__item-link::before {
    background-image: url(/img-admin/sidemenu-rewards-selected.svg);
}

.sidemenu__item:nth-child(4) .sidemenu__item-link::before {
    background-image: url(/img-admin/sidemenu-integrations.svg);
}

.sidemenu__item:nth-child(4).active .sidemenu__item-link::before {
    background-image: url(/img-admin/sidemenu-integrations-selected.svg);
}

.sidemenu__item .submenu {
    mix-blend-mode: normal;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.submenu__item {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    mix-blend-mode: normal;
    display: flex;
    align-items: center;
    position: relative;
}

.submenu__item a {
    color: #1B2438;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.729vw;
    font-weight: 300;
    line-height: 1.042vw;
    display: flex;
    align-items: center;
    padding: 1.042vw 4.167vw 1.042vw 5.833vw;
    opacity: 0.9;
    width: 100%;
}

.submenu__item a.notifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.submenu__item a.notifications span {
    width: 0.886vw;
    height: 0.886vw;
    border-radius: 100%;
    color: #fff;
    font-family: Roboto;
    font-size: 0.73vw;
    font-weight: 500;
    line-height: 1.147vw;
    letter-spacing: 0.013vw;
    background: #8ba1ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0.469vw;
}

.submenu__item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    mix-blend-mode: normal;
    opacity: 1;
}

.submenu__item:hover {
    background-color: #F5F8FC;
}

.submenu__item:hover a {
    color: inherit;
}



.submenu__item.active {
    background: #f7f9f9;
}

.submenu__item.active a {
    opacity: 1;
    z-index: 99999;
}

.submenu__item.active::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--Primary-primary-10, #F5F8FC);
}

.another__wrapper .sidebar .sidemenu .sidemenu__item.active .submenu {
    max-height: 46.924vw;
}

.another__wrapper .sidebar .sidemenu li.active .sidemenu__item-link {
    color: #1b2438;
    background: var(--Primary-primary-20, #E1EAFA);
}

.content-wrapper {
    padding: 4.167vw 0 4.167vw 5.208vw;
    height: 100%;
    overflow-y: auto;
}

.another__wrapper .content {
    width: 71.875vw;
    background: #fff;
    box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    border-radius: 1.356vw;
    padding: 3.125vw 4.1667vw 4.1667vw 4.1667vw !important;
}

.another__wrapper .content h2 {
    text-align: center;
    font-weight: 500;
    font-size: 1.25vw;
    line-height: 1.667vw;
    letter-spacing: 0.278vw;
    color: #1b2438;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.another__wrapper .content h2::after,
.ninjable__popup-header h3::after {
    content: "";
    background: url(/img-admin/title-line.svg) no-repeat center top/cover;
    width: 100%;
    height: 0.208vw;
    position: absolute;
    bottom: -1.25vw;
    background: linear-gradient(90deg, #FFF 0%, #E6EAF0 25%, #E6EAF0 75%, #FFF 100%);
}

.ninjable__popup-header h3::after {
    left: 0;
    bottom: 0
}

.another__wrapper .content .account-setting {
    z-index: 999;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3.125vw;
}

.another__wrapper .content .account-setting .company-info,
.another__wrapper .content .account-setting .account-owner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.083vw 4.167vw;
}

.another__wrapper .content .account-setting h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.043vw;
    line-height: 2.503vw;
    letter-spacing: 0.014vw;
    color: #1b2438;
}

.another__wrapper .content .account-setting .company-info input {
    /* width: 29.688vw; */
    height: 2.555vw;
}

.account-settings .another__wrapper .content,
.another__wrapper .content {
    display: flex;
    flex-direction: column;
    gap: 4.167vw;
}

.account-setting_form_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
}

.account-setting .new__custom-select-wrapper {
    width: 29.688vw;
}

.another__wrapper .content .account-setting .company-info .right {
    margin-top: 2.5vw;
}

.another__wrapper .content .account-setting .country {
    margin-bottom: 2.542vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.another__wrapper .content .account-setting .company-info {
    margin-top: 0 !important;
}

.another__wrapper .content .account-setting .company-info label {
    margin-bottom: 2.242vw;
}

.another__wrapper .content .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 9.645vw !important;
}

.another__wrapper .content .popup-footer {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1.042vw;
    height: 2.34375vw;
}

.another__wrapper .content .popup-footer .save-button {
    min-width: 10.417vw;
}

.content__section-title {
    font-weight: 500;
    font-size: 1.043vw;
    line-height: 2.503vw;
    letter-spacing: 0.014vw;
    color: #1b2438;
    margin-bottom: 1.356vw;
}

.content__section-title.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.content__section-title.icon::after {
    content: "";
    background: url(/img-admin/info-icon.svg) no-repeat center top/cover;
    width: 0.834vw;
    height: 0.834vw;
    margin-left: 0.678vw;
    cursor: pointer;
}

.branding__popup {
    width: 13.139vw;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    border-radius: 1.043vw;
    position: absolute;
    top: 22.352vw;
    left: 21.052vw;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1.668vw;
    padding-left: 2.138vw;
    padding-right: 1.616vw;
    padding-bottom: 2.294vw;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.branding__popup .title {
    font-size: 0.834vw;
    line-height: 1.668vw;
    letter-spacing: 0.011vw;
    color: #1b2438;
    margin-bottom: 0.938vw;
}

.branding__popup .desc {
    font-size: 0.782vw;
    line-height: 1.251vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
    margin-bottom: 2.346vw;
}

.branding__popup a {
    font-size: 0.834vw;
    line-height: 0.938vw;
    letter-spacing: 0.02vw;
    color: #fff;
    width: 6.778vw;
    height: 2.242vw;
    background: #869dc8;
    -webkit-box-shadow: 0vw 0vw 0.261vw 0.052vw rgba(142, 161, 186, 0.6);
    box-shadow: 0vw 0vw 0.261vw 0.052vw rgba(142, 161, 186, 0.6);
    border-radius: 0.521vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.branding__popup.active {
    visibility: visible;
    opacity: 1;
}

.content__block {
    width: 100%;
    height: auto;
    background: #fff;
    border: 0.104vw solid #e4e8ee;
    -webkit-box-shadow: 0vw 0vw 0.261vw #e5e5e6;
    box-shadow: 0vw 0vw 0.261vw #e5e5e6;
    border-radius: 1.095vw;
    padding: 1.46vw 2.503vw;
    padding-right: 2.303vw;
}

.content__block .illustration {
    width: 100%;
    height: auto;
}

.content__block.subdomain a {
    font-weight: 500;
    font-size: 0.782vw;
    line-height: 2.503vw;
    letter-spacing: 0.01vw;
    color: #869dc8;
    margin-bottom: 1vw;
    display: block;
}

.content__block.subdomain p {
    font-size: 0.782vw;
    line-height: 1.251vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
}

.content__block.upload .upload__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.223vw;
    margin-top: 1.564vw;
}

.content__block.upload .upload__heading .logo {
    width: 16.788vw;
    height: 3.858vw;
}

.content__block.upload .upload__heading .remove-btn {
    font-size: 0.782vw;
    line-height: 0.782vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.007vw;
    color: rgba(27, 36, 56, 0.4);
    width: 5.527vw;
    height: 2.086vw;
    background: #fafcfb;
    -webkit-box-shadow: 0vw 0vw 0.313vw 0.156vw rgba(142, 161, 186, 0.25);
    box-shadow: 0vw 0vw 0.313vw 0.156vw rgba(142, 161, 186, 0.25);
    border-radius: 0.417vw;
    margin-left: 2.92vw;
}

.content__block.upload .upload__icon-wrapper {
    margin-bottom: 3.128vw;
}

.content__block.upload .upload__info .title {
    font-size: 0.782vw;
    line-height: 1.668vw;
    letter-spacing: 0.01vw;
    color: #1b2438;
    margin-bottom: 1.303vw;
}

.content__block.upload .upload__info .upload__info-list li {
    font-size: 0.782vw;
    line-height: 1.668vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.01vw;
    color: #b9babe;
    margin-bottom: 0.417vw;
}

.content__block.upload .upload__info .upload__info-list li:last-child {
    margin-bottom: 0;
}

.content__block.upload .upload__info .upload__info-list li::before {
    content: "";
    background: url(/img-admin/list-arrow.svg) no-repeat center top/cover;
    height: 0.521vw;
    width: 0.313vw;
    margin-right: 0.678vw;
}

.content__block.upload .upload__info .desc {
    font-size: 0.782vw;
    line-height: 1.668vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
    margin-top: 1.303vw;
    margin-bottom: 3.65vw;
}

.content__block.upload .upload__info .illustration-info {
    font-size: 0.782vw;
    line-height: 2.503vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 7.664vw;
    margin-top: 0.782vw;
    margin-bottom: 2.086vw;
}

.content__block.upload .upload__info .illustration-info::before {
    content: "";
    background: url(/img-admin/illustration-info.svg) no-repeat center top/cover;
    width: 8.342vw;
    height: 2.711vw;
    margin-top: -1.534vw;
    margin-right: 0.834vw;
}

.content__block .colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.65vw;
}

.content__block .colors .colors__item {
    width: 25.495vw;
}

.content__block .colors .colors__item .name {
    font-size: 0.782vw;
    line-height: 2.086vw;
    letter-spacing: 0.01vw;
    color: #1b2438;
}

.content__block .colors .colors__item .desc {
    font-size: 0.782vw;
    line-height: 1.251vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
}

.content__block .colors .colors__item .color-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.346vw;
    margin-top: 1.616vw;
}

.content__block .colors .colors__item .color-content .colors-block {
    width: 2.294vw;
    height: 2.242vw;
    background: -webkit-gradient(linear,
            left bottom,
            left top,
            from(#0f1f37),
            to(#0f1f37)),
        #d8d5d5;
    background: -o-linear-gradient(bottom, #0f1f37, #0f1f37), #d8d5d5;
    background: linear-gradient(0deg, #0f1f37, #0f1f37), #d8d5d5;
    border-radius: 0.521vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.content__block .colors .colors__item .color-content .colors-block .color {
    display: block;
    border-radius: 0.261vw;
    width: 1.147vw;
    height: 1.147vw;
    mix-blend-mode: normal;
    opacity: 0.8;
    -webkit-box-shadow: 0vw 0vw 0.605vw rgba(6, 8, 13, 0.75);
    box-shadow: 0vw 0vw 0.605vw rgba(6, 8, 13, 0.75);
}

.content__block .colors .colors__item .color-content .color-code {
    font-size: 0.782vw;
    line-height: 2.763vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
    margin-left: 0.991vw;
}


.content.billing .content__section .content__section-title.invoices {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content.billing .content__section .invoices-title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content.billing .content__section .invoices-title a {
    margin-bottom: 1.356vw;
    cursor: pointer;
}

.content.billing .content__section .invoices-title a img {
    width: 1.877vw;
    height: 1.877vw;
}

.content.billing .content__section .payment-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content.billing .content__section .payment-method a {
    margin-bottom: 1.356vw;
}

.content.billing .content__section .payment-method a img {
    width: 3.962vw;
    height: 3.962vw;
    position: relative;
    left: 0.865vw;
}

.content.billing .content__section .content__block.subdomain a {
    margin-bottom: 0;
}

.content.billing .content__section .content__block {
    margin-bottom: 1.721vw;
}

.content.billing .content__section .content__block .subscription__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content.billing .content__section .content__block .subscription__info .subscription__info-item {
    width: 26.694vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0.782vw;
}

.content.billing .content__section .content__block .subscription__info .subscription__info-item .info-title {
    font-size: 0.782vw;
    line-height: 2.242vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.01vw;
    color: #1b2438;
    width: 10.385vw;
    margin-left: 0.01vw;
}

.content.billing .content__section .content__block .subscription__info .subscription__info-item .info-number {
    width: 10.385vw;
    font-size: 0.782vw;
    line-height: 2.086vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
    display: block;
}

.content.billing .content__section .content__block .subscription__info .subscription__info-item:last-child {
    margin-bottom: 0;
}

.content.billing .content__section .content__block .subscription__info .subscription__info-item:nth-child(1) .info-title::before {
    content: "";
    background: url(/img-admin/billing-info-icon-1.svg) no-repeat center top/cover;
    width: 1.303vw;
    height: 1.251vw;
    display: block;
    margin-right: 0.938vw;
}

.content.billing .content__section .content__block .subscription__info .subscription__info-item:nth-child(2) .info-title::before {
    content: "";
    background: url(/img-admin/billing-info-icon-2.svg) no-repeat center top/cover;
    width: 1.303vw;
    height: 1.285vw;
    display: block;
    margin-right: 0.938vw;
}

.content.billing .content__section .content__block .subscription__info .subscription__info-item:nth-child(3) .info-title::before {
    content: "";
    background: url(/img-admin/billing-info-icon-3.svg) no-repeat center top/cover;
    width: 1.303vw;
    height: 1.251vw;
    display: block;
    margin-right: 0.938vw;
}

.content.billing .content__section .content__block.invoices {
    padding: 0;
}

.content.billing .content__section .content__block.invoices .invoices__table .invoices__table-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.692vw;
    padding-left: 6.1vw;
    padding-right: 6.1vw;
}

.content.billing .content__section .content__block.invoices .invoices__table .invoices__table-header p {
    font-weight: 700;
    font-size: 0.834vw;
    line-height: 2.503vw;
    letter-spacing: 0.011vw;
    color: #869dc8;
}

.content.billing .content__section .content__block.invoices .invoices__table .invoices__list .invoices__list-item {
    height: 3.806vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 6.1vw;
    padding-right: 6.1vw;
}

.content.billing .content__section .content__block.invoices .invoices__table .invoices__list .invoices__list-item p {
    font-size: 0.782vw;
    line-height: 1.512vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
    width: 10vw;
}

.content.billing .content__section .content__block.invoices .invoices__table .invoices__list .invoices__list-item a {
    font-size: 0.782vw;
    line-height: 2.503vw;
    letter-spacing: 0.01vw;
    color: #1b2438;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content.billing .content__section .content__block.invoices .invoices__table .invoices__list .invoices__list-item a::before {
    content: "";
    background: url("/invoices-download-icon.svg") no-repeat center top/cover;
    width: 0.938vw;
    height: 0.938vw;
    display: block;
    margin-right: 0.521vw;
}

.content.billing .content__section .content__block.invoices .invoices__table .invoices__list .invoices__list-item.colored {
    background: rgba(233, 237, 242, 0.45);
}

.content.billing .content__section .content__block.payment-table {
    padding: 0;
    position: relative;
}

.content.billing .content__section .content__block.payment-table .payment__method-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-header {
    font-weight: 700;
    font-size: 0.834vw;
    line-height: 2.503vw;
    letter-spacing: 0.011vw;
    color: #869dc8;
    height: 4.692vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-header td:nth-child(1) {
    padding-left: 2.555vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-header td:last-child {
    padding-right: 2.555vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item {
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item td {
    z-index: 999999;
    position: relative;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item td:nth-child(1) {
    padding-left: 2.555vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item td:last-child {
    padding-right: 2.555vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .payment-cart {
    width: 6.674vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .payment-number {
    width: 16.84vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .payment-expires {
    width: 11.157vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .payment-active {
    width: 12.878vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .payment-delete {
    width: 1.441vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .payment-delete .delete-icon {
    position: absolute;
    top: 35%;
    left: 30%;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .payment-icon {
    width: 2.972vw;
    height: 2.294vw;
    margin-top: 1.721vw;
    margin-bottom: 1.721vw;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .title {
    font-size: 0.834vw;
    line-height: 1.512vw;
    letter-spacing: 0.011vw;
    color: #1b2438;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .desc {
    font-size: 0.782vw;
    line-height: 1.512vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .sub {
    font-size: 0.782vw;
    line-height: 1.147vw;
    letter-spacing: 0.01vw;
    color: #8d919b;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .delete-icon {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.303vw;
    height: 1.564vw;
    margin-left: auto;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .delete-icon.active {
    opacity: 0.4;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item .delete-icon::before {
    content: "";
    background: url(/img-admin/delete-icon.svg) no-repeat center top/cover;
    width: 1.303vw;
    height: 1.564vw;
    position: absolute;
    top: 0;
    left: 0;
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item.active {
    background: rgba(233, 237, 242, 0.7);
}

.content.billing .content__section .content__block.payment-table .payment__method-table .payment__method-item:hover {
    background: rgba(233, 237, 242, 0.7);
}

.content.billing .content__section .payment__method-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content.billing .content__section .payment__method-bottom .cancel {
    font-size: 0.782vw;
    line-height: 4.015vw;
    letter-spacing: 0.02vw;
    color: #8d919b;
    visibility: hidden;
    opacity: 0;
}

.content.billing .content__section .payment__method-bottom .cancel.active {
    visibility: visible;
    opacity: 1;
}

.content.billing .custom__period-popup {
    z-index: 10000000000000000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(6, 8, 13, 0.15);
    -webkit-backdrop-filter: blur(0.1vw);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.content.billing .custom__period-popup .custom__period-inner {
    width: 43.535vw;
    height: 45.098vw;
    background: #fff;
    -webkit-box-shadow: #8ea1ba 0vw 0.209vw 1.303vw -0.209vw;
    box-shadow: #8ea1ba 0vw 0.209vw 1.303vw -0.209vw;
    border-radius: 1.356vw;
    position: relative;
    left: 7%;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-header {
    position: relative;
    padding-top: 1.981vw;
    padding-left: 4.119vw;
    padding-bottom: 2.086vw;
    border-bottom: 0.104vw solid #e4e8ee;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-header h4 {
    font-weight: 700;
    font-size: 1.303vw;
    line-height: 2.503vw;
    letter-spacing: 0.021vw;
    color: #1b2438;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-header p {
    font-weight: 700;
    font-size: 0.834vw;
    line-height: 1.043vw;
    letter-spacing: 0.021vw;
    color: #b9babe;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-header .custom__period-close {
    width: 2.033vw;
    height: 1.981vw;
    background: #fafcfb;
    -webkit-box-shadow: 0vw 0vw 0.313vw 0.156vw rgba(142, 161, 186, 0.25);
    box-shadow: 0vw 0vw 0.313vw 0.156vw rgba(142, 161, 186, 0.25);
    border-radius: 0.417vw;
    position: absolute;
    right: 2.45vw;
    top: 2.555vw;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-header .custom__period-close img {
    width: 0.886vw;
    height: 0.834vw;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content {
    padding: 2.711vw 3.962vw;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 13.243vw;
    height: 2.555vw;
    background: #fff;
    border: 0.052vw solid #d7dee6;
    -webkit-box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    border-radius: 0.417vw;
    padding-left: 0.417vw;
    padding-right: 0.417vw;
    margin-bottom: 2.398vw;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date .date-btn {
    width: 5.214vw;
    height: 1.721vw;
    background: #fff;
    border-radius: 0.261vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.782vw;
    line-height: 2.503vw;
    letter-spacing: 0.01vw;
    color: #869dc8;
    cursor: pointer;
    position: relative;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date .date-btn.active {
    background: #869dc8;
    color: #fff;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date .date-btn:nth-child(1):after {
    content: "";
    background: url(/img-admin/date-btn-arrow.svg) no-repeat center top/cover;
    width: 1.043vw;
    height: 0.73vw;
    display: block;
    position: absolute;
    left: 5.6vw;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item {
    width: 16.475vw;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item h4 {
    font-weight: 500;
    font-size: 1.043vw;
    line-height: 2.19vw;
    letter-spacing: 0.016vw;
    color: #1b2438;
    margin-bottom: 0.938vw;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .date__select-wrapper {
    position: relative;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .new__custom-select-wrapper.date-select {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .new__custom-select.month {
    width: 9.541vw;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .new__custom-select {
    width: 100%;
    position: relative;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .new__custom-select .new__custom-select__trigger.month {
    width: 9.593vw;
    border-top-left-radius: 0.417vw;
    border-bottom-left-radius: 0.417vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .new__custom-select .new__custom-select__trigger.years {
    width: 6.934vw;
    border-top-right-radius: 0.417vw;
    border-bottom-right-radius: 0.417vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .datepicker__calendar {
    margin-top: 6vw;
    width: 16.475vw;
    height: 14.39vw;
    background: #fff;
    border: 0.104vw solid #e4e8ee;
    -webkit-box-shadow: 0vw 0vw 0.261vw #e5e5e6;
    box-shadow: 0vw 0vw 0.261vw #e5e5e6;
    border-radius: 1.095vw;
    padding-top: 1.46vw;
    padding-bottom: 1.773vw;
    padding-left: 2.086vw;
    padding-right: 2.086vw;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .datepicker__calendar table {
    width: 100%;
    border-spacing: 0.617vw 0.617vw;
    height: auto;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .datepicker__calendar table .datepicker__calendar-header td {
    font-size: 0.782vw;
    letter-spacing: -0.012vw;
    color: #869dc8;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .datepicker__calendar table .datepicker__calendar-content td {
    font-size: 0.782vw;
    letter-spacing: 0.012vw;
    color: #1b2438;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .datepicker__calendar table .datepicker__calendar-content td.active {
    background: #869dc8;
    border-radius: 0.209vw;
    color: #fff;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .datepicker__calendar table .datepicker__calendar-content td:hover {
    background: #869dc8;
    border-radius: 0.209vw;
    color: #fff;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .datepicker__calendar table td,
.content.billing .custom__period-popup .custom__period-inner .custom__period-content .date__list .date__list-item .datepicker__calendar table th {
    width: 1.147vw;
    height: 1.147vw;
    text-align: center;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content.billing .custom__period-popup .custom__period-inner .custom__period-footer a {
    font-size: 0.834vw;
    line-height: 0.938vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.02vw;
    color: #fff;
    width: 8.238vw;
    height: 2.503vw;
    background: #869dc8;
    -webkit-box-shadow: 0vw 0vw 0.261vw 0.052vw rgba(142, 161, 186, 0.6);
    box-shadow: 0vw 0vw 0.261vw 0.052vw rgba(142, 161, 186, 0.6);
    border-radius: 0.521vw;
}

.content.billing .custom__period-popup.active {
    visibility: visible;
    opacity: 1;
}

.content.users .add-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /*margin-bottom: 2.294vw;*/
}

.content.users .table .row-item {
    position: relative;
}







.popup__users-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3.125vw;
    row-gap: 2.083vw;
}

.popup__users-form label .department-select .new__custom-select {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.popup__users-form label .department-select .new__custom-select .new__custom-select__trigger {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popup__users-form label .department-select .new__custom-select .new__custom-select__trigger .line {
    position: absolute;
    width: 2.7vw;
    height: 0.052vw;
    background: #e4e8ee;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 1.4vw;
    left: 18.5vw;
    display: block;
}

.popup__users-form label .department-select .new__custom-select .new__custom-option {
    font-weight: 300;
    font-size: 0.782vw;
    line-height: 0.834vw;
    letter-spacing: 0.01vw;
    color: #8d919b;
}

.popup__users-form label .department-select .new__custom-select .new__custom-option:hover {
    font-size: 0.782vw;
    line-height: 0.834vw;
    letter-spacing: 0.01vw;
    color: #869dc8;
}

.popup__users-form label .department-select .new__custom-select:hover {
    -webkit-box-shadow: 0vw 0vw 0.156vw 0.052vw #869dc8;
    box-shadow: 0vw 0vw 0.156vw 0.052vw #869dc8;
    border-radius: 0.417vw;
}

.popup__users-form label .department-select .new__custom-select.open .new__custom-select__trigger {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popup__users-form label .department-select .new__custom-select.open .new__custom-select__trigger .line {
    display: none;
}

.popup__users-form label .custom-select {
    width: 100%;
    transition: 0.3s;
}

.popup__users-form label .custom-select .select-selected {
    width: 100%;
}

.password-icon {
    display: flex;
    position: relative;
    cursor: pointer;
}

.password-icon::after {
    content: "";
    width: 0.891vw;
    height: 0.73vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -1.7vw;
    right: 1.041vw;
}

.input-container input[type="password"]+.password-icon::after {
    background: url(/img-admin/password-icon.svg) no-repeat center top/cover;
}

.input-container input[type="text"]+.password-icon::after {
    background: url(/img-admin/hide_password-icon.svg) no-repeat center top/cover;
}

.ninjable__popup .popup-footer-buttons {
    display: flex;
    justify-content: end;
    gap: 1.04166vw;
}

.popup__users-content {
    padding-right: 0;
    padding-top: 0;
}

.search-input-block {
    position: relative;
}

.search-input-block:has(.search-input-selector) .search-input {
    border-radius: 0.417vw 0.417vw 0 0;
    box-shadow: 0px 0px 0.15vw 0.05vw #D7DEE6;
    border: 0.05vw solid #869DC8;
    border-bottom: none;
}

.search-input-block:has(.search-input-selector) .search-input-selector {
    border: 0.052vw solid #869DC8;
    box-shadow: 0px 0.156vw 0.156vw 0.052vw #D7DEE6;
    border-top: 0;
}


.content.positions .add-department {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content.positions .add-department .content.positions .add-department .new__custom-select-wrapper {
    width: 15.85vw;
}

.content.positions .add-department .new__custom-select-wrapper .new__custom-select.custom-select-scroll {
    width: 15.85vw;
}

.content.positions .add-department .new__custom-select-wrapper .select-text {
    display: none;
}

.content.positions .add-department .new__custom-select-wrapper .new__custom-select.open .select-name {
    display: none;
}

.content.positions .add-department .new__custom-select-wrapper .new__custom-select.open .select-text {
    display: block;
}

.content.positions .add-department .line {
    position: absolute;
    width: 2.7vw;
    height: 0.052vw;
    background: #e4e8ee;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 1.4vw;
    left: 11.8vw;
    display: block;
    z-index: 99999999;
}

.content.positions .add-department .arrow {
    z-index: 99999999;
    top: 1.4vw;
}

.content.positions .departments-desc {
    border-radius: 0.417vw;
    border: 0.052vw solid #d7dee6;
    background: #fff;
    -webkit-box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    width: 100%;
    height: 2.555vw;
    margin-top: 1.46vw;
    margin-bottom: 1.773vw;
    padding: 0 2.45vw;
}

.content.positions .departments-desc p {
    color: #b9babe;
    font-size: 0.782vw;
    font-weight: 400;
    line-height: 2.503vw;
    letter-spacing: 0.01vw;
}

.content.positions .content__section .table .cell.name {
    color: #1b2438;
}

.content.positions .content__section .table .cell.tags div {
    display: flex;
    gap: 0.417vw;
    flex-wrap: wrap;
}

.content.positions .content__section .table .cell.tags div a {
    font-size: 0.729vw;
    font-weight: 300;
    font-family: "Rubik";
    line-height: 0.782vw;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.007vw;
    color: #5E626B;
    width: auto;
    background: #FAFBFC;
    border-radius: 0.417vw;
    border: 0.052vw solid #E3E8EE;
    padding: 0.208vw 0.416vw;
}

.content.positions .skills__archive-popup {
    top: 19.5vw;
}

.positions__popup .ninjable__popup-inner {
    width: 62.5vw;
    /* height: 34.125vw; */
}

.positions__popup .ninjable__popup-inner .positions__popup-content {
    /* height: 31.929vw;
    overflow: auto;
    padding-right: 2.043vw; */
    width: 56.25vw;
}


.positions__popup .ninjable__popup-inner .positions__popup-form {
    /* margin-left: 0.782vw; */
}

.positions__popup .ninjable__popup-inner .positions__popup-form .level-fields-wrapper {
    margin-top: 4.1667vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .positions__popup-form-levels {
    /* box-shadow: 0px 0px 0.15625vw 0.052vw #D7DEE6; */
    box-shadow: 0vw 0vw 0.1563vw 0.0521vw #D7DEE6;
}


.prev_dept_wrapper {
    height: 4.1667vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .position_form_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.0834vw;
    /* height: 14.7917vw; */
}

.positions__popup .ninjable__popup-inner .positions__popup-form .position_form_wrapper .add_dept_field_wrapper {
    display: flex;
    gap: 1.0417vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .position_form_wrapper .add_dept_field_wrapper .add_dept_field_input {
    width: 47.2396vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .position_form_wrapper .add_dept_field_wrapper .add_dept_field_btn {
    width: 7.9688vw;
}



.positions__popup .ninjable__popup-inner .positions__popup-form .positions__popup-form-levels {
    box-shadow: 0px 0px 0.15625vw 0.052vw #D7DEE6;
    border: 0.052vw solid #FAFBFC;
    border-radius: 0.625vw;
    overflow: hidden;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .positions__popup-form-title {
    margin-bottom: 1.0416666666666665vw;
    font-size: 0.8333333333333334vw;
    font-weight: 500;
    line-height: 1.25vw;
    letter-spacing: 0.0104vw;
    font-family: Karla;
    text-align: left;
    color: #1B2438;
}

.levels__fields:nth-child(even) {
    background: #FAFBFC;
}

.positions__popup .ninjable__popup-inner .positions__popup-form label {
    color: #5E626B;
    font-family: Rubik;
    font-size: 0.73vw;
    font-weight: 400;
    line-height: 1vw;
    letter-spacing: 0.01vw;
    /* margin-bottom: 1.042vw; */
    position: relative;
    gap: 0.417vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .form-fields-wrapper {
    display: flex;
    gap: 1.0417vw;
    flex-direction: column;
}

.positions__popup .ninjable__popup-inner .positions__popup-form label .field {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.2vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-form label .field .new__custom-select-wrapper {
    width: 100%;
}

.positions__popup .ninjable__popup-inner .positions__popup-form label .field .new__custom-select-wrapper .new__custom-select__trigger {
    min-height: 2.7vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-form label .field .new__custom-select-wrapper .new__custom-option {
    width: 100%;
}

.positions__popup-form label .field .new__custom-select-wrapper input {
    display: block;
    color: #5E626B;
    font-size: 0.782vw;
    font-weight: 400;
    line-height: 0.723vw;
    letter-spacing: 0.01vw;
    border: none;
    z-index: 999;
    box-shadow: none;
}

.positions__popup-form label .field .new__custom-select-wrapper input::placeholder {
    color: #B9BABE;
}

.positions__popup .ninjable__popup-inner .positions__popup-form h4 {
    font-size: 0.7291666666666666vw;
    font-weight: 400;
    line-height: 1vw;
    letter-spacing: 0.01vw;
    text-align: left;
    padding-bottom: 0.2084vw;
    color: #5E626B;

}

/* .prev_dept_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.625vw;

    .title1 {
        font-family: Rubik;
        font-size: 0.7292vw;
        font-weight: 400;
        line-height: 1.0417vw;
        letter-spacing: 0.20002500712871552px;
        text-align: left;
        color: #5E626B;
    }

    .departments {
        display: flex;
        flex-direction: column;
        gap: 0.4167vw;
        font-family: Rubik;
        font-size: 0.7292vw;
        font-weight: 300;
        line-height: 1.0417vw;
        letter-spacing: 0.20002500712871552px;
        text-align: left;
        color: #5E626B;
    }
} */

.positions__popup .ninjable__popup-inner .positions__popup-form .prev_dept_wrapper,
.curr_dept_wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.625vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .title1 {
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 400;
    line-height: 1.0417vw;
    letter-spacing: 0.20002500712871552px;
    text-align: left;
    color: #5E626B;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .departments {
    display: flex;
    flex-direction: column;
    gap: 0.4167vw;
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 300;
    line-height: 1.0417vw;
    letter-spacing: 0.20002500712871552px;
    text-align: left;
    color: #5E626B;
}

.no_data_text {
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 300;
    line-height: 1.0417vw;
    letter-spacing: 0.20002500712871552px;
    text-align: left;
    color: #8D919B;
}

/* .positions__popup .ninjable__popup-inner .positions__popup-form p {
    font-size: 0.7291666666666666vw;
    font-weight: 300;
    line-height: 1vw;
    letter-spacing: 0.01vw;
    text-align: left;
    color: #1b2438;
    padding: 0.208vw 0;
} */

.positions__popup .ninjable__popup-inner .positions__popup-form .field.added input {
    width: 100%;
    position: relative;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .field.added button {
    width: 2.607vw;
    height: 2.503vw;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    border-left: 0.052vw solid #ccd3da;
    right: 0;
    border-radius: 0;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .field.added button::after {
    content: "";
    background: url(/img-admin/input-close.svg) no-repeat center top/cover;
    width: 0.834vw;
    height: 0.834vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0.8vw;
    left: 0.77vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-form .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: end;
    margin-top: 2.972vw;
}



.positions__popup.job .ninjable__popup-inner .positions__popup-content .positions__popup-form label {
    margin-bottom: 2.19vw;
    position: relative;
}

.positions__popup.job .ninjable__popup-inner .positions__popup-content .positions__popup-form label .field textarea {
    height: 10.845vw;
}

.positions__popup.job .ninjable__popup-inner .positions__popup-content .positions__popup-form label .new__custom-select-wrapper {
    width: 100%;
    margin-bottom: 2.303vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-content .positions__popup-form label .add-skils {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: #fff;
    border: 0;
    gap: 0.625vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-content .positions__popup-form label .add-skils li {
    width: auto;
    padding: 0.416vw 0.625vw;
    background: #FFFFFF;
    box-shadow: 0vw 0vw 0.052vw 0.052vw rgba(142, 161, 186, 0.25);
    border: 0vw solid #E3E8EE;
    border-radius: 0.416vw;
    font-weight: 300;
    font-size: 0.729vw;
    line-height: 0.782vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.007vw;
    color: #5E626B;
    cursor: pointer;
    position: relative;
    height: 1.875vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-content .positions__popup-form label .add-skils li.active {
    color: #1B2438;
    background: #EBFAF8;
    padding-right: 1.721vw;
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 400;
    line-height: 1.0417vw;
    letter-spacing: 0.0104vw;
    text-align: left;
}

.positions__popup .ninjable__popup-inner .positions__popup-content .positions__popup-form label .add-skils .active::before {
    content: "";
    background: url(/img-admin/btn-tick.svg) no-repeat center top/cover;
    width: 0.73vw;
    height: 0.73vw;
    display: flex;
    position: absolute;
    right: 0.552vw;
    gap: 0.625vw;
}

.positions__popup .ninjable__popup-inner .positions__popup-content .positions__popup-form .new__custom-select-wrapper .line {
    left: 50.5vw;
}


.levels__fields {
    padding: 1.0417vw;
    display: flex;
}

.level_fields_level {
    width: 10.4167vw;
}

.level_fiedls_fields {
    width: 56.1vw;
}

.level_icon {
    width: 4.1667vw;
    display: flex;
    justify-content: end;
}

.level_icon .icon_archived {
    background: url(/img-admin/level_achieved.svg) no-repeat center top/cover;
    width: 1.0417vw;
    height: 1.0417vw;
    display: -webkit-box;
    align-items: end;
}

.level_icon .icon_notarchived {
    background: url(/img-admin/level_not_achieve.svg) no-repeat center top/cover;
    width: 1.0417vw;
    height: 1.0417vw;
    display: -webkit-box;
    align-items: end;
}

.grid-item3 {
    grid-column: 1 / -1;
    grid-row: 3;
}

.level_fields_level .levels__fields-index {
    left: 1.041vw;
    top: 1.041vw;
    font-weight: 500;
    line-height: 1.25vw;
    text-align: left;
    font-family: Karla;
    font-size: 0.8333vw;
    letter-spacing: 0.0104vw;
    color: #1B2438;


    width: 8.3334vw;
    height: 1.25vw;
    margin-right: 2.0833vw;

}

.level_fields_level .levels__fields-index-disabled {
    left: 1.041vw;
    top: 1.041vw;
    font-weight: 500;
    line-height: 1.25vw;
    text-align: left;
    font-family: Karla;
    font-size: 0.8333vw;
    letter-spacing: 0.0104vw;
    color: #B9BABE;
    width: 8.3334vw;
    height: 1.25vw;
    margin-right: 2.0833vw;
}

.level_fields_level .level_achieved {
    width: 3.9064vw;
    height: 1.4584vw;
    padding: 0.2084vw 0.4168vw 0.2084vw 0.4168vw;
    gap: 0.4168vw;
    border-radius: 0.4168vw;
    border: 0.0522vw;
    background: #FAFBFC;
    border: 1px solid #E3E8EE;
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 300;
    line-height: 1.0417vw;
    letter-spacing: 0.0104vw;
    text-align: left;
}

.levels__fields label:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}



.levels__fields .left {
    width: 25.3vw;
}

.levels__fields .left .custom-select {
    width: 25.3vw;
}

.levels__fields .left .select-selected {
    width: 25.3vw;
}

.levels__fields .right {
    width: 25.3vw;
}

.inputContainer,
.dropdownContainer {
    display: flex;
    flex-direction: column;
    font-size: 0.834vw;
    line-height: 1.042vw;
    gap: 0.2084vw;
    letter-spacing: 0.011vw;
    font-weight: 400;
    color: #5E626B;
    position: relative;
    /* padding-bottom: 1.0417vw; */
    /* height: 3.75vw; */
}

/* .dropdownContainer {
    display: flex;
    flex-direction: column;
    gap: 0.2083vw;
    height: 3.75vw;
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 400;
    line-height: 1.0417vw;
    letter-spacing: 0.0104vw;
    text-align: left;
    position: relative;
} */


.inputField {
    width: 100%;
}

.inputField input {
    line-height: 1.0417vw;
    font-size: 0.7292vw;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    max-height: 1.5625vw;
    width: 100%;

    &:focus {
        border: none;
    }

    &::placeholder {
        color: #8D919B;
        line-height: 1.0417vw;
        font-size: 0.7292vw;
        font-style: normal;
        font-weight: 400;
        line-height: 1.0417vw;
        letter-spacing: 0.2px;
    }
}

.inputField input::-webkit-input-placeholder {
    color: #8D919B;
}

.input-title {
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 400;
    line-height: 1.0417vw;
    letter-spacing: 0.0104vw;
    text-align: left;
}

.input-title {
    font-family: Rubik;
    font-size: 0.7292vw;
    font-weight: 400;
    line-height: 1.0417vw;
    letter-spacing: 0.0104vw;
    text-align: left;
}


.content.levels .add__level-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.625vw;
}

.content.skills .add-skill {
    margin-left: auto;
    margin-bottom: 2.086vw;
}

.content.skills .skills-view {
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
}

.content.skills .department__wrapper .deactive-info-popup {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 9999999999999;
    position: absolute;
    top: 2vw;
    left: 37vw;
    padding: 1.669vw 2.087vw;
    width: 17.475vw;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 1.043vw;
    background: #fff;
    -webkit-box-shadow: 0vw 0.209vw 1.304vw -0.209vw #8ea1ba;
    box-shadow: 0vw 0.209vw 1.304vw -0.209vw #8ea1ba;
}

.content.skills .skills-view .skill-item .section-list-item.section-list-item--open {
    margin-top: 0.625vw;
}

.content.skills .department__wrapper .deactive-info-popup .title {
    font-size: 0.835vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.669vw;
    letter-spacing: 0.011vw;
    margin-bottom: 0.939vw;
}

.content.skills .department__wrapper .deactive-info-popup .text {
    color: #b9babe;
    font-family: Rubik;
    font-size: 0.782vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.252vw;
    letter-spacing: 0.01vw;
}

.content.skills .department__wrapper .deactive-info-popup.act {
    visibility: visible;
    opacity: 1;
}

.content.skills .table .cell {
    position: relative;
}

.content.skills .table .cell.name {
    color: #1b2438;
}

.content.skills .table .cell.attribute .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reward__popup-form,
.skillss__level-popup .skillss__popup-form {
    display: flex;
    flex-direction: column;
    gap: 2.084vw;
}

.skillss__level-popup .inputContainer {
    gap: 0.2084vw;
}

.skillss__level-popup .input-container {
    display: flex;
    flex-direction: column;
    gap: 0.208vw;
}

.skillss__level-popup .input-container .character-limit {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    color: #B9BABE;
}

.skillss__level-popup .skillss__popup-form label {
    position: relative;
}

.skillss__level-popup .skillss__popup-form label .skills-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.skillss__level-popup .skillss__popup-form label .skills-info::after {
    content: "";
    background: url(/img-admin/info-icon.svg) no-repeat center top/cover;
    width: 0.886vw;
    height: 0.886vw;
    display: block;
    margin-left: 0.782vw;
    cursor: pointer;
}


.skillss__level-popup .skillss__popup-form label .skills-custom-select .new__custom-select {
    position: relative;
    top: -0.5vw;
    background: #fff;
    z-index: 1000000000000000300000000;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .new__custom-options {
    top: 0;
    position: relative;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .new__custom-select__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.199vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.261vw solid rgba(0, 0, 0, 0);
    border-right: 0.261vw solid rgba(0, 0, 0, 0);
    border-top: 0.261vw solid #555;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .new__custom-select__trigger.after-hide {
    border-top: 0;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .new__custom-select__trigger.after-hide::after {
    display: none;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .new__custom-select.open .new__custom-select__trigger {
    border-radius: 0;
    -webkit-box-shadow: 0vw 0.1vw 0.126vw 0.032vw #d7dee6;
    box-shadow: 0vw 0.1vw 0.126vw 0.032vw #d7dee6;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .skills-tags-list {
    border: 0.052vw solid #d7dee6;
    -webkit-box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    border-radius: 0.417vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    padding: 0.782vw;
    padding-right: 4.5vw;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .skills-tags-list .tag-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 1.512vw;
    background: #fafcfb;
    -webkit-box-shadow: 0vw 0vw 0.052vw 0.052vw rgba(142, 161, 186, 0.25);
    box-shadow: 0vw 0vw 0.052vw 0.052vw rgba(142, 161, 186, 0.25);
    border-radius: 0.417vw;
    font-size: 0.782vw;
    line-height: 0.782vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: 0.007vw;
    color: #b9babe;
    padding-left: 0.73vw;
    margin-right: 0.782vw;
    margin-bottom: 0.782vw;
    margin-left: 0.104vw;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .skills-tags-list .tag-item button {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: none;
    background: #fafcfb;
    border-left: 0.052vw solid #e3e8ee;
    cursor: pointer;
    margin-left: 0.678vw;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .skills-tags-list .tag-item button::after {
    content: "";
    background: url(/img-admin/tag-remove-icon.svg) no-repeat center top/cover;
    width: 0.574vw;
    height: 0.574vw;
    display: block;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .add-skills-tags-list {
    position: relative;
    z-index: 100000000000000020;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .skills-tags-list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .new__custom-options.active {
    top: 5.907vw;
}

.skillss__level-popup .skillss__popup-form label .skills-custom-select .new__custom-option {
    width: 98%;
}


.skillss__level-popup .skillss__popup-form label input.file {
    display: none;
}

.skillss__level-popup .skillss__popup-form label .upload__icon-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.skillss__level-popup .skillss__popup-form label .upload__icon-input label {
    margin: 0;
    font-size: 0.782vw;
    line-height: 0.73vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
}

.skillss__level-popup .skillss__popup-form label .upload__icon-input img {
    width: 2.555vw;
    height: auto;
    margin-right: 1.095vw;
}

.skillss__level-popup .skillss__popup-form .add__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.086vw;
}

.skillss__level-popup .skillss__popup-form .add__btn-wrapper button {
    width: 8.238vw;
    height: 2.503vw;
}

.skills__archive-popup {
    z-index: 3;
    width: 14.025vw;
    height: 8.759vw;
    background: #fff;
    -webkit-box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    box-shadow: 0vw 0.209vw 1.303vw -0.209vw #8ea1ba;
    border-radius: 1.043vw;
    padding: 1.825vw 2.086vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 25.052vw;
    left: 17.052vw;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.skills__archive-popup p {
    font-size: 0.782vw;
    line-height: 1.251vw;
    letter-spacing: 0.01vw;
    color: #b9babe;
}

.skills__archive-popup.active {
    visibility: visible;
    opacity: 1;
}



.add-badge-popup label .acievements-select {
    width: 100%;
    margin-bottom: 2.138vw;
}

.add-badge-popup label .acievements-select .new__custom-option {
    width: auto;
    height: auto;
    margin-top: 1.46vw;
}

.custom-icon-wrapper {
    border: 0.05vw solid #E3E8EE;
    box-shadow: 0 0 0.15vw 0.05vw #D7DEE6;
    border-radius: 0.41vw;
    padding: 0.72vw 1.25vw;
}

.new__custom-option-inputs {

    background: #FFFFFF;
    position: absolute;
    top: 2.607vw;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: scroll;
    max-height: 15.641vw;
    border: 0.052vw solid #d7dee6;
    -webkit-box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    box-shadow: 0vw 0vw 0.156vw 0.052vw #d7dee6;
    border-radius: 0.417vw;
    z-index: 999999999999;
}

/* Firefox */
.new__custom-option-inputs {
    scrollbar-width: thin;
    scrollbar-color: #B0BFDE #E4E6EE;
}

.add-badge-popup label .acievements-select .acievements-bg {
    width: 8.627vw;
    height: 5.892vw;
    background: rgba(27, 36, 56, 0.9);
    border-radius: 0.886vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.53vw;
}

.add-badge-popup label .acievements-select .acievements-bg img {
    width: auto;
    height: 100%;
}

.add-badge-popup label .acievements-select .new__custom-option:hover::before {
    content: "";
    background: none;
    opacity: 0;
}

.add-badge-popup label .acievements-select .new__custom-select.open .new__custom-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.721vw;
}

.add-badge-popup label .custom-select::after {
    left: 92.6%;
}


.add-badge-popup .custom-select {
    width: 100%;
}

.add-badge-popup .custom-select .select-selected {
    width: 100%;
    padding-bottom: 0.798vw;
}

.add-badge-popup .custom-select .select-selected .line {
    position: absolute;
    width: 2.7vw;
    height: 0.052vw;
    background: #e4e8ee;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 1.4vw;
    left: 22.7vw;
    display: block;
    z-index: 99999999;
}

.add-badge-popup .custom-select .select-option {
    width: 100%;
}

.add-badge-popup .badge__form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.125vw;
    row-gap: 2.083vw;
}

.add-badge-popup .badge__popup-form {
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
}

.add-badge-popup .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.972vw;
}

.add-badge-popup .bottom button {
    width: 8.238vw;
    height: 2.503vw;
}

.add-badge-popup .badge__info-popup.active {
    visibility: visible;
    opacity: 1;
}

.add-badge-popup .badge__info-popup.badges {
    left: 8.042vw;
    top: 6.4vw;
}

.add-badge-popup .badge__info-popup.reward {
    left: 4.642vw;
    top: 11.4vw;
}

.add-badge-popup .badge__info-popxup.amount {
    left: 4.642vw;
    top: 1.4vw;
}

.add-badge-popup .badge__info-popup.status {
    left: 4.342vw;
    top: 1.3vw;
}


.content.rewards .table .cell.acievements-icon .acievements-bg {
    padding: 0vw;
    background: #fff;
}

.content.rewards .table .cell.acievements-icon .acievements-bg img {
    border-radius: 0.886vw;
}

.reward-popup .custom-select {
    width: 100%;
}

.reward-popup .custom-select .select-selected {
    width: 100%;
}

.reward-popup .custom-select .select-option {
    width: 100%;
}

.reward-popup .custom-select::after {
    left: 92.5%;
}

.reward-popup .upload__icon-input label {
    margin-bottom: 0;
}

.reward-popup .upload__icon-input p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #b9babe;
}

.reward-popup .upload__icon-input p::after {
    content: "";
    background: url(/img-admin/revard-tick.svg) no-repeat center top/cover;
    width: 0.469vw;
    height: 0.417vw;
    display: block;
    margin-left: 0.417vw;
}

.reward-popup .add__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.reward-popup .add__btn-wrapper button {
    width: 8.238vw;
    height: 2.503vw;
}

.resize__img-popup .ninjable__popup-inner {
    width: 43.535vw;
    height: 41.561vw;
    padding: 0;
}

.resize__img-popup .ninjable__popup-inner .ninjable__popup-header {
    height: 8.759vw;
    background: #fff;
    border: 0.104vw solid #e4e8ee;
    -webkit-box-shadow: 0vw 0vw 0.261vw #e5e5e6;
    box-shadow: 0vw 0vw 0.261vw #e5e5e6;
    border-radius: 1.356vw 1.356vw 0vw 0vw;
    padding-top: 1.981vw;
    padding-left: 4.119vw;
    padding-right: 1.825vw;
}

.resize__img-popup .ninjable__popup-inner .ninjable__popup-header h3 {
    font-family: Karla;
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.6667vw;
    letter-spacing: 0.3125vw;
    text-align: left;
    background: #1B2438;
    height: 1.6667vw;

}

.resize__img-popup .ninjable__popup-inner .ninjable__popup-header .subtitle {
    font-size: 0.834vw;
    line-height: 1.147vw;
    letter-spacing: 0.014vw;
    color: #b9babe;
}

.resize__img-popup .ninjable__popup-inner .ninjable__popup-header .subtitle span {
    color: #8d919b;
}

.resize__img-popup .ninjable__popup-inner .ninjable__popup-header .resize__img-close {
    right: 2.251vw;
    top: 2.251vw;
}

.resize__img-popup .ninjable__popup-inner .popup__users-content {
    padding: 0.991vw;
    position: relative;
    overflow: auto;
    height: 28vw;
    padding-right: 1.043vw;
    margin-right: 0.521vw;
}

.resize__img-popup .ninjable__popup-inner .popup__users-content .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.877vw;
}

.resize__img-popup .ninjable__popup-inner .popup__users-content .bottom button {
    width: 8.238vw;
    height: 2.503vw;
    margin-right: 1.564vw;
}

.resize__img-popup .ninjable__popup-inner .popup__users-content .bottom input {
    display: none;
}

.resize__img-popup .ninjable__popup-inner .popup__users-content .bottom label {
    font-size: 0.782vw;
    line-height: 4.015vw;
    letter-spacing: 0.007vw;
    color: #8d919b;
    cursor: pointer;
}

.content.integrations h3 {
    font-size: 1.043vw;
    line-height: 2.503vw;
    letter-spacing: 0.014vw;
    margin-bottom: 1.408vw;
}

.content.integrations .company-section {
    margin-bottom: 2.692vw;
}

.content.integrations .company-section:nth-child(3) {
    margin-bottom: 0;
}

.content.integrations .task__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content.integrations .task__list .task__list-item {
    width: 26.694vw;
    height: 19.447vw;
    background: #fff;
    border: 0.104vw solid #e4e8ee;
    -webkit-box-shadow: 0vw 0vw 0.261vw #e5e5e6;
    box-shadow: 0vw 0vw 0.261vw #e5e5e6;
    border-radius: 1.095vw;
    padding-top: 1.929vw;
    padding-bottom: 2.763vw;
    padding-left: 2.503vw;
    padding-right: 2.503vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.086vw;
}

.content.integrations .task__list .task__list-item .logo {
    height: 4.171vw;
}

.content.integrations .task__list .task__list-item .info h4 {
    font-family: "Rubik";
    font-weight: 400;
    font-size: 1.043vw;
    line-height: 2.086vw;
    letter-spacing: 0.014vw;
    color: #1b2438;
    margin-bottom: 0.365vw;
}

.content.integrations .task__list .task__list-item .info p {
    font-size: 0.782vw;
    line-height: 1.251vw;
    letter-spacing: 0.01vw;
    color: #bbb;
}

.content.integrations .task__list .task__list-item .btn {
    min-width: 7.56vw;
}

.content.integrations .task__list .task__list-item .btn.connected {
    background: #eaf6ef;
    color: #b1ccbc;
    -webkit-box-shadow: 0vw 0vw 0.052vw 0.052vw #d7e7dd;
    box-shadow: 0vw 0vw 0.052vw 0.052vw #d7e7dd;
}

.content.integrations .task__list .task__list-item .btn.connected::before {
    content: "";
    background: url(/img-admin/connected.svg) no-repeat center top/cover;
    width: 0.73vw;
    height: 0.73vw;
    margin-right: 0.365vw;
}

.content.integrations .task__list .task__list-item:nth-child(1) .logo img {
    width: 5.318vw;
    height: 3.545vw;
}

.content.integrations .task__list .task__list-item:nth-child(2) .logo img {
    width: 3.806vw;
    height: 3.754vw;
}

.content.integrations .task__list .task__list-item:nth-child(3) .logo img {
    width: 11.314vw;
    height: 1.825vw;
}

.content.integrations .task__list .task__list-item:nth-child(4) .logo img {
    width: 10.01vw;
    height: 2.294vw;
}

.content.integrations .task__list .task__list-item:nth-child(5) .logo img {
    width: 6.934vw;
    height: 2.294vw;
}

.content.integrations .task__list .task__list-item:nth-child(6) .logo img {
    width: 6.934vw;
    height: 2.294vw;
}

.content.integrations .task__list .task__list-item.slack .logo img {
    width: 8.133vw;
    height: 2.294vw;
}

.content.requests .search-wrapper .select-selected {
    width: 15.85vw;
}


.content.requests .table .row.row-header .cell:nth-child(5) {
    text-align: center !important;
}

.content.requests .table .row-item.notification .cell.name p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.content.requests .table .row-item.notification .cell.name p::before {
    content: "";
    background: url(/img-admin/notification.svg) no-repeat center top/cover;
    width: 0.469vw;
    height: 0.521vw;
    display: block;
    margin-right: 0.626vw;
    position: absolute;
    left: -1vw;
}

.content.requests .table .cell {
    text-align: left !important;
}

.content.requests .table .cell.name {
    width: 13.66vw;
    color: #1b2438;
}

.content.requests .table .cell.status {
    width: 8.863vw;
}

.content.requests .table .cell.item {
    width: 10.428vw;
}

.content.requests .table .cell.item p {
    width: 8.863vw;
}

.content.requests .table .cell.comment {
    width: 13.248vw;
}

.content.requests .table .cell.comment .line {
    display: block;
    background: url(/img-admin/request-line.svg) no-repeat center top/cover;
    width: 0.73vw;
    height: 0.052vw;
}

.content.requests .table .cell.actions {
    width: 8.986vw;
}

.content.requests .table .cell.actions .answer {
    cursor: pointer;
}

.content.requests .table .cell.actions .answer::after {
    content: "";
    background: url(/img-admin/icon-answer.svg) no-repeat center top/cover;
    width: 1.564vw;
    height: 1.356vw;
    display: block;
}

.answer__popup .positions__popup-content {
    overflow: auto;
    height: 27vw;
    padding: 0.521vw;
    padding-right: 0;
    padding-top: 0;
}

.answer__popup .custom-select {
    width: 100%;
}

.answer__popup .custom-select::after {
    left: 92.7%;
}

.answer__popup .select-selected {
    width: 100%;
}

.answer__popup .select-option {
    width: 100%;
}

.answer__popup input,
.answer__popup textarea {
    width: 100%;
}

.answer__popup label:nth-child(2) {
    margin-top: 2.138vw;
}

.answer__popup .add__btn-wrapper {
    margin-top: 2.972vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.answer__popup .add__btn-wrapper button {
    width: 8.238vw;
    height: 2.503vw;
    border-radius: 0.521vw;
    background: #869dc8;
    -webkit-box-shadow: 0vw 0vw 0.261vw 0.052vw rgba(142, 161, 186, 0.6);
    box-shadow: 0vw 0vw 0.261vw 0.052vw rgba(142, 161, 186, 0.6);
}

.requests__info-popup .ninjable__popup-header {
    height: 10.759vw !important;
}

.requests__info-popup .ninjable__popup-header h3 {
    font-weight: 700 !important;
}

.requests__info-popup .crystals {
    color: #b9babe;
    font-family: Rubik;
    font-size: 0.782vw;
    font-weight: 400;
    line-height: 1.251vw;
    letter-spacing: 0.01vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.356vw;
}

.requests__info-popup .crystals::before {
    content: "";
    background: url(/img-admin/acievements-coins.svg) no-repeat center top/cover;
    width: 0.938vw;
    height: 1.147vw;
    margin-right: 0.678vw;
    display: block;
}

.overlay:not(.integrations) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    display: none;
    z-index: 99999999;
}

.overlay.active {
    display: block;
    z-index: 9999999999999;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 3.9063vw;
    height: 3.9063vw;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.5);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.selected-select-custom {
    font-family: Karla;
    font-weight: 500;
    font-size: 0.782vw;
    line-height: 0.73vw;
    letter-spacing: 0.01vw;
    color: rgb(27, 36, 56);
    min-height: 2.5vw;
}


.departments-title {
    cursor: pointer;
    font-weight: 500;
    font-size: 1.043vw;
    line-height: 2.503vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.014vw;
    color: #1b2438;
    margin-top: 3.18vw;
    margin-bottom: 1.408vw;
}

.departments-title::after {
    content: "";
    background: url('../img-admin/info-icon.svg') no-repeat center top/cover;
    width: 0.886vw;
    height: 0.886vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.521vw;
}


/*===================================*/


.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 13.541vw;
}

.custom-select__label {
    cursor: pointer;
    position: relative;
    display: block;
    padding-top: 0.729vw;
    padding-bottom: 0.729vw;
    padding-left: 1.25vw;
    padding-right: 2.917vw;
    height: 100%;
    background: none;
    border-radius: 0.5vw;
    background: #ffffff;
    border: 0.052vw solid #d7dee6;
    color: #5E626B;
    font-size: 0.782vw;
    font-weight: 400;
    line-height: 1.042vw;
    letter-spacing: 0.2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0px 0px 3px 1px #D7DEE6;
}

.custom-select__label::before {
    content: "";
    position: absolute;
    right: 1.199vw;
    transform: rotate(180deg);
    background: url(/img-admin/menu-arrow.svg) no-repeat center top/cover;
    width: 0.833vw;
    height: 0.833vw;
    margin-left: 0.521vw;
}

.custom-select-wrapper:has(.custom-select__selection.active) .custom-select__label:before {
    transform: rotate(0deg);
}

.custom-select__label.placeholder {
    color: #8D919B;
}

.visually-hidden {
    position: absolute;
    width: 0.0694vw;
    height: 0.0694vw;
    margin: -0.0694vw;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.custom-select__selection {
    position: absolute;
    left: 0;
    border-radius: 0 0 0.55vw 0.55vw;
    background: #fff;
    border: 0.052vw solid #d7dee6;
    border-top-color: transparent;
    max-width: 31.25vw;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
    display: none;
    box-shadow: 0px 0.156vw 0.156vw 0.052vw #D7DEE6;
}

.custom-select-wrapper:has(.custom-select__selection.active) .custom-select__label {
    border-radius: 0.55vw 0.55vw 0 0;
    border-color: #869DC8;
    border-bottom-color: transparent;
}

.custom-select__selection.active {
    display: block;
    border-color: #869DC8;
    border-top: 0px solid transparent;
}

.custom-select__selection-selected-items {
    display: flex;
    gap: 1.25vw;
    flex-wrap: wrap;
    margin-bottom: 3.125vw;
}

.custom-select__selection-selected-items:empty {
    display: none;
}

.custom-select__selected-item {
    display: flex;
    flex-shrink: 0;
    border-radius: 0.416vw;
    overflow: hidden;
    border: 0.052vw solid #d7dee6;
    max-width: 100%;
}

.selected-item__text {
    padding: 3px 8px;
    color: #869DC8;
    font-size: 0.782vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.041vw;
    letter-spacing: 0.125px;
    border-right: none;
    opacity: 0.7;
    background: #ffffff;
    border-radius: 6px 0 0 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.selected-item__button {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.736vw;
    background: #E4E6EE;
    border: none;
    height: 100%;
    flex-shrink: 0;
}

.selected-item__button:hover {
    opacity: 0.7;
}

.selected-item__button:active {
    opacity: 0.5;
}

.selected-item__button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.763vw;
    height: 0.763vw;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2017_21)'%3E%3Cpath d='M6.57864 5.50061L10.3171 1.76244C10.4563 1.61837 10.5333 1.42541 10.5315 1.22512C10.5298 1.02483 10.4494 0.833241 10.3078 0.69161C10.1662 0.549979 9.97458 0.469641 9.77429 0.467901C9.574 0.46616 9.38104 0.543156 9.23697 0.682305L5.4985 4.42047L1.76033 0.682305C1.68944 0.611323 1.60525 0.555011 1.51258 0.516591C1.41991 0.478171 1.32058 0.458395 1.22026 0.458395C1.11994 0.458395 1.02061 0.478171 0.927938 0.516591C0.835269 0.555011 0.751081 0.611323 0.680192 0.682305C0.60921 0.753194 0.552898 0.837382 0.514478 0.930051C0.476058 1.02272 0.456282 1.12206 0.456282 1.22237C0.456282 1.32269 0.476058 1.42203 0.514478 1.5147C0.552898 1.60737 0.60921 1.69155 0.680192 1.76244L4.41836 5.50061L0.671636 9.24764C0.564581 9.35437 0.491631 9.49049 0.462036 9.63874C0.432441 9.78698 0.447533 9.94068 0.505399 10.0803C0.563265 10.22 0.661299 10.3393 0.787071 10.4232C0.912843 10.5071 1.06069 10.5517 1.21186 10.5514C1.40741 10.5514 1.60297 10.4769 1.75208 10.3278L5.4988 6.58075L9.23697 10.3189C9.30785 10.3899 9.39206 10.4463 9.48477 10.4846C9.57747 10.523 9.67685 10.5427 9.77719 10.5426C9.92823 10.5425 10.0759 10.4977 10.2015 10.4138C10.327 10.3299 10.4249 10.2106 10.4827 10.0711C10.5406 9.93156 10.5557 9.77802 10.5263 9.62987C10.4969 9.48172 10.4242 9.34563 10.3174 9.23878L6.57864 5.50061Z' fill='%23869DC8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2017_21'%3E%3Crect width='11' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A ");
}

.custom-select__selection-search {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.555vw;
    border: 0.052vw solid #d7dee6;
    background: #ffffff;
    padding: 0.694vw 2.083vw;
    color: #869DC8;
}

.custom-select__selection-search,
.custom-select__selection-search::placeholder {
    font-size: 0.782vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.041vw;
    letter-spacing: 0.2px;
}

.custom-select__selection-search::placeholder {
    color: rgba(134, 157, 200, 0.30);
}

.select__selection-container {
    max-height: 15.972vw;
    overflow: auto;

}

.custom-select__selection .scrollbar-container {
    padding: 0.417vw 0.625vw;
}

.custom-select__selection .scrollbar-track {
    width: 0.208vw;
}

.custom-select__selection-inputs {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

.custom-select__selection-input {
    padding: 0.678vw 2.033vw;
    padding-left: 1vw;
}

.custom-select__selection-input label {
    position: relative;
    cursor: pointer;
    color: #5E626B;
    font-size: 0.782vw;
    font-style: normal;
    font-weight: 300;
    line-height: 1.111vw;
    letter-spacing: 0.2px;
    width: 100%;
    display: block;
    padding-left: 1.805vw;
    box-sizing: border-box;
}

.custom-select__selection-input label:before {
    color: #5E626B;
    content: "";
    position: absolute;
    left: 0;
    width: 1.121vw;
    height: 1.121vw;
    background: url("/img-admin/select.svg") no-repeat;
    background-size: contain;
}

.custom-select__selection-input input:checked+label:before {
    background: url("/img-admin/selected.svg") no-repeat;
    background-size: contain;
    width: 1.121vw;
    height: 1.121vw;
}

.content-wrapper::-webkit-scrollbar {
    width: 1em;
}

.content-wrapper::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.level__popup .ninjable__popup-inner .level__popup-buttons button:not(.secondary),
.popup-footer-buttons .user-add,
.achievements_btn {
    width: 10.4167vw;
}

.another__wrapper>.scrollbar-wrapper>.scrollbar__content-wrapper {
    /* padding: 4.167vw 0 4.167vw 5.208vw; */
    padding: 4.167vw 0 4.167vw;
}

.ninjable__popup>.scrollbar-wrapper>.scrollbar__content-wrapper {
    padding: 7.25vw 2vw 2vw 2vw;
    position: relative;
}

#root>.wrapper .ninjable__popup>.scrollbar-wrapper>.scrollbar__content-wrapper {
    left: 16.667vw;
    width: calc(100vw - 16.667vw);
}

.ninjable__popup .scrollbar-container {
    padding-top: 7.25vw;
    padding-bottom: 2vw;
}

.filter-title {
    color: #1b2438;
    font-size: 0.729vw;
    font-style: normal;
    margin-top: 0;
    text-align: left;
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    line-height: 1.042vw;
    margin-bottom: 0.625vw;
}

.empty-section-placeholder__content h2 {
    color: #869DC8;
    font-size: 1.667vw;
    font-weight: 600;
    line-height: 2.083vw;
    letter-spacing: 0.01vw;
}


.empty-section-placeholder__content p {
    color: #E1EAFA;
    font-size: 1.042vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.667vw;
    letter-spacing: 0.01vw;
}

/* .errorSelect {
    border-color: #C27B76
} */