html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*.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;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.navbar-brand img {
    max-height: 53px;
}

.btn-blue {
    color: white !important;
    background-color: rgb(0, 0, 233);
}


.form-control:focus, .btn:focus {
    outline: none !important;
    /*border: none !important;*/
    box-shadow: none !important;
}

.btn-outline-blue {
    color: rgb(0, 0, 233);
    border-color: rgb(0, 0, 233);
}

.btn-outline-blue:hover {
    color: white;
    background-color: rgb(0, 0, 233);
    border-color: rgb(0, 0, 233);
}

.nice-select ul {
    max-height: 400px !important;
    overflow: scroll !important;
}

.dropdown-menu {
    min-width: 290px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.dropdown-menu a {
    color: rgb(0, 0, 233) !important;
}