body {
    font-family: Inter;
}

.btn-main {
    background-color: #363636;
    color: white;
}

.btn-main:active {
    background-color: #646464 !important;
    color: white !important;
}

.btn-main:hover {
    background-color: #9d9d9d;
    color: white;
}

.btn-sub {
    background-color: white;
    border: 1px solid #363636 !important;
    color: #363636;
}

.btn-sub:active {
    background-color: #cacaca !important;
    color: #363636 !important;
}

.btn-sub:hover {
    background-color: #ebebeb;
    color: #363636;
}

.btn-delete {
    background-color: #e6735c;
    color: white;
}

.btn-delete:active {
    background-color: #ee9d8d !important;
    color: white !important;
}

.btn-delete:hover {
    background-color: #ee9d8d;
    color: white;
}

.accordion-button {
    --bs-accordion-btn-bg: #777777;
    --bs-accordion-btn-color: white;
    --bs-accordion-active-bg: #777777;
    --bs-accordion-active-color: white;
    font-size: 22px;

    @media screen and (max-width: 992px) {
        font-size: 16px;
    }
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
