html {
  font-size: 14px;
}

@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 {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/** Loading **/

@keyframes ldio-51e1saj6fix {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.ldio-51e1saj6fix div {
    position: absolute;
    width: 64px;
    height: 64px;
    border: 8px solid #ff9424;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-51e1saj6fix div {
    animation: ldio-51e1saj6fix 1s linear infinite;
    top: 50px;
    left: 50px
}

.loadingio-spinner-rolling-4qw9yr01hes {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-51e1saj6fix {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-51e1saj6fix div {
        box-sizing: content-box;
    }
/* generated by https://loading.io/ */