* {
  font-family: "Poppins", sans-serif;
}

.main-content {
  min-height: calc(100vh - 180px) !important;
}
.card-note {
  background-color: rgb(192, 236, 253);
  padding: 25px 70px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  margin-bottom: 15px;
}
.title {
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.blue{
  color: #1e90ff;
}
.lnav {
  width: 100%;
  height: 80px;
  background-color: white;
  box-shadow: 0 0.2px 4px rgb(197, 197, 197);
  position: fixed;
  top: 0;
  z-index: 998;
}
.spacing-nav {
  width: 100%;
  height: 80px;
  background-color: transparent;
}
.lnav .left-lnav {
  display: none;
}

.lnav > .container-fluid > .row > *:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.ltit {
  /* font-family: Poppins; */
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
}
.lnav-brand {
  height: 80%;
}

.h-100 {
  height: 100%;
}

.lbtn-light {
  background-color: white;
  border: none;
  box-shadow: 0.8px 0.8px 3px 1px rgba(197, 197, 197, 0.726);
  cursor: pointer;
  padding: 0.5rem 1rem !important;
  font-size: 12px;
  color: #1e90ff;
}
.lbtn-light:hover {
  background-color: rgb(235, 235, 235);
  color: #1e90ff;
}
.lbtn-blue {
  min-width: 90px;
  background-color: white;
  border: 1px solid #1e90ff !important;
  border-radius: 18px;
  cursor: pointer;
  padding: 0.5rem 1rem !important;
}
.lbtn-blue-solid {
  cursor: pointer;
  background-color: #1e90ff !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-size: 12px;
  box-shadow: 0 0.2px 4px rgb(197, 197, 197);
}
.lbtn-ijo-solid {
  cursor: pointer;
  background-color: #2dce89 !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-size: 12px;
  box-shadow: 0 0.2px 4px rgb(197, 197, 197);
}
.lbtn-orange-solid {
  cursor: pointer;
  background-color: #fb7b40 !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-size: 12px;
  box-shadow: 0 0.2px 4px rgb(197, 197, 197);
}
.lbtn-purple-solid {
  cursor: pointer;
  background-color: #001df0 !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-size: 12px;
  box-shadow: 0 0.2px 4px rgb(197, 197, 197);
}
.lbtn-yellow-solid {
  cursor: pointer;
  background-color: #f9e63b !important;
  color: black !important;
  padding: 0.5rem 1rem !important;
  font-size: 12px;
  box-shadow: 0 0.2px 4px rgb(197, 197, 197);
}
.lbadge-orange {
  background-color: #ffb26a;
}
.lbadge-ijo {
  background-color: #198754;
  outline: 0;
  border: 0;
}
.lbadge-merah {
  background-color: #ec0000;
}
button.lbadge-ijo:hover {
  background-color: #13633d;
}
.lbtn-yellow-solid:hover {
  background-color: #c0ad04 !important;
  color: black;
}
.lbtn-blue-solid:hover {
  background-color: #0065ca !important;
  color: white;
}
.lbtn-orange-solid:hover {
  background-color: #c06134 !important;
  color: white;
}
.lbtn-ijo-solid:hover {
  background-color: #24a06a !important;
  color: white;
}
.lbtn-purple-solid:hover {
  background-color: #0013a5 !important;
  color: white;
}
.lbtn-red-solid:hover {
  background-color: #b21d1d !important;
  color: white;
}

.lbtn-blue:hover {
  background-color: #1e90ff;
  color: white !important;
}
.lbtn-red-solid {
  cursor: pointer;
  background-color: #fa4949 !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
  font-size: 12px;
  box-shadow: 0 0.2px 4px rgb(197, 197, 197);
}
.juknispergub {
  font-size: 12px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.juknispergub:hover {
  color: #000;
}

.lmt-4 {
  margin-top: 4rem;
}

.section-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
.divider {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  margin: 4rem 0;
}

.slider-control {
  color: #0013a5;
  display: flex;
  justify-content: end;
}
.slider-control > img {
  height: 2rem;
  opacity: 0.8;
}

.slider-control > img:hover {
  opacity: 1;
  transform: scale(105%);
}

.data-slider-true {
  display: block;
}
.data-slider-false {
  display: none;
}

footer {
  border-top: rgba(0, 0, 0, 0.1) solid 2px;
  padding: 1rem;
}
footer p {
  color: #6c757d;
  margin: 0;
}

.bubble-\? {
  background-image: url("../img/buble.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-position-x: left;
  background-position-y: bottom;
  padding-bottom: 5rem !important;
}

.table {
  background-color: white;
}

.lbody {
  padding: 0 1rem;
}

.jumbotron-img {
  order: 1;
}
.jumbotron-img > div > img {
  width: 100%;
}

.jumbotron-teks {
  order: 2;
}
.jumbotron-teks > div > h2 {
  font-size: 32px;
  font-weight: bold;
}
.jumbotron-teks > div > h6 {
  font-size: 18px;
  font-weight: bold;
}
.jumbotron-teks > div > p {
  font-size: 14px;
}

.lcard-light {
  height: 20rem;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  text-decoration: none;
}

.crd-container {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

.table {
  font-size: 12px;
}

.lcard-light > div > img {
  height: 37px;
  margin-bottom: 1rem;
}
.lcard-light > div > h2 {
  font-size: 16px;
  font-weight: bold;
}
.lcard-light > div > p {
  font-size: 13px;
}
.lcard-light > div > a {
  font-size: 11px;
}
.btn-div {
  width: 100%;
  text-align: center;
}
.lcard-light[data-card-count="1"] > div > h2 {
  color: #1e90ff;
}
.lcard-light[data-card-count="2"] > div > h2 {
  color: #2dce89;
}
.lcard-light[data-card-count="3"] > div > h2 {
  color: #fb7b40;
}
.lcard-light[data-card-count="4"] > div > h2 {
  color: #001df0;
}
.lcard-light[data-card-count="5"] > div > h2 {
  color: #1e90ff;
}
.login-content {
  width: 500px !important;
}
.login-card {
  background-color: #f4f4f4;
  width: 100%;
  padding: 2rem;
  text-align: left;
}
.login-card .buton * {
  width: 100%;
  border-radius: 50rem;
}
.login-card .forgot-pass a {
  color: #1e90ff;
  margin-bottom: 2rem;
  font-size: 13px;
  text-decoration: none;
}
.login-card .forgot-pass a:hover {
  color: #1e90ff;
  margin-bottom: 2rem;
  font-size: 15px;
}

.clr-grey {
  color: rgb(109, 109, 109);
}

.juknis-btn-section {
  margin-top: 2rem;
}

.juknis {
  width: 100%;
  background-color: #ffd700;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  height: 150px;
  border-radius: 20px;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
}
.juknis:hover {
  background-color: #c0ad04 !important;
}
.juknis > h4 {
  font-weight: bold;
  font-size: 20px;
}
.juknis-btn-section > .col-6 {
  text-align: center;
  margin-top: 5rem;
}
.kepka {
  width: 100%;
  background-color: #f92626;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  height: 150px;
  border-radius: 20px;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
}
.kepka:hover {
  background-color: #892020 !important;
}
.kepka > h4 {
  font-weight: bold;
  font-size: 20px;
}
.kepka-btn-section > .col-6 {
  text-align: center;
  margin-top: 5rem;
}
.pergub {
  width: 100%;
  background-color: #1e90ff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  height: 150px;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
}
.pergub > h4 {
  font-weight: bold;
}
.pergub:hover {
  background-color: #0065ca !important;
}
.perka {
  width: 100%;
  background-color: #ff9900;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  height: 150px;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
}
.perka > h4 {
  font-weight: bold;
  font-size: 20px;
}
.perka:hover {
  background-color: #cb6c18 !important;
}

.register-content form {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.ceksbok {
  flex-wrap: nowrap;
}
.ceksbok > label {
  font-size: 10px;
  font-weight: bold;
}

.clr-red {
  color: red;
}
.btn-daftar {
  text-align: center;
}
.btn-daftar > button {
  width: 200px;
}
.lspan {
  background-color: #ffff;
  border: 3;
  border-color: #d2d5d9;
}
.ljuknis {
  display: none;
}
.hide {
  display: flex;
  margin-top: -8px;
  
}
.ldark {
  text-decoration: none;
}

@media (min-width: 992px) {
  .ljuknis {
    display: inline-block !important;
  }
  .hide {
    display: none;
  }
  .lnav .left-lnav {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    cursor: pointer;
  }
  .table {
    font-size: 16px;
  }
  .juknispergub {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
  }
  .left-lnav > img {
    height: 80%;
  }
  .jumbotron-img {
    order: 2;
  }
  .jumbotron-teks {
    order: 1;
  }
  .lnav {
    width: 100%;
    height: 80px;
    background-color: white;
    box-shadow: 0 0.1px 4px rgb(197, 197, 197);
    position: fixed;
    top: 0;
  }
  .lcard-light > div > a {
    font-size: 1em;
  }
  .spacing-nav {
    height: 80px;
  }
  .lnav > .container-fluid > .row > *:last-child {
    padding-right: 7rem;
    justify-content: end;
  }

  .lnav > .container-fluid > .row > .col > a {
    margin-left: 2.5rem;
  }

  .ltit {
    font-weight: 760 !important;
    font-size: 32px;
    line-height: 54px;
    margin-bottom: 0;
  }
  .lbody {
    padding: 0rem 7rem 0rem 7rem !important;
  }
  .jumbotron {
    height: auto;
  }
  .jumbotron-teks {
    display: flex;
    align-items: center;
  }
  .lbtn-light {
    font-size: 1em;
  }
  .lbtn-yellow-solid {
    cursor: pointer;
    background-color: #f9e63b !important;
    color: black !important;
    padding: 0.5rem 1rem !important;
    font-size: 1em;
  }
  .lbtn-ijo-solid {
    font-size: 1em;
  }
  .lbtn-orange-solid {
    font-size: 1em;
  }
  .lbtn-purple-solid {
    font-size: 1em;
  }
  .lbtn-blue-solid {
    cursor: pointer;
    background-color: #1e90ff !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    font-size: 1em;
  }
  .lbtn-red-solid {
    cursor: pointer;
    background-color: #fa4949 !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    font-size: 1em;
  }
  .jumbotron-teks > div > h2 {
    font-weight: bolder;
    font-size: 42px;
  }
  .jumbotron-teks > div > h6 {
    font-weight: 700;
    font-size: 20px;
  }
  .jumbotron-teks > div > p {
    font-size: 17px;
  }
  .jumbotron-img > div {
    display: flex;
    justify-content: end;
  }
  .jumbotron-img > div > img {
    height: 80%;
    margin-left: auto;
  }

  .lcard-light {
    height: 25rem;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    text-decoration: none;
  }
  .lcard-light > div > h2 {
    font-size: 17px;
    font-weight: bold;
  }
  .lcard-light > div > img {
    height: 48px;
    margin-bottom: 1rem;
  }
  .lcard-light > div > p {
    font-weight: 500px;
    font-size: 14px;
  }
  .lcard-light > div:last-child {
    text-align: center;
    bottom: 0;
  }
  .lcard-light[data-card-count="1"] > div > h2 {
    color: #1e90ff;
  }
  .lcard-light[data-card-count="2"] > div > h2 {
    color: #2dce89;
  }
  .lcard-light[data-card-count="3"] > div > h2 {
    color: #fb7b40;
  }
  .lcard-light[data-card-count="4"] > div > h2 {
    color: #001df0;
  }
  .lcard-light[data-card-count="5"] > div > h2 {
    color: #1e90ff;
  }

  .juknis {
    width: 90%;
    background-color: #ffd700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
  }
  .juknis:hover {
    background-color: #c0ad04 !important;
    color: #000;
  }
  .juknis > h4 {
    font-weight: bold;
  }
  .juknis-btn-section > .col-6 {
    text-align: center;
    margin-top: 5rem;
  }
  .kepka {
    width: 90%;
    background-color: #f92626;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
  }
  .kepka:hover {
    background-color: #892020 !important;
    color: #000;
  }
  .kepka > h4 {
    font-weight: bold;
  }
  .kepka-btn-section > .col-6 {
    text-align: center;
    margin-top: 5rem;
  }
  .pergub {
    width: 90%;
    background-color: #1e90ff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
  }
  .pergub:hover {
    background-color: #0065ca !important;
  }
  .pergub > h4 {
    font-weight: bold;
  }
  .perka {
    width: 90%;
    background-color: #ff9900;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 0.5px rgba(0, 0, 0, 0.2);
  }
  .perka:hover {
    background-color: #cb6c18 !important;
  }
  .perka > h4 {
    font-weight: bold;
  }
  .ceksbok > label {
    font-size: 16px;
    font-weight: bold;
  }
  .ljuknis {
    display: inline-block !important;
  }
}

@media (max-width: 352px) {
  .lcard-light {
    height: 32rem;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    text-decoration: none;
  }
}
