body,
html {
    background: #f8f9fa !important;
    /* background: #222222 !important; */
    /* font-family: Helvetica, Arial, sans-serif; */
    font-family: system-ui;
    /* font-family: "Enriqueta", arial, serif; */
    height: 100%;
    /* color: #555555; */
    color: #008B8B;
    margin: 0;
    padding: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.alert-modal::before {
    content: "Status: ";
}


.form-control:disabled {
    background-color: #FFFFFF;
}


.btn,
.card,
.card-header:first-child,
.card-footer:last-child,
.navbar-toggler,
.form-control,
.form-select,
.modal-content,
.modal-header {
    border-radius: 0;
}

.form-check-input:focus,
.form-control:focus,
.form-select:focus {
    outline: 0;
    box-shadow: none;
}


.form-check-label,
.alert-modal {
    font-size: 13px;
    font-style: italic;
}


i.fa {
    font-size: 20px;
}