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;
}

/* ????? ????? Select2 ?? ???? ??????? */
.select2-container--default .select2-selection--single {
    height: 58px !important; /* ??? ?????? input ???? form-floating */
    padding: 1rem 0.75rem 0 0.75rem !important;
    border-radius: 0.375rem;
    border: 1px solid #ced4da;
    background-color: #fff;
    font-size: 1rem;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    color: #212529;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px !important;
    right: 10px;
}