@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css');
@font-face {
    font-family: "e-Ukraine Roboto";
    src: url("../font/e-Ukraine-Thin.eot");
    src: url("../font/e-Ukraine-Thin.eot?#iefix") format("embedded-opentype"), url("../font/e-Ukraine-Thin.ttf") format("truetype"), url("../font/e-Ukraine-Thin.woff2") format("woff2"), url("../font/e-Ukraine-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine Roboto";
    src: url("../font/e-Ukraine-UltraLight.eot");
    src: url("../font/e-Ukraine-UltraLight.eot?#iefix") format("embedded-opentype"), url("../font/e-Ukraine-UltraLight.ttf") format("truetype"), url("../font/e-Ukraine-UltraLight.woff2") format("woff2"), url("../font/e-Ukraine-UltraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine Roboto";
    src: url("../font/e-Ukraine-Light.eot");
    src: url("../font/e-Ukraine-Light.eot?#iefix") format("embedded-opentype"), url("../font/e-Ukraine-Light.ttf") format("truetype"), url("../font/e-Ukraine-Light.woff2") format("woff2"), url("../font/e-Ukraine-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine Roboto";
    src: url("../font/e-Ukraine-Regular.eot");
    src: url("../font/e-Ukraine-Regular.eot?#iefix") format("embedded-opentype"), url("../font/e-Ukraine-Regular.ttf") format("truetype"), url("../font/e-Ukraine-Regular.woff2") format("woff2"), url("../font/e-Ukraine-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine Roboto";
    src: url("../font/e-Ukraine-Medium.eot");
    src: url("../font/e-Ukraine-Medium.eot?#iefix") format("embedded-opentype"), url("../font/e-Ukraine-Medium.ttf") format("truetype"), url("../font/e-Ukraine-Medium.woff2") format("woff2"), url("../font/e-Ukraine-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "e-Ukraine Roboto";
    src: url("../font/e-Ukraine-Bold.eot");
    src: url("../font/e-Ukraine-Bold.eot?#iefix") format("embedded-opentype"), url("../font/e-Ukraine-Bold.ttf") format("truetype"), url("../font/e-Ukraine-Bold.woff2") format("woff2"), url("../font/e-Ukraine-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}


* {
    border: 0;
    outline: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --block-1: #1B78F9;
    --block-2: #393939;
    --text-block: #F7F7F7;
    --background: #F7F7F7;
    --footer: #121212;
    --second: #FFD600;
    --border: #DCDCDC;
    --error: red;

}

html,
body {
   /* background: var(--background);*/
    background:white;
    color: var(--block-2);
    font-size: 14px;
    min-width: 340px;
    font-family: "e-Ukraine Roboto", serif;
    font-weight: 200;

}

body {
    overflow-x: hidden;
    min-height: 100vh;
}
body.no-scroll {
    overflow: hidden;
}

input,
button,
select {
    font-family: "e-Ukraine Roboto";
    font-weight: 300;
}

a {
    text-decoration: none;
}

.text-primary {
    color: var(--block-1) !important;
}

.btn {
    border-radius: 50px;
    color: var(--text-block);
    font-size: 24px;
    min-width: 160px;
    padding: 4px 30px;
}

.btn.big {
    min-width: 316px;
    padding: 0 60px;
    height: 64px;
    font-size: 32px;
}
.btn.big.small-text {
    font-size: 22px;
}

.btn.btn-form {
    min-width: 182px !important;
    width: 182px !important;
    height: 45px !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background: var(--block-1);
}

.btn-secondary {
    background: var(--block-2);
}
.btn-secondary.small-btn {
    font-weight: 700;
}

.btn-secondary svg {
    fill: var(--text-block);
}

.btn-light {
    border-radius: 10px;
    color: var(--block-2);
    border: 0.5px solid var(--block-2);
    font-weight: 700;
    line-height: 35px;
    padding: 11px 62px;
}
.btn-light svg {
    fill: var(--block-2);
    transition: .2s;
}
.btn-light:hover {
    background: transparent;
    color: var(--block-1);
    border-color: var(--block-1);
}
.btn-light:hover svg {
    fill: var(--block-1);
}
.small-btn {
    width: 330px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 200;
    height: 45px;
    padding: 0 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.small-btn svg {
    margin-left: 11px;
}

.btn-light.in-block {
    background: transparent;
    color: var(--text-block);
    border-color: var(--text-block);
    font-weight: 400;
    width: 298px;
    height: 62px;
}
.btn-light.in-block svg {
    fill: var(--text-block);
}
.btn-light.in-block:hover {
    color: var(--second);
    border-color: var(--second);
}
.btn-light.in-block:hover svg {
    fill: var(--second);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}


b {
    font-weight: 700;
}

.is-mobile-inline,
.is-mobile {
    display: none;
}

#main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#header,
#footer {
    flex-shrink: 0;
}

#content-wrapper {
    flex-grow: 1;
}

.container-fluid {
    width: 1480px;
    max-width: 100%;
    padding: 0 20px;
}

.title-section {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.is-homepage .title-section {
    font-size: 55px;
}

.title-section span {
    position: relative;
    padding-bottom: 12px;
    display: inline-flex;
}

.title-section span > a {
    margin-left: 5px;
    transform: translateY(5px);
}

.title-section span svg {
    fill: var(--block-2);
}
.title-section span a:hover svg {
    fill: var(--block-1);
}

.title-section span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--block-1);
}

.section-description {
    font-size: 24px;
    line-height: 30px;
}

#header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--block-2);
    padding: 42px 0;
    background: var(--background);
    transition: .3s;
}

#header.scrolling {
    padding: 14px 0;
}

#header .col-4:last-child a:last-child {
    margin-left: 20px;
}

#header nav a {
    font-size: 24px;
    color: var(--block-2);
    line-height: 40px;
    margin: 0 22px;
    padding: 4px 0;
    font-weight: 400;
}

#header nav a:first-child {
    margin-left: 0;
}

#header nav a:last-child {
    margin-right: 0;
}

#header nav a.active {
    cursor: default;
    border-bottom: 4px solid var(--block-1);
}

#header nav a:not(.active):hover {
    color: var(--block-1);
}

#content-wrapper {
    padding-top: 236px;
}

.less-padding #content-wrapper {
    padding-top: 169px;
}
.main-section {
    padding-top: 103px;
}

.main-section__logo-wrapper {
    margin-bottom: 94px;
}

.main-section__information-item {
    border-radius: 30px;
    border: none;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-transform: capitalize;
    width: 336px;
    height: 198px;
    margin: 0 25px;
}

.main-section__information-item b {
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    display: block;
    margin-bottom: 16px;
    font-variant-numeric: tabular-nums;
}

.main-section__buttons {
    display: none;
}
.institutes-section {
    padding: 25px 0 140px;
}
.is-homepage .institutes-section {
    padding: 112px 0 198px;
}

.institutes-section .title-section {
    margin-bottom: 14px;
}

.institutes-section__items {
    margin-top: 64px;
}
.institutes-section__item {
    width: calc((100% - 50px) / 3);
    border: 1px solid var(--block-2);
    border-radius: 20px;
    margin: 0 0 24px;
    padding: 26px 20px;
    display: flex;
    align-items: center;
    color: var(--block-2);
}
.institutes-section__item:hover {
    border-color: var(--block-1);
    color: var(--block-1);
}
.institutes-section__item img {
    flex-shrink: 0;
    width: 96px;
    align-self: flex-start;
}
.institutes-section__item span {
    flex-grow: 1;
    font-size: 14px;
    margin-left: 18px;
}

.about-section {
    background: var(--block-2);
    color: var(--text-block);
    padding: 78px 0 108px;
}

.about-section__title {
    margin-bottom: 34px;
}

.about-section__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 335px;
    height: 335px;
    flex-shrink: 0;
    border-radius: 69px;
}

.about-section__description {
    font-size: 24px;
    line-height: 30px;
    margin-right: 176px;
}

.capabilities-section {
    padding: 110px 0 124px;
}

.capabilities-section__title {
    margin-bottom: 93px;
}

.capabilities-section__item {
    width: calc(100% / 3);
    padding: 0 48px 48px;
    border-right: 2px solid var(--border);
    border-bottom: 2px solid var(--border);
}

.capabilities-section__item:nth-child(3n) {
    border-right: 0;
}

.capabilities-section__item:nth-child(n+4) {
    padding-top: 48px;
    border-bottom: 0;
}

.capabilities-section__item-title {
    padding-top: 40px;
    border-top: 3px solid;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 40px;
}

.capabilities-section__item-text {
    font-size: 20px;
    line-height: 32px;
}

.capabilities-section__steps-line {
    margin: 47px auto 2px;
    display: block;
}

.capabilities-section__steps img {
    margin: 0 4px 0 2px;
}

.capabilities-section__step {
    width: 276px;
    height: 109px;
    color: var(--text-block);
    font-size: 24px;
    border-radius: 10px;
    background: linear-gradient(91deg, #393939 2.25%, #4D4C4C 47.21%, #393939 96.08%);
}


.is-homepage .faq-section {
    color: var(--text-block);
    background: var(--block-1);
    padding: 90px 0 132px;
}

.faq-section {
    padding: 25px 0 120px;
}

.is-homepage .faq-section .title-section span:after {
    background: var(--second);
}

.faq-section .title-section {
    margin-bottom: 70px;
}

.is-homepage .faq-section .title-section {
    margin-bottom: 46px;
}

.faq-section__text {
    margin-top: 120px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
}

.accordion-item {
    background: transparent;
    border-radius: 0 !important;
}
.accordion-item {
    border-radius: 0 !important;
}
.faq-section__item {
    border-top: 1px solid var(--block-2) !important;
    border-color: var(--block-2);
}
.faq-section__item-btn {
    border-radius: 0 !important;
    color: var(--block-2) !important;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    padding: 16px 56px;
    background: transparent !important;
}

.faq-section__item-btn.accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 1px solid var(--block-2);
}

.faq-section__item:not(:last-child) {
    margin-bottom: 16px;
}

.faq-section__item-body {
    color: var(--block-2);
    padding: 32px 56px 58px 56px;
}
.faq-section__item-btn.accordion-button::after {
    margin-top: 9px;
}

.is-homepage .faq-section__item {
    border-top: 1px solid var(--background) !important;
    border-color: var(--background);
}
.is-homepage .faq-section__item-btn.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='white' fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.is-homepage .faq-section__item-btn {
    color: var(--text-block) !important;
}
.is-homepage .faq-section__item-btn.accordion-button:not(.collapsed) {
    border-color: var(--background);
}
.is-homepage .faq-section__item-body {
    color: var(--background);
}

.faq-section .btn {
    font-weight: 300;
}
.faq-section .btn svg {
    transform: translateX(68px);
}
.faq-section__all {
    margin-top: 30px;
}

#footer {
    padding: 85px 0;
    background: var(--footer);
    color: var(--text-block);
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

#footer b {
    font-weight: 700;
}

#footer a {
    color: var(--text-block);
    text-decoration: none;
}

#footer a:hover {
    color: var(--second);
}

#menu_button {
    display: none;
}
.form-section {
    padding-bottom: 200px;
}
.form-section__form {
    width: 588px;
    max-width: 100%;
    margin: 0 auto;
}

.form-section__title {
    margin-bottom: 16px;
}
.form-section__description {
    margin-bottom: 112px;
}
.login-section .title-section {
    margin-bottom: 38px;
}

.login-section .form-section__form,
.recoverypass-section .form-section__form {
    width: 705px;
}
.recoverypass-section .title-section {
    margin-bottom: 110px;
}
.recoverypass-section .form-section__form-input-wrapper {
    margin-bottom: 98px;
}

.form-section__form-input-wrapper {
    margin-bottom: 30px;
    position: relative;
}
.show-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 46px;
    cursor: pointer;
    fill: var(--block-2);
}
.show-password:hover {
    fill: var(--block-1);
}

.form-field {
    border-radius: 0;
    border: 1px solid var(--block-2);
    height: 50px;
    padding: 0 25px;
    color: var(--block-2);
    font-size: 14px;
    font-weight: 200;
    background: transparent;
}
.form-field::placeholder {
    color: #888888;
}
.form-check-label {
    cursor: pointer;
}
.form-checkbox {
    font-size: 18px;
    position: relative;
}
.form-checkbox.big {
    font-size: 22px;
}
.form-checkbox input {
    display: none;
}
.form-checkbox label {
    position: relative;
    padding-left: 26px;
}
.form-checkbox label::before {
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid var(--block-2);
}
.form-checkbox input:checked + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg) center / 70% no-repeat;
}
.form-checkbox.big label {
    padding-left: 46px;
    line-height: 35px;
}
.form-checkbox.big label::before,
.form-checkbox.big input:checked + label:after {
    width: 32px;
    height: 32px;
}

.form-section__form-link {
    font-size: 18px;
    color: var(--block-2);
}
.form-section__form-link:hover {
    color: var(--block-1);
}
.form-section__form p {
    text-align: center;
    width: 394px;
    max-width: 100%;
    margin: 0 auto 16px;
    font-size: 14px;
}
.form-section__form p.full-width {
    width: 100%;
    font-size: 20px;
}
.form-checkbox__group {
    margin-bottom: 25px;
}
.form-checkbox__group .form-checkbox.big label {
    padding-left: 36px;
}
.form-checkbox__group .form-checkbox {
    margin: 0 9px;
}
.form-select::-webkit-inner-spin-button,
.form-select::-ms-expand {
    display: none;
}
.form-select__wrapper {
    position: relative;
}
.form-select__wrapper:after {
    content: '';
    width: 20px;
    height: 12px;
    background: url(../images/arrow-down.svg) center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
.form-select {
    padding-right: 70px;
}

.form-section__form hr {
    margin: 43px 0;
    color: var(--border);
    border-width: 2px;
}

.form-validation {
    font-size: 10px;
    color: var(--error);
    position: absolute;
    bottom: -17px;
    right: 0;
}

.mini-text {
    font-size: 12px;
    line-height: 14px;
}

.form-section__form .mini-text {
    margin-bottom: 22px;
}
.form-section__form .mini-text + div {
    margin-bottom: 39px;
}


[data-copy] {
    cursor: pointer;
}

.department-section__description {
    font-size: 20px;
    line-height: 32px;
}
.department-section__description br {
    display: none;
}
.department-section__description span {
    color: var(--block-1);
    font-weight: 700;
}

.department-section__description a {
    text-decoration: underline;
}

.department-section__description .copy-btn svg {
    vertical-align: initial;
    fill: var(--block-2);
}

.hide {
    display: none;
}

.department-section {
    padding-bottom: 200px;
}

.department-section hr {
    margin: 28px 0 33px;
}
.department-section__certification {
    margin-bottom: 32px;
}
.department-section__certification-btn {
    width: 345px;
    height: 72px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
}

.department-section__filter .table-type {
    font-size: 24px;
    cursor: pointer;
}
.department-section__filter .table-type:not(:last-child) {
    margin-right: 40px;
}
.department-section__filter .table-type:hover {
    color: var(--block-1);
}
.department-section__filter .table-type.active {
    border-bottom: 4px solid var(--block-1)
}
.department-section__filter-wrapper {
    margin-bottom: 24px;
}
.department-section__import {
    margin-bottom: 24px;
    background: #EEEDED;
    padding: 26px 36px;
    font-size: 16px;
    line-height: normal;
}
.department-section__form {
    margin-top: 18px;
    font-size: 14px;
}

#excelFileInput {
    display: none;
}

#selectedFileName {
    margin-right: 22px;
}

.department-section__form .add-btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 26px;
    border: 1px solid var(--block-2);
    font-size: 14px;
    margin-right: 22px;
}
.department-section__form .add-btn:hover {
    border-color: var(--block-1);
    color: var(--block-1);
}

.department-section__form button {
    min-width: 122px;
    height: 26px;
    font-size: 14px;
    font-weight: 200;
    padding: 0;
    border-radius: 0;
}

.custom-table th {
    background: var(--block-1);
    color: var(--text-block);
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    height: 86px;
    min-width: 102px;
    padding: 5px 10px;
    border-bottom: 1px solid var(--block-2);
    border-right: 1px solid var(--block-1);
}
.custom-table th:first-child {
    border-left: 1px solid var(--block-1);
}
.custom-table th:not(:last-child) {
    border-right: 1px solid var(--block-2);
}
.custom-table th.text-left {
    text-align: left;
}
.custom-table.hover-tr tbody tr {
    cursor: pointer;
}
.custom-table.hover-tr tbody tr:hover td {
    background: #e4f2fc;
}
.custom-table.hover-td tbody tr td:not(.no-hover) {
    cursor: pointer;
}
.custom-table.hover-td tbody tr td:not(.no-hover):hover {
    background: #e4f2fc;
}

.custom-table td {
    font-size: 16px;
    padding: 20px;
    border-right: 1px solid var(--block-2);
    border-bottom: 1px solid var(--block-2);
    vertical-align: middle;
}
.custom-table td:first-child {
    border-left: 1px solid var(--block-2);
}

.custom-table td.selected {
    background: #D6D3D3;
}

.custom-table td svg {
    cursor: pointer;

}
.custom-table td svg:hover {
    fill: red;
}
.table-wrapper {
    overflow-x: auto;
}
.table-wrapper::-webkit-scrollbar {
    height: 3px;
}

.table-wrapper::-webkit-scrollbar-track {
    background: var(--border);
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: var(--block-2);
}


.edit-section {
    padding-bottom: 190px;
}
.edit-section__title {
    margin-bottom: 38px;
}
.edit-section .form-section__form {
    width: 705px;
}
.edit-section .form-label {
    font-size: 20px;
    font-weight: 200;
    line-height: normal;
}
.edit-section .form-field {
    font-weight: 700;
}
.edit-section .button-wrapper {
    margin-top: 55px;
}
.commissions-section {
    padding-bottom: 100px;
}
.commissions-section__count {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
}

.commissions-section__items .comm {
    display: flex;
    justify-content: space-between;
    border: 1px solid #393939;
    padding: 32px 102px 32px 44px;
    margin-bottom: 54px;
    font-size: 24px;
    font-weight: 200;
    line-height: 35px;
}

.commissions-section__items .comm span {
    font-weight: 700;
}

.commissions-section__items .actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.commissions-section__items .actions button {
    min-width: 182px !important;
    width: 182px !important;
    height: 45px !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}
.commissions-section__items .actions button:first-child {
    margin-bottom: 10px;
}
.commissions-section__head {
    margin-bottom: 40px;
}

.commissions-section__head .btn {
    border-radius: 10px;
    width: 411px;
    height: 72px;
    font-size: 24px;
}

.breadcrumbs {
    font-size: 20px;
    margin-bottom: 32px;
    color: #888;
}
.breadcrumbs a {
    display: inline-flex;
    align-items: center;
    color: #888;
}
.breadcrumbs a:hover {
    color: var(--block-1);
}
.breadcrumbs a svg {
    margin-right: 7px;
    fill: #888;
}
.breadcrumbs a:hover svg {
    fill: var(--block-1);
}

.breadcrumbs span {
    color: var(--block-2);
}

.modal-header {
    padding: 30px 36px 20px 52px;
    border-color: var(--border);
}
.modal-title {
    font-size: 24px;
}
.modal-header button {
    background: transparent;
    fill: var(--block-2);
    opacity: 1;
}
.modal-header button:hover {
    fill: var(--block-1);
}

.modal-body {
    padding: 28px 52px;
}
.modal-body .col-form-label {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    margin-bottom: 9px;
}

.modal-body select,
.modal-body input {
    border-radius: 5px;
    width: 100%;
    height: 33px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 18px;
    border: 1px solid var(--block-2);
}
.modal-body select::placeholder,
.modal-body input::placeholder {
    color: #888;
    font-weight: 200;
}
.modal-body .dates {
    font-size: 18px;
}
.modal-body .dates select {
    width: 71px;
    height: 28px;
    padding: 0;
    text-align: center;
    margin: 0 8px;
}
.modal-footer {
    padding: 38px 52px;
    border-color: var(--border);
}

#exampleModal .modal-dialog,
#commred .modal-dialog {
    max-width: 487px;
}
.modal-body .member {
    display: flex;
}
.modal-body .member input {
    flex-grow: 1;
}
.modal-body .member button {
    flex-shrink: 0;
    min-width: 33px;
    width: 33px;
    height: 33px;
    padding: 0;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
}

#add-member,
#add-membered {
    width: 201px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid var(--block-2);
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    line-height: 32px;
}

#member-container,
#member-containered {
    margin-bottom: 31px;
}

.atst {
    background-color: #addafe !important;
}

.admin-profile-section {
    padding-bottom: 200px;
}

.admin-profile-section__system-instruction {
    margin-bottom: 40px;
}
.admin-profile-section__system-instruction a {
    width: 421px;
    height: 45px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}
.admin-profile-section__system-instruction a svg {
    width: 12px;
    height: 12px;
    margin-left: 15px;
}

.admin-profile-section__attached {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 70px;
}
.admin-profile-section__name .no-admin,
.admin-profile-section__attached .wrong-disconnect {
    color: #1371fd;
    font-size: 12px;
    text-decoration: underline;
}
.admin-profile-section__name .no-admin:hover,
.admin-profile-section__attached .wrong-disconnect:hover {
    color: var(--block-1);
}
.admin-profile-section__title {
    font-size: 29px;
    line-height: normal;
    margin-bottom: 6px;
    margin-top: 0;
}
.admin-profile-section__name {
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.admin-profile-section__name-edit {
    margin-right: 10px;
}

.admin-profile-section__name-edit svg {
    fill: var(--block-2);
}
.admin-profile-section__name-edit:hover svg {
    fill: var(--block-1);
}

.admin-profile-section__links {
    display: flex;
    flex-wrap: wrap;
}
.admin-profile-section__links a {
    height: 44px;
    width: calc(95% / 4);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.admin-profile-section__links a:not(:last-child) {
    margin-right: 11px;
}

.admin-profile-section hr {
    margin: 20px auto 31px;
}

.admin-profile-section__invite {
    font-size: 16px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.admin-profile-section__invite.mobile-view {
    display: none;
}
.admin-profile-section__invite br {
    display: none;
}
.admin-profile-section__invite a,
.admin-profile-section__invite b {
    font-weight: 500;
}

.admin-profile-section__invite a {
    text-decoration: underline;
    margin-right: 12px;
}

.admin-profile-section__invite-icon {
    transform: translateY(-3px);
    cursor: pointer;
}
.admin-profile-section__invite-icon:not(:last-child) {
    margin-right: 10px;
}
.admin-profile-section__invite-icon svg {
    fill: var(--block-2);
}
.admin-profile-section__invite-icon:hover svg {
    fill: var(--block-1);
}

.excerpts-section {
    padding-bottom: 160px;
}
.excerpts-section__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.excerpts-section__wrap .btn {
    width: 293px;
    height: 52px;
    border-radius: 5px;
    font-size: 16px;
}
.excerpts-section__count {
    font-size: 24px;
    font-weight: 700;
}

.excerpts-section__item {
    border: 1px solid var(--block-2);
    padding: 30px 120px 30px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.excerpts-section__item .actions {
    flex-shrink: 0;
}
.excerpts-section__item .actions .btn:first-child {
    margin-right: 39px;
}
.excerpts-section__item .info {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.excerpts-section__item .info span {
    font-size: 14px;
    font-weight: 200;
    line-height: 25px;
}

#CreateDodatok p {
    font-size: 18px;
    font-weight: 500;
}
#CreateDodatok form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
#CreateDodatok form > div {
    width: calc((100% - 14px) / 2);
}
#CreateDodatok .modal-body .col-form-label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 9px;
}

#CreateDodatok .modal-body input {
    font-size: 12px;
    font-weight: 200;
    text-align: center;
}
#CreateDodatok .modal-body input::placeholder {
    color: #888;
    text-transform: uppercase;
}
.excerpts-section__title {
    margin-bottom: 27px;
}


.main-tabs {
    display: flex;
    justify-content: space-between;
    padding: 0 57px;
    margin-bottom: 43px;
}
.main-tab {
    color: var(--block-2);
    width: 323px;
    max-width: 100%;
    height: 54px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 700;
}
.main-tab:hover {
    color: var(--block-1);
}
.main-tab.active {
    color: var(--text-block);
    background: var(--block-2);
}

.second-tabs {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--border);
    padding-top: 40px;
    text-align: center;
}
.second-tab {
    width: calc(100% / 2);
}

.second-tab span {
    cursor: pointer;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
}
.second-tab span:hover {
    color: var(--block-1);
}
.second-tab span.active {
    font-weight: 500;
    border-color: var(--block-1);
}

#hTable td {
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    min-width: 65px;

}
#hTable td:first-child {
    font-size: 14px;
    padding-left: 15px;
}

#hTable td .a {
    font-weight: 900;
    font-size: 12px;

    position: relative;
    top: -15px;
}

.sertstab-table th:first-child {
    padding-left: 100px;
}

.form-switch {
    display: flex;
    align-items: flex-start;
}
.form-switch input {
    width: 46px !important;
    height: 19px;
}
.form-switch .form-check-label {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
}
#infopanel {
    margin-top: 45px;
}
#infopanel .form-check-label {
    margin-left: 18px;
    font-weight: 700;
}
#infopanel .data {
    font-size: 16px;
    margin-left: 58px;
}
#horstcountersblock {
    margin-top: 52px;
    font-size: 12px;
    line-height: 16px;
}
#horstcountersblock span {
    font-weight: 500;
}
#horstcountersblock.teacher {
    background: #D6D3D3;
    margin-top: 0;
    padding: 20px 48px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 92px;
}
#horstcountersblock.teacher > div:not(:first-child) {
    margin-left: 68px;
}
.teachers-information-section.teacher hr.tab-content-divider {
    display: none;
}
.teachers-information-section__accordion-items:not(:last-child) {
    margin-bottom: 100px;
}
.teachers-information-section__top-info {
    display: inline-block;
    margin-bottom: 80px;
}
.teachers-information-section__top-info .invited {
    font-size: 15px;
    margin-bottom: 9px;
}
.teachers-information-section__top-info .link-title {
    font-size: 20px;
    font-weight: 700;
}
.teachers-information-section__top-info .admin-info {
    font-size: 11px;
    font-weight: 200;
    margin-bottom: 14px;
}
.teachers-information-section__top-info svg {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.teachers-information-section .name-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 62px;
}
.teachers-information-section .name-title svg {
    cursor: pointer;
    fill: var(--block-2);
    margin-left: 10px;
}
.teachers-information-section .name-title svg:hover {
    fill: var(--block-1);
}

.table.teacher {
    margin-bottom: 0;
}
.teachers-information-section {
    padding-bottom: 94px;
}
.teachers-information-section hr.tab-content-divider {
    margin: 204px 0 59px;
}
.teachers-information-section__block-title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 61px;
    text-align: center;
}

.teachers-information-section__accordion-item {
    border-top: 1px solid var(--block-2) !important;
    border-color: var(--block-2);
}
.teachers-information-section__accordion-item .accordion-button {
    border-radius: 0 !important;
    color: var(--block-2) !important;
    opacity: 1;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 25px 97px 21px 104px;
    background: transparent !important;
}

.teachers-information-section__accordion-item .right-info {
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.teachers-information-section__accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 1px solid var(--border);
}

.teachers-information-section__accordion-item:not(:last-child) {
    margin-bottom: 16px;
}

.teachers-information-section__accordion-item .accordion-body {
    color: var(--block-2);
    padding: 0;
}
.teachers-information-section__accordion-item .accordion-button::after {
    position: absolute;
    transition: none;
}
.teachers-information-section__accordion-item .accordion-button[aria-expanded="true"]::after {
    rotate: 180deg;
    transform: translateY(50%);
    transition: none;

}

.certificate__header {
    display: flex;
    padding: 42px 104px;
}
.certificate__img {
    width: 423px;
    flex-shrink: 0;
    margin-right: 63px;
}
.certificate__img img {
    max-height: 260px;
    object-fit: contain;
    border-radius: 10px;
}

.certificate__details a {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}
.certificate__details a span {
    text-decoration-line: underline;
}
.certificate__details-row a svg {
    fill: var(--block-2);
}
.certificate__details-row a:hover svg {
    fill: var(--block-1);
}
.certificate__details {
    flex-grow: 1;
}
.certificate__details-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}
.certificate__details-row {
    display: flex;
    font-size: 14px;
    font-weight: 200;
    line-height: 14px;
    margin-bottom: 10px;
}
.certificate__details-row span {
    width: 244px;
    flex-shrink: 0;
}
.certificate__details-row b {
    font-weight: 500;
    flex-grow: 1;
}
.certificate__footer {
    padding: 21px 40px 26px 102px;
    border-top: 1px solid var(--border);
}
.certificate__footer-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 21px;
}
.certificate__options {
    display: grid;
    grid-template-columns: auto auto auto;
}
.certificate__option {
    margin-bottom: 12px;
    padding: 0 0 0 20px;
}


#edit_customsert .modal-dialog {
    max-width: 684px;
}
#edit_customsert .modal-title {
    font-size: 20px;
}
#edit_customsert .modal-footer .btn {
    margin: 0 9px;
}

#edit_customsert .modal-header {
    padding: 30px 36px 20px 68px
}

#edit_customsert .modal-body {
    padding: 26px 68px;
}

#edit_customsert hr {
    border-color: var(--border);
    opacity: 1;
    margin: 0;
}

.form-modal__wrapper:not(:last-child) {
    margin-bottom: 8px;
}
.form-modal__wrapper input,
.form-modal__wrapper textarea,
.form-modal__wrapper select {
    border-radius: 0;
    height: 40px;
    border: 1px solid var(--block-2);
    padding: 0 19px;
    font-size: 12px;
    font-weight: 200;
    width: 100%;
    background: transparent;
}
.form-modal__wrapper input::placeholder,
.form-modal__wrapper textarea::placeholder,
.form-modal__wrapper select::placeholder {
    color: #888;
}
.form-modal__wrapper select {
    padding-right: 45px;
    text-overflow: ellipsis;
}
.form-modal__wrapper textarea {
    resize: none;
    padding-top: 9px;
}
.form-modal__wrapper {
    width: 100%;
}
#edit_customsert .form-modal__wrapper {
    width: calc((100% - 44px) / 2);
}
#edit_customsert .form-modal__wrapper.full-100 {
    width: 100%;
}

.form-control__select {
    position: relative;
}
.form-control__select:after {
    content: '';
    width: 12px;
    height: 7px;
    background: url(../images/arrow-down.svg) center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    pointer-events: none;
}

#edit_customsert label,
.form-checkboxes label,
.form-modal__wrapper label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-checkboxes .form-checkbox label::before {
    width: 16px;
    height: 16px;
    border-color: #888888;
    border-radius: 100%;
}
.form-checkboxes .form-checkbox input:checked + label::before {
    border: 4px solid var(--block-1);
}
.form-checkboxes .form-checkbox label:after {
    display: none;
}
#edit_customsert .form-checkbox:first-child {
    margin-right: 48px;
}
#edit_customsert .form-checkboxes {
    margin-top: 10px;
}
#edit_customsert .all-counts {
    font-weight: 500;
    color: var(--block-1);
    margin-bottom: 8px;
}

.second-tab-content hr {
    margin: 0;
}
.second-tab-content__row {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 108px;
}
.second-tab-content__row-first {
    justify-content: space-between;
    padding-top: 70px;
}
.tab-add-customsert .second-tab-content__row-first {
    padding-top: 0px;
}

.second-tab-content__row-first .second-tab-content__col:first-child {
    width: 243px;
}
.second-tab-content__row-first .second-tab-content__col:nth-child(2) {
    width: 310px;
    padding-top: 29px;
}
.second-tab-content__row-first .second-tab-content__col:nth-child(3) {
    width: 416px;
}
.second-tab-content__row-second .second-tab-content__col:first-child {
    width: 384px;
    margin-right: 120px;
}
.second-tab-content__row-second .second-tab-content__col:last-child {
    width: 611px;
}
.second-tab-content__row-first .form-checkbox {
    margin-bottom: 10px;
}
.second-tab-content__row-first .form-checkbox label {
    font-size: 14px;
    padding-left: 36px;
    line-height: 16px;
}
.second-tab-content__row-first .form-checkbox label::before {
    top: 0;
    width: 16px;
    height: 16px;
}
.second-tab-content__row-first .form-checkbox input:checked + label:after {
    top: 0;
    background: var(--block-1) url(../images/check-white.svg) center / 70% no-repeat;
    width: 16px;
    height: 16px;
}
.second-tab-content .form-modal__wrapper:not(:last-child) {
    margin-bottom: 15px;
}
.second-tab-content__row-second .second-tab-content__col:first-child .form-checkboxes {
    margin-bottom: 31px;
}
.second-tab-content__row-second .form-checkbox {
    margin-bottom: 15px;
}
.second-tab-content__row-second .form-check-label {
    margin-bottom: 0;
}
.second-tab-content__row-second .form-check-label span {
    font-weight: 200;
}
[data-addfileblock],
[data-addfileblock] form,
[data-addfileblock] label {
    width: 100%;
}
.second-tab-content__row .add-file {
    width: 100%;
    height: 269px;
    background: #F0F0F0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.second-tab-content__row .add-file svg {
    fill: #B3B3B3;
    margin-bottom: 5px;
}
.second-tab-content__row-second .second-tab-content__col:last-child .form-modal__wrapper {
    margin-bottom: 30px;
}

.import-ippo {
    margin: 40px 0;
}

.import-ippo__item {
    border: 1px solid var(--block-2);
    padding: 39px 30px 39px 96px;
}
.import-ippo__item:not(:last-child) {
    margin-bottom: 34px;
}
.import-ippo__item-title {
    font-size: 20px;
    font-weight: 500;
}
.import-ippo__item-available {
    color: #888;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 9px;
}
.import-ippo__item-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.import-ippo__item-form span {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}
.import-ippo__item-form input {
    width: 242px;
    margin-right: 20px;
    font-size: 16px;
}
.import-ippo__item-form .btn {
    min-width: 127px;
    width: 127px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
}

.import-ippo__info {
    background: var(--block-1);
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    position: relative;
}
.import-ippo__info:before,
.import-ippo__info:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -200%;
    background: var(--block-1);
    width: 200%;
}
.import-ippo__info:after {
    left: 100%;
}

.addition-emails {
    margin-top: 84px;
}
.addition-emails__item {
    border: 1px solid var(--block-2);
    padding: 34px 30px 42px 96px;
}
.addition-emails__item:not(:last-child) {
    margin-bottom: 34px;
}
.addition-emails__item-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.addition-emails__item-form span {
    font-size: 20px;
    font-weight: 500;
}
.addition-emails__item-form input {
    width: 330px;
    margin-right: 20px;
    font-size: 16px;
}
.addition-emails__item-form .btn {
    min-width: 127px;
    width: 127px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
}
.addition-emails__item-form span {
    margin-right: 20px;
}
.addition-emails__item-available {
    color: #888;
    font-size: 14px;
    font-weight: 200;
    line-height: 14px;
}
.hide-desktop {
    display: none;
}

.questionnaire-from__row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.questionnaire-from__row .form-modal__wrapper {
    width: 242px;
    margin-bottom: 38px;
}
.questionnaire-from__row .form-modal__wrapper label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.questionnaire-from__row .form-modal__wrapper:not(:last-child) {
    margin-right: 50px;
}

.questionnaire-from__main-info .form-modal__wrapper {
    width: 243px;
}
.questionnaire-from__general-education-info .form-modal__wrapper {
    width: 243px;
}
.questionnaire-from__general-education-info .form-modal__wrapper:last-child {
    width: 444px;
}
.questionnaire-from__first-education .form-modal__wrapper:not(:nth-child(2)) {
    width: 292px;
}
.questionnaire-from__degree .form-modal__wrapper {
    width: 242px;
}
.questionnaire-from__positions-held-main .form-modal__wrapper:nth-child(2) {
    width: 305px;
}

.form-checkbox-wrapper {
    width: 50%;
    display: grid;
    grid-template-columns: auto auto;
}
.form-checkbox-wrapper .form-checkbox {
    margin-bottom: 10px;
}
.form-checkbox-wrapper .form-checkbox label {
    font-size: 14px;
    padding-left: 36px;
    line-height: 16px;
}
.form-checkbox-wrapper .form-checkbox label::before {
    top: 0;
    width: 16px;
    height: 16px;
}
.form-checkbox-wrapper .form-checkbox input:checked + label:after {
    top: 0;
    background: var(--block-1) url(../images/check-white.svg) center / 70% no-repeat;
    width: 16px;
    height: 16px;
}

.questionnaire-from__general-experience-rows .form-checkboxes {
    margin-right: 50px;
}
.questionnaire-from__general-experience-rows .form-check-label {
    transform: translateY(-10px);
}

.questionnaire-from__general-experience-rows .form-check-label {
    margin-bottom: 0;
}
.questionnaire-from__general-experience-rows .form-modal__wrapper {
    margin-bottom: 0;
}
.questionnaire-from__general-experience-rows .questionnaire-from__row {
    align-items: flex-end;
    padding: 20px 0 30px;
}
.questionnaire-from__general-experience-item {
    padding: 45px 0 20px;
}
.questionnaire-from__general-experience-item:not(:last-child),
.questionnaire-from__general-experience-rows .questionnaire-from__row:not(:last-child) {
    border-bottom: 1px solid var(--border);
}
.questionnaire-from__general-experience-rows {
    display: flex;
}
.questionnaire-from__general-experience-rows .btn {
    min-width: 149px !important;
    width: 149px !important;
    height: 37px !important;
}
.questionnaire-from__general-experience-rows .questionnaire-from__add-btn {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.questionnaire-from__add-btn {
    color: var(--block-1);
    font-size: 20px;
    font-weight: 500;
}
.questionnaire-from__add-btn span {
    cursor: pointer;
}
.questionnaire-from__add-btn span:hover {
    color: var(--block-2);
}
.questionnaire-from__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}
.questionnaire-from__subtitle {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 27px;
}
.first-education__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 27px;
}
.first-education__title span {
    border-bottom: 4px solid var(--block-1);
    padding-bottom: 4px;
}
.questionnaire-from {
    padding-top: 5px;
}
.questionnaire-from__main-info {
    border-bottom: 1px solid var(--border);
    margin-bottom: 22px;
    padding-bottom: 15px;
}
.questionnaire-from__general-education-info {
    border-bottom: 1px solid var(--border);
    padding-bottom: 19px;
    margin-bottom: 21px;
}
.questionnaire-from__first-education {
    border-bottom: 1px solid var(--border);
    padding-bottom: 62px;
    margin-bottom: 32px;
}
.questionnaire-from__degree {
    border-bottom: 1px solid var(--border);
    padding-bottom: 24px;
    margin-bottom: 21px;
}

.questionnaire-from__positions-held .questionnaire-from__title {
    display: flex;
    align-items: center;
    line-height: 22px;
    margin-bottom: 50px;
}
.questionnaire-from__positions-held .questionnaire-from__title .form-check-label {
    margin-bottom: 0;
}
.questionnaire-from__positions-held .questionnaire-from__title .form-checkboxes {
    margin-left: 24px;
}
.questionnaire-from__positions-held .questionnaire-from__title .form-checkbox {
    margin-right: 10px;
}
.questionnaire-from__positions-held-main {
    margin-bottom: 20px;
}
.questionnaire-from__positions-held-results__title {
    margin-bottom: 32px !important;
}
.questionnaire-from__positions-held-results .form-control__select {
    margin-bottom: 10px;
}
.questionnaire-from__positions-held-results .form-check-label {
    margin-bottom: 6px;
}
.questionnaire-from__positions-held-other {
    width: 100%;
}
.questionnaire-from__general-experience {
    border-top: 1px solid var(--border);
    margin-top: 51px;
    padding-top: 36px;
    margin-bottom: 74px;
}
.questionnaire-from__general-experience .questionnaire-from__title span {
    border-bottom: 4px solid var(--block-1);
    padding-bottom: 4px;
}
.questionnaire-from__general-experience-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 21px;
}

.btn.btn-form.questionnaire-from__submit {
    width: 223px !important;
    height: 37px !important;
    display: block !important;
    margin: 0 auto !important;
}

.reddot {
    width: 20px;
    position: absolute;
    right: 40px;
    top: calc(50% - 10px);
}
.isvalid .reddot {
    display: none;
}

.reddotTwo{
    width: 25px;
    margin-right: 10px;
}
 .reddotTwo {
    display: none;
}
.hasattantion  .reddotTwo {
    display: inline-block;
}

.spk .sertHours {
    display: none !important;
}
.spk .isvalid .sertHours {
    display: block !important;
}

.accordion-button .sertThem {
    max-width: calc(100% - 220px);
}

.accordion-button:not(.collapsed) .sertThem  {
    display: block;

}
.accordion-button:not(.collapsed) .sertThem::before  {
    display: none;

}
.accordion-button.collapsed .sertThem  {
    white-space: nowrap;
    overflow: hidden;

}
.right-info.sertHours {
    text-align: right;
}
@media (max-width: 1120px) {
    .accordion-button .sertThem {
        max-width: calc(100% - 150px) !important;
    }
}
.infopanel_btncont{
    padding-left: 20px;
}

@media (max-width: 640px) {
    .accordion-button .sertThem {
        max-width: calc(100% - 80px) !important;
    }
    ::-moz-focus-inner {
        padding: 0;

        border-style: none;

    }
    .teachers-information-section__accordion-item .accordion-button::after {
           top: 70%;
    }



    .isatestlist .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
    .isatestlist #atestlisprint {
        padding: 20px 15px !important;
    }

    .infpanelfield {
        margin-left: 0px !important;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .infopanel_btncont{
        padding-left: 0px;
    }

}
.isatestlist select {
    max-width: 100%;
}

.sertThem {
    width: 100%;
    position: relative;
}
.sertThem::before {
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(-90deg, white 10%, transparent);
    right: 0;
    height: 50px;
    width: 100px;
}
#shimgmodal .modal-dialog.modal-dialog-centered {
    min-width: 60%;
}
.formupload label {
    margin-top: 20px;
}

.hasloader {
    position: relative;
}
.ploader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.redborder {
    border-left: solid 4px red;
    padding-left: 9px;
}
.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 8px solid rgba(188, 188, 188, 0.3);
    border-radius: 50%;
    border-top: 8px solid #1b78f9;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.certificate__img {
    position: relative;
}

.formupload.inload img {
    opacity: 0.1;
}
#addnewsimg {
    position: relative;
}


#addnewsimg img {
   width: unset;
    padding: 15px;
}

.second-tab-content__row .inload .add-file svg {
    fill: #F0F0F0 !important;
}
.second-tab-content__row .inload .add-file {
    color:#f0f0f0 !important;
}

#accordionCustom .loading-spinner {
    top: 30%;
}

.import-ippo__item {
    position: relative;
}
.ipologocont {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1280px) {
    .ipologocont {
        display: none;
    }
}


#ipo_searchresult.success {
    color: #28282a;
    padding: 15px;
    background-color: #e3f3de;
    margin-bottom: 200px;
}
#ipo_searchresult.error {
    color: #ba0e0e;
    padding: 30px;
    background-color: #ffe4e4;
    margin-bottom: 200px;
    font-size: 20px;
}

#ipo_searchresult div {
    font-weight: bold;
}
#iposresulttitle {
    padding-bottom: 20px;
    color: black;
}
#ipo_searchresult button {
    border-radius: 6px;
    margin-top: 10px;
    font-size: 18px;
}

#bymail_searchresult.error {
    color: red;
}
#bymail_searchresult.info {
    color: #3d56ff;
}

#mailresulttitle {
    font-size: 20px;
    margin-bottom: 20px;
    color: #0061f7;
}
.oneresmailcont label {
    cursor: pointer !important;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #f1f6fe;
    padding: 10px 15px;
    border-radius: 4px;
    width: 100%;

}
.oneresmailcont {
    position: relative;
}

.importbymailcheck {
    position: absolute;
    left: -15px;
    top: 40%;
}
.oneresmailcont label:hover {
    background-color: #dae8fe;
}
.importbymailcheck:checked + label {
    background-color: #6395fe;
    color: white;

}
.importbymailcheck:checked + label:hover {
    background-color: #74a1ff;
    color: white;

}

.oneresmailcont font {
    font-weight: bold;
}

.oneresmailcont {
    margin-left: 15px;
}

#addposada input {
    border-radius: 0;
    width: unset;
    height: unset;
}
#addposada .col-12 {
    margin-bottom: 15px;
}
#addposada .text-normal {
    margin-top: 5px;

}
#addposada label.text-normal{
    cursor: pointer;
}
.questionnaire-from__positions-held .questionnaire-from__title span {
    border-bottom: 4px solid var(--block-1);
    padding-bottom: 4px;
}

.questionnaire-from__add-btn button {
    background: none;
    border: none;
    color: var(--block-1);
    padding-left: 0;
}
.questionnaire-from__add-btn button:hover {
    background: none;
    border: none;
    color: #000;
    padding-left: 0;
}
#posadaContainer {
    min-width: 50%;
}



.form-checkbox-wrapper {
    margin-bottom: 20px;
}

.fluid_osvita .first-education__title {
    margin-top: 20px;
}
.form-control {
    color: #000;
    font-weight: 400 !important;
}
.hiddenPoslabel {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #1b78f9;
    padding: 3px;
}
#whowmode .BorderLeftBlock {
    margin-bottom: 10px;
}
.atlcont p {
    font-size: 16px;
    margin-bottom: 5px;
}

.btn-as-breads
{
    color: #888;
    font-size: 18px;
    cursor: pointer;
}
.btn-as-breads svg
{
    margin-right: 10px;
    margin-bottom: 3px;
}
.btn-as-breads:hover
{
    color: var(--block-1);

}

.vo_tab2 .table-wrapper.container-fluid
{
    margin-top: -66px;
}
.vo_tab2 #listtat_wrapper
{
    float: right;
    width: 50%;
    margin-top: 0;
}

@media (max-width: 1050px) {
    .vo_tab2 #listtat_wrapper
    {
        width: 100%;
    }
    .vo_tab2 .table-wrapper.container-fluid
    {
        margin-top: 20px;
    }
    .btn-as-breads
    {
        margin-bottom: 40px;
    }
    .btn.btn-secondary.buttons-print
    {
        display: none !important;
    }
    #listtat_wrapper
    {
        float: left !important;
        text-align: left !important;
        width: 100% !important;
    }
    .btn.btn-secondary.buttons-excel.buttons-html5
    {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
}
.atestcont {
    padding: 0;
    width: 50%;
    border-right: solid 1px;
}
.atst .atestcont {
    display: block;
    width: 50%;
    text-align: center;
    font-weight: bold;
    height: 100%;
    padding: 2px;
    position: absolute;
    left: 0;
    top: 0;
    color: black;
    font-size: 10px;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nohesdouble .atestcont{
    display: none;
}
.coly.atst.hesdouble {
    padding: 0 !important;
    position: relative;
}

#hTable td.hesdouble .a {
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: 20%;
}

.curentatest {
    display: inline-block;
    width: 48%;
    text-align: center;
    position: relative;
    padding-right: 2%;
}
.nextatest {
    display: inline-block;
    width: 48%;
    padding-right: 2%;
}


td.atst.nohesdouble {
    padding-left: 30px !important;
}
.hours {
    min-width: 65px;
    display: inline-block;
}
.hesdouble .hours {
    min-width: 145px;
}

#addposada select {
    font-family: Roboto, serif;
    font-weight: normal;
}
.container-table {
    max-width: calc(100vw - 50px);
    margin-left: auto;
    margin-right: auto;
}

#edit_customsertst .btn-form {
    min-width: 162px !important;
    width: 162px !important;
    margin: 10px;
}

/*
15.05.2024
*/

.btn-docs:hover svg > circle {
    fill: #4e97fd !important;
}

.teachers-information-section__block-title {
    line-height: 40px;
}
.btn-docs {
    margin-left: 10px;
}
.link-backToDoc{
    cursor:pointer;
}

.anketatablink button {
    color: #1b78f9;
    font-size: 18px;
    text-decoration: underline;
}

.anketatablink .main-tab.active {
       display: none;
}

.anketatablinkadmin {
    float: right;
}
.anketatablinkadmin button {
    padding: 0 !important;
    width: 179px;
}

@media (max-width: 640px) {
    .anketatablinkadmin button {
        padding: 0 !important;
        width: 110px;
        min-width: unset;
        margin-top: 40px;
    }
}

/*
20.05.2024
*/

.import-ippo__item-form .small-btn {
    max-width: 600px;
    width: unset;
}

.import-ippo__item {
      padding: 20px 20px 20px 96px;
}

.import-ippo__item-title {
    font-size: 14px;
    }

.import-ippo__item-form span {
    font-size: 14px;
    font-weight: 400;
}

.teachers-information-section__accordion-item .accordion-button {
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 40px 10px 20px;
}

.teachers-information-section__accordion-item .accordion-button::after {
   top: 50% !important;
    right: 10px;
    transform: translateY(-50%);
}

.right-info {
    text-align: right;
}

.customsertstudent .right-info {
    line-height: 30px;
}

.svidconsist div {
    display: inline;
    margin-left: 20px;
}
.svidconsist {
    font-size: 14px;
    color: #425466;
    flex-grow: 5;
}

.is-certificates-page .accordion-header {
        background-color: white;
}

.addImgLoadForm3 label {
    margin-top: 20px;
    color: #1b78f9;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
}

.hidennoteacher{
    display: none;
}
.teacher .hidennoteacher{
    display: block;
}

#nameinbreadLink:hover {
    color: var(--block-1);
    cursor:pointer;
}

#whowmode {
    padding-top: 30px;
}

.right-info.sertHours {
    font-size: 14px;
}

.editimg:hover {
    filter: brightness(120%) saturate(110%);
}

.editimg {
    padding-bottom: 9px;
}

.istrening {
    border-right: solid 1px #000;
}

.deletedoceas {
    color: #dc7070 !important;
    font-size: 15px;
}
.eas .row.certificate p {
    padding-left: 0px;
    padding-top: 25px;
}

.t_fio_link {
    position: relative;
}

.attentionmarker {
    width: 20px;
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
}
.t_fio_link.hasAttention {
    padding-right: 40px !important;
}

.is-homepage .accordion-header {
    background:none;
}
.btn-docs svg > circle {
    fill: #5ba0ff;
}
input#newbind {
    text-align: center;
}

.is-homepage .faq-section__item-body.accordion-body a {
    color: white;
    text-decoration: underline;
}
.admin-profile-section__invite div {
    margin-right: 10px;
}
.nobgtable {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
}
.dellrow {
    border: none !important;
    padding-left: 15px !important;
}
.custom-table td svg {
    cursor: pointer;
    fill: #d79393;
}


.table-hover > tbody > tr:hover > * {
       --bs-table-bg-state: #e4f2fc;
}
.table-hover > tbody > tr:hover > .atst {
    --bs-table-bg-state: #8eccfd;
}

#listtat tr {
    text-align: center;
}

.vo_tab1 td .editbtn svg {
    fill: #737373;
}

.iconalert {
    float: left;
    color: red;
    font-size: 150px;
    line-height: 0.5;
    font-weight: bold;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.contentalert {
    padding-left: 60px;
    color: red;
}

.contentalert .btn {
    font-size: 16px;
    border-radius: 5px;
}

#newbind {
    border: solid 2px #1b78f9;
    padding: 6px;
    font-weight: bold;
}

.anketatablink img {
    margin-left: 5px;
}
.cat-subtitle {
    font-size: 14px;
    font-weight: 200;
    color: #737373;
}
.conf_logo {
    width: 50px;
    padding-top: 4px;
}
.right-info.sertHours {
    min-width: 135px;
}
#voinvite {
    text-align: center;
}

.certificate__details-row {
    font-weight: 400;
    color: #002251;
}
.certificate__details-row.hoursbycat {
    margin-bottom: 5px;

    font-weight: 200;
    font-size: 13px;
}

.breadcrumbs svg {
    margin-bottom: 3px;
    fill: #888;
}
#addposada input {
    font-size: 14px;
    padding: 5px;
}
#addposada select {
    margin-bottom: 10px;
}

.btn.addposadabtn,
.btn.addposadabtn:hover,
.btn.addposadabtn:active,
.btn.addposadabtn:focus-visible
{
    color: var(--bs-btn-hover-bg);
    background-color: transparent;
    border: none;
}


.form-checkbox.big.d-flex.align-items-start.has-error .form-validation {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    right: unset;
}
.teachers-information-section__accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}




@media screen and (max-width: 768px) { /* fix border width on iphones */
    .table-teacherlist  {
        border-collapse: separate;
        border-spacing: 0;
    }
}

.accordion-button:not(.collapsed) .sertThem {
    line-height: 1.5;
    padding-top: 5px;
}

.breadcrumbs a svg {
    margin-bottom: -2px;
}
.anketatablinkadmin {
    float: right;
    margin-top: -10px;
}


tr:hover td.dellrow {
    --bs-table-bg-state: rgba(255, 255, 255, 1) !important;
}


tr:hover td.dellrow svg {
      fill: #ff0000;
}

.alert.alert-warning.atestanketacontadmin {
    background: #f9f9f9;
    border: solid 2px #1b78f9;
    color: black;
}

.atestanketacontadmin input, .atestanketacontadmin select {
    background-color: white ;
}
#addposada .modal-content {
    min-height: 600px;
}

#accordionEAS  .teachers-information-section__accordion-item .accordion-button:not(.isvalid) {
    padding: 10px 190px 10px 20px;
}
#accordionEAS .accordion-button:not(.isvalid) .sertThem {
    max-width: calc(100% - 70px);
}

#accordionCustom .accordion-button:not(.isvalid) .sertThem {
    max-width: calc(100% - 40px) !important;
}

.tab-add-customsert .second-tab-content__row-first .second-tab-content__col:first-child {
    padding-top: 30px;
    width: 400px;
}
.tab-add-customsert .second-tab-content__row-first .second-tab-content__col:nth-child(2) {
    padding-top: 30px;
    width: 200px;
}


.tab-add-customsert .second-tab-content__row-first .second-tab-content__col:nth-child(3) {
    padding-top: 68px;
}
.tab-add-customsert .form-modal__wrapper:not(:last-child) {
    padding-top: 10px;
    margin-bottom: 20px;
}
select{
    font-size: 14px;
}
select > * {
    font-size: 18px !important;
}

.mainsubjectslist b {
    font-size: 30px;
}
.mainsubjectslist span {
    font-size: 22px;
}
.mainsubjectslist b {
    font-size: 40px;
    margin-right: 10px;
}

.easimportinputnumbercont {
    position: relative;
}
.easimporterrortext {
    position: absolute;
    font-weight: 200 !important;
    bottom: -16px;
    left: 0;
    font-size: 12px !important;
}

.section-two {
    font-size: 16px;
    line-height: 1.4;
margin-top: 20px;
}
.section-two span {
    color: #1b78f9;
    font-weight: bold;
}

#whowmode button {
    margin-top: 40px;
}

.main-section__logo-wrapper {
    margin-bottom: 130px;
}
.institutes-section__title.title-section {
    margin-top: 40px;
}
#atestlisprint.isteachermode {
    margin-top: 80px;
}
#header img:hover {
    filter: drop-shadow(0px 0px 1px #cecece);
}
.accordion.faq-mainpage a {
    font-weight: bold;
}
.institutes-section__item {
    position: relative;
}
span.wait-integrate {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #fa3c3c;
    font-size: 12px;

}
span.wait-integrate.compliteintegr{
    color: #1977f9;
    font-weight: bold;
}

.waitinfo {
    color: black;
    padding: 20px;
    background-color: #ffda82;
    font-weight: bold;
    text-align: center;
}

.accordion-button[aria-expanded="true"] .conf_logo {
    display: none;
}
.accordion-button[aria-expanded="true"] .right-info.sertHours {
    display: none !important;
}
.accordion-button[aria-expanded="true"] .sertThem {
    width: 100% !important;
    max-width: 100% !important;
}

.linktoans {
    padding: 10px;
    text-align: right;
    color: #979797;
    cursor: pointer;
}
.linktoans:hover {
    color: #373737;
}

.faq-section__item.accordion-item.linkedshow {
    border: solid 3px #1b78f9 !important;
}

input[type="date"] {
    min-width: 130px;
    text-align: center;
}
.toolhead {
    background: none !important;
}

.deletedoceas span {
    text-decoration: none !important;
    padding-top: 5px;

}

.ddcicon {
    width: 25px;
    margin-bottom: -5px;
}
#loginstatus {
    color: red;
    margin-bottom: 10px;
}
.accordion-button {
    min-height: 52px;
}
.modal-footer .btn.btn-form {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.modal_mode_container{
    padding: 40px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    padding-top: 0;
}

#seld1teacher {
    padding: 10px;
}
#CreateDodatok form {
    margin-bottom: 0;
}

.btn-group2.btn-group-years .btn {
    font-size: 18px;
    border-radius: 8px;
    min-width: 100px;
    margin-bottom: 5px;
}

.certificate__sub_footer {
    border-top: 1px solid var(--border);
    margin-top: 10px;
}

.certnovalid_teacherinfo {
    color: #F44336;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
}
.btn-white {
    color: black;
    border-color: black;
    padding: 7px;
}
#institutionTypeATT {
    margin-right: 30px;
}
.btn-white:hover {
    border-color: #1b78f9;
    color: #1b78f9;
}
#invconterr {
    padding: 10px;
    color: red;
    font-weight: bold;
}
#prewattinfoadm {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.csfilter {
    margin-right: 30px;
    text-decoration: underline;
    cursor: pointer;
}
.csfilter:hover {
 color: #1b78f9;
}

.csfilter.active {
    font-weight: bold;
   /*color: #1b78f9;*/
}

.doctypelabelcs {
    position: absolute;
    top: -8px;
    right: 35px;
    font-size: 10px;
    background-color: #fff;
    color: #1b78f9;
    padding: 2px 5px;
    line-height: 1;
    font-weight: normal;
}

