﻿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%;
}


.loader-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #007bff; 
    color: white;
    font-size: 18px;
    border: 2px solid #007bff;
}

.button-disabled {
    background-color: #9883d5 !important;
}
.is-invalid {
    border-color: red;
}
.is-valid {
    border-color: rgb(28 208 122) !important;
}

.d-ruby-text {
    display: ruby-text;
}