﻿@import url(Roboto.css);
html, body {
  font-family: "Roboto", sans-serif;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-select:focus, .form-control:focus,
.form-check-input:focus, .k-input.form-control.k-focus, .k-input-solid:focus-within {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.k-input.form-control input.form-control {
  box-shadow: none;
}

html {
  position: relative;
  min-height: 100%;
}

#mainloader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
