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;
}

.btn-sp {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ee2e24;
    --bs-btn-border-color: #ee2e24;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #D12219;
    --bs-btn-hover-border-color: #C92118;
    --bs-btn-focus-shadow-rgb: 242, 78, 70;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C92118;
    --bs-btn-active-border-color: #BA1E16;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ee2e2480;
    --bs-btn-disabled-border-color: #ee2e2480;
}

.field-validation-error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}


.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    background-color: transparent;
}

.select2-container .select2-selection--multiple {
    display: inline-block;
    padding-bottom: 5px;
}