@font-face {
  font-family: '29LT';
  src: url("../fonts/29LT/29ltbukraregular.otf"); }
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/avenir/avenir.ttf"); }
@font-face {
  font-family: 'droid';
  src: url("../fonts/droid/regular.ttf"); }
@font-face {
  font-family: 'Avenir-Regular';
  src: url("../fonts/avenir/AvenirNext-Regular.ttf"); }
@font-face {
  font-family: 'Avenir-Roman';
  src: url("../fonts/avenir/AvenirLTStd-Roman.otf"); }
@font-face {
  font-family: 'Lato-regular';
  src: url("../fonts/Lato/Lato-Regular.ttf"); }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Black.ttf"); }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto/Roboto-Bold.ttf"); }
@font-face {
  font-family: 'Roboto-BlackItalic';
  src: url("../fonts/Roboto/Roboto-BlackItalic.ttf"); }
@font-face {
  font-family: 'Roboto-Italic';
  src: url("../fonts/Roboto/Roboto-Italic.ttf"); }
@font-face {
  font-family: 'Raleway-Medium';
  src: url("../fonts/Raleway/Raleway-Medium.ttf"); }
html, body {
  font-family: 'Avenir-Regular'; }

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100000; }
  .loader .d-flex {
    flex-direction: column;
    height: 100%; }
    .loader .d-flex .spinner-border {
      width: 5em;
      height: 5em; }
      .loader .d-flex .spinner-border .text-primary {
        color: #00bfbd; }

body {
  background-color: #f9f9f9; }

.filters span {
  font-family: 'avenir'; }

.teachers {
  margin-top: 30px;
  animation-name: fadeIn;
  animation-duration: .5s; }

/*# sourceMappingURL=find-teacher.css.map */
