@import url("../bootstrap-5.3.3-dist/css/bootstrap.min.css");

html { scrollbar-gutter: stable; }

* {font-family: "Figtree", sans-serif; font-optical-sizing: auto; }


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #011c31;
    background-color: #7dc3fb;
    border-color: #69bafb;
}

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

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

.badge-primary {
    color: #fff;
    background-color: #0460A9;
}

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #0460A9;
    border-color: #0460A9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #034c86;
    border-color: #024377;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 96, 169, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0460A9;
    border-color: #0460A9;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #024377;
    border-color: #023b68;
}

.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(4, 96, 169, 0.5);
}

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0460A9;
    border-color: #0460A9;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(4, 96, 169, 0.5);
}

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

.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(4, 96, 169, 0.5);
}

.list-group-item-primary {
    color: #011c31;
    background-color: #69bafb;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #011c31;
    background-color: #50affa;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #011c31;
    border-color: #011c31;
}

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

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

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

li a, .text-primary {
    color: #0460A9 !important;
}

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

h1 {font-weight: bold;}