/* https://lingtalfi.com/bootstrap4-color-generator */


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #796102;
    background-color: #fdf2c4;
    border-color: #fdeeb0;
}

.alert-primary hr {
    border-top-color: #fce997;
}

.alert-primary .alert-link {
    color: #473901;
}

.badge-primary {
    color: #212529;
    background-color: #f1c305;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #212529;
    background-color: #bf9a03;
}

.bg-primary {
    background-color: #f1c305 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #bf9a03 !important;
}

.border-primary {
    border-color: #f1c305 !important;
}

.btn-primary {
    color: #212529;
    background-color: #f1c305;
    border-color: #f1c305;
}

.btn-primary:hover {
    color: #212529;
    background-color: #cea604;
    border-color: #bf9a03;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 195, 5, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #212529;
    background-color: #f1c305;
    border-color: #f1c305;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #bf9a03;
    border-color: #b08e03;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 195, 5, 0.5);
}

.btn-outline-primary {
    color: #f1c305;
    background-color: transparent;
    border-color: #f1c305;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #f1c305;
    border-color: #f1c305;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 195, 5, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #f1c305;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #f1c305;
    border-color: #f1c305;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 195, 5, 0.5);
}

.list-group-item-primary {
    color: #796102;
    background-color: #fdeeb0;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #796102;
    background-color: #fce997;
}

.list-group-item-primary.list-group-item-action.active {
    color: #212529;
    background-color: #796102;
    border-color: #796102;
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #fdeeb0;
}

.table-hover .table-primary:hover {
    background-color: #fce997;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #fce997;
}

.text-primary {
    color: #f1c305 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #bf9a03 !important;
}