@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html,
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  background-color: #d41216 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

.container-fluid,
body {
  min-height: 100vh !important;
  padding-left: 0;
  padding-right: 0;
}

.text-404 {
  font-family: 'Roboto', sans-serif;
  margin-top: 20vh;
  text-align: center;
  color: #ffffff;
}

.col-12:has(.logo) {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.logo {
  width: 250px;
}

.text-404 h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 110px;
  font-weight: 700;
}

.text-404 h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-404 h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.home-btn:link,
.home-btn {
  font-family: 'Roboto', sans-serif;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 0px solid #000000;
  background-color: #ffffff;
  color: #d41216;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 5px 30px;
}

.home-btn:focus,
.home-btn:hover {
  background-color: #810000;
}

.home-btn:active {
  background-color: #ff0000;
}


.btn-check:focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, 0);
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {

  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, 0);
}