@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito");
.loading-indicator:before {
  content: "";
  background: #000000cc;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.loading-indicator:after {
  content: "กำลังโหลดข้อมูล...";
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 1001;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.modal-box {
  width: 50%;
  background-color: white;
  margin-left: 25%;
  margin-top: 5%;
  border-radius: 3px;
  padding: 10px;
  overflow-y: auto;
  height: 550px;
}

.unPaddingLR {
  padding-left: 0;
  padding-right: 0;
}

.react-paginate {
  width: 100%;
  text-align: center;
}

.react-paginate ul {
  padding: 50px 0 30px 0;
}

.react-paginate li {
  margin: 0 15px 0 15px;
  display: inline-block;
}
.react-paginate li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

.react-paginate li.active {
  background: lightblue;
  padding: 5px 10px;
  border-radius: 50px;
  outline: none;
}

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