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;
}

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0;
    color: #838694;
    border: none;
}

    .custom-select option {
        color: white;
        padding: 0;
        border: none;
        margin: 0;
    }

.select-header .custom-select {
    background-color: #1b1f2e;
}

    .select-header .custom-select option {
        background-color: #1b1f2e;
    }

.select-footer .custom-select {
    background-color: #0f1425;
}

    .select-footer .custom-select option {
        background-color: #0f1425;
    }