.messages {
  font-size: 11px;
  color: black;
}
.loading {
  display: none;
}
.removing {
  display: none;
}
.image_preview { margin-bottom: 20px; }
.image_preview img {
  max-width: 100%;
}

.bg-light .container.bg-light h1 { font-size: 2.8rem; background-color: #FED00A; color: #10375d; }

.help-block { color: red; }
.errors li { display: none; }
.errors li.has-error { display: list-item; color: red; }

.hidden { display: none !important; }

img.icon { position: absolute; max-width: 2%; }
img.icon.centered { top: 28%; left: 49%; }

.custom-tooltip {
  --bs-tooltip-bg: #FFF3CD;
  --bs-tooltip-color: #664D03;
  margin-bottom: 20px;
}

/* summernote */
.note-editor .dropdown-toggle::after { display: none; }
/* end summernote */

/*------------------------------------
- COLOR wg-primary
------------------------------------*/
.alert-wg-primary {
    color: #000000;
    background-color: #6584d3;
    border-color: #5577ce;
}

.alert-wg-primary hr {
    border-top-color: #4167c8;
}

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

.badge-wg-primary {
    color: #fff;
    background-color: #182954;
}

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

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

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

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

.btn-wg-primary {
    color: #fff;
    background-color: #182954;
    border-color: #182954;
}

.btn-wg-primary:hover {
    color: #fff;
    background-color: #101b38;
    border-color: #0c152c;
}

.btn-wg-primary:focus, .btn-wg-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 41, 84, 0.5);
}

.btn-wg-primary.disabled, .btn-wg-primary:disabled {
    color: #fff;
    background-color: #182954;
    border-color: #182954;
}

.btn-wg-primary:not(:disabled):not(.disabled):active, .btn-wg-primary:not(:disabled):not(.disabled).active, .show > .btn-wg-primary.dropdown-toggle {
    color: #fff;
    background-color: #0c152c;
    border-color: #090f20;
}

.btn-wg-primary:not(:disabled):not(.disabled):active:focus, .btn-wg-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-wg-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 41, 84, 0.5);
}

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

.btn-outline-wg-primary:hover {
    color: #fff;
    background-color: #182954;
    border-color: #182954;
}

.btn-outline-wg-primary:focus, .btn-outline-wg-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 41, 84, 0.5);
}

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

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

.btn-outline-wg-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-wg-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-wg-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 41, 84, 0.5);
}

.list-group-item-wg-primary {
    color: #000000;
    background-color: #5577ce;
}

.list-group-item-wg-primary.list-group-item-action:hover, .list-group-item-wg-primary.list-group-item-action:focus {
    color: #000000;
    background-color: #4167c8;
}

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

.table-wg-primary,
.table-wg-primary > th,
.table-wg-primary > td {
    background-color: #5577ce;
}

.table-hover .table-wg-primary:hover {
    background-color: #4167c8;
}

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

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

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

.dropdown-item:active { background-color: #182954; }
/*------------------------------------
- END COLOR wg-primary
------------------------------------*/

/* Hamburger Menu */
@media only screen and (max-width: 991px) { /* lg */
  .bg-light .container.bg-light h1 { border-radius: initial !important; }
}
