
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #956401;
    background-color: #fef4df;
    border-color: #feedcb;
}

.alert-primary hr {
    border-top-color: #fee4b2;
}

.alert-primary .alert-link {
    color: #634201;
}

.badge-primary {
    color: #212529;
    background-color: #fcb016;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #212529;
    background-color: #dc9402;
}

.bg-primary {
    background-color: #fcb016 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #dc9402 !important;
}

.border-primary {
    border-color: #fcb016 !important;
}

.btn-primary {
    color: #212529;
    background-color: #fcb016;
    border-color: #fcb016;
}

.btn-primary:hover {
    color: #212529;
    background-color: #eb9e03;
    border-color: #dc9402;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 176, 22, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #fcb016;
    border-color: #fcb016;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #dc9402;
    border-color: #cd8a02;
}

.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(252, 176, 22, 0.5);
}

.btn-outline-primary {
    color: #fcb016;
    background-color: transparent;
    border-color: #fcb016;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #fcb016;
    border-color: #fcb016;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 176, 22, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #fcb016;
    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: #fcb016;
    border-color: #fcb016;
}

.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(252, 176, 22, 0.5);
}

.list-group-item-primary {
    color: #956401;
    background-color: #feedcb;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #956401;
    background-color: #fee4b2;
}

.list-group-item-primary.list-group-item-action.active {
    color: #212529;
    background-color: #956401;
    border-color: #956401;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #feedcb;
}

.table-hover .table-primary:hover {
    background-color: #fee4b2;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #fee4b2;
}

.text-primary {
    color: #fcb016 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #dc9402 !important;
}
