/*
Theme Name: Bootstrap Basic
Version: 9999992
*/

html, body {
    height: 100%;
    margin: 0;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content.login_vertical{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*
Required WordPress CSS
*/
.aligncenter {
    text-align: center;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.site-title-heading{
	margin-bottom: 87px;
}
.site-title-heading img{
	width:auto!important;
	height:auto!important;
	max-height:50px;
	max-width:100%;
}
.navbar-nav>li>a.nav-link{
	font-size: 16px;
}
.list-group-item.user-item:hover,.list-group-item.user-item.active{
	color: var(--bs-btn-hover-color);
	background: #ec971f;
    border-color: #d58512;
	cursor:pointer;
}
.navbar-toggle .icon-bar{
	background: #000;
}
.navbar-toggle{
	border-color: gray;
}
.navbar-collapse{overflow:hidden}
.form-label,.form-check-label,#login-submit,#show-reset-form{
	font-size:14px;
}
/* Добавьте эти стили в ваш main.css или создайте отдельный файл user-profile.css */

.user-profile-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.user-profile-container .card {
    border: none;
    border-radius: 10px;
}

.user-profile-container .card-header {
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.user-profile-container .form-label {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.user-profile-container .form-control {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.user-profile-container .form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.user-profile-container .form-control.is-valid {
    border-color: #28a745;
}

.user-profile-container .form-control.is-invalid {
    border-color: #dc3545;
}

.password-strength {
    margin-top: 0.5rem;
}

.password-strength .progress {
    background-color: #e9ecef;
    border-radius: 3px;
    margin-top: 0.25rem;
}

.password-strength .progress-bar {
    transition: width 0.3s ease;
    border-radius: 3px;
}

.user-profile-container h5 {
    color: #495057;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.user-profile-container .table td {
    border-top: 1px solid #e9ecef;
    padding: 0.5rem;
}

.user-profile-container .btn {
    border-radius: 6px;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
}

.user-profile-container .alert {
    border: none;
    border-radius: 6px;
    font-weight: 500;
}

/* Анимация для сообщений */
.user-profile-container .alert {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптивность */
@media (max-width: 768px) {
    .user-profile-container .col-md-6 {
        margin-bottom: 2rem;
    }
    
    .user-profile-container .d-flex {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Стили для индикатора загрузки */
.user-profile-container button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Улучшенные стили для таблицы информации */
.user-profile-container .table {
    background-color: #f8f9fa;
    border-radius: 6px;
    overflow: hidden;
}

.user-profile-container .table td:first-child {
    background-color: #e9ecef;
    font-weight: 600;
    width: 40%;
}
.card-header.bg-primary {
    background-color:#3366ff!important;
}