
.sb-btn-group-toggle>.btn-secondary {
    background-color: transparent !important;
    color: black !important;
    border: 1px solid #D7D7D7 !important;
    border-radius: 5px !important;
    width: inherit !important;
}

.sb-btn-group-toggle>.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #710D0D !important;
    color: white !important;
}

.sb-btn-group-toggle>.btn-secondary:not(:last-child):not(.dropdown-toggle) {
    margin-right: 5px;
}

.sb-btn-group-toggle>.btn-secondary:not(:first-child) {
    margin-left: 5px;
}

.sb-btn-group-toggle>label.btn.btn-secondary {
    box-shadow: none;
}

@media only screen and (min-width: 1200px) { /* Extra Large: .col-lx- */

}

@media only screen and (min-width: 992px) and (max-width: 1199px) { /* Large: .col-lg- */

}

@media only screen and (min-width: 768px) and (max-width: 991px) { /* Medium: .col-md- */

}

@media only screen and (min-width: 576px) and (max-width: 767px) { /* Small: .col-sm- */

}

@media only screen and (max-width: 575px) { /* Extra small: .col-xs- */

}
