/* W3C standard
   сейчас только для Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #D0D7DB #F6F8F9;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
*::-webkit-scrollbar-track {
    background: #F6F8F9;
}
*::-webkit-scrollbar-thumb {
    background: #D0D7DB;
    border-radius: 22px;
}

body {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #353535;
}

main {
    flex: 1 0 auto;
    padding: 20px 0 0;
}


.footer {
    padding: 20px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd
}

.footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer__nav li {
    margin-right: 15px
}

.footer__nav a {
    color: #212529;
    padding: 0;
    text-decoration: none;
}

.footer__txt {
    text-align: right
}

.footer {
    font-family: Gilroy,sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #353535;
    padding: 22px 0;
    background: #fff;
    border: none
}

.footer__nav {
    justify-content: flex-start
}

.footer__nav li {
    margin-right: 20px
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.blue-text-color {
    color: #457FFF;
}

hr {
    opacity: 1;
    background: #EFF2F7;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.row--h-100 {
    height: 100%;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*new btn*/
.btn {
    display: inline-block;
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 12px 20px;
    background: #175CF6;
    border-radius: 6px;
    transition: .1s ease-in-out;
    border: 1px solid #175CF6;
}

.btn:disabled {
    color: #8C97AA;
    background-color: #F4F7FC;
    border-color: #ECF0F7;
    /*filter: grayscale(100%);*/
}

.btn:hover:not(:disabled) {
    color: #FFFFFF;
    background: #457FFF;
    text-decoration: none;
}
.btn--red {
    background: #F08D7F;
    border-color: #F08D7F;
}
.btn--red:hover {
    color: #F08D7F;
    background: #fff;
}
.btn--gray {
    color: #878E95;
    background: #EEF2F6;
    border-color: #EEF2F6;
    border-radius: 6px;
}
.btn--gray svg {
    fill: #878E95;
    margin-right: 10px;
    margin-bottom: 1px;
}
.btn--gray:disabled {
    color: #BDC2CE;
    background: #F5F8F9;
}
.btn--gray:hover:not(:disabled) {
    color: #175CF6;
    background: #EEF2F6;
}
.btn--gray:hover svg {
    fill: #175CF6;
}

.btn--next, .new-btn--prev {
    min-width: 180px;
    text-align: center;
}
.btn--next:disabled {
    filter: none;
    color: #BDC2CE;
    background: #F5F8F9;
    border-color: transparent;
}
.btn--light {
    color: #707070;
    background-color: #FFFFFF;
    border-color: #D1D7DA;
}
.btn--light:hover:not(:disabled) {
    color: #175CF6;
    background-color: #FFFFFF;
    border-color: #D1D7DA;
}
.small-btn-list {
    margin-bottom: 25px;
}
.small-btn-list .btn {
    padding: 6px 10px;
    margin-bottom: 5px;
}
.small-btn-list .btn:not(:last-of-type) {
    margin-right: 5px;
}
.btn--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: #FFFFFF;
    border: 1px solid #D8DFEF;
    border-radius: 6px;
}
.btn--icon:hover:not(:disabled) {
    background-color: #FFFFFF;
    border-color: #8BACFF;
}
.btn--icon .fa-sign-in-alt {
    width: 16px;
    height: 16px;
}
.btn--icon .fa-sign-in-alt:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/sign-in-icon.svg") center no-repeat;
}
/*end new btn*/


/*header*/
.header {
    padding: 23px 0;
}
.header-logo a {
    display: inline-block;
    text-decoration: none;
}
.header-logo__img {
    max-width: 32px;
    margin-right: 14px;
}
.header-logo__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    color: #353535;
}
.header-logo__text span {
    color: #175CF6;
}
.header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-info__role {
    font-size: 14px;
    line-height: 17px;
    color: #707070;
    margin-right: 22px;
}
.header-info__name {
    font-size: 18px;
    line-height: 22px;
    margin-right: 22px;
}
.header-info__logout {

}
/*end header*/

/*left sidebar*/
.left-sidebar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    padding: 10px 0 10px 10px;
    background: #F4F7FB;
    border-radius: 12px 12px 0 0;
}
.left-sidebar > .btn {
    margin-bottom: 15px;
}
.left-sidebar .btn {
    margin-right: 10px;
}

.left-sidebar__nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 100%;
    color: #353535;
    padding: 14px 10px;
    border-radius: 6px 0 0 6px;
    transition: .1s ease-in-out;
}
.left-sidebar__nav .nav-link.active, .left-sidebar__nav .nav-link:hover {
    background: #EAEFF4;
}
.left-sidebar__nav .nav-link .nav-link__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.left-sidebar__nav .nav-link p {
    flex: 1 1 auto;
    margin: 0;
    word-break: break-word;
}
.nav-link__sum {
    margin-left: 14px;
}
.left-sidebar__bottom {
    margin-top: auto;
}
/*end left sidebar*/

/*page header*/
h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #353535;
}
h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #353535;
    margin: 0 0 20px;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.page-header .page-title {
    margin: 0;
}
.view-settings {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.view-settings__item {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    color: #7F8B96;
    cursor: pointer;
}
.view-settings__item:not(:last-of-type) {
    margin-right: 20px;
}
.view-settings__item svg {
    margin-right: 8px;
}
.view-settings-header {
    display: flex;
    align-items: center;
}
/*end page header*/

/*view settings modal*/
.view-settings-modal {
    position: absolute;
    left: -36px;
    top: 26px;
    font-size: 13px;
    line-height: 120%;
    padding: 15px 16px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 1;
    cursor: initial;
    min-width: 180px;
}
.view-settings-modal .title {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #353535;
    margin-bottom: 16px;
}

.view-settings-modal .separator {
    height: 1px;
    background: #EEEEEE;
    margin: 16px -16px;
}

.view-settings-modal .items .item {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #353535;
    text-decoration: none;
}
.view-settings-modal .items .item.active {
    padding-right: 15px;
    background: url("../img/check-blue-icon.svg") center right no-repeat;
}

.view-settings-modal .items .item:not(:last-of-type) {
    margin-bottom: 14px;
}

.view-settings-modal .items .item:hover {
    color: #175CF6;
}

.view-settings-modal.filters {
    min-width: 284px;
    left: -94px;
}
.view-settings-modal.filters .form-label {
    color: #353535;
}

.view-settings-modal .btn {
    padding: 7px 16px;
}
.view-settings-modal .btn:not(:last-of-type) {
    margin-left: 5px;
}
.view-settings-modal .checkbox {
    padding: 0;
    margin: 0 0 10px;
}

.view-settings-modal select {
    padding-right: 30px;
    background: url("../img/arr-down-icon.svg") center right 12px no-repeat;
    -webkit-background-size: 9px;
    background-size: 9px;
}
/*end view settings modal*/

/*form*/
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    color: #353535;
}
.form-group input:not([type=checkbox]), .form-group select, .form-group textarea, .form-control, .form-select {
    padding: 11px 16px;
    color: #555555;
    border: 1px solid #E9EDEF;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*.form-group input:read-only, .form-group select:read-only, .form-group textarea:read-only, .form-control:read-only {*/
/*    color: #868686;*/
/*}*/
.form-group select::-ms-expand {
    display: none;
}
.form-group select {
    padding-right: 30px;
    background-image: url("../img/arr-down-icon.svg");
    background-position: center right 9px;
    background-repeat: no-repeat;
}
.form-group label, .form-group .label, .form-label {
    margin-bottom: 12px;
}
.checkbox {
    color: #555555;
}
.form-control,.form-select {
    font-size: 13px;
    line-height: 16px;
}
.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: #7BB4F8;
}
.help-block {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #F08D7F;
    margin-top: 10px;
}
.invalid-feedback {
    font-size: 13px;
}
/*end form*/

/*new checkbox*/
.checkbox {
    font-style: normal;
    font-weight: normal;
    color: #555555;
    margin-bottom: 10px;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    width: 1px;
    height: 1px;
    border:none;
    outline:none;
    padding: 0;
    margin: 0;
    display: none;
}
.checkbox input[type="checkbox"]:disabled ~ label,
.checkbox input[type="radio"]:disabled ~ label {
    opacity: 0.6;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    cursor: not-allowed;
}
.checkbox label {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
    color: #555555;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    transition: .1s ease-in-out;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #787E81;
    box-sizing: border-box;
    border-radius: 4px;
    transition: .1s ease-in-out;
}
.checkbox label:hover:before {
    border-color: #175CF6;
}
.checkbox input[type="checkbox"]:checked ~ label:before,
.checkbox input[type="radio"]:checked ~ label:before {
    background: url('../img/new-cbx-check.svg') center no-repeat,#175CF6;
    border-color: #175CF6;
}
.checkbox .form-check {
    padding-left: 0;
}
/*end new checkbox*/

/*search*/
input.search {
    font-size: 13px;
    line-height: 16px;
    color: #555555;
    padding: 12px 47px 12px 16px;
    background: url("../img/search-icon.svg") no-repeat center right 16px;
}
/*end search*/

/*dropdown*/
.dropdown {
    text-align: center;
}
.dropdown-toggle {
    padding: 0;
    margin: 0;
    border: none;
    background: initial;
    transition: .1s ease-in-out;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
    opacity: 0.7;
}
.dropdown-toggle::after, .dropdown-toggle .caret {
    display: none;
}
.dropdown-toggle .fa-bars:before {
    content: url("../img/dropdown-dots.svg");
    padding: 2px 4px;
}
.dropdown-menu {
    font-size: 13px;
    line-height: 120%;
    color: #353535;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    box-shadow: 0 33px 56px rgba(0, 0, 0, 0.05), 0 9.94853px 31.8574px rgba(0, 0, 0, 0.0166858);
    border-radius: 10px;
    overflow: hidden;
}
.dropdown-item {
    display: block;
    padding: 16px 14px;
}
.dropdown-item.bold {
    font-weight: 500;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #353535;
    background: #F8F9FC;
}
/*end dropdown*/

/*modal*/
.modal-content {
    padding: 24px 28px;
    border: 1px solid #EEEEEE;
    border-radius: 22px;
    filter: drop-shadow(0px 33px 56px rgba(0, 0, 0, 0.05)) drop-shadow(0px 9.94853px 31.8574px rgba(0, 0, 0, 0.0166858));
    filter: none;
}
.modal-header {
    padding: 0;
    margin-bottom: 20px;
    border: none;
}
.modal-header.no-header {
    display: none;
}
.modal-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #353535;
}
.modal-header .btn-close {
    background-color: #F5F8FA;
    background-size: 8px;
    border-radius: 50%;
}
.modal-body {
    padding: 0;
}
.modal-body .alert {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    padding: 14px;
    margin-bottom: 10px;
    border: none;
    border-radius: 6px;
}
.modal-body .form-group input, .modal-body .form-group select, .modal-body .form-group textarea, .modal-body .form-control, .modal-body .form-select {
    padding: 13px;
}
.modal-body .form-group input:read-only, .modal-body .form-group select:read-only, .modal-body .form-group textarea:read-only, .modal-body .form-control:read-only {
    color: #353535;
    background: #F2F5F7;
    border-color: #F2F5F7;
}
.modal-body .btn:not(.btn--mail):not(.btn--phone):not(.btn-file) {
    padding: 9px 19px;
}
.modal-btns {
    margin-top: 20px;
}
.modal-btns form {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.modal-btns .btn:not(:first-of-type) {
    margin-left: 10px;
}
.modal-btns.vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-btns.vertical .btn:not(:first-of-type) {
    margin-left: 0;
    margin-top: 5px;
}
.modal-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #353535;
    margin-bottom: 0;
}
.modal-body p:not(:first-of-type) {
    margin-top: 30px;
}
.modal-body p:last-of-type {
    margin-bottom: 30px;
}
.modal-body p a {
    color: #175CF6;
}
.modal-clock-icon {
    text-align: center;
    margin: 12px 0 20px;
}
.modal-content-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #353535;
    max-width: 260px;
    margin: 0 auto 38px;
}
.left-sidebar .btn.recruiter-contacts-modal {
    width: auto;
}
.modal-recruiter-contacts__header {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.modal-recruiter-contacts__header img {
    min-width: 28px;
    margin-right: 14px;
}
.modal-recruiter-contacts__header .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #353535;
}
.modal-recruiter-contacts p {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #353535;
    margin-top: 0 !important;
    margin-bottom: 12px;
}
.modal-recruiter-contacts a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #175CF6;
}
.modal-recruiter-contacts p ~ a {
    display: block;
    margin-bottom: 16px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 527px;
    }
    .modal-lg, .modal-xl {
        max-width: 60vw;
    }
}
/*end modal*/

/*new file input*/
.form-group--file .file-input {
    width: 100%;
}
.form-group--file .btn-file {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px 11px 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 100%;
    color: #878E95;
    background: url("../img/new-file-icon.svg") center left 16px no-repeat,#EEF2F6;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
.form-group--file .btn-file:hover {
    cursor: pointer;
    color: #175CF6;
    background: url("../img/new-file-blue-icon.svg") center left 16px no-repeat,#EEF2F6;
}
.form-group--file .btn-file i {
    display: none;
}
.form-group--file .input-group {
    align-items: center;
    padding: 6px;
    border: 1px solid #E9EDEF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.form-group--file .btn {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}
.form-group--file .form-control:read-only {
    color: #555555;
    padding: 9px;
    background: transparent;
    border: none;
}
.form-group--file .input-group .file-caption-icon {
    display: none;
}
.files-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.files-list__item .ext {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #506374;
    margin-right: 10px;
    text-transform: uppercase;
    background: #E8EDF2;
    border-radius: 25px;
}
.files-list__item .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #111111;
    margin: 0;
    padding-right: 10px;
}
.files-list__item .size {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #878E95;
    margin-top: 4px;
    margin-bottom: 0;
}
.files-list__item a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    color: #878E95;
    text-decoration: none;
}
.files-list__item a:hover {
    color: #175CF6;
}
.files-list__item a.download {
    padding-left: 24px;
    background: url('../img/download-icon.svg') center left no-repeat;
}
.files-list__item a.download:hover {
    background-image: url('../img/download-hover-icon.svg');
}
.files-list__item a.delete {
    padding-left: 16px;
    background: url('../img/delete-icon.svg') center left no-repeat;
}
.files-list__item a.delete:hover {
    background-image: url('../img/delete-hover-icon.svg');
}
.files-list__item a:not(:last-child):not(.delete) {
    margin-right: 8px;
}
/*end new file input*/

/*grid*/
.grid__search {
    margin-bottom: 8px;
}
.grid__header {
    font-size: 12px;
    line-height: 100%;
    color: #707070;
    padding: 0 18px 0 10px;
    margin-bottom: 20px;
}
.grid-item {
    font-size: 13px;
    line-height: 120%;
    color: #555555;
    padding: 25px 10px;
}
.grid__content {
    max-height: 75vh;
    min-height: 390px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 8px;
}
.grid__content hr {
    width: 100%;
    height: 1px;
    background: #EFF2F7;
    border: none;
    margin: 0;
}
.grid-item__fio {
    color: #353535;
    font-weight: 500;
}
.grid-item__top {
    margin-bottom: 24px;
}
.grid-item__stages {
    display: flex;
}
.grid-item__stages .item {
    width: 100%;
    height: 4px;
    background: #E6E9EF;
    border-radius: 2px;
    margin-right: 4px;
}
.grid-item__stages .item:last-of-type {
    margin-right: 0;
}
.grid-item__stages .item.bg-success {
    background-color: #89DE8C !important;
}
.grid-item__stages .item.bg-warning {
    background-color: #FDD775 !important;
}
.grid-item__stages .item.bg-secondary {
    background-color: #E6E9EF !important;
}
.grid-item__stages .item.bg-danger {
    background-color: #F4B6B2 !important;
}
.grid-item__status {
    display: flex;
    font-size: 12px;
    line-height: 140%;
    color: #555555;
    margin-top: 10px;
}
.grid-item__status > div:not(:last-child) {
    margin-right: 10px;
}
.grid-item__status .stage {
    color: #878E95;
    white-space: nowrap;
}
.grid-item__status .name {
    max-width: 620px;
}
.grid-item__status .deadline {
    margin-left: auto;
}
/*end grid*/

/*template list*/
.template-list {
    margin-bottom: 30px;
}
.template-list div[data-key] {
    padding: 14px 18px;
    margin-bottom: 5px;
    background: #F6F8FA;
    border-radius: 10px;
}
.template-list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.template-list__header p {
    max-width: 90%;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #506374;
    margin: 0;
}
.template-list__header .change {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #7F8B96;
    padding: 0;
    background: none;
    border: none;
}
.template-list__header .change svg {
    margin-left: 4px;
    transition: .2s ease-in;
}
.template-list__header .change:hover {
    color: #175CF6;
}
.template-list__header .change:hover svg path {
    stroke: #175CF6;
}
.template-list__header .change.toggle svg {
    transform: rotate(180deg);
}
.template-form {
    margin-top: 23px;
}
.template-form label, .template-form .label {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #353535;
    margin-bottom: 12px;
}
.template-form .form-group input, .template-form .form-group select, .template-form .form-group textarea, .template-form .form-control {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #555555;
    padding: 10px 16px 10px 12px;
}
.template-form-docs .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #353535;
    margin-bottom: 16px;
    margin-top: 20px;
}
.template-form-docs .label {
    margin-bottom: 25px;
}
.template-form-docs .list {
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
}
.template-form .template-form-docs .list .form-group input, .template-form .template-form-docs .list .form-group select, .template-form .template-form-docs .list .form-group textarea, .template-form .template-form-docs .list .form-control {
    width: auto;
    min-height: 32px;
    font-size: 13px;
    line-height: 120%;
    color: #353535;
    padding: 7px 11px;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #EEF2F6;
    border-radius: 6px;
    outline: none;
}
.template-form .template-form-docs .list .form-group input:not(:disabled):hover, .template-form .template-form-docs .list .form-group select:not(:disabled):hover, .template-form .template-form-docs .list .form-group textarea:not(:disabled):hover, .template-form .template-form-docs .list .form-control:not(:disabled):hover {
    border: 1px solid #C4CFE7;
    cursor: pointer;
}
.template-form .template-form-docs .list label {
    position: relative;
    margin: 0 0 0 5px;
}
.template-form label .can-delete {
    position: absolute;
    right: 0;
    top: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: #8193A6;
    border-radius: 50%;
    cursor: pointer;
}
.template-form label .can-delete:hover {
    background: #64788B;
}
.template-form .template-form-docs .list .form-group input:disabled, .template-form .template-form-docs .list .form-group select:disabled, .template-form .template-form-docs .list .form-group textarea:disabled, .template-form .template-form-docs .list .form-control:disabled {
    background: #EEF2F6;
}
.template-form-docs .list .btn {
    margin-left: 5px;
}
.template-form-btns {
    margin-top: 20px;
}
.template-form-btns .btn:not(:first-child) {
    margin-left: 10px;
}
.template-form .btn:not(.btn-file) {
    padding: 7px 14px;
    border-radius: 6px;
}

.create-template-form {
    padding: 14px 18px;
    margin-bottom: 30px;
    background: #F6F8FA;
    border-radius: 10px;
}
.create-template-form .template-list__header {
    margin-bottom: 23px;
}

.create-template-btn {
    padding: 9px 20px;
}
/*end template list*/

/*profile*/
.profile {
    padding-bottom: 40px;
}
.profile .page-title {
    margin-bottom: 30px;
}
.profile .btn {
    padding: 9px 20px;
}
.profile .btn:not(:last-of-type) {
    margin-right: 10px;
}
.profile_links {
    margin-bottom: 30px;
}
.profile_links a {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #878E95;
    padding: 10px 16px;
    background-color: #EEF2F6;
    border-radius: 6px;
    text-decoration: none;
}
.profile_links a:not(:first-child) {
    margin-left: 10px;
}
.profile_links a:hover {
    color: #175CF6;
}
.profile_links a svg {
    margin-right: 8px;
}
.profile_links a:hover svg path {
    fill: #175CF6;
}
.profile .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #353535;
    margin: 30px 0;
}
.profile .form-group {
    margin-bottom: 20px;
}
.profile .form-group label, .profile .form-group .label, .profile .form-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #353535;
    margin-bottom: 12px;
}
/*end profile*/

/*files table*/
.files-table .table, .files-table .table tr, .files-table .table td {
    border: none;
    box-shadow: none;
}
.files-table .table td {
    padding: 16px 5px;
    vertical-align: middle;
}
.files-table .table td:first-child {
    min-width: 60px;
    max-width: 70px;
}
.files-table .table td:nth-child(2) {
    width: 100%;
}
.files-table .table .ext {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #506374;
    text-transform: uppercase;
    background: #E8EDF2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.files-table .table .name {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #111111;
}
.files-table .table .size {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #878E95;
    margin-top: 4px;
}
.files-table .table a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 13px;
    line-height: 110%;
    color: #878E95;
    text-decoration: none;
}
.files-table .table a:hover {
    color: #175CF6;
}
.files-table .table a.download {
    padding-left: 24px;
    margin-right: 10px;
    background: url('../img/download-icon.svg') center left no-repeat;
}
.files-table .table a.download:hover {
    background-image: url('../img/download-hover-icon.svg');
}
.files-table .table a.delete {
    padding-left: 16px;
    background: url('../img/delete-icon.svg') center left no-repeat;
}
.files-table .table a.delete:hover {
    background-image: url('../img/delete-hover-icon.svg');
}
/*end files table*/

/*add recruitment*/
.add-recruitment .page-title {
    margin-bottom: 30px;
}
.create-template-list {
    margin-bottom: 30px;
}
.create-template-list .items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.create-template-list .items button {
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    color: #878E95;
    padding: 6px 10px;
    margin-bottom: 5px;
    background: #EEF2F6;
    border: none;
    border-radius: 6px;
}
.create-template-list .items > div:not(:first-child)  {
    margin-left: 5px;
}
.create-template-list .items button:hover {
    color: #175CF6;
    background: #EEF2F6;
}
.add-recruitment__docs {
    margin-top: 18px;
    margin-bottom: 30px;
}
.add-recruitment__docs p {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #353535;
    margin-bottom: 20px;
}
/*end add recruitment*/

/*login page*/
.login-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.login-logo {
    margin-bottom: 60px;
}
.login-form {
    width: 360px;
}
.login-form .form-group {
    margin-bottom: 20px;
}
.login-form .form-group label {
    font-size: 14px;
    line-height: 17px;
    color: #878E95;
    margin-bottom: 10px;
}
.form-check--login {
    font-size: 16px;
}
.form-check--login .form-check-input {
    margin-top: 0;
}
/*end login page*/

/*recruitment*/
.recruitment-wizard {
    text-align: center;
    margin-top: 92px;
}
.recruitment-wizard h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #353535;
}
.recruitment-wizard .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #353535;
    margin-bottom: 30px;
}
.recruitment-doc-list {
    margin-top: 30px;
}
.recruitment-doc-list tr, .recruitment-doc-list td, .recruitment-doc-list th {
    border: none;
    box-shadow: none;
}
.recruitment-doc-list th {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #707070;
    padding: 0 20px 20px 10px;
}
.recruitment-doc-list th a {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #707070;
    text-decoration: none;
}
.recruitment-doc-list td {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #707070 !important;
    padding: 10px 20px 10px 10px;
    vertical-align: middle;
}
.recruitment-doc-list tbody tr:hover {
    background: #F7F9FD;
}
.recruitment-doc-list tbody td:first-child {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.recruitment-doc-list tbody td:last-child {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}
.recruitment-doc-list tbody td .empty {
    text-align: center;
}
.recruitment-doc-list .btns .btn {
    padding: 6px 20px;
}
.recruitment-doc-list .btns .btn:not(:last-child) {
    margin-right: 10px;
}
.recruitment-doc-list tbody td .name {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #175CF6;
}
.recruitment-doc-list .status {
    font-weight: 400;
    font-size: 11px;
    line-height: 130%;
    color: #857A63;
    padding: 3px 7px;
    background: #F2EAD7;
    border: 1px solid #E3D9C3;
    border-radius: 4px;
    white-space: nowrap;
}
.recruitment-doc-list .status.signed {
    color: #81B075;
    background-color: #E4F0DF;
    border-color: #C8E6BE;
}
.recruitment-doc-list .status.expired {
    color: #C48484;
    background-color: #F4EBEB;
    border-color: #F0D1D1;
}
.recruitment-doc-list .btns {
    display: flex;
}
.recruitment-doc-list .confirm-modal .btns {
    flex-direction: column;
    align-items: center;
}
.nav-link__sum--rec {
    font-weight: 600;
    font-size: 11px;
    line-height: 80%;
    color: #FFFFFF;
    padding: 5px 6px;
    background: #457FFF;
    border-radius: 4px;
}
.recruitment-docs-uploaded {
    max-height: 410px;
    overflow: auto;
    padding-right: 8px;
    margin-bottom: 30px;
}
.recruitment-docs-uploaded .kv-grid-container {
    position: static;
}
.recruitment-docs-uploaded table {
    border: none;
    border-collapse: separate;
    border-spacing: 0 5px;
    margin: 0;
}
.recruitment-docs-uploaded table tr, .recruitment-docs-uploaded table td {
    border: none;
    background: #fff;
    --bs-table-accent-bg: #F6F8FA !important;
}
.recruitment-docs-uploaded table td {
    background: #F6F8FA;
    padding: 14px 16px;
}
.recruitment-docs-uploaded table td:first-child {
    width: 16px;
    padding-right: 0;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.recruitment-docs-uploaded table td:last-child {
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
}
.recruitment-docs-uploaded .checkbox {
    width: 16px;
    padding: 0;
    margin: 0 !important;
}
.recruitment-docs-uploaded .checkbox label {
    padding: 0;
    width: 16px;
    height: 16px;
}
.modal-body .recruitment-docs-uploaded p {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #111111;
    margin: 0;
}
.recruitment-docs-uploaded span {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 6px;
}
/*end recruitment*/

/*login page recruitment*/
.login-page--recruitment .login-logo {
    margin-bottom: 40px;
}
.login-page--recruitment .login-text {
    text-align: center;
    margin-bottom: 100px;
}
.login-page--recruitment .login-text p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #878E95;
    margin-bottom: 20px;
}
.login-page--recruitment .login-text h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #353535;
    margin-bottom: 40px;
}
.login-page--recruitment .login-text .btn {
    min-width: 270px;
}
.login-page--recruitment .login-text .logout {
    margin: 20px 0 0 ;
}
.login-page--recruitment .login-text .logout a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #175CF6;
    text-decoration: none;
}
/*end login page recruitment*/

/*hr*/
.modal-body .form-control.search {
    padding: 11px 47px 10px 16px;
    background: url('../img/search-icon.svg') center right 11px no-repeat;
}
.docs-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.docs-tabs li {
    margin-right: 18px;
}
.docs-tabs li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #353535;
    text-decoration: none;
}
.docs-tabs li.active a, .docs-tabs li a:hover {
    color: #175CF6;
}
.uploaded-doc-list:not(:empty) {
    margin: 20px 0 30px;
}
.uploaded-doc-list__form {
    flex: 1 1 auto;
    margin-right: 20px;
}
/*end hr*/

/*site error*/
.site-error {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin: 78px auto 20px;
}
.site-error:before {
    content: '404';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 140px;
    line-height: 173px;
    color: #F4F7FA;
    text-align: center;
    z-index: -1;
}
.site-error__title {
    text-align: center;
    margin-bottom: 31px;
}
.site-error__title h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    color: #175CF6;
    margin-bottom: 20px;
}
.site-error__title .text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #353535;
}
.site-error__descr {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #353535;
    margin-bottom: 40px;
}
/*end site error*/

/*alert*/
.alert-warning {
    color: #353535;
    background-color: #FDF8EB;
}
/*end alert*/

.justify-content-space-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.kv-upload-progress {
    display: none !important;
}

/*modal docs list*/
.modal-docs-list .modal-doc {
    padding: 12px 10px;
    background: #F6F8FA;
    border-radius: 10px;
    margin-bottom: 5px;
}
.modal-docs-list .modal-doc__item {
    display: flex;
    align-items: center;
}
.modal-docs-list .modal-doc__item .status {
    font-weight: 400;
    font-size: 11px;
    line-height: 130%;
    color: #857A63;
    padding: 3px 7px;
    margin-right: 15px;
    background: #F2EAD7;
    border: 1px solid #E3D9C3;
    border-radius: 4px;
    white-space: nowrap;
}
.modal-docs-list .modal-doc__item .status.signed {
    color: #81B075;
    background-color: #E4F0DF;
    border-color: #C8E6BE;
}
.modal-docs-list .modal-doc__item .status.expired {
    color: #7D8492;
    background-color: #ECEEF2;
    border-color: #E1E4E9;
}
.modal-docs-list .modal-doc__item .name {
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #111111;
    margin-right: 15px;
}

.modal-docs-list .modal-doc__item .date {
    text-align: right;
    margin-right: 2em;
}

.modal-docs-list .modal-doc__item .date strong {
    display: block;
    font-weight: 500;
}

.modal-docs-list .modal-doc__item .link .fa-download:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/download-hover-icon.svg") center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.modal-docs-list .modal-doc__reason {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #111111;
}
.modal-docs-list .modal-doc__reason span {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #7D8492;
    margin-bottom: 6px;
}
/*end modal docs list*/

/*confirm modal*/
.new-modal--confirm.modal-dialog {
    max-width: 512px;
}
.confirm-modal {
    text-align: center;
}
.confirm-modal__icon {
    max-width: 34px;
    margin: 0 auto 18px;
}
.confirm-modal__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #353535;
    margin-bottom: 26px;
}
.confirm-modal .btn {
    width: 100%;
    max-width: 300px;
}
.confirm-modal .btn:disabled {
    background-color: #F5F8F9;
    color: #BDC2CE;
    border-color: transparent;
    background-image: none;
}
.confirm-modal .btn.btn--ecp {
    margin-top: 20px;
}
.btn--ecp {
    background-image: url("../img/ecp-icon.svg");
    background-repeat: no-repeat;
    background-position: center left 36px;
}
.btn--mail {
    background-image: url("../img/mail-small-icon.svg");
    background-repeat: no-repeat;
    background-position: center left 55px;
}
.btn--mail:hover:not(:disabled):not(.disabled) {
    background-image: url("../img/mail-small-icon.svg");
    background-repeat: no-repeat;
    background-position: center left 55px;
}
.confirm-modal .btn.btn--phone {
    margin-top: 5px;
}
.btn--phone {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background-image: url("../img/phone-small-icon.svg");
    background-repeat: no-repeat;
    background-position: center left 45px;
}
.btn--phone:hover:not(:disabled):not(.disabled) {
    background-image: url("../img/phone-small-icon.svg");
    background-repeat: no-repeat;
    background-position: center left 45px;
}
.btn.btn--phone:disabled, .btn.btn--phone.disabled {
    background-color: inherit;
}

.new-modal--confirm .modal-body p.confirm-modal__separator {
    position: relative;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #979D9F;
    margin: 40px auto;
    width: 100%;
    max-width: 300px;
}
.new-modal--confirm .modal-body p.confirm-modal__separator:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #D1D5D7;
}
.new-modal--confirm .modal-body p.confirm-modal__separator:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 1px;
    background-color: #D1D5D7;
}
.new-modal--confirm .modal-body p {
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #111111;
}
.new-modal--confirm .confirm-modal__code-info {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 30px;
}

.new-modal--confirm .code-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.new-modal--confirm .code-group input {
    font-size: 20px;
    line-height: 100%;
    color: #5F6B88;
    text-align: center;
    width: 50px;
    height: 60px;
    padding: 10px 10px 5px 10px;
    margin: 0 5px 0 0;
    background: #F6F8F9;
    border-radius: 9px;
    border: none;
    border-bottom: 3px solid transparent;
    outline: none;
}
.new-modal--confirm .code-group input:focus {
    border-color: #175CF6;
}
.new-modal--confirm .code-group span {
    margin: 0 10px 0 6px;
}
.new-modal--confirm .modal-body p.confirm-modal__code-again {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #989FB1;
    margin-bottom: 0;
}
.new-modal--confirm .confirm-modal__help {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #5F6B88;
    border-bottom: 1px dashed #BFC6D6;
    text-decoration: none;
}
.new-modal--confirm .confirm-modal__help:hover {
    color: #175CF6;
    border-color: #175CF6;
}
.new-modal--confirm .confirm-modal__again {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #5F6B88;
    border-bottom: 1px dashed #BFC6D6;
    transition: .1s ease-in-out;
    text-decoration: none;
}
.new-modal--confirm .confirm-modal__again:hover {
    color: #175CF6;
    border-color: #175CF6;
    text-decoration: none;
}
.new-modal--confirm .confirm-modal__again:before {
    content: url("../img/refresh-icon.svg");
    position: absolute;
    top: 1px;
    left: -25px;
    display: inline-block;
    width: 16px;
    height: 16px;
    transition: .1s ease-in-out;
}
.new-modal--confirm .confirm-modal__again:hover:before {
    transform: rotate(360deg);
}

.new-modal--confirm .confirm-modal .new-form-group label, .confirm-modal .form-group label {
    font-size: 14px;
    line-height: 17px;
    color: #878E95;
    margin-bottom: 10px;
}

.checkbox {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #111111;
    padding-top: 12px;
    margin-bottom: 20px;
}
.new-modal--confirm .confirm-modal .checkbox {
    margin: 40px 0;
}
.new-modal--confirm .confirm-modal .checkbox label {
    font-size: 14px;
    line-height: 140%;
    text-align: left;
    color: #555555;
    padding-left: 38px;
}
.new-modal--confirm .confirm-modal .checkbox label:before {
    top: 4px;
    width: 24px;
    height: 24px;
}
.new-modal--confirm .confirm-modal .form-control {
    font-size: 14px;
    line-height: 17px;
    color: #111111;
    padding: 15px 14px;
    height: auto;
}
.new-modal--confirm .confirm-modal__info {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #111111;
    text-align: left;
}
.new-modal--confirm .new-modal--confirm .modal-body .confirm-modal__info p {
    text-align: left;
    margin-bottom: 20px;
}
.new-modal--confirm .confirm-modal__info ul, .confirm-modal__info ol {
    padding-left: 15px;
    margin-bottom: 20px;
}

.new-modal--confirm .checkbox--rejection {
    text-align: left;
}
.new-modal--confirm .confirm-modal .checkbox--rejection label:before {
    top: -3px;
}

.new-modal--confirm .sign-step-1 {
    margin-top: 50px;
    margin-bottom: 12px;
}
.confirm-modal .sign-step-2 .btns .btn {
    max-width: 360px;
    padding: 12px 20px;
}
.confirm-modal .sign-step-2 .btns .btn:not(:last-child) {
    margin-bottom: 5px;
    margin-right: 0;
}
/*end confirm modal*/

.table-label {
    display: none;
}


.fixed-alert {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999999;
}

.fixed-alert > span {
    background-color: #EDF4FB;
    color: #506374;
    border-radius: 10px;
    padding: 20px 60px 20px 25px;
    width: 414px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.fixed-alert a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
}

.fixed-alert a:hover {
    border-bottom-color: transparent;
    color: #fff;
}

.fixed-alert:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
}

.fixed-alert.fixed-alert--background:after {
    content: "";
}

.fixed-alert > span.alert-success {
    background-color: #598D5B;
    color: #fff;
}

.fixed-alert > span.alert-danger {
    background-color: #CE6A5C;
    color: #fff;
}

.fixed-alert > span.alert-danger:before,
.fixed-alert > span.alert-success:before {
    content: "";
    display: inline-block;
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    border-radius: 15px;
    background-color: #fff;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.fixed-alert > span.alert-danger:before {
    background-image: url("../img/red-close.svg");
    background-position: 9px 9px;
    background-size: 8px;
}

.fixed-alert > span.alert-success:before {
    background-image: url("../img/check.svg");
    background-position: 8px 10px;
    background-size: 9px;
}

.fixed-alert button {
    width: 8px;
    height: 8px;
    background-image: url("../img/close.svg");
    background-position: 0 0;
    background-size: 8px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -4px;
    display: block;
    padding: 0;
}

.form-control:disabled {
    background: transparent;
}

/*loader*/

@keyframes loader-animate {
    from {
        left: -20%
    }
    50% {
        left: 200%;
    }
    to {
        left: -100%
    }
}

.loader {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999999;
    width: 100%;
    height: 6px;
    background: #2A5BC9;
}
.loader:before {
    content: '';
    display: inline-block;
    width: 26%;
    min-width: 340px;
    height: 6px;
    background: rgb(249,249,249);
    background: linear-gradient(90deg,rgba(249,249,249,0) 0%,rgba(239,141,127,.76) 14%,rgba(239,141,127,1) 50%,rgba(239,141,127,.76) 86%,rgba(249,249,249,0) 100%);
    position: absolute;
    z-index: 9999999999999;
    overflow: hidden;
    animation: loader-animate 7s infinite ease-in-out;
}
.loader.show {
    display: block;
}

.separator {
    background-color: #E9EDEF;
    height: 1px;
}


.conflict-requests-item {
    margin-bottom: 10px;
    padding: 12px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.conflict-requests-item .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #4D4D4D;
}

.conflict-requests-item .text:last-of-type {
    margin-bottom: 0;
}

.conflict-requests-item .text span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #959595;
    margin-bottom: 3px;
}

.conflict-requests-item.right .text, .conflict-requests-item.right .text span {
    text-align: right;
}

.conflict-file-list-container .file-list {
    margin: 10px 0 0;
    padding: 0 0 0 18px;
}

.conflict-file-list-container .file-list li {
    padding: 0;
    list-style-image: url('../img/doc-list-item-icon.svg');
}
.conflict-file-list-container .file-list li::marker {
    margin-top: 2px;
}

.conflict-file-list-container .file-list li, .conflict-file-list-container .file-list li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    color: #4D4D4D;
}

.conflict-file-list-container .file-list li a {
    display: inline-block;
    padding: 0;
    border-bottom: 1px solid;
}

.conflict-file-list-container .file-list:empty {
    margin: 0;
}

.conflict-bg .new-btn--small {
    margin-top: 10px;
    border-radius: 8px;
}


.conflict-subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #555555;
    margin-bottom: 28px;
}

ol.conflicts-list {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: conflicts;
}

.conflicts-list li {
    position: relative;
}

ol.conflicts-list > li:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ECEFF2;
}

ol.conflicts-list > li:before {
    counter-increment: conflicts; /* Указываем идентификатор счетчика */
    content: "#" counter(conflicts); /* Выводим текст перед содержимым тега <h2> */
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin-right: 6px;
    background: #F0F0F0;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    text-align: left;
    color: #8A8A8A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.conflicts-list__title {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #555555;
    margin-bottom: 0 !important;
}

.conflict-bg {
    padding: 12px;
    background: #F8F8F8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #4d4d4d;
}

.conflict-bg:not(:last-child) {
    margin-bottom: 16px;
}

.conflict-requests-list {
    margin: 14px 0;
    padding-bottom: 2px;
}

.conflict-requests-item {
    margin-bottom: 10px;
    padding: 12px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.conflict-requests-item .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #4D4D4D;
}

.conflict-requests-item .text:last-of-type {
    margin-bottom: 0;
}

.conflict-requests-item .text span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #959595;
    margin-bottom: 3px;
}

.conflict-requests-item.right .text, .conflict-requests-item.right .text span {
    text-align: right;
}

.conflict-file-list-container .file-list {
    margin: 10px 0 0;
    padding: 0 0 0 18px;
}

.conflict-file-list-container .file-list li {
    padding: 0;
    list-style-image: url('../img/icons/doc-list-item-icon.svg');
}
.conflict-file-list-container .file-list li::marker {
    margin-top: 2px;
}

.conflict-file-list-container .file-list li, .conflict-file-list-container .file-list li a {
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    text-align: left;
    color: #4D4D4D;
}

.conflict-file-list-container .file-list li a {
    display: inline-block;
    padding: 0;
    border-bottom: 1px solid;
}

.conflict-file-list-container .file-list:empty {
    margin: 0;
}

.conflict-bg .new-btn--small {
    margin-top: 10px;
    border-radius: 8px;
}

.conflict-modal .file-caption.icon-visible .file-caption-name {
    opacity: 1;
}

.conflict-info-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.conflict-info-block .name {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #4D4D4D;
    margin: 0;
}

.conflict-info-block .name span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #959595;
    margin-bottom: 2px;
}


.confirm-modal__sms {
    position: relative;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #5F6B88;
    border: 0;
    border-bottom: 1px dashed #BFC6D6;
    transition: 0.1s ease-in-out;
    outline: none;
    background-color: transparent;
    padding: 0;
}

.confirm-modal__sms:focus {
    outline: none;
}

.confirm-modal__sms:hover {
    color: #175CF6;
    border-color: #175CF6;
    text-decoration: none;
}

.breadcrumb, .breadcrumb li {
    display: flex;
    align-items: center;
    gap: 1em;
}

.breadcrumb li:not(:last-of-type)::after {
    content: '→';
}

/* grid table */
.grid-table {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #555555;
}

.grid-table thead th, .grid-table td {
    padding: 10px;
}

.grid-table td {
    border: 1px solid #E8EEF2;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.grid-table tr:hover td {
    background-color: #F5F8F9;
}

.grid-table tr.selected td {
    background-color: #eee;
}

.grid-table tr.ellipsis td {
    border: none;
    font-size: 22px;
}

.grid-table thead th {
    color: #555555;
    border: 1px solid #FFFFFF;
    background-color: #F5F8F9;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    font-weight: normal;
}

.grid-table thead td:first-child {
    border-left: none;
}

.grid-table thead td:last-child {
    border-right: none;
}

.grid-table.filtered thead th {
    position: relative;
    padding-right: 40px;
    background: #F5F8F9;
    -webkit-background-size: 9px 4px;
    background-size: 9px 4px;
}

.grid-table.filtered thead th.active {
    background-color: #DDEDFA;
}

.grid-table.filtered .kv-sort-link {
    position: relative;
    display: inline-block;
    padding-right: 18px;
}

.grid-table.filtered .kv-sort-link:after {
    content: '';
    position: absolute;
    left: unset;
    right: 0;
    top: calc(50% - 6px);
    display: inline-block;
    width: 9px;
    height: 4px;
    padding: 7px;
    margin: 0;
    border: none;
    background: url("../img/arr-down-icon.svg") center no-repeat;
    cursor: pointer;
    background-size: 9px 4px;
}

.grid-table.filtered .kv-sort-link.desc:after {
    background-image: url("../img/arr-up-icon.svg");
}

.grid-table .kv-sort-icon {
    display: none;
}

.grid-table thead th a {
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    text-decoration: none;
}

.grid-table thead th:first-of-type, .grid-table thead td:first-of-type {
    border-radius: 8px 0px 0px 8px;
}

.grid-table thead th:last-of-type, .grid-table thead td:last-of-type {
    border-radius: 0px 8px 8px 0px;
    background-image: none;
    padding-right: 16px;
}

.grid-table.filtered thead td {
    background: #F5F8F9;
}

.grid-table.filtered thead th:last-of-type:before {
    display: none;
}

.grid-table tbody td:first-of-type {
    border-left: none;
}

.grid-table tbody td:last-of-type {
    border-right: none;
}

.grid-table p {
    font-size: 14px;
    line-height: 17px;
    /*color: #555555;*/
    margin-bottom: 10px;
    font-weight: 500;
}

.grid-table tbody a {
    line-height: 19px;
    border-bottom: 1px solid #b9cefc;
    text-decoration: none;
}

.grid-table tbody a:hover {
    border-color: #1A4CBA;
}

.grid-table small, .grid-table p small {
    font-size: 12px;
    line-height: 15px;
    color: #959595;
}

.grid-table a small {
    color: inherit;
}

.grid-table .redaction {
    font-size: 12px;
    line-height: 15px;
    color: #EF8D7F;
    margin-left: 20px;
}

.grid-table .filters .form-control {
    -webkit-appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
    color: #111111;
    background: #FFFFFF;
    border: 1px solid #dee2e6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 10px;
    height: auto;
}

.grid-table .filters select.form-control {
    background: url("../img/arr-down-icon.svg") center right 8px no-repeat, #fff;
    -webkit-background-size: 9px 4px;
    background-size: 9px 4px;
    padding-right: 24px;
}

.grid-table.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: unset;
    --bs-table-bg-type: unset;
}
/* end grid table */

/* library grid */
.library-grid {
    margin: 20px 0;
}

.library-grid .summary {
    margin-bottom: 10px;
}

.library-document-edit {
    width: 100%;
    max-width: 600px;
}

.library-document-edit .form-control {
    -webkit-appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
    color: #111111;
    background: #FFFFFF;
    border: 1px solid #dee2e6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 10px;
    height: auto;
}

.library-document-edit select.form-control {
    background: url("../img/arr-down-icon.svg") center right 8px no-repeat, #fff;
    -webkit-background-size: 9px 4px;
    background-size: 9px 4px;
    padding-right: 24px;
}

.library-document-edit .btn-file {
    padding: 10px 20px;
    background: #F1F3F4;
    border-color: #F1F3F4;
    margin-left: 2px;

    color: #4C5A61;
}

.library-document-edit .btn-file .bi-folder2-open::before {
    color: #4C5A61;
    transition: .1s ease-in-out;
}

.library-document-edit .btn-file:hover .bi-folder2-open::before {
    color: #fff;
}

/* end library grid */

/* pagination */
.new-pagination {
    margin: 20px 0 20px;
}

.new-pagination ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-pagination ul li {
    margin-right: 5px;
}

.new-pagination ul li, .new-pagination ul li a, .new-pagination ul li a.page-link {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #444449;
}

.new-pagination ul li a {
    padding: 8px 14px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 4px !important;
    transition: .1s ease-in-out;
}

.new-pagination ul li.active a,
.new-pagination ul li a.current,
.new-pagination ul li a:hover,
.new-pagination .page-item.active .page-link,
.new-pagination .page-item.active .page-link.current,
.new-pagination .page-item.active .page-link:hover {
    color: #444449;
    background: transparent;
    border-color: #444449;
    text-decoration: none;
}

.new-pagination .page-item .page-link:focus {
    background-color: #fff;
    box-shadow: none;
}

.new-pagination ul li span {
    padding: 11px 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #A6A6A6;
}

.new-pagination .page-item.disabled .page-link {
    border: none;
}

.pagination .prev.disabled, .pagination .next.disabled {
    display: none;
}

.modal-body .new-pagination {
    margin-top: 10px;
}

.modal-body .new-pagination ul li a {
    padding: 6px 12px;

    font-size: 13px;
}
/* end pagination */

@media (max-width: 1400px) {
    .left-sidebar__nav .nav-link {
        padding: 10px;
    }
}
@media (max-width: 992px) {
    .left-sidebar__nav .nav-link {
        font-size: 14px;
    }
    .left-sidebar__nav .nav-link .nav-link__icon {
        width: 14px;
        height: 14px;
        margin-right: 10px;
    }
    .nav-link__sum--rec {
        font-size: 10px;
        padding: 4px 5px;
    }
    .recruitment-doc-list thead {
        display: none;
    }
    .recruitment-doc-list td {
        display: block;
    }
    .table-label {
        display: block;
        margin-bottom: 10px;
    }
    .recruitment-doc-list .table tr {
        border-top: 1px solid #EFF2F7;
        border-bottom: 1px solid #EFF2F7;
    }
    .recruitment-doc-list .status {
        display: inline-block;
    }
    .recruitment-doc-list tbody td {
        padding: 15px 10px;
    }
    .recruitment-doc-list tbody td:first-child {
        padding-top: 20px;
    }
    .recruitment-doc-list tbody td:last-child {
        padding-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .row--h-100 {
        height: auto;
    }
    .left-sidebar {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
}
@media (max-width: 520px) {
    .new-modal--confirm .code-group input {
        width: 40px;
        height: 50px;
        padding: 9px 5px 5px 5px;
    }
}
@media (max-width: 480px) {
    .login-form {
        max-width: 100%;
        padding: 0 15px;
    }
    .modal-content {
        padding: 20px 16px;
    }
    .files-list__item .ext {
        height: 30px;
        min-width: 30px;
        font-size: 10px;
    }
    .files-list__item .name {
        font-size: 13px;
        line-height: 130%;
    }
    .files-list__item .size {
        font-size: 11px;
    }
    .files-list__item a {
        font-size: 12px;
    }
    .files-list__item a.delete {
        padding-left: 13px;
        -webkit-background-size: 7px;
        background-size: 7px;
    }
    .profile .kv-table-wrap tr > td:first-child {
        border-top: none;
        margin-top: inherit;
        font-size: inherit;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .profile .kv-table-wrap tr > td:nth-child(3) {
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .profile .kv-table-wrap th, .profile .kv-table-wrap td {
        text-align: left;
    }
    .profile .files-table .table tr {
        border-top: 1px solid #EFF2F7;
        border-bottom: 1px solid #EFF2F7;
    }
    .files-table .table td {
        padding: 10px 5px;
    }
    .files-table .table td:first-child {
        max-width: 100%;
    }

    .fixed-alert {
        width: auto;
        left: 15px;
        right: 15px;
    }

    .fixed-alert > span {
        width: auto;
    }

}
@media (max-width: 440px) {
    .new-modal--confirm .code-group {
        justify-content: space-between;
    }
    .new-modal--confirm .code-group input {
        margin: 0;
    }
    .new-modal--confirm .code-group span {
        margin: 0;
    }
}
@media (max-width: 390px) {
    .new-modal--confirm .code-group input {
        font-size: 18px;
        line-height: 18px;
        padding: 5px 6px 0 0;
        text-align: center;
    }
}
@media (max-width: 320px) {
    .new-modal--confirm .code-group input {
        width: 34px;
    }
}
@media (max-width: 300px) {
    .new-modal--confirm .code-group input {
        width: 29px;
        height: 38px;
        font-size: 16px;
        line-height: 16px;
    }
}