@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;700&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
  min-height: 650px;
}

body .loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 168, 89, 0.1);
  z-index: 10000;
  color: #00A859;
  /* display: none; */
}

body::before {
  content: '';
  background-image: url("../../HomeAssets/img/bg/bg-login.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-size: 79vmax;
}

@media screen and (max-width: 992px) {
  body::before {
    opacity: 0.2;
  }
}

.custum-nav .navbar-brand img {
  width: 210px;
}

.custum-nav #navbarNav .navbar-nav .nav-item .nav-link {
  color: #00AFEF;
  font-weight: 500;
  margin-left: 2.4em;
  -webkit-transition: .3s color;
  transition: .3s color;
  font-size: 1rem;
}

.custum-nav #navbarNav .navbar-nav .nav-item .nav-link:hover {
  color: #003f56;
}

.custum-nav #navbarNav .navbar-nav .nav-item .login-button {
  background-color: #00AFEF;
  color: white;
  border-radius: 2em;
  border: 1px solid transparent;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.custum-nav #navbarNav .navbar-nav .nav-item .login-button:hover {
  background-color: transparent;
  border: 1px solid #00A859;
}

@media screen and (max-width: 992px) {
  .custum-nav {
    margin-top: -2em;
  }
}

.custum-section-head {
  margin-top: 6em;
}

.custum-section-head .logo-sekolah img {
  width: 12em;
}

.custum-section-head .text-section-head .judul-informasi h2 {
  font-size: 1.2em;
}

.custum-section-head .text-section-head h2 {
  font-weight: 600;
  font-size: 3.6rem;
  color: #00A859;
  white-space: nowrap;
  line-height: 1;
}

.custum-section-head .text-section-head h3 {
  font-weight: 400;
  font-size: 3rem;
  color: #00AFEF;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1;
}

.custum-section-head .text-section-head p {
  margin-top: 2em;
  font-size: 1.1rem;
  color: #424b59;
}

.custum-section-head .text-section-head a {
  margin-top: 2.2em;
  display: inline-block;
  background-color: #00A859;
  border-radius: 2em;
  color: white;
  padding: .5em 2em;
  text-decoration: none;
  -webkit-transition: .8s background-color ease;
  transition: .8s background-color ease;
  border: 1px solid transparent;
}

.custum-section-head .text-section-head a:hover {
  background-color: transparent;
  color: #00A859;
  border: 1px solid #00AFEF;
}

.custum-section-head .text-section-head .tombol-masuk-sekarang {
  margin-top: 2.2em;
  display: inline-block;
  background-color: #00A859;
  border-radius: 2em;
  color: white;
  padding: .5em 2em;
  text-decoration: none;
  -webkit-transition: .8s background-color ease;
  transition: .8s background-color ease;
  border: 1px solid #00A859;
  background-color: transparent;
  color: #424b59;
  font-weight: 500;
}

.custum-section-head .text-section-head .tombol-masuk-sekarang:hover {
  background-color: #00AFEF;
  color: white;
  border: 1px solid #00AFEF;
}

@media screen and (max-width: 992px) {
  .custum-section-head {
    margin-top: 3em;
    text-align: center;
  }
  .custum-section-head .text-section-head h2 {
    font-size: 2.5rem;
  }
  .custum-section-head .text-section-head h3 {
    font-size: 1.2rem;
  }
  .custum-section-head .logo-sekolah img {
    width: 6em;
  }
}

.status-card-container {
  width: 100%;
}

.status-card-container h2 {
  color: #00A859;
  font-size: larger;
}

.status-card-container .status-card {
  min-height: 9em;
  border: 1px solid #8e9996;
  -webkit-box-shadow: 1px 2px 4px #424b59;
          box-shadow: 1px 2px 4px #424b59;
  border-radius: 1em;
  padding: 1em 2em;
  margin-top: 2em;
}

.status-card-container .status-card .status-card-title h4 {
  font-weight: 800;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: .9em;
}

.status-card-container .status-card .status-card-title h4 i {
  color: #00A859;
}

.status-card-container .status-card .status-card-body {
  margin-top: 1em;
}

.status-card-container .status-card .status-card-body .status-card-statistik h4 {
  font-size: .9em;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.status-card-container .status-card .status-card-body .status-card-statistik h6 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00A859;
  font-size: .8em;
}

.main-section {
  min-height: 350px;
  font-weight: 600;
}

.main-section a {
  text-decoration: none;
  color: #000000;
}

.main-section h2 {
  font-size: larger;
}

.main-section .title-section {
  color: #00A859;
}

.main-section .card-body table thead {
  font-size: .8rem;
  font-weight: 700;
}

.main-section .card-body table tbody {
  font-size: .8rem;
}

.main-section .card-body table tbody td {
  font-size: .8rem;
}

.main-section .card-body table tbody td ul {
  list-style: none;
}

.main-section .card-body table tbody td ul li h5 {
  font-size: .8rem;
}

.main-section .informasi-admin {
  border: 1px solid #424b59;
  padding: 1em 2em;
  border-radius: 1em;
  -webkit-box-shadow: 1px 2px 4px #424b59;
          box-shadow: 1px 2px 4px #424b59;
  min-height: 9em;
}

.main-section .informasi-admin .title-informasi {
  font-size: .9em;
  text-indent: 0em;
}

.main-section .informasi-admin .create-informasi h4 {
  font-size: .7em;
  color: #8e9996;
}

.main-section .informasi-admin .create-informasi h6 {
  font-size: .7em;
  color: #8e9996;
}

@media screen and (max-width: 992px) {
  .main-section {
    margin-top: 2em;
  }
}

.content-informasi {
  width: 100%;
  padding: 1em 4em;
  margin-top: 10em;
}

.content-informasi .judul-informasi h2 {
  font-size: 1.5rem;
  color: #00AFEF;
}

.content-informasi .judul-informasi h3 {
  font-size: .5em;
  color: #424b59;
}

.content-informasi .deskripsi {
  background-color: rgba(0, 168, 89, 0.1);
  padding-top: 1em;
  font-size: .9em;
}

.content-informasi .tombol-masuk-sekarang {
  margin-top: 2.2em;
  display: inline-block;
  background-color: #00A859;
  border-radius: 2em;
  color: white;
  padding: .5em 2em;
  text-decoration: none;
  -webkit-transition: .8s background-color ease;
  transition: .8s background-color ease;
  border: 1px solid #00A859;
  background-color: transparent;
  color: #424b59;
  font-weight: 500;
}

.content-informasi .tombol-masuk-sekarang:hover {
  background-color: #00AFEF;
  color: white;
  border: 1px solid #00AFEF;
}

@media screen and (max-width: 992px) {
  .content-informasi {
    width: 100%;
    padding: 1em 4em;
    margin-top: 1em;
  }
  .content-informasi .judul-informasi h2 {
    font-size: 1.2rem;
    color: #00AFEF;
  }
}
/*# sourceMappingURL=main.css.map */