@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.app-header .navbar-brand {
    font-size: 1.3rem;
    justify-content: left;
    padding: 0 2.25rem;
    width: 250px;
}

body, .btn, .form-control {
    font-size: .850rem;
}

i.nav-icon {
    vertical-align: middle;
}

.text-overflow-ellipsis {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-value {
    font-size: 1.25rem;
}

.h2, h2 {
    font-size: 1.85rem;
}

h3, .h3 {
    font-size: 1.60rem;
}

body, html {
    font-family: 'Lato', sans-serif;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
