
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #040000;
    background-color: #ff4c4c;
    border-color: #ff3737;
}

.alert-primary hr {
    border-top-color: #ff1e1e;
}

.alert-primary .alert-link {
    color: #000000;
}

.badge-primary {
    color: #fff;
    background-color: #7F0000;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #7F0000;
}

.bg-primary {
    background-color: #7F0000 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #7F0000 !important;
}

.border-primary {
    border-color: #7F0000 !important;
}

.btn-primary {
    color: #fff;
    background-color: #7F0000;
    border-color: #7F0000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5b0000;
    border-color: #7F0000;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(127, 0, 0, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7F0000;
    border-color: #7F0000;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7F0000;
    border-color: #3c0000;
}

.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(127, 0, 0, 0.5);
}

.btn-outline-primary {
    color: #7F0000;
    background-color: transparent;
    border-color: #7F0000;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #7F0000;
    border-color: #7F0000;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(127, 0, 0, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7F0000;
    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: #fff;
    background-color: #7F0000;
    border-color: #7F0000;
}

.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(127, 0, 0, 0.5);
}

.list-group-item-primary {
    color: #040000;
    background-color: #ff3737;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #040000;
    background-color: #ff1e1e;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #040000;
    border-color: #040000;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #ff3737;
}

.table-hover .table-primary:hover {
    background-color: #ff1e1e;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #ff1e1e;
}

.text-primary {
    color: #7F0000 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #4cffff !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #7F0000 !important;
}
.accordion-button:not(.collapsed)::after {
    color: #fff !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}



.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

a {
    color: #7F0000;
}
a:hover {
    color: #3c0000;
}