* {
  font-family: "Poppins", sans-serif;
}
.main-content {
  min-height: calc(100vh - 80px) !important;
}
.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 2rem;
}

.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;
  border-radius: 18px;
  box-shadow: 0px 0.5px 2px rgb(197, 197, 197);
  cursor: pointer;
  padding: 0.5rem 1rem !important;
}
.lbtn-light:active,
.lbtn-light:hover {
  background-color: rgb(235, 235, 235);
}
.lbtn-blue {
  min-width: 90px;
  background-color: white;
  border: 1px solid #1e90ff !important;
  box-shadow: 0px 0.5px 2px rgb(197, 197, 197);
  border-radius: 18px;
  cursor: pointer;
  padding: 0.5rem 1rem !important;
}
.lbtn-dash {
  margin-bottom: 40px;
}
.lbtn-blue-solid {
  cursor: pointer;
  background-color: #1e90ff !important;
  color: white !important;
  box-shadow: 0px 0.5px 2px rgb(197, 197, 197);
  padding: 0.5rem 1rem !important;
}
.lbtn-purple-solid {
  cursor: pointer;
  background-color: #f920fb !important;
  color: #000 !important;
  box-shadow: 0px 0.5px 2px rgb(197, 197, 197);
  padding: 0.5rem 1rem !important;
}
.lbtn-ijo-solid {
  cursor: pointer;
  background-color: #2dce89 !important;
  color: white !important;
  box-shadow: 0px 0.5px 2px rgb(197, 197, 197);
  padding: 0.5rem 1rem !important;
}
.lbtn-ijo-solid:hover {
  cursor: pointer;
  background-color: #2a7354 !important;
  color: white !important;
  padding: 0.5rem 1rem !important;
}
.lbtn-yellow-solid {
  cursor: pointer;
  background-color: #f9e63b !important;
  color: black !important;
  padding: 0.5rem 1rem !important;
  box-shadow: 0px 0.5px 2px 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-purple-solid:hover {
  background-color: #f920fb !important;
  color: #000;
}
.lbtn-blue:hover {
  background-color: #1e90ff;
  color: white !important;
}

.ntex {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.ldropdown {
  position: relative;
  display: inline-block;
  margin-right: 40px !important;
}
.ldropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: max-content;
  box-shadow: 0px 0.5px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 5px;
  top: 152%;
  left: -10%;
  overflow: hidden;
}
.ldropdown i {
  color: #1e90ff;
  font-size: 14px;
}
.ldropdown-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ldropdown-content ul li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ldropdown-content ul li:last-child {
  border-bottom: 0;
}
.ldropdown-content ul li:hover {
  background-color: #1e90ff;
  color: white;
}
.ldropdown-content ul li:hover a {
  color: white;
}
.ldropdown-content ul li a {
  text-decoration: none;
  color: #000;
}
.ldropdownl {
  position: relative;
  display: inline-block;
}
.ldropdownl-content {
  position: absolute;
  background-color: #f9f9f9;
  min-width: max-content;
  box-shadow: 0px 0.5px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 5px;
  top: 190%;
  overflow: hidden;
}
.ldropdownl i {
  color: #1e90ff;
  font-size: 14px;
}
.ldropdownl-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ldropdownl-content ul li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ldropdownl-content ul li:last-child {
  border-bottom: 0;
}
.ldropdownl-content ul li:hover {
  background-color: #1e90ff;
  color: white;
}
.ldropdownl-content ul li:hover a {
  color: white;
}
.ldropdownl-content ul li a {
  text-decoration: none;
  color: #000;
}
.lhead {
  padding: 2rem 1rem;
}
.lheadp {
  padding: 2rem 1rem;
}
.lbody {
  padding: 0 1rem 3rem 1rem;
}
.lbodyp {
  padding: 0 1rem 3rem 1rem;
}
.title-section {
  color: #6c757d;
  font-size: 22px;
}
.title-section2 {
  font-weight: bold;
  font-size: 24px;
}
.title-sectionp {
  color: #6c757d;
  font-weight: bold;
  font-size: 18px;
}
.title-sub-section {
  color: #6c757d;
  font-size: 14px;
}
.lusrname {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 22px;
}
.lusrnamep {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 22px;
}
.lusrnamepe {
  font-weight: bolder;
  font-size: 22px;
}

.lcard {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0.5px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  box-sizing: border-box;
  text-decoration: none;
  color: black;
}
.lcard:hover {
  color: black;
}
.lcard .row .col-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #1e90ff;
}
.lcard .row .col-2 > img {
  height: 37px;
}
.lcard .row .col p {
  margin: 0;
  font-size: 13px;
  cursor: pointer;
}
footer {
  border-top: rgba(0, 0, 0, 0.1) solid 2px;
  padding: 1rem;
}
footer p {
  color: #6c757d;
  margin: 0;
}

.lcard-blue {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0.5px 5px 0px rgba(0, 0, 0, 0.2);
}
.lcard-blue > .lcard-head {
  background-color: rgba(30, 144, 255, 0.2);
  overflow: hidden;
  padding: 2rem 1.5rem;
}
.lcard-blue > .lcard-headp {
  background-color: rgba(30, 144, 255, 0.2);
  overflow: hidden;
  padding: 1rem 1.5rem;
}
.lcard-blue > .lcard-body {
  padding: 2rem 1.5rem;
}
.lcard-blue > .lcard-bodyp {
  padding: 2rem 1.5rem;
}
.lcard-blue > .lcard-footer {
  padding: 2rem 1.5rem;
}
.form-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[data-form-step] {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline-offset: 3px;
}
[data-form-step="true"] {
  background-color: rgba(30, 144, 255, 0.6);
  outline: 2px dashed #1e90ff;
}
[data-form-step="false"] {
  background-color: rgba(163, 163, 163, 0.6);
  outline: 2px dashed #797979;
}
[data-form-step] p {
  margin: 0;
  padding: 0;
  color: white;
}
[data-step-strep] {
  width: 1.7rem;
  height: 6px;
  border-radius: 10px;
}
[data-step-strep="false"] {
  background-color: rgba(163, 163, 163, 0.6);
}
[data-step-strep="true"] {
  background-color: rgba(30, 144, 255, 0.6);
}

.lblue-card {
  background-color: rgba(30, 144, 255, 0.2);
  width: 100%;
  height: max-content;
  border-radius: 20px;
  padding: 1rem 2rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.lblue-card > .row > [class^="col"]:last-child {
  display: none;
}
.lblue-card > .row > .col-md-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: rgba(30, 144, 255, 0.6);
}
.lblue-card .lblue-card-ikon {
  height: 60%;
}
.lblue-card .row .col {
  display: flex;
  justify-content: end;
}
.lblue-card .lclose {
  color: rgba(30, 144, 255, 0.6);
  font-size: 15px;
}
.lblue-card .row.h-100 .col-10 {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.lblue-card .row.h-100 .col-10 p {
  margin: 0;
}
.lform-group {
  display: flex;
  flex-direction: column;
}
.domisili-form {
  margin: 1rem 0;
}
.domisili-form > .row > [class^="col"] {
  padding: 1rem;
}
.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}
.data-tambahan {
  width: 100%;
  min-height: calc(max-content + 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.data-tambahan > i {
  font-size: 40px;
}
.col.fst {
  border-right: 1px solid black;
}
.ditolak {
  color: #ec0000;
}
.textfoot {
  font-size: 14px;
  font-weight: 300;
}
.lselect {
  padding: 100px;
}
.lstatus {
  display: inline-block;
}
.lstatus2 {
  display: none;
}
.ldark {
  text-decoration: none;
}
.ltutor {
  width: 18rem;
}
.lpengumuman  {
  font-size: 15px;
}
.table {
  font-size: 15px;
}
@media (min-width: 530px) {
  .ltutor {
    width: 35rem;
  }
  .lstatus {
    display: none;
  }
  .lstatus2 {
    display: inline-block;
  }
  [data-form-step="true"] {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(30, 144, 255, 0.6);
    border-radius: 50%;
    outline: 2px dashed #1e90ff;
    display: flex;
    align-items: center;
    justify-content: center;
    outline-offset: 3px;
  }
  [data-form-step="false"] {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(163, 163, 163, 0.6);
    border-radius: 50%;
    outline: 2px dashed #797979;
    display: flex;
    align-items: center;
    justify-content: center;
    outline-offset: 3px;
  }
  [data-step-strep="false"] {
    width: 4rem;
    height: 6px;
    background-color: rgba(163, 163, 163, 0.6);
    border-radius: 10px;
  }
  [data-step-strep="true"] {
    width: 4rem;
    height: 6px;
    background-color: rgba(30, 144, 255, 0.6);
    border-radius: 10px;
  }
}
/* PC */
@media (min-width: 992px) {
  .ltutor {
    width: 30rem;
  }
  .lstatus {
    display: none;
  }
  .lstatus2 {
    display: inline-block;
  }
  .lnav .left-lnav {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    cursor: pointer;
  }
  .left-lnav > img {
    height: 80%;
  }
  .lnav {
    width: 100%;
    height: 80px;
    background-color: white;
    box-shadow: 0 0.1px 4px rgb(197, 197, 197);
    position: static;
  }
  .spacing-nav {
    height: 0;
  }
  .lnav > .container-fluid > .row > *:last-child {
    padding-right: 6.5rem;
    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;
  }

  .h-100 {
    height: 100%;
  }
  .lbtn-light {
    min-width: 90px;
    background-color: white;
    border: none;
    border-radius: 18px;
    box-shadow: 0px 0.5px 2px rgb(197, 197, 197);
    cursor: pointer;
  }
  .lbtn-blue {
    min-width: 90px;
    background-color: white;
    border: 1px solid #1e90ff;
    border-radius: 18px;
    cursor: pointer;
  }
  .lbtn-blue:hover {
    background-color: #1e90ff;
    color: white;
  }

  .ntex {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
  }
  .ldropdown {
    position: relative;
    display: inline-block;
  }
  .ldropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    min-width: max-content;
    box-shadow: 0px 0.5px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    top: 175%;
    right: 0;
    overflow: hidden;
  }
  /* .ldropdown:hover .ldropdown-content {
    display: block;
  } */
  .ldropdown-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .ldropdown-content ul li {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ldropdown-content ul li:last-child {
    border-bottom: 0;
  }
  .ldropdown-content ul li:hover {
    background-color: #1e90ff;
    color: white;
  }
  .ldropdown-content ul li:hover a {
    color: white;
  }
  .ldropdown-content ul li a {
    text-decoration: none;
    color: #000;
  }
  .lhead {
    padding: 3rem 7rem 4rem 7rem !important;
  }
  .lheadp {
    padding: 1rem 7rem 1rem 7rem !important;
  }
  .lbody {
    padding: 0rem 7rem 3rem 7rem !important;
  }
  .lbodyp {
    padding: 0rem 7rem 1rem 7rem !important;
  }
  .title-section {
    color: #6c757d;
    font-size: 22px;
  }
  .title-sectionp {
    color: #6c757d;
    font-size: 18px;
  }
  .title-sub-section {
    color: #6c757d;
    font-size: 14px;
  }
  .lusrname {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 38px;
  }
  .lusrnamep {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 22px;
  }
  .lusrnamepe {
    font-weight: bolder;
    font-size: 22px;
  }

  .lcard {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0.5px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    box-sizing: border-box;
    text-decoration: none;
    color: black;
  }
  .lcard:hover {
    color: black;
  }
  .lcard .row .col-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    color: #1e90ff;
  }
  .lcard .row .col-2 > img {
    height: 44px;
  }
  .lcard .row .col p {
    margin: 0;
    font-size: 15px;
    cursor: pointer;
  }

  .lcard-blue {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0.5px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .lcard-blue > .lcard-head {
    background-color: rgba(30, 144, 255, 0.2);
    overflow: hidden;
    padding: 2rem 4rem;
  }
  .lcard-blue > .lcard-headp {
    background-color: rgba(30, 144, 255, 0.2);
    overflow: hidden;
    padding: 1rem 4rem;
  }
  .lcard-blue > .lcard-body {
    padding: 2rem 4rem;
  }
  .lcard-blue > .lcard-bodyp {
    padding: 2rem 4rem;
  }
  .form-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  [data-form-step] {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline-offset: 3px;
  }
  [data-form-step="true"] {
    background-color: rgba(30, 144, 255, 0.6);
    outline: 2px dashed #1e90ff;
  }
  [data-form-step="false"] {
    background-color: rgba(163, 163, 163, 0.6);
    outline: 2px dashed #797979;
  }
  [data-form-step] p {
    margin: 0;
    padding: 0;
    color: white;
  }
  [data-step-strep] {
    width: 12rem;
    height: 10px;
    border-radius: 10px;
  }
  [data-step-strep="false"] {
    background-color: rgba(163, 163, 163, 0.6);
  }
  [data-step-strep="true"] {
    background-color: rgba(30, 144, 255, 0.6);
  }

  .lblue-card {
    background-color: rgba(30, 144, 255, 0.2);
    width: 100%;
    height: max-content;
    border-radius: 20px;
    padding: 1rem 2rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .lblue-card > .row > .col-md-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: rgba(30, 144, 255, 0.6);
    margin: 0 auto;
  }
  .lblue-card .lblue-card-ikon {
    height: 60%;
  }
  .lblue-card > .row {
    display: flex;
  }
  .lblue-card > .row > [class^="col"]:last-child {
    display: flex;
    justify-content: end;
  }
  .lblue-card .lclose {
    color: rgba(30, 144, 255, 0.6);
    font-size: 15px;
  }
  .lblue-card .row.h-100 .col-10 {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    word-break: normal;
  }
  .lblue-card .row.h-100 .col-10 p {
    margin: 0;
  }
  .lform-group {
    display: flex;
    flex-direction: column;
  }
  .domisili-form {
    margin: 1rem 0;
  }
  .domisili-form > .row > [class^="col"] {
    padding: 1rem;
  }
  .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
  }
  .form-control::placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
  }
  .form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4) !important;
  }
}
a.status-detail-status,a.status-detail-status:hover {
  text-decoration: none;
  color: #f9f9f9;
}