.share-popup .share-form .share-input input {
    padding-left: 0.8571428571rem;
    flex: 1;
    font-family: "MTS Wide";
    font-size: 1.1428571429rem;
    line-height: 1.7142857143rem;
    border: none;
    width: 100%;
    background: none;
    outline: none;
}

.field-select__list-item {
    padding-right: 3.4285714284rem;
}

#client-files {
    display: flex;
    gap: 1.4285714286rem;
    flex-wrap: wrap;
}

.candidates-filter__list {
    scrollbar-color: #aeb5bd rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}

.candidates-filter__list::-webkit-scrollbar {
    width: .8571428571rem
}

.candidates-filter__list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
}

.candidates-filter__list::-webkit-scrollbar-thumb {
    background-color: #aeb5bd;
    border-radius: .4285714286rem;
    border: .2857142857rem solid #fff
}

.notifications-popup .popup-notification__cross {
    margin-left: auto;
}

#hr-dashboard .button_link {
    text-align: left;
}

#hr-candidates-table .table-head__item:nth-child(5),
#hr-candidates-table .table-row .table-row__item:nth-child(5) {
    width: 14.4285714286rem;
}

#hr-candidates-table .table-head__item:nth-child(6),
#hr-candidates-table .table-row .table-row__item:nth-child(6) {
    width: 9.3571428571rem;
}

.hr-candidate-status {
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-black-30);
    flex-direction: column;
    display: none;
    position: fixed;
}

.hr-candidate-status .popup {
    width: calc(100% - 0.5714285714rem);
    max-width: 25.0714285714rem;
    margin: auto;
    border-radius: 1.1428571429rem;
}

.share-form__tag {
    position: absolute;
    text-align: center;
    top: 0;
    background: #333333;
    color: white;
    padding: 0.5714285714rem .8571428571rem;
    width: 8.571428571rem;
    text-align: center;
    line-height: 1;
    left: calc(50% - 4.2857142855rem);
    top: -2.857142857rem;
    border-radius: 0.2857142857rem;
    animation-duration: .3s;
    display: none;
}

.share-form__tag::before {
    position: absolute;
    background: #333333;
    /* background: yellow; */
    content: "";
    width: 1.01015254450rem;
    height: 1.01015254450rem;
    transform: rotate(45deg);
    left: calc(50% - (1.01015254450rem / 2));
    bottom: -0.42857142855rem;
    z-index: -1;
}

@media (max-width: 767px) {
    .share-popup .share-form .share-input input {
        padding-right: 0.8571428571rem;
    }
}

.not-found {
    padding: 2.857142857rem 0;
    font-weight: 500;
    font-size: 1.57142857135rem;
    text-align: center;
    background: white;
}

.button_disable {
    cursor: default;
    background: var(--color-black-30);
}