body {
    /*font-family: "Alhurra", serif;*/
    font-family: "Alhurra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.form-control {
    height: 40px;
    background-position: left 0.75rem center;
}

.form-control-sm {
    font-size: 1rem;
}

.v-select .dropdown-toggle {
    min-height: 42px;
}

.mb--80 {
    margin-bottom: -80px;
}

.btn-md {
    font-size: 14px;
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #333
}
