/* COLORS */
/* Maroblue */
/* Icons */
:root {
  --base-color: #475971;
  --hightlight-color: #1e2533;
  --select-field-height: 50px;
}
.BtByt {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
}
.BtByt:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border: 2px solid #f9f9fa;
    border-top-color: #2f3b4b;
    -webkit-animation: VolMl .6s linear infinite;
            animation: VolMl .6s linear infinite;
  }
@-webkit-keyframes VolMl {
  to {
    transform: rotate(360deg);
  }
}
@keyframes VolMl {
  to {
    transform: rotate(360deg);
  }
}


/*# sourceMappingURL=main.a9d533dda70f8b8fe9bf.css.map*/