.btn-primary{
    color: #fff;
    background-color: #0C0F19;
    border-color: #373737;
}

.btn-primary:hover{
    color: #fff;
    background-color: #00897B !important;
    border-color: #26A69A !important;
}

.btn-secondary{

    background-color: #eaeaea;
}
.btn-secondary:hover{
    background-color: #d3d3d3 !important;
    border-color: #b8b8b8 !important;
}

.accordion-button::after{
    background-color: #eaeaea;
}

a{
    color: #0C0F19;
    font-weight: 600;
    cursor: pointer;
}

.form-switch.mode-switch .form-check-input, .form-switch.price-switch .form-check-input {
    order: 2;
    margin-left: 0;
    background-color: #0C0F19;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(101, 101, 101, 0.9);
}
.dark-mode .form-switch.mode-switch .form-check-input, .dark-mode .form-switch.price-switch .form-check-input {
    background-color: #373737;
}


.accordion-button:not(.collapsed)::after {
    background-color: #0C0F19;
    box-shadow: 0 -0.5rem 1.125rem -0.5rem rgba(101, 101, 101, 0.9);
}

.bg-secondary{
    background-color: #FAFAFA !important;
}
