.nav-pills .nav-link {
    color: #2c3e50 !important;
}

.nav-pills .nav-link:hover {
    color: #7B68EE!important;
}

.nav-pills .nav-link.active {
    color: #2c3e50 !important;
    background-color: #FFDAB9 !important;
}

.nav-pills .card-header-pills {
    color: #2c3e50 !important;
    background-color: #E6E6FA !important;
}

.btn-secondary {
    background-color: #D3D3D3 !important;  
    color: #2c3e50 !important;        
    border-color: #D3D3D3 !important;    
}

.btn-primary {
    background-color: #FFDAB9 !important;
    border-color: #FFDAB9 !important;
     color: #2c3e50 !important;      
}

.accordion {
    max-width: 800px;     
    margin: 0 auto;        
    width: 90%;          
}

.accordion-item {
    border: 1px solid #FFDAB9 !important;    
    margin-bottom: 15px !important;           
    border-radius: 15px !important;           
    overflow: hidden;                         
}

.accordion-button {
    background-color: #FFDAB9 !important;     
    color: #2c3e50 !important;        
    font-weight: 500;
    padding: 15px 20px !important;
}

/* Заголовок при наведении */
.accordion-button:hover {
    background-color: #FFC4A0 !important; 
    color: #7B68EE!important;
}

.accordion-button:not(.collapsed) {
    background-color: #FFDAB9 !important;
    color: #2c3e50 !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: #FFDAB9 !important;
}

