.border-top {
  border-top: 1px solid #e2e8f0 !important;
}

.border-bottom {
  border-bottom: 1px solid #e2e8f0 !important;
}

.border-0 {
  border: 0 !important;
}

.rounded {
  border-radius: 8px !important;
}

.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e2e8f0 !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #e2e8f0 !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .rounded-sm {
    border-radius: 8px !important;
  }
  .rounded-sm-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-sm-bottom {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-sm-left {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e2e8f0 !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #e2e8f0 !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .rounded-md {
    border-radius: 8px !important;
  }
  .rounded-md-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-md-bottom {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-md-left {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e2e8f0 !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e2e8f0 !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .rounded-lg {
    border-radius: 8px !important;
  }
  .rounded-lg-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-lg-bottom {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-lg-left {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e2e8f0 !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #e2e8f0 !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .rounded-xl {
    border-radius: 8px !important;
  }
  .rounded-xl-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-xl-bottom {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-xl-left {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
}
.test {
  border: 2px solid red;
}

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