/* bootstrap mods */
/* responsive borders */
@media (max-width: 575px) {
  .border-top-0 {
    border-top: none !important;
  }
  .border-start-0 {
    border-left: none !important;
  }
  .border-bottom-0 {
    border-bottom: none !important;
  }
  .border-end-0 {
    border-right: none !important;
  }
}
@media (min-width: 576px) {
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
}
@media (min-width: 768px) {
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.fstr-condensed {
  font-stretch: condensed;
}

.border-transparent {
  border-color: transparent;
}

/*# sourceMappingURL=bootstrap.css.map */
