
.navbar-brand {
    font-size: 14px;
}

.navbar {
    font-size: 16px;
}

.border-end-balance {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-width: 3px !important;
}

.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.label-hidden {
    visibility: hidden;
}

input:valid {
    border: 2px solid black;
}

select:valid {
    border: 2px solid black;
}

input:invalid {
    border: 2px dashed red;
}

.abonent-select {
    margin-top: 8px;
}

.year-select {
    margin-top: 8px;
}

.pay-select {
    margin-top: 8px;
}

.login-find {
    margin-top: 8px;
}

.index-title {
    text-align: center;
    margin-top: 12px;
    font-size: 3rem;
    font-weight: 300;
}

.main-block {
    margin-bottom: -10px;
}

.footer {
    /* background-color: #AFEEEE; */
    /* background-color: #c1c1c1; */
    background-color: #d1d1d1;
    padding: 10px;
    margin-bottom: -30px;
    font-size: 16px;
}

.footer-list-style {
    list-style-type: none;
    margin-left: -31px;
    padding-left: -31px;
}

/*
.footer-table {
    line-height: 1;
}
*/

.footer-copyright {
    font-size: 11px;
    margin-bottom: 0;
}

.main-menu {
    padding-top: 25px;
    padding-bottom: 20px;
}

.main-menu-adm {
    padding-top: 25px;
    padding-bottom: 20px;
}

.spinner-border-sm {
    margin-top: 10px;
    margin-left: 10px;
}

.confirm-text {
    margin-left: 30px;
}

.book-year-row {
    font-weight: bold;
}

.payment-year-row {
    font-weight: bold;
}

.card-header-main {
    font-weight: bold;
}

.card-title-abonent {
    font-weight: 600;
}

.card-header-style {
    height: 50px;
    padding-top: 7px;
    font-weight: bold;
}

.card-body-style {
    margin-bottom: -20px;
    margin-top: -10px;
}

.profile-card-body {
    margin-bottom: -20px;
}

.container-card-style {
    padding-top: 30px;
}

.profile-edit-label {
    font-weight: bold;
}

.login-label {
    font-weight: 600;
}

.new-password-label {
    font-weight: 600;
}

.registration-label {
    font-weight: 600;
    margin-top : 0px;
    margin-bottom: 4px;
}

.registration-group-row {
    margin-bottom: 3px;
}

.registration-or-login {
    font-style: italic;
}

.send-letter-label {
    font-weight: 600;
    margin-top : 0px;
    margin-bottom: 4px;
}

.captcha {
    margin-top: 23px;
}

/* кнопки с сылкой на сайт (почту)*/
.btn-ref {
    text-align: left;  /* center; */
}

.table-protocol {
    font-size: 90%;
}

.counter-number {
    font-weight: 600;
    text-align: left;
}

.counter-info {
    font-weight: 500;
    font-style: italic;
    color: teal;
}

.sub-link {
    font-weight: 400;
    font-style: italic;
}

.border-bottom {
    border-bottom: none;
}

.border-top {
    border-top: none;
}

/* Мигающая ссылка*/
.blink {
    animation: blink 2s infinite; /* Параметры анимации */
}

@keyframes blink {
    from {
        opacity: 1; /* Непрозрачный текст */
    }
    to {
        opacity: 0; /* Прозрачный текст */
    }
}

.message-text {
    font-weight: 400;
    font-style: italic;
}
