@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@100;200;300;400;500;600;700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: 'Google Sans', sans-serif;
  /* color: #555; */
}

html,
body {
  overflow: auto;
}

@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 {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

.card {
  border: 1px solid #dc354540;
}

hr {
  color: #dc3545;
}

form .btn-theme {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

form .btn-theme:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

button:focus:not(:focus-visible) {
  outline: 0;
}


::-moz-focus-inner {
  padding: 0;

  border-style: none;

}

button:focus:not(:focus-visible) {
  outline: 0;

}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--bs-danger);
  border-color: #fe8686;
}

.form-check-input:checked {
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.text-theme {
  color: var(--bs-danger);
}

form {
  color: #555;
}

button.swal2-confirm.swal2-styled {
  background-color: var(--bs-danger);
}

button.swal2-confirm.swal2-styled:focus-visible {
  background-color: #dc35453b;
}

a {
  text-decoration: none;
}