*, *::before, *::after {
    box-sizing: border-box;
}

  h3 {
	color: #00305e !important;
  }

  .position-relative {
      position: relative !important;
  }
  .pg-color {
    border-radius: 10px;
    background: white;
    padding: 30px 30px 0 30px !important;
  }
  .course-sidebar{
    background-color: #F2F1F8 !important;
    border-radius: 10px;
    font-size: 0.9em;
    padding
  }
  .text-primer {
    color: #e16600 !important;
    font-weight: 600;
    line-height: 90% !important;
    letter-spacing: 0.5px;
  }
  .text-member {
    color: #e16600 !important;
	text-align: center;
  }
  .text-non-member {
    color: #00305e !important;
	text-align: center;
  }
  .font-weight-bold {
    font-weight: bold;
  }
  .btn-bln {
    width: 60px !important;
    font-size: 0.95em;
  }
  .kotak-trtitle {
    background-color: #F2F1F8 !important;
    font-size:0.8em;
  }
  .kotak-1 {
    height: 60px;
  }
  .img-fluid {
      max-width: 100%;
      height: auto;
  }
  .img-tr {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    max-height: 150px;
  }
  hr.pemisah {
	  border-top: 2px solid red;
  }
  .centered-element {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


.form-control {
    padding: 3px 5px !important;
    height: 40px !important;
    font-size: 1rem !important;
}

  .cat-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
  }
.text-decoration-none {
    text-decoration: none !important;
}