:root {
    --bs-body-bg: #F5F5F5; 
}

html, body {
            height: 100%;
            margin: 0;
        }
        
        body {
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        body {
            position: relative;
            width: 100%;
            background: #F5F5F5 !important;
            font-family: 'Montserrat', sans-serif;
            overflow-x: hidden;
        }
        
        .navbar-brand img {
            margin-right: 10px;
        }
        .navbar-brand {
            display: flex;
            align-items: center;
        }
        
        .nav-activated {
            
            
            border-radius: 0px 0px 5px 5px;
            padding: 15px 0;
        }
        
        .notification-badge {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 0.6rem;
            transform: translate(25%, -25%);
        }
        
        .sidebar {
            position: fixed;
            width: 250px;
            height: 100vh;
            left: 0;
            top: 0;
            background: #FFFFFF;
            box-shadow: 4px 0px 7px rgba(0, 0, 0, 0.06);
            border-radius: 0px 20px 20px 0px;
            z-index: 1000;
            transition: width 0.3s ease;
            background-color: rgba(255, 255, 255, 0.8)
        }
        
        .sidebar.collapsed {
            width: 70px;
        }

        .sidebar.collapsed .nav-text {
    opacity: 0; /* Скрыть текст при свертывании */
    visibility: hidden; /* Убрать элемент из потока документа */
    height: 0; /* Убрать высоту элемента */
    margin: 0; /* Убрать отступы */
}
        .px-2 {
            padding-top: 4rem;
        }
        
        .sidebar .nav-link {
            color: #AEADB1;
            padding: 0.75rem 1rem;
            border-radius: 8px;
            margin-bottom: 0.5rem;
            transition: all 0.3s;
            white-space: nowrap;
            display: flex; /* Используем flex для выравнивания иконки и текста */
            align-items: center;
        }
        
        .sidebar .nav-link:hover, .sidebar .nav-link.active {
            background-color: #E02A36;
            color: white;
        }

        .sidebar.collapsed .nav-link {
            padding: 10px 5px; /* Уменьшаем отступы при свертывании */
            width: 50px;
}
        
        .sidebar .nav-link i {
            margin-right: 10px;
            font-size: 1.2rem;
            min-width: 25px;
        }
        
        .main-content {
            margin-left: 108px;
            transition: margin-left 0.3s ease;
        }
        
        .main-content.expanded {
            margin-left: 60px;
        }
        
        .welcome-section {
            background: #FBFAFC;
            border-radius: 6px;
            padding: 2rem;
            margin-top: 2rem;
        }
        
        
        
        
        .btn-gradient {
            background: linear-gradient(90deg, #FE5C60 0%, #E02A36 100%);
            border-radius: 17.6398px;
            color: #FFFFFF;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            padding: 10px 25px;
            border: none;
        }
        
        
        
        
        @media (max-width: 992px) {
            .sidebar {
                width: 60px;
            }
            
            .sidebar .nav-link span {
                display: none;
            }
            
            .main-content {
                margin-left: 60px;
            }
        }
        
        @media (max-width: 768px) {
                .sidebar {
        display: none; /* Полное скрытие панели на маленьких экранах */
        .main-ranepa {
            font-size: 24px;
        }
    }
    
    .main-content {
        margin-left: 0; /* Убираем отступ для основного контента */
    }
            
            .hero-title {
                font-size: 2.5rem;
            }
        }

        .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Выравнивание по левому краю */
}

.main-title {
    font-family: 'Orbitron', sans-serif; /* Убедитесь, что шрифт Orbitron подключен */
    color: #E02A36; /* Цвет для заголовка */
    font-size: 16px; /* Размер шрифта можно настроить */
    font-weight: bold;
}

.sub-title {
    font-family: 'Montserrat', sans-serif; /* Убедитесь, что шрифт Montserrat подключен */
    color: #171520; /* Цвет для подзаголовка */
    font-size: 10px; /* Размер шрифта можно настроить */
    text-transform: uppercase;
}

.logo {
    max-width: 150px; 
    height: auto;
}

.text-container {
    display: flex;
    flex-direction: column; /* Расположение элементов по вертикали */
    
    text-align: center; /* Центрирование текста */
    margin-left: 10px; /* Добавьте отступ, если необходимо */
}

.bi-bell {
    color: #2190D0; /* Устанавливаем цвет иконки */
}

#navbarNav .nav-link {
    color: #E02A36; /* Цвет текста */
}

.me-1 {
    color: #E02A36; /* Цвет иконки */
}

.idiss-button {
    color: #ffffff; /* Цвет текста кнопки */
    background-color: #E02A36; /* Цвет фона кнопки (можно изменить, если нужно) */
    border: none; /* Убираем границу, если она есть */
}

.idiss-button:hover {
    background-color: #d02a36; /* Цвет фона при наведении (можно изменить) */
}
.balance {
    display: block; 
    font-weight: bold; 
    margin-top: 5px;
    color:#2190D0;
}


.main-ranepa {
    color: #E02A36;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* Bold */
    font-size: 48px; /* Размер шрифта */
  }

  .btn-ranepa {
    width: 30%;
    padding: 10px;
    background-color: #E02A36;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 40px;
}
.btn-ranepa:hover {
    background-color: #6b0c0c;
}
.container {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
   
}


.list-group li {
    margin-left: 40px;
}
.my-spinner {
    width: 4rem; 
    height: 4rem;
    color: #6b0c0c;
    margin-top: 30px;
}

.search-label {
    float: none;
    
}

.search-checkbox {
    margin-top: 20px;
}

.footer-container {
    padding:2rem;
    border-top-left-radius: 15px; /* Закругление верхнего левого угла */
    border-top-right-radius: 15px; /* Закругление верхнего правого угла */
    background-color: #343a40;
}
