@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700&display=swap");
.sidebar-custum {
  background: #00a859;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a859), to(#0eda7a));
  background: linear-gradient(180deg, #00a859 0%, #0eda7a 100%);
}

.sidebar-custum .sidebar-brand .sidebar-brand-icon img {
  width: 10em;
}

#wrapper .big-box h2 {
  text-align: center;
  width: 100%;
  font-size: 1.8em;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

#wrapper .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#wrapper .modal-content {
  height: 100%;
  border-radius: 0;
  color: #333;
  overflow: auto;
}

#wrapper .modal-title {
  font-size: 3em;
  font-weight: 300;
  margin: 0 0 10px 0;
}

#wrapper .close {
  color: black !important;
}
/*# sourceMappingURL=mainAdmin.css.map */