
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #92203f;
    background-color: #fefbfc;
    border-color: #faebef;
}

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

.alert-primary .alert-link {
    color: #69172d;
}

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

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

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

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

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

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

.btn-primary:hover {
    color: #212529;
    background-color: #d23760;
    border-color: #cd2d58;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 85, 120, 0.5);
}

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

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

.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(217, 85, 120, 0.5);
}

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

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

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 85, 120, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #d95578;
    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: #d95578;
    border-color: #d95578;
}

.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(217, 85, 120, 0.5);
}

.list-group-item-primary {
    color: #92203f;
    background-color: #faebef;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #92203f;
    background-color: #f5d6de;
}

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

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

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

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

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

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