@media screen and (max-width: 1000px) {
    .logoo {
        display: none;
    }
    
    .logoa {
        display: block !important;
    }
    
    .names {
        display: none;
    }
    
    .nameso {
        display: block !important;
    }
}

h3 {
    font-family: 'Russo One', sans-serif;
}

.navbar {
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.navbar-brand img {
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler {
    border-color: transparent;
}

.stable1, .btn1 {
    background-color: #a51515 !important;
    border: none !important;
    outline: none !important;
    transition: background-color 0.3s ease;
}

.btn1:hover {
    background-color: #0a3d20 !important;
    color: white !important;
}

.ktba1 {
    color: #a51515 !important;
}

a {
    text-decoration: none !important;
}

.nav-item .dropdown-toggle::after {
    display: none;
}

.collapse {
    padding: 20px;
    background-color: #a51515 !important;
    transition: all 0.3s ease;
}

.collapse .list-group-item {
    background-color: transparent;
    transition: all 0.3s ease;
}

.collapse .list-group-item:hover {
    background-color: #0a3d20 !important;
    color: white !important;
}

.login {
    border: none !important;
    border-bottom: 2px solid #a51515 !important;
    background: none !important;
}

.card {
    border: none;
    border-radius: 10px;
}

.card-body {
    padding: 20px;
}

.card h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.table thead th {
    font-weight: bold;
}

.btn-primary {
    background-color: #0062cc;
    border-color: #0056b3;
}

.btn-primary:hover {
    background-color: #0046a8;
    border-color: #003983;
}

.fs-4 {
    font-size: 1.25rem;
}

.input-group-text {
    background-color: #f1f1f1;
    border-color: #d1d1d1;
}

.table-sm th, .table-sm td {
    padding: 0.5rem;
}

.shadow-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
