html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.required:after {
    content: " *";
    color: red;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: red;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

/* Remove up-down arrow from number input*/
/* Remove up-down arrow from number input. 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;
}


hr {
    position: relative;
    top: 10px;
    border: none;
    height: 0.5px;
    background: black;
    margin-bottom: 30px;
}

fieldset {
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
}

legend {
    background-color: lightgrey;
    font-size: small;
    font-weight: bold;
    color: black;
    padding: 5px 5px;
}
