.btn-brand {
    background-color: rgb(250 204 0);
    border-color: rgb(250 204 0);
    color: #000;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.svg {
    fill: #fff;
}
.btn-search {
    margin-left: 0.5rem;
}

.btn-icon {
    gap: 6px;
    white-space: nowrap;
}

.btn-outline-gray {
    background: none;
    border-color: #dee2e6;
    color: rgba(0, 0, 0, 0.87);
}

.btn-icon-start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
}

.menu-sub-item.active {
    color: rgb(255 208 0);
    font-weight: 500;
}

.menu-sub-item:hover {
    color: rgb(255 208 0);
    font-weight: 500;
}

.btn-secondary {
    background-color: rgb(255 208 0);
    color: #000;
    font-weight: 500;
}


.form-check-input:checked {
    background-color: #ffd000;
    border-color: #ffd000;
}
