main.text-center {
    /*margin-top: 25px;*/
    /*margin-bottom: 125px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text__content ol li,
.text__content ul li {
    margin-left: 0;
}

#search_login_div {
    position: relative;
    max-width: 500px;
}

.input-group {
    position: relative;
    max-width: 500px;
}

input {
    background: transparent;
    border: 2px solid #076b8f;
    border-radius: 5px;
    height: 38px;
    outline: none;
    max-width: 500px;
    width: 100%;
    color: #076b8f;
    font-size: 15pt;
    padding: 0 34px 0 12px;
}

.input-group-append {
    background: none;
    border: none;
    cursor: pointer;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
}

/*#search_login {*/
/*    background: transparent;*/
/*    border: 2px solid #076b8f;*/
/*    border-radius: 5px;*/
/*    height: 38px;*/
/*    outline: none;*/
/*    max-width: 500px;*/
/*}*/

#search_login__btn {
    background: none;
    border: none;
    cursor: pointer;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.row-group {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

small.small-help {
    max-width: 500px;
}

.btn {
    background-color: #ec7501;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    /*margin-left: 26px;*/
    padding: 0 35px;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-white {
    background-color: #fff;
    color: #076b8f;
}

.btn-danger {
    background-color: #ff0000;
    color: #fff !important;
}

.btn-blue {
    background-color: #076b8f;
}

.btn-full {
    width: 100%;
}

a.btn {
    padding: 0 35px;
}

a.btn:after {
    content: none !important;
}

a.no_arrow {
    padding-right: 0;
}

a.no-arrow:after {
    content: none !important;
}

.login-buttons {
    display: flex;
    gap: 35px;
}

@media (max-width: 480px) {
    .login-buttons {
        flex-direction: column;
        gap: 10px;
    }
}

.login-input {
    max-width: 100%;
}

.mx-35 {
    margin: 35px 0;
}

.my-10 {
    margin: 10px 0;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.alert {
    border-radius: 5px;
    padding: 34px;
    width: 100%;
}

.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.btn.tablinks {
    background-color: #076b8f;
    margin: 35px 0;
}

.btn.tablinks.active {
    background-color: #fff;
    color: #076b8f;
}

.btn svg {
    fill: white;
    width: 18px;
    padding-right: 5px;
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
button.logout {
    /*background: none!important;*/
    border: none;
    /*padding: 0!important;*/
    /*optional*/
    /*font-family: arial, sans-serif;*/
    /*input has OS specific font-family*/
    /*text-decoration: underline;*/
    cursor: pointer;
    color: #5a83ec;
    display: inline-block;
    padding-right: 20px;
    position: relative;
}

button.logout:hover {
    text-decoration: underline;
}

button.logout:after {
    background-image: url(https://www.kspu.ru/img/icon-arrow_big_p.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

.flex {
    display: flex;
}

.gap-1 {
    gap: 1rem;
}

.vit_menu_item.active {
    color: #ec7501 !important;
}

a.btn-primary {
    color: #fff;
}

a.btn-primary.active {
    background-color: #076b8f;
}

.form-select {
    display: block;
    /*width: 100%;*/
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    height: 38px;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 2px solid #076b8f;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

.background-white {
    background-color: #fff;
}

.w-100 {
    min-width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.table {
    display: inline-table !important;
}

thead th {
    text-align: start !important;
    font-weight: bold !important;
}

#search_login_div {
    padding-right: 0;
}

.footer__nav {
    flex-direction: column;
}

#djDebugPanelList input {
    max-height: 13px;
    max-width: 13px;
}

.build-version {
    opacity: 0.5;
    font-size: 0.8em;
}

/* Стили для кнопок просмотра пароля */
.password-toggle-btn {
    background: transparent;
    border: none;
    height: 100%;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
    transition: background-color 0.2s ease;
}

.password-toggle-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.password-toggle-btn:focus {
    outline: none;
    box-shadow: none;
}

.eye-icon {
    width: 20px;
    height: auto;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.password-toggle-btn:hover .eye-icon {
    opacity: 1;
}

.eye-icon-slash {
    opacity: 0.9;
}

.password-suggestions {
    max-width: 500px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.password-suggestions ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.password-suggestions li {
    padding: 3px 0;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 0 !important;
}

.password-suggestions li.valid {
    color: #28a745;
}

.password-suggestions li.invalid {
    color: #dc3545;
}

.password-suggestions:empty {
    display: none;
}

.password-suggestions p.valid {
    margin-bottom: 0 !important;
}

a#djToggleThemeButton {
    display: none !important;
}
