@font-face {
  font-family: 'DinOTRegular';
  src: url('fonts/DINOT-Regular.ttf');
}

@font-face {
  font-family: 'DinOTBold';
  src: url('fonts/DINOT-Bold.ttf');
}

@font-face {
  font-family: 'DinOTLight';
  src: url('fonts/DINOT-Light.ttf');
}

@font-face {
  font-family: 'DinOTBlack';
  src: url('fonts/DINOT-Black.ttf');
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
} 

body {
  font-family: "DinOTRegular", sans-serif;
  background-color: aliceblue;
  height: 100vh;
}

.col-main {
  background-color: white;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.title {
  font-family: sans-serif;
}

.btn-main {
  border-radius: 250px;
}

span>.bi::before {
  padding-top: 7px;
}

.primary-txt {
  color: #26b6e8;
}

span.primary-txt {
  font-weight: 600;
  font-size: large;
}

button.primary {
  background-color: #26b6e8;
  color: #fff;
}

button.primary:hover {
  background-color: #16a1d0 !important;
  color: #eee !important;
}

button.primary:active {
  background-color: #5dcaee !important;
  color: #fff !important;
}

button.primary:focus-visible {
  background-color: #16a1d0 !important;
  color: #fff !important;
  border-color: #117da2 !important;
}

.step {
  display: inline-block;
  background-color: #e8e8e8;
  color: #000000;
  height: 2em;
  width: 2em;
  border-radius: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.step.active {
  background-color: #26b6e8;
  color: #fff;
}

.step-divider {
  height: 2px;
  display: inline-block;
  background-color: #1f1f1d;
  vertical-align: middle;
  width: 5%;
  margin: 0px 5px 5px 5px;
}

img.picker:hover {
  opacity: 50%;
}