.select-search__options
{
  margin: 0 !important;
  padding: 0 !important;
}

.select-search {
  width: auto;
}

.pagination {
  justify-content: center;
}

.tile {
  max-width: 520px;
  margin: 0 auto;
}

.hr-primary {
  margin-top: 0;
  margin-bottom: 1rem;
  border: 0;
  border-top: 5px solid #007bff;
}

label {
  margin-top: 0.5rem;
  margin-bottom: 0.0rem;
}

.select-search__input {
  box-shadow: none;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: calc(1.5em + .75rem + 5px);
}
@-webkit-keyframes loaderFadeIn {
  0% {
    opacity:0;
  }

  25% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

@keyframes loaderFadeIn {
  0% {
    opacity:0;
  }

  25% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

.loader{
  text-align: center;
  width: 100%;
  overflow: hidden;
  -webkit-animation: fadeIn ease 5s;
  animation: fadeIn ease 5s;
}

.loader-spinner {
  display: inline-block;
  text-align: center;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #00b693;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { transform: rotate(0deg);
  }

  100% { transform: rotate(360deg);
  }
}

@keyframes spin {
  0% { transform: rotate(0deg);
  }

  100% { transform: rotate(360deg);
  }
}

/*.nav-link {
    margin: 0 15px;
}*/

/*# sourceMappingURL=0.fa70e9c89a426bd7a91d.css.map*/