﻿
.button-style {
    color: white !important;
    background-color: #710b3d !important;
}

    .button-style:hover {
        color: white !important;
        background-color: #9a1354 !important;
    }

/*Not working below*/
.button-sytle:disabled {
    background-color: #dae0e5 !important;
}


.accordion-button {
    color: white !important;
    background-color: #710b3d !important;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #9a1354 !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='%230c63e4'%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);
        transform: rotate(-180deg);
    }


.accordion-button:focus {

    box-shadow: 0 0 0 0 rgba(0,0,0,0) !important;
    
}
