.content-main.loading-state {
    position: relative;
    /* pointer-events: none; */
}
.loading {
    display: none;
}
#download_yt {
    display: none;
}
.content-main.loading-state .loading {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.loading-message {
    width: 36vw;
    padding: 22px;
    background: #fff;
    margin: 30px auto 0 auto;
}
.placeholders {
    position: fixed;
    left: 0;
    bottom: -16px;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
}

#mainNav {
    flex-grow: 0;
}

.flash-alert {
    max-width: 40vw;
    margin: 0 auto;
}

.lang_dropdown button {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .75rem;
}

.lang_dropdown ul {
    min-width: auto;
}

.yt_url {
    word-break: break-all;
}

.lang_dropdown button::first-letter, .lang_dropdown .dropdown-item::first-letter {
    text-transform: uppercase;
}

.sr-only {
    display: none;
}

.pagination {
    justify-content: center;
    margin-top: 28px;
}

.navbar.bg-body-tertiary.fixed-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .float-start,
.navbar .float-end {
    display: flex;
    align-items: center;
}

.navbar .float-end p {
    margin: 0;
    display: flex;
    align-items: center;
}

.navbar .float-end p img {
    margin-right: 5px; /* Adjust spacing as needed */
}

/* New CSS for clickable text without underline */
.logo-link {
    text-decoration: none; /* Убираем подчеркивание */
    color: inherit; /* Сохраняем цвет текста */
    display: flex;
    align-items: center;
}

.logo-link b {
    margin-left: 5px; /* Настраиваем отступ при необходимости */
}

/* Стиль для бокового меню */
.profile-sidebar {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: left;
}

.profile-sidebar strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #343a40;
}

.profile-sidebar span {
    font-size: 16px;
    color: #6c757d;
}

.profile-sidebar a.btn {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #6c757d;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 5px;
}

.profile-sidebar a.btn:hover {
    background-color: #5a6268;
}

/* Общее оформление */
.profile-content {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

/* Стиль для ссылки "Скачать" */
.download-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #007bff;
}

.download-link:hover {
    text-decoration: underline;
}

.me-1 {
    margin-right: 0px; /* Уменьшение отступа */
}
.grecaptcha-badge {
    z-index: 1050;
}