@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap");
.logo a {
  color: #181C27;
  text-decoration: none;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 600;
}

.logo a img {
  width: 40px;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  width: 70%;
  height: 100vh;
  z-index: 1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 5em 0 0 0;
}

nav ul li .arrow-down {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 20px;
  color: #181C27;
}

nav ul li ul {
  margin: 0 0 0 1em;
  display: none;
}

nav ul .btn-b {
  margin: 1em 0 0 2em;
  width: 100px;
  text-align: center;
  padding: 8px 26px;
  color: white;
  background-color: #57B98A;
  border: none;
  border-radius: 32px;
  font-size: .9rem;
  text-decoration: none;
}

nav ul .btn-b:hover {
  background-color: #69d19f;
  color: #ECFFF9;
  cursor: pointer;
}

nav ul a {
  padding: .6em 2em;
  display: block;
  color: black;
  text-decoration: none;
  font-size: .85rem;
}

nav ul a:hover {
  background-color: #e7e7e7;
}

nav .close {
  float: right;
  margin: 2em;
  width: 2.5em;
}

nav .open-item {
  display: block;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header svg {
  width: 3em;
  margin-top: .6em;
  cursor: pointer;
}

.wrapper {
  margin: 1em 1.2em;
}

.btn-a {
  padding: 8px 26px;
  color: white;
  background-color: #57B98A;
  border: none;
  border-radius: 32px;
  font-size: .9rem;
  text-decoration: none;
}

.btn-a:hover {
  background-color: #69d19f;
  color: #ECFFF9;
  cursor: pointer;
}

.background {
  width: 100%;
  height: 627px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ECFFF9;
  z-index: -1;
}

.headings {
  margin-top: 40px;
}

.headings .label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.headings h2 {
  font-size: 1.3em;
}

.headings .sub-head {
  color: #57B98A;
}

#hero-section .wrapper .content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0;
}

#hero-section .wrapper .content .icon a {
  width: 30px;
  margin: 0;
}

#hero-section .wrapper .content .icon a svg {
  width: 100%;
  height: 30px;
  text-align: center;
}

#hero-section p {
  font-size: 14px;
  color: #181C27;
  margin: 16px 0;
  font-weight: 500;
}

#hero-section .btn-a {
  font-size: 13px;
  margin-right: 8px;
}

#hero-section .campus-profil {
  font-size: 14px;
  color: #181C27;
  font-weight: 500;
}

#hero-section img {
  margin-top: 20px;
  width: 100%;
}

#waktu-pendaftaran .wrapper .headings {
  padding-top: 40px;
}

#waktu-pendaftaran .wrapper .content .flex {
  margin-bottom: 20px;
}

#waktu-pendaftaran .wrapper .content .flex .box {
  background-color: #ECFFF9;
  border: 2px solid #57B98A;
  margin-top: 20px;
}

#waktu-pendaftaran .wrapper .content .flex .box h3 {
  font-size: 16px;
  margin: 12px 20px;
}

#waktu-pendaftaran .wrapper .content .flex .box .rectangle {
  width: 40px;
  height: 2px;
  background-color: #57B98A;
  margin: -10px 0 0 20px;
  border-radius: 2px;
}

#waktu-pendaftaran .wrapper .content .flex .box .item {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px 6px 20px;
  padding: 20px 0;
}

#waktu-pendaftaran .wrapper .content .flex .box .item p {
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 500;
}

#waktu-pendaftaran .wrapper .content .flex .box .item-block {
  margin: 20px 0;
  margin: 0 20px 6px 20px;
  padding: 20px 0;
}

#waktu-pendaftaran .wrapper .content .flex .box .item-block p {
  font-size: 13px;
  margin-bottom: 12px;
  font-weight: 500;
}

#waktu-pendaftaran .wrapper .content .flex .box .box-third {
  margin: 20px 0;
}

#waktu-pendaftaran .wrapper .content .flex .box .box-third p {
  font-size: 13px;
  margin: 0 20px 6px 20px;
  font-weight: 500;
}

#waktu-pendaftaran .wrapper .content .flex .box .box-third p span {
  margin-right: 10px;
}

#waktu-pendaftaran .wrapper .content .flex .box .box-third p:nth-child(even) {
  margin-left: 40px;
}

#alur-pendaftaran .wrapper .alur-mobile img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#alur-pendaftaran .wrapper .alur-desktop {
  display: none;
}

#biaya .wrapper .flex .biaya-box {
  margin-top: 26px;
}

#biaya .wrapper .flex .biaya-box h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}

#biaya .wrapper .flex .biaya-box table {
  width: 100%;
}

#biaya .wrapper .flex .biaya-box table tr:nth-child(1) td {
  font-weight: 600;
  text-align: center;
  background-color: #ECFFF9;
}

#biaya .wrapper .flex .biaya-box table tr td ul {
  margin: 10px 0 0 20px;
}

#biaya .wrapper .flex .biaya-box table, #biaya .wrapper .flex .biaya-box tr, #biaya .wrapper .flex .biaya-box td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

#biaya .wrapper .flex .biaya-box tr, #biaya .wrapper .flex .biaya-box td {
  font-size: 12px;
  padding: 6px 4px;
}

#biaya .wrapper .flex .biaya-box .d3, #biaya .wrapper .flex .biaya-box .s1 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

#biaya .wrapper .flex .biaya-box .right {
  text-align: right;
}

iframe {
  margin: 20px 0 40px 0;
  width: 100%;
}

#whatsapp {
  background-color: #57B98A;
  padding: 20px 0;
}

#whatsapp .wrapper .text-wa {
  color: #ECFFF9;
  font-weight: 500;
}

#whatsapp .wrapper .btn-white {
  padding: 8px 26px;
  color: white;
  background-color: #57B98A;
  border: none;
  border-radius: 32px;
  font-size: .9rem;
  text-decoration: none;
  background-color: #ECFFF9;
  margin-top: 20px;
}

#whatsapp .wrapper .btn-white a {
  color: #57B98A;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 920px) {
  header {
    margin-top: 40px;
  }
  .menu {
    display: none;
  }
  header nav .nav-text li ul li a {
    color: #181C27;
  }
  header nav .nav-text li a {
    color: #181C27;
  }
  header nav .nav-text li a svg path {
    fill: #181C27;
  }
  nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: unset;
    width: auto;
    height: auto;
    display: block;
    background: none;
  }
  nav .close {
    display: none;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  nav ul .btn-b {
    margin: 0;
  }
  nav ul a {
    padding: .5em 1.5em;
    font-size: .85rem;
    text-decoration: none;
  }
  nav ul a:hover {
    background: none;
  }
  nav ul li .menu-dropdown {
    display: none;
  }
  nav ul li:hover .menu-dropdown {
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 30px;
    left: 100px;
    z-index: 999;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  }
  nav ul li:hover .menu-dropdown li:hover {
    background-color: #EEEEEE;
  }
  .background {
    position: absolute;
    z-index: -1;
    width: 586px;
    height: 478px;
    left: 770px;
    background-color: #ECFFF9;
  }
  #hero-section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
  }
  #hero-section .wrapper .content .headings h2 {
    font-size: 28px;
  }
  #hero-section .wrapper .content p {
    font-size: 16px;
    margin: 22px 0 30px 0;
  }
  #hero-section .wrapper .content a {
    font-size: 14px;
    margin-right: 20px;
  }
  #hero-section .wrapper .content .icon {
    margin-top: 20px;
  }
  #hero-section .wrapper .content .icon svg {
    width: 160px;
    height: 40px;
  }
  #hero-section .wrapper img {
    width: 450px;
  }
  #waktu-pendaftaran .wrapper {
    margin-top: 70px;
  }
  #waktu-pendaftaran .wrapper .headings {
    margin-bottom: 20px;
  }
  #waktu-pendaftaran .wrapper .content {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #waktu-pendaftaran .wrapper .content .box:nth-child(1) {
    width: 31%;
  }
  #waktu-pendaftaran .wrapper .content .box:nth-child(2) {
    width: 34%;
  }
  #waktu-pendaftaran .wrapper .content .box:nth-child(3) {
    width: 31%;
  }
  #waktu-pendaftaran .wrapper .content .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  #alur-pendaftaran .wrapper .alur-mobile {
    display: none;
  }
  #alur-pendaftaran .wrapper .alur-desktop {
    display: block;
  }
  #alur-pendaftaran .wrapper .alur-desktop img {
    width: 100%;
    margin: 0;
  }
  #biaya {
    margin-top: 80px;
  }
  #biaya .wrapper .headings {
    margin-bottom: 40px;
  }
  #biaya .wrapper .headings p, #biaya .wrapper .headings h2 {
    text-align: center;
  }
  #biaya .wrapper .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #biaya .wrapper .flex .biaya-box {
    width: 46%;
  }
  #panduan .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 80px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
  #panduan .wrapper iframe {
    height: 260px;
    width: 460px;
  }
  #panduan .wrapper .headings {
    margin-top: 0;
  }
  #panduan .wrapper .headings h2:nth-child(3) {
    width: 400px;
  }
  #whatsapp .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 80px;
  }
  #whatsapp .wrapper .headings {
    margin-top: 0;
  }
  #whatsapp .wrapper .btn-white {
    margin-top: 0;
  }
  footer .wrapper .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .wrapper .link .col-one .footer-head h3 {
    font-size: 16px;
  }
  footer .wrapper .link .col-one .footer-desc p {
    font-size: 14px;
  }
  footer .wrapper .link .col-one .wa a {
    font-size: 14px;
  }
  footer .wrapper .link .col-one .wa a svg {
    width: 20px;
  }
  footer .wrapper .link .col-two h3 {
    font-size: 16px;
  }
  footer .wrapper .link .col-two ul li a {
    font-size: 14px;
  }
  footer .wrapper .link .col-two .icon .wa a {
    font-size: 14px;
  }
}

.open-nav {
  -webkit-transform: translate(0);
          transform: translate(0);
}

@media only screen and (min-width: 1200px) {
  .wrapper {
    width: 940px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1300px) {
  .wrapper {
    width: 940px;
    margin: 0 auto;
  }
  .background {
    position: absolute;
    z-index: -1;
    width: 586px;
    height: 478px;
    left: 700px;
    background-color: #ECFFF9;
  }
}

footer {
  background-color: #181C27;
  color: #ECFFF9;
  padding: 40px 0;
}

footer .wrapper .wa a {
  color: #ECFFF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 4px;
  text-decoration: none;
}

footer .wrapper .col-one img {
  width: 80px;
}

footer .wrapper .col-one .footer-head {
  margin-bottom: 20px;
}

footer .wrapper .col-one .footer-head h3 {
  color: #ECFFF9;
  margin-top: 4px;
  text-transform: uppercase;
}

footer .wrapper .col-one .footer-desc {
  margin-bottom: 20px;
}

footer .wrapper .col-one .footer-desc p {
  color: #ECFFF9;
  margin-top: 4px;
}

footer .wrapper .col-two {
  margin-top: 60px;
}

footer .wrapper .col-two h3 {
  color: #ECFFF9;
}

footer .wrapper .col-two .rectangle {
  width: 26px;
  height: 2px;
  background-color: #57B98A;
  border-radius: 2px;
  margin-top: 2px;
}

footer .wrapper .col-two ul {
  margin-top: 20px;
}

footer .wrapper .col-two ul li {
  margin-top: 6px;
}

footer .wrapper .col-two ul li a {
  text-decoration: none;
  color: #ECFFF9;
}

footer .wrapper .icon {
  margin-top: 20px;
}

footer .wrapper .copyright {
  margin-top: 40px;
}

footer .wrapper .copyright hr {
  margin-bottom: 20px;
}

footer .wrapper .copyright p {
  color: #ECFFF9;
  text-align: end;
  font-size: 12px;
}

#white-footer {
  background-color: white;
}

#white-footer .wrapper .copyright p {
  color: #181C27;
  font-weight: 600;
}

.bg-tif {
  background-image: url(../img/bg-tif.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 387px;
  width: 99%;
}

.t-white p {
  color: #ECFFF9;
}

.bg-transparent {
  position: absolute;
  width: 100%;
  height: 387.75px;
  left: -1.88px;
  top: 0px;
  z-index: -1;
  background: rgba(24, 28, 39, 0.8);
}

#visi-misi .wrapper .visi {
  margin-top: 60px;
}

#visi-misi .wrapper .visi h3 {
  font-size: 26px;
}

#visi-misi .wrapper .visi p {
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
  margin-top: 20px;
}

#visi-misi .wrapper .misi, #visi-misi .wrapper .tujuan {
  margin-top: 60px;
}

#visi-misi .wrapper .misi h3, #visi-misi .wrapper .tujuan h3 {
  font-size: 26px;
}

#visi-misi .wrapper .misi ol li, #visi-misi .wrapper .tujuan ol li {
  margin-top: 20px;
  margin-left: 20px;
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
}

#profil-lulusan {
  margin-top: 40px;
  background-color: #ECFFF9;
  padding: 10px 0 20px 0;
}

#profil-lulusan .wrapper .flex .analis-olah-data, #profil-lulusan .wrapper .flex .pengembangan-bisnis {
  margin-top: 40px;
}

#profil-lulusan .wrapper .flex .analis-olah-data h4, #profil-lulusan .wrapper .flex .analis-olah-data p, #profil-lulusan .wrapper .flex .analis-olah-data img, #profil-lulusan .wrapper .flex .pengembangan-bisnis h4, #profil-lulusan .wrapper .flex .pengembangan-bisnis p, #profil-lulusan .wrapper .flex .pengembangan-bisnis img {
  margin-bottom: 20px;
}

#profil-lulusan .wrapper .flex .analis-olah-data img, #profil-lulusan .wrapper .flex .pengembangan-bisnis img {
  width: 100%;
}

#profil-lulusan .wrapper .flex .analis-olah-data h4, #profil-lulusan .wrapper .flex .pengembangan-bisnis h4 {
  font-size: 20px;
  text-align: center;
}

#profil-lulusan .wrapper .flex .analis-olah-data p, #profil-lulusan .wrapper .flex .pengembangan-bisnis p {
  font-size: 14px;
  text-align: justify;
}

@media only screen and (min-width: 920px) {
  .bg-tif {
    background-image: url(../img/tif-d.png);
    height: 600px;
    width: 100%;
  }
  header nav ul li ul li a {
    color: #181C27;
  }
  header nav ul li a {
    color: #ECFFF9;
  }
  header nav ul li a svg path {
    fill: #ECFFF9;
  }
  #visi-misi .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #visi-misi .wrapper .visi, #visi-misi .wrapper .tujuan {
    width: 30%;
  }
  #visi-misi .wrapper .misi {
    width: 35%;
  }
  #profil-lulusan .wrapper .headings .label, #profil-lulusan .wrapper .headings .sub-head, #profil-lulusan .wrapper .headings h2 {
    text-align: center;
  }
  #profil-lulusan .wrapper .headings .label {
    font-size: 14px;
  }
  #profil-lulusan .wrapper .headings .sub-head, #profil-lulusan .wrapper .headings h2 {
    font-size: 26px;
  }
  #profil-lulusan .wrapper .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  #profil-lulusan .wrapper .flex .analis-olah-data, #profil-lulusan .wrapper .flex .pengembangan-bisnis {
    width: 40%;
  }
  #profil-lulusan .wrapper .flex .analis-olah-data img, #profil-lulusan .wrapper .flex .pengembangan-bisnis img {
    margin-top: 0;
  }
  #profil-lulusan .wrapper .flex .analis-olah-data h4, #profil-lulusan .wrapper .flex .pengembangan-bisnis h4 {
    font-size: 20px;
  }
  #profil-tif .wrapper, #profil-ti .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #profil-tif .wrapper iframe, #profil-ti .wrapper iframe {
    height: 260px;
    width: 460px;
  }
  #profil-tif .wrapper .headings, #profil-ti .wrapper .headings {
    margin-top: 0;
  }
  #profil-tif .wrapper .headings h2:nth-child(3), #profil-ti .wrapper .headings h2:nth-child(3) {
    width: 400px;
  }
  #foto-kegiatan .wrapper .headings .label {
    font-size: 14px;
  }
  #foto-kegiatan .wrapper .headings .sub-head, #foto-kegiatan .wrapper .headings h2 {
    font-size: 26px;
  }
}

.bg-tin {
  background-image: url(../img/bg-tin.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 387px;
  width: 99%;
}

@media only screen and (min-width: 920px) {
  .bg-tin {
    background-image: url(../img/tin-d.png);
    height: 600px;
    width: 100%;
  }
}

.bg-tkom {
  background-image: url(../img/bg-tkom.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 387px;
  width: 99%;
}

@media only screen and (min-width: 920px) {
  .bg-tkom {
    background-image: url(../img/tkom-d.png);
    height: 600px;
    width: 100%;
  }
}

.bg-fisika {
  background-image: url(../img/bg-fisika.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 387px;
  width: 99%;
}

#profil-lulusan .wrapper .analis-olah-data img {
  width: 100%;
  margin: 20px auto;
}

#profil-lulusan .wrapper .analis-olah-data .text p {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 14px;
}

#profil-lulusan .wrapper .analis-olah-data .text ul {
  margin-left: 20px;
}

#profil-lulusan .wrapper .analis-olah-data .text ul li {
  font-size: 14px;
  text-align: justify;
}

@media only screen and (min-width: 920px) {
  .bg-fisika {
    background-image: url(../img/fisika-d.png);
    height: 600px;
    width: 100%;
  }
  #profil-lulusan .wrapper .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  #profil-lulusan .wrapper .flex img {
    width: 100%;
    height: 240px;
  }
  #profil-lulusan .wrapper .flex .text p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
  }
  #profil-lulusan .wrapper .flex .text ul {
    margin-left: 20px;
  }
  #profil-lulusan .wrapper .flex .text ul li {
    font-size: 14px;
    text-align: justify;
  }
}

.bg-batik {
  background-image: url(../img/bg-batik.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 387px;
  width: 99%;
}

@media only screen and (min-width: 920px) {
  .bg-batik {
    background-image: url(../img/batik-d.png);
    height: 600px;
    width: 100%;
  }
}

.bg-ak {
  background-image: url(../img/bg-ap.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 387px;
  width: 99%;
}

@media only screen and (min-width: 920px) {
  .bg-ak {
    background-image: url(../img/ak-d.png);
    height: 600px;
    width: 100%;
  }
}

.bg-ap {
  background-image: url(../img/bg-ap.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 387px;
  width: 99%;
}

.heading-prodi {
  width: 100%;
  height: 334px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.heading-prodi h2 {
  font-size: 22px;
  color: #ECFFF9;
  font-weight: 600;
  margin-top: 6px;
}

#profil-lulusan .wrapper .flex-ap {
  margin: 10px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}

#profil-lulusan .wrapper .flex-ap img {
  width: 100%;
}

#profil-lulusan .wrapper .flex-ap .text p {
  font-size: 14px;
  margin-bottom: 10px;
}

#profil-lulusan .wrapper .flex-ap .text ul li {
  margin-left: 20px;
  font-size: 14px;
}

@media only screen and (min-width: 920px) {
  .bg-ap {
    background-image: url(../img/ap-d.png);
    height: 600px;
    width: 100%;
  }
  .bg-transparent {
    height: 600px;
  }
  .heading-prodi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 500px;
  }
  .heading-prodi h2 {
    font-size: 28px;
  }
  #visi-misi {
    margin-top: 20px;
  }
  #profil-lulusan .wrapper .flex-ap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-top: 40px;
  }
  #profil-lulusan .wrapper .flex-ap img {
    width: 40%;
    height: 240px;
  }
  #profil-lulusan .wrapper .flex-ap .text {
    width: 40%;
  }
  #profil-lulusan .wrapper .flex-ap .text p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
  }
  #profil-lulusan .wrapper .flex-ap .text ul {
    margin-left: 20px;
  }
  #profil-lulusan .wrapper .flex-ap .text ul li {
    font-size: 14px;
    text-align: justify;
  }
}

.bg-contact {
  background-image: url(../img/bg-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  height: 387px;
  width: 99%;
}

#contact .arrow {
  display: none;
}

#contact .wrapper {
  margin-top: 60px;
}

#contact .wrapper .icon-all {
  margin-top: 40px;
}

#contact .wrapper .icon-all .adress, #contact .wrapper .icon-all .email, #contact .wrapper .icon-all .telepon, #contact .wrapper .icon-all .whatsapp {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 20px;
  margin-left: 20px;
}

#contact .container {
  margin-top: 40px;
  height: 480px;
}

#contact .container form {
  margin: 0 auto;
  background-color: white;
  position: absolute;
  left: 6%;
  right: 6%;
  top: 809px;
}

#contact .container form fieldset {
  padding: 2rem 2.5rem;
  border: none;
  -webkit-box-shadow: 5px 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 1px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: white;
}

#contact .container form fieldset label {
  display: block;
  margin: 0.5rem 0;
  font-size: 14px;
  font-weight: 600;
}

#contact .container form fieldset label input, #contact .container form fieldset label textarea {
  border: none;
  margin: 10px 0 0 0;
  width: 100%;
  min-height: 2em;
  padding: 8px;
  border: 1px solid rgba(24, 28, 39, 0.4);
}

#contact .container form fieldset button[type="submit"] {
  display: block;
  width: 100%;
  margin: 1em auto;
  height: 2em;
  font-size: 1.1rem;
  background-color: #57B98A;
  border: none;
  color: #ECFFF9;
  cursor: pointer;
}

.kotak {
  width: 100%;
  height: 100px;
  background-color: #57B98A;
}

@media only screen and (min-width: 920px) {
  .bg-contact {
    background-image: url(../img/kontak-d.png);
    height: 600px;
    width: 100%;
  }
  #contact {
    margin-top: 100px;
  }
  #contact .arrow {
    display: block;
    position: absolute;
    top: 630px;
    left: 400px;
  }
  #contact .arrow img {
    width: 260px;
  }
  #contact .container {
    height: 200px;
  }
  #contact .container form {
    left: 500px;
    top: 740px;
    width: 520px;
  }
}

#daftar .wrapper {
  margin-top: 20px;
  height: 650px;
}

#daftar .wrapper form {
  margin: 0 auto;
  background-color: white;
  position: absolute;
  top: 100px;
  left: 6%;
  right: 6%;
}

#daftar .wrapper form fieldset {
  padding: 2rem 2.5rem;
  border: none;
  -webkit-box-shadow: 5px 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 1px 20px rgba(0, 0, 0, 0.1);
  background-color: white;
}

#daftar .wrapper form fieldset .logo-b {
  margin-bottom: 40px;
}

#daftar .wrapper form fieldset .logo-b img {
  width: 80px;
  display: block;
  margin: 2px auto;
}

#daftar .wrapper form fieldset .logo-b p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

#daftar .wrapper form fieldset .alert-nik, #daftar .wrapper form fieldset .alert-nisn, #daftar .wrapper form fieldset .alert-email {
  border: 1px solid #842029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 8px 12px;
  background-color: #F8D7DA;
}

#daftar .wrapper form fieldset .alert-nik p, #daftar .wrapper form fieldset .alert-nisn p, #daftar .wrapper form fieldset .alert-email p {
  color: #842029;
  font-weight: 600;
  text-align: justify;
}

#daftar .wrapper form fieldset label {
  display: block;
  margin: 0.5rem 0;
  font-size: 14px;
  font-weight: 600;
}

#daftar .wrapper form fieldset label .field {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#daftar .wrapper form fieldset label .field svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px;
  border: 1px solid rgba(24, 28, 39, 0.4);
  border-right: none;
}

#daftar .wrapper form fieldset label .field input, #daftar .wrapper form fieldset label .field textarea {
  border: none;
  width: 100%;
  min-height: 2em;
  padding: 12px 10px;
  border: 1px solid rgba(24, 28, 39, 0.4);
}

#daftar .wrapper form fieldset .btn-d {
  margin-top: 1.6em;
  width: 100%;
  background-color: #57B98A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

#daftar .wrapper form fieldset .btn-d a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#daftar .wrapper form fieldset .btn-d p {
  font-size: 14px;
  font-weight: 400;
  color: #ECFFF9;
}

#daftar .wrapper form fieldset .btn-m {
  margin-top: .2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  text-decoration: none;
  border: 1px solid #181C27;
}

#daftar .wrapper form fieldset .btn-m p {
  font-size: 14px;
  font-weight: 400;
  color: #181C27;
}

#daftar .wrapper form fieldset .btn-m p:nth-child(2) {
  font-weight: 500;
  color: #57B98A;
  text-decoration: underline;
}

#daftar .wrapper .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

#daftar .wrapper .modal .modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 40% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  /* Could be more or less, depending on screen size */
}

#daftar .wrapper .modal .modal-content .header-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#daftar .wrapper .modal .modal-content .header-modal .tutup {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#daftar .wrapper .modal .modal-content .header-modal .tutup svg path:hover, #daftar .wrapper .modal .modal-content .header-modal .tutup svg path:focus {
  color: black;
  cursor: pointer;
}

#daftar .wrapper .modal .modal-content .header-modal p {
  font-weight: 600;
}

#daftar .wrapper .modal .modal-content table {
  margin: 20px auto;
  width: 100%;
}

#daftar .wrapper .modal .modal-content table tr td {
  font-size: 13px;
}

#daftar .wrapper .modal .modal-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  margin: 20px auto;
}

#daftar .wrapper .modal .modal-content button {
  width: 60%;
  padding: 8px 0;
  background-color: #57B98A;
  border: none;
  border-radius: 20px;
  display: block;
  margin: 20px auto;
  cursor: pointer;
}

#daftar .wrapper .modal .modal-content button a {
  text-decoration: none;
  font-weight: 500;
  color: #ECFFF9;
}

#daftar .wrapper .modal-1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

#daftar .wrapper .modal-1 .modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 40% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  /* Could be more or less, depending on screen size */
}

#daftar .wrapper .modal-1 .modal-content .header-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#daftar .wrapper .modal-1 .modal-content .header-modal .tutup-2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#daftar .wrapper .modal-1 .modal-content .header-modal .tutup-2 svg:hover path {
  color: black;
  cursor: pointer;
}

#daftar .wrapper .modal-1 .modal-content .header-modal p {
  font-weight: 600;
}

#daftar .wrapper .modal-1 .modal-content .text {
  text-align: center;
  border-radius: 8px;
  padding: 4px 8px;
  margin: 8px 12px 20px;
}

#daftar .wrapper .modal-1 .modal-content .text svg {
  width: 50px;
  margin: 8px;
}

#daftar .wrapper .modal-1 .modal-content .text h3 {
  margin: 8px auto;
}

#daftar .wrapper .modal-1 .modal-content .text p {
  font-size: 10px;
  margin-bottom: 18px;
}

#daftar .wrapper .modal-1 .modal-content .text a {
  display: block;
  width: 60%;
  padding: 8px 0;
  background-color: #57B98A;
  border-radius: 20px;
  margin: 0 auto 40px;
  text-decoration: none;
  font-weight: 500;
  color: #ECFFF9;
}

.motif {
  display: none;
}

.masuk {
  display: none;
}

@media only screen and (min-width: 920px) {
  #daftar .wrapper {
    height: 800px;
  }
  #daftar .wrapper form {
    display: block;
    padding: 20px 25%;
    margin-bottom: 20px;
    background: none;
  }
  #daftar .wrapper form fieldset {
    position: static;
    padding: 3rem 2.5rem;
  }
  #daftar .wrapper .modal .modal-content {
    margin: 10% auto;
    width: 400px;
  }
  #daftar .wrapper .modal .modal-content table, #daftar .wrapper .modal .modal-content .flex {
    padding: 0 20px;
  }
  #daftar .wrapper .modal-1 .modal-content {
    margin: 10% auto;
    width: 400px;
  }
  #daftar .wrapper .modal-1 .modal-content .text {
    padding: 0 20px;
  }
  .hidden {
    display: none;
    border: 2px solid black;
  }
  .motif {
    display: block;
    position: absolute;
    z-index: -1;
    width: 1127.9px;
    height: 1112px;
    left: 610px;
    top: -92px;
  }
}

#masuk .wrapper {
  margin-top: 20px;
  height: 480px;
}

#masuk .wrapper form {
  margin: 0 auto;
  position: absolute;
  top: 12%;
  left: 6%;
  right: 6%;
  background-color: white;
}

#masuk .wrapper form fieldset {
  padding: 2rem 2.5rem;
  border: none;
  -webkit-box-shadow: 5px 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 1px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  background-color: white;
}

#masuk .wrapper form fieldset .logo-b {
  margin-bottom: 30px;
}

#masuk .wrapper form fieldset .logo-b img {
  width: 80px;
  display: block;
  margin: 2px auto;
}

#masuk .wrapper form fieldset .logo-b p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

#masuk .wrapper form fieldset .alert-masuk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #084298;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 12px 16px;
  background-color: #CFE2FF;
}

#masuk .wrapper form fieldset .alert-masuk p {
  color: #084298;
  font-weight: 400;
  text-align: justify;
  font-size: 13px;
}

#masuk .wrapper form fieldset .alert-nopendaftaran, #masuk .wrapper form fieldset .alert-kode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #842029;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 8px 12px;
  background-color: #F8D7DA;
}

#masuk .wrapper form fieldset .alert-nopendaftaran p, #masuk .wrapper form fieldset .alert-kode p {
  color: #842029;
  font-weight: 600;
  text-align: justify;
}

#masuk .wrapper form fieldset label {
  display: block;
  margin: 0.5rem 0;
  font-size: 14px;
  font-weight: 600;
}

#masuk .wrapper form fieldset label .field {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#masuk .wrapper form fieldset label .field svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px;
  border: 1px solid rgba(24, 28, 39, 0.4);
}

#masuk .wrapper form fieldset label .field input, #masuk .wrapper form fieldset label .field textarea {
  border: none;
  width: 100%;
  min-height: 2em;
  padding: 12px 10px;
  border: 1px solid rgba(24, 28, 39, 0.4);
  border-left: none;
  border-right: none;
}

#masuk .wrapper form fieldset label .field #pendaftaran {
  border: 1px solid rgba(24, 28, 39, 0.4);
  border-left: none;
}

#masuk .wrapper form fieldset label .field .hide {
  display: none;
}

#masuk .wrapper form fieldset label .field .hide, #masuk .wrapper form fieldset label .field .show {
  cursor: pointer;
}

#masuk .wrapper form fieldset .pan {
  font-size: 10px;
  font-weight: 500;
  color: #767676;
}

#masuk .wrapper form fieldset .btn-d {
  margin-top: 1.6em;
  width: 100%;
  background-color: #57B98A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

#masuk .wrapper form fieldset .btn-d a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#masuk .wrapper form fieldset .btn-d p {
  font-size: 14px;
  font-weight: 400;
  color: #ECFFF9;
}

#masuk .wrapper form fieldset .btn-m {
  margin-top: .2em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  text-decoration: none;
  border: 1px solid #181C27;
}

#masuk .wrapper form fieldset .btn-m p {
  font-size: 14px;
  font-weight: 400;
  color: #181C27;
}

#masuk .wrapper form fieldset .btn-m p:nth-child(2) {
  font-weight: 500;
  color: #57B98A;
  text-decoration: underline;
}

.motif {
  display: none;
}

.masuk {
  display: none;
}

@media only screen and (min-width: 920px) {
  #masuk .wrapper {
    height: 640px;
  }
  #masuk .wrapper form {
    padding: 60px 30%;
    margin-bottom: 20px;
    background: none;
    top: 10%;
  }
  #masuk .wrapper form fieldset {
    position: static;
    padding: 3rem 2.5rem;
    width: 400px;
  }
  .hidden {
    display: none;
    border: 2px solid black;
  }
  .motif {
    display: block;
    position: absolute;
    z-index: -1;
    width: 1127.9px;
    height: 1112px;
    left: 610px;
    top: -92px;
  }
}

#profil .wrapper .profil-box {
  border: 1.8px solid #57B98A;
  margin-top: 40px;
}

#profil .wrapper .profil-box .logo-b {
  margin-bottom: 40px;
}

#profil .wrapper .profil-box .logo-b img {
  width: 80px;
  display: block;
  margin: 2px auto;
}

#profil .wrapper .profil-box .logo-b p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

#profil .wrapper .profil-box .profil-pict img {
  width: 160px;
  display: block;
  margin: 0 auto;
}

#profil .wrapper .profil-box .profil-pict .btn-keluar {
  margin: 0.8em auto;
  width: 160px;
  background-color: #57B98A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 8px 0;
  text-decoration: none;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #ECFFF9;
}

#profil .wrapper .profil-box .text {
  padding: 10px 24px;
}

#profil .wrapper .profil-box .text .identity {
  margin-bottom: 20px;
}

#profil .wrapper .profil-box .text .identity .name, #profil .wrapper .profil-box .text .identity .kode-akses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

#profil .wrapper .profil-box .text .identity .name p, #profil .wrapper .profil-box .text .identity .kode-akses p {
  font-size: 16px;
}

#profil .wrapper .profil-box .text .identity .name p:nth-child(2), #profil .wrapper .profil-box .text .identity .kode-akses p:nth-child(2) {
  font-weight: 600;
}

#profil .wrapper .profil-box .text .identity .name p:nth-child(2) {
  text-transform: uppercase;
}

#profil .wrapper .profil-box .text .note {
  margin: 20px 0;
}

#profil .wrapper .profil-box .text .note p {
  font-size: 16px;
  text-align: justify;
}

#profil .wrapper .profil-box .text .note p:nth-child(1) {
  font-weight: 600;
  margin-bottom: 8px;
}

#menu .wrapper .heading-menu {
  margin: 60px 40px;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
}

#menu .wrapper .heading-menu hr {
  margin-top: 20px;
}

#menu .wrapper #petunjuk .active-1 {
  display: block;
}

#menu .wrapper #petunjuk .active-1 .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-1 .description .step {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 250px;
  padding: 20px;
}

#menu .wrapper #petunjuk .active-1 .description .step h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

#menu .wrapper #petunjuk .active-1 .description .step p {
  font-size: 12px;
  text-align: justify;
}

#menu .wrapper #petunjuk .active-1 .description .step-2, #menu .wrapper #petunjuk .active-1 .description .step-3, #menu .wrapper #petunjuk .active-1 .description .step-4 {
  display: none;
}

#menu .wrapper #petunjuk .active-1 .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-1 .timeline .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#menu .wrapper #petunjuk .active-1 .timeline .flex .circle-1 {
  border: 2px solid #57B98A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-1 .timeline .flex .circle-1 .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #57B98A;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-1 .timeline .flex .line-1 {
  height: 1.7px;
  width: 20px;
  background-color: #57B98A;
}

#menu .wrapper #petunjuk .active-1 .timeline .flex .circle-2, #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-3, #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-4 {
  border: 2px solid #ccc;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-1 .timeline .flex .circle-2 .number, #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-3 .number, #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-4 .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ccc;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-1 .timeline .flex .line-2, #menu .wrapper #petunjuk .active-1 .timeline .flex .line-3, #menu .wrapper #petunjuk .active-1 .timeline .flex .line-4 {
  height: 1.7px;
  width: 20px;
  background-color: #ccc;
}

#menu .wrapper #petunjuk .active-2 {
  display: none;
}

#menu .wrapper #petunjuk .active-2 .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-2 .description .step {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 250px;
  padding: 20px;
}

#menu .wrapper #petunjuk .active-2 .description .step h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

#menu .wrapper #petunjuk .active-2 .description .step p {
  font-size: 12px;
  text-align: justify;
}

#menu .wrapper #petunjuk .active-2 .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-2 .timeline .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#menu .wrapper #petunjuk .active-2 .timeline .flex .checklist {
  background-color: #57B98A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-2 .timeline .flex .checklist .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-2 .timeline .flex .line-2 {
  height: 1.7px;
  width: 20px;
  background-color: #57B98A;
}

#menu .wrapper #petunjuk .active-2 .timeline .flex .circle-2 {
  border: 2px solid #57B98A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-2 .timeline .flex .circle-2 .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #57B98A;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-2 .timeline .flex .circle-3, #menu .wrapper #petunjuk .active-2 .timeline .flex .circle-4 {
  border: 2px solid #ccc;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-2 .timeline .flex .circle-3 .number, #menu .wrapper #petunjuk .active-2 .timeline .flex .circle-4 .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ccc;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-2 .timeline .flex .line-3, #menu .wrapper #petunjuk .active-2 .timeline .flex .line-4 {
  height: 1.7px;
  width: 20px;
  background-color: #ccc;
}

#menu .wrapper #petunjuk .active-3 {
  display: none;
}

#menu .wrapper #petunjuk .active-3 .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-3 .description .step {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 250px;
  padding: 20px;
}

#menu .wrapper #petunjuk .active-3 .description .step h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

#menu .wrapper #petunjuk .active-3 .description .step p {
  font-size: 12px;
  text-align: justify;
}

#menu .wrapper #petunjuk .active-3 .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-3 .timeline .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#menu .wrapper #petunjuk .active-3 .timeline .flex .checklist {
  background-color: #57B98A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-3 .timeline .flex .checklist .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-3 .timeline .flex .line-2, #menu .wrapper #petunjuk .active-3 .timeline .flex .line-3 {
  height: 1.7px;
  width: 20px;
  background-color: #57B98A;
}

#menu .wrapper #petunjuk .active-3 .timeline .flex .circle-3 {
  border: 2px solid #57B98A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-3 .timeline .flex .circle-3 .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #57B98A;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-3 .timeline .flex .circle-4 {
  border: 2px solid #ccc;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-3 .timeline .flex .circle-4 .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ccc;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-3 .timeline .flex .line-4 {
  height: 1.7px;
  width: 20px;
  background-color: #ccc;
}

#menu .wrapper #petunjuk .active-4 {
  display: none;
}

#menu .wrapper #petunjuk .active-4 .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-4 .description .step {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 250px;
  padding: 20px;
}

#menu .wrapper #petunjuk .active-4 .description .step h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

#menu .wrapper #petunjuk .active-4 .description .step p {
  font-size: 12px;
  text-align: justify;
}

#menu .wrapper #petunjuk .active-4 .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-4 .timeline .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#menu .wrapper #petunjuk .active-4 .timeline .flex .checklist {
  background-color: #57B98A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-4 .timeline .flex .checklist .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-4 .timeline .flex .line-2, #menu .wrapper #petunjuk .active-4 .timeline .flex .line-3, #menu .wrapper #petunjuk .active-4 .timeline .flex .line-4 {
  height: 1.7px;
  width: 20px;
  background-color: #57B98A;
}

#menu .wrapper #petunjuk .active-4 .timeline .flex .circle-4 {
  border: 2px solid #57B98A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-4 .timeline .flex .circle-4 .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #57B98A;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-5 {
  display: none;
}

#menu .wrapper #petunjuk .active-5 .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-5 .description .step {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 250px;
  padding: 20px;
  text-align: center;
}

#menu .wrapper #petunjuk .active-5 .description .step h3 {
  font-size: 14px;
  margin-bottom: 20px;
}

#menu .wrapper #petunjuk .active-5 .description .step p {
  font-size: 12px;
  text-align: justify;
}

#menu .wrapper #petunjuk .active-5 .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .wrapper #petunjuk .active-5 .timeline .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#menu .wrapper #petunjuk .active-5 .timeline .flex .checklist {
  background-color: #57B98A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-5 .timeline .flex .checklist .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  width: 100%;
}

#menu .wrapper #petunjuk .active-5 .timeline .flex .line-2, #menu .wrapper #petunjuk .active-5 .timeline .flex .line-3, #menu .wrapper #petunjuk .active-5 .timeline .flex .line-4 {
  height: 1.7px;
  width: 20px;
  background-color: #57B98A;
}

#menu .wrapper #petunjuk .active-5 .timeline .flex .circle-4 {
  border: 2px solid #57B98A;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#menu .wrapper #petunjuk .active-5 .timeline .flex .circle-4 .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #57B98A;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

#menu .wrapper .box-menu {
  margin: 40px;
  border: 1.8px solid #57B98A;
  border-radius: 0 20px 0 20px;
}

#menu .wrapper .box-menu img {
  width: 100%;
}

#menu .wrapper .box-menu .text {
  margin: 14px 20px;
}

#menu .wrapper .box-menu .text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#menu .wrapper .box-menu h4 {
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}

#menu .wrapper .box-menu p, #menu .wrapper .box-menu a {
  font-size: 16px;
}

#menu .wrapper .box-menu p {
  font-weight: 600;
  margin: 10px 0;
}

#menu .wrapper .box-menu a {
  padding: 10px 20px;
  background-color: #57B98A;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  color: #ECFFF9;
  display: block;
  margin: 20px auto;
  width: 86%;
  text-align: center;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal .modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 200px auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  /* Could be more or less, depending on screen size */
}

.modal .modal-content .header-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .modal-content .header-modal .tutup {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.modal .modal-content .header-modal .tutup svg path:hover, .modal .modal-content .header-modal .tutup svg path:focus {
  color: black;
  cursor: pointer;
}

.modal .modal-content .header-modal p {
  font-weight: 600;
}

.modal .modal-content .text {
  background-color: #F8D7DA;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #842029;
  border-radius: 3px;
  font-size: 14px;
  color: #842029;
  font-weight: 600;
  text-align: justify;
}

.modal .modal-content a {
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #ECFFF9;
  width: 60%;
  padding: 8px 0;
  background-color: #57B98A;
  border: none;
  border-radius: 20px;
  display: block;
  margin: 20px auto;
  cursor: pointer;
}

.modal-1 {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: visible;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-1 .modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 180px auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  /* Could be more or less, depending on screen size */
}

.modal-1 .modal-content .header-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-1 .modal-content .header-modal .tutup-2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.modal-1 .modal-content .header-modal .tutup-2 svg:hover path {
  color: black;
  cursor: pointer;
}

.modal-1 .modal-content .header-modal p {
  font-weight: 600;
}

.modal-1 .modal-content .text {
  text-align: center;
  border-radius: 8px;
  padding: 4px 0;
  margin: 8px 12px 40px;
}

.modal-1 .modal-content .text svg {
  width: 50px;
  margin: 8px;
}

.modal-1 .modal-content .text h3 {
  margin: 8px auto;
}

.modal-1 .modal-content .text p {
  font-size: 12px;
  font-weight: 500;
}

@media only screen and (min-width: 920px) {
  #profil .wrapper .profil-box {
    width: 600px;
    margin: 40px auto;
    padding: 20px 0;
  }
  #profil .wrapper .profil-box .logo-b img {
    width: 60px;
  }
  #profil .wrapper .profil-box .logo-b p {
    font-size: 18px;
  }
  #profil .wrapper .profil-box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  #profil .wrapper .profil-box .flex .profil-pict {
    width: 30%;
  }
  #profil .wrapper .profil-box .flex .profil-pict img {
    width: 120px;
  }
  #profil .wrapper .profil-box .flex .profil-pict a {
    margin: 8px auto;
    font-size: 14px;
    width: 120px;
    padding: 4px;
  }
  #profil .wrapper .profil-box .flex .profil-pict a svg {
    width: 20px;
  }
  #profil .wrapper .profil-box .flex .text {
    width: 60%;
  }
  #profil .wrapper .profil-box .flex .text .identity .name p, #profil .wrapper .profil-box .flex .text .identity .kode-akses p {
    font-size: 14px;
  }
  #profil .wrapper .profil-box .flex .text .note p {
    font-size: 14px;
  }
  #menu .wrapper .heading-menu {
    margin: 20px 40px 30px 40px;
  }
  #menu .wrapper #petunjuk {
    margin-bottom: 40px;
  }
  #menu .wrapper #petunjuk .active-1 {
    display: block;
  }
  #menu .wrapper #petunjuk .active-1 .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #menu .wrapper #petunjuk .active-1 .description .step {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 250px;
    padding: 20px;
    margin-right: 20px;
  }
  #menu .wrapper #petunjuk .active-1 .description .step h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #menu .wrapper #petunjuk .active-1 .description .step p {
    font-size: 12px;
    text-align: justify;
  }
  #menu .wrapper #petunjuk .active-1 .description .step-2, #menu .wrapper #petunjuk .active-1 .description .step-3, #menu .wrapper #petunjuk .active-1 .description .step-4 {
    display: none;
  }
  #menu .wrapper #petunjuk .active-1 .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 100px;
  }
  #menu .wrapper #petunjuk .active-1 .timeline .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-1 {
    border: 2px solid #57B98A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-1 .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #57B98A;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-1 .timeline .flex .line-1 {
    height: 1.7px;
    width: 200px;
    background-color: #57B98A;
  }
  #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-2, #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-3, #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-4 {
    border: 2px solid #ccc;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-2 .number, #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-3 .number, #menu .wrapper #petunjuk .active-1 .timeline .flex .circle-4 .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ccc;
    font-size: 14px;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-1 .timeline .flex .line-2, #menu .wrapper #petunjuk .active-1 .timeline .flex .line-3, #menu .wrapper #petunjuk .active-1 .timeline .flex .line-4 {
    height: 1.7px;
    width: 200px;
    background-color: #ccc;
  }
  #menu .wrapper #petunjuk .active-2 {
    display: none;
  }
  #menu .wrapper #petunjuk .active-2 .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #menu .wrapper #petunjuk .active-2 .description .step {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 250px;
    padding: 20px;
    margin-right: 20px;
    margin-left: 240px;
  }
  #menu .wrapper #petunjuk .active-2 .description .step h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #menu .wrapper #petunjuk .active-2 .description .step p {
    font-size: 12px;
    text-align: justify;
  }
  #menu .wrapper #petunjuk .active-2 .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 100px;
  }
  #menu .wrapper #petunjuk .active-2 .timeline .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  #menu .wrapper #petunjuk .active-2 .timeline .flex .checklist {
    background-color: #57B98A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-2 .timeline .flex .checklist .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-2 .timeline .flex .line-2 {
    height: 1.7px;
    width: 200px;
    background-color: #57B98A;
  }
  #menu .wrapper #petunjuk .active-2 .timeline .flex .circle-2 {
    border: 2px solid #57B98A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-2 .timeline .flex .circle-2 .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #57B98A;
    font-size: 14px;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-2 .timeline .flex .circle-3, #menu .wrapper #petunjuk .active-2 .timeline .flex .circle-4 {
    border: 2px solid #ccc;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-2 .timeline .flex .circle-3 .number, #menu .wrapper #petunjuk .active-2 .timeline .flex .circle-4 .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ccc;
    font-size: 14px;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-2 .timeline .flex .line-3, #menu .wrapper #petunjuk .active-2 .timeline .flex .line-4 {
    height: 1.7px;
    width: 200px;
    background-color: #ccc;
  }
  #menu .wrapper #petunjuk .active-3 {
    display: none;
  }
  #menu .wrapper #petunjuk .active-3 .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #menu .wrapper #petunjuk .active-3 .description .step {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 250px;
    padding: 20px;
    margin-right: 20px;
    margin-left: 480px;
  }
  #menu .wrapper #petunjuk .active-3 .description .step h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #menu .wrapper #petunjuk .active-3 .description .step p {
    font-size: 12px;
    text-align: justify;
  }
  #menu .wrapper #petunjuk .active-3 .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 100px;
  }
  #menu .wrapper #petunjuk .active-3 .timeline .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  #menu .wrapper #petunjuk .active-3 .timeline .flex .checklist {
    background-color: #57B98A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-3 .timeline .flex .checklist .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-3 .timeline .flex .line-2, #menu .wrapper #petunjuk .active-3 .timeline .flex .line-3 {
    height: 1.7px;
    width: 200px;
    background-color: #57B98A;
  }
  #menu .wrapper #petunjuk .active-3 .timeline .flex .circle-3 {
    border: 2px solid #57B98A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-3 .timeline .flex .circle-3 .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #57B98A;
    font-size: 14px;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-3 .timeline .flex .circle-4 {
    border: 2px solid #ccc;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-3 .timeline .flex .circle-4 .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ccc;
    font-size: 14px;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-3 .timeline .flex .line-4 {
    height: 1.7px;
    width: 200px;
    background-color: #ccc;
  }
  #menu .wrapper #petunjuk .active-4 {
    display: none;
  }
  #menu .wrapper #petunjuk .active-4 .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #menu .wrapper #petunjuk .active-4 .description .step {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 250px;
    padding: 20px;
    margin-right: 20px;
    margin-left: 700px;
  }
  #menu .wrapper #petunjuk .active-4 .description .step h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #menu .wrapper #petunjuk .active-4 .description .step p {
    font-size: 12px;
    text-align: justify;
  }
  #menu .wrapper #petunjuk .active-4 .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 100px;
  }
  #menu .wrapper #petunjuk .active-4 .timeline .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  #menu .wrapper #petunjuk .active-4 .timeline .flex .checklist {
    background-color: #57B98A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-4 .timeline .flex .checklist .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-4 .timeline .flex .line-2, #menu .wrapper #petunjuk .active-4 .timeline .flex .line-3, #menu .wrapper #petunjuk .active-4 .timeline .flex .line-4 {
    height: 1.7px;
    width: 200px;
    background-color: #57B98A;
  }
  #menu .wrapper #petunjuk .active-4 .timeline .flex .circle-4 {
    border: 2px solid #57B98A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-4 .timeline .flex .circle-4 .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #57B98A;
    font-size: 14px;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-5 {
    display: none;
  }
  #menu .wrapper #petunjuk .active-5 .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #menu .wrapper #petunjuk .active-5 .description .step {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 250px;
    padding: 20px;
    text-align: center;
  }
  #menu .wrapper #petunjuk .active-5 .description .step h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #menu .wrapper #petunjuk .active-5 .description .step p {
    font-size: 12px;
    text-align: justify;
  }
  #menu .wrapper #petunjuk .active-5 .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 100px;
  }
  #menu .wrapper #petunjuk .active-5 .timeline .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  #menu .wrapper #petunjuk .active-5 .timeline .flex .checklist {
    background-color: #57B98A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-5 .timeline .flex .checklist .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper #petunjuk .active-5 .timeline .flex .line-2, #menu .wrapper #petunjuk .active-5 .timeline .flex .line-3, #menu .wrapper #petunjuk .active-5 .timeline .flex .line-4 {
    height: 1.7px;
    width: 200px;
    background-color: #57B98A;
  }
  #menu .wrapper #petunjuk .active-5 .timeline .flex .circle-4 {
    border: 2px solid #57B98A;
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  #menu .wrapper #petunjuk .active-5 .timeline .flex .circle-4 .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #57B98A;
    font-size: 14px;
    height: 100%;
    width: 100%;
  }
  #menu .wrapper .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menu .wrapper .flex .box-menu {
    width: 23%;
    height: 340px;
    margin: 0;
  }
  #menu .wrapper .flex .box-menu img {
    width: 100%;
  }
  #menu .wrapper .flex .box-menu .text {
    margin-bottom: 0;
  }
  #menu .wrapper .flex .box-menu .text h4 {
    font-size: 18px;
    height: 30px;
  }
  #menu .wrapper .flex .box-menu .text p {
    font-size: 14px;
    height: 60px;
    margin: 0;
  }
  #menu .wrapper .flex .box-menu a {
    margin: 0 auto;
    padding: 6px;
  }
  #menu .wrapper .flex .box-menu:nth-child(2) .text h4 {
    height: 55px;
  }
  #menu .wrapper .flex .box-menu:nth-child(2) .text p {
    height: 35px;
  }
  #modal-section .wrapper .modal .modal-content {
    margin: 10% auto;
    width: 400px;
  }
  #modal-section .wrapper .modal .modal-content table, #modal-section .wrapper .modal .modal-content .flex {
    padding: 0 20px;
  }
}

#head {
  margin-top: 56px;
}

#head .wrapper .link a {
  text-decoration: none;
  color: #57B98A;
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
}

#head .wrapper .link a svg {
  margin-left: 6px;
}

#head .wrapper .status {
  margin: 20px 0;
}

#head .wrapper .status h3 {
  font-size: 22px;
  font-weight: 600;
}

#head .wrapper .status p {
  background-color: #FDB500;
  display: inline-block;
  color: #FFFFFF;
  padding: 6px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 8px;
}

#head .wrapper .nav {
  overflow: scroll;
}

#head .wrapper .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

#head .wrapper .nav ul li {
  list-style: none;
  background-color: #ECFFF9;
  padding: 8px 20px;
}

#head .wrapper .nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

#head .wrapper .nav ul li:nth-child(1) {
  background-color: #57B98A;
}

#head .wrapper .nav ul li:nth-child(1) a {
  color: #ECFFF9;
}

#head .wrapper .nav::-webkit-scrollbar {
  display: none;
}

#table {
  margin: 40px 0;
}

#table .wrapper .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#table .wrapper .name h3 {
  font-size: 22px;
}

#table .wrapper .name a {
  background-color: #57B98A;
  text-decoration: none;
  color: #ECFFF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  padding: 6px 10px;
  height: 60px;
}

#table .wrapper .name a svg {
  width: 48px;
  margin-right: 10px;
}

#table .wrapper .flex .pict {
  text-align: center;
  margin-bottom: 20px;
  min-width: 323px;
  max-width: 516px;
}

#table .wrapper .flex .pict h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

#table .wrapper .flex table {
  overflow-x: scroll;
  border-collapse: collapse;
  min-width: 323px;
  max-width: 516px;
}

#table .wrapper .flex table tr td {
  color: #181C27;
  font-weight: 700;
  padding: 6px 10px;
}

#table .wrapper .flex table tr td:nth-child(even) {
  text-align: right;
  font-weight: 500;
}

#table .wrapper .flex table tr:nth-child(odd) {
  background-color: #EEEEEE;
}

@media only screen and (min-width: 920px) {
  #head .wrapper .nav {
    width: 100%;
    background-color: #ECFFF9;
  }
  #head .wrapper .nav ul li {
    padding: 8px 31px;
  }
  #table .wrapper {
    border: 2px solid #57B98A;
    padding: 20px 60px;
  }
  #table .wrapper .name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  #table .wrapper .name a {
    padding: 0 30px;
    height: 50px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 160px;
  }
  #table .wrapper .name a svg {
    width: 30px;
    height: 30px;
  }
  #table .wrapper .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #table .wrapper .flex .pict h4 {
    display: none;
  }
  #table .wrapper .flex table {
    width: 550px;
  }
  #table .wrapper .flex table tr td:nth-child(even) {
    text-align: left;
  }
}

#head-k {
  margin-top: 56px;
}

#head-k .wrapper .link a {
  text-decoration: none;
  color: #57B98A;
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
}

#head-k .wrapper .link a svg {
  margin-left: 6px;
}

#head-k .wrapper .status {
  margin: 20px 0;
}

#head-k .wrapper .status h3 {
  font-size: 22px;
  font-weight: 600;
}

#head-k .wrapper .status p {
  background-color: #FDB500;
  display: inline-block;
  color: #FFFFFF;
  padding: 6px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 8px;
}

#head-k .wrapper .nav {
  overflow: scroll;
}

#head-k .wrapper .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

#head-k .wrapper .nav ul li {
  list-style: none;
  background-color: #ECFFF9;
  padding: 8px 20px;
}

#head-k .wrapper .nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

#head-k .wrapper .nav ul li:nth-child(2) {
  background-color: #57B98A;
}

#head-k .wrapper .nav ul li:nth-child(2) a {
  color: #ECFFF9;
}

#head-k .wrapper .nav::-webkit-scrollbar {
  display: none;
}

#table-k {
  margin: 40px 0;
}

#table-k .wrapper .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

#table-k .wrapper .name h3 {
  font-size: 22px;
}

#table-k .wrapper .name a {
  background-color: #57B98A;
  text-decoration: none;
  color: #ECFFF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  padding: 6px 10px;
  height: 60px;
  width: 140px;
}

#table-k .wrapper .name a svg {
  width: 48px;
  margin-right: 10px;
}

#table-k .wrapper table {
  border-collapse: collapse;
}

#table-k .wrapper table tr td {
  color: #181C27;
  font-weight: 700;
  padding: 6px 10px;
}

#table-k .wrapper table tr td:nth-child(even) {
  text-align: right;
  font-weight: 500;
}

#table-k .wrapper table tr:nth-child(odd) {
  background-color: #EEEEEE;
}

@media only screen and (min-width: 920px) {
  #head-k .wrapper .nav {
    width: 100%;
    background-color: #ECFFF9;
  }
  #head-k .wrapper .nav ul li {
    padding: 8px 31px;
  }
  #table-k .wrapper {
    border: 2px solid #57B98A;
    padding: 20px 60px 80px 60px;
  }
  #table-k .wrapper .name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  #table-k .wrapper .name a {
    padding: 0 30px;
    height: 50px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 200px;
  }
  #table-k .wrapper .name a svg {
    width: 30px;
    height: 30px;
  }
  #table-k .wrapper table {
    width: 100%;
  }
  #table-k .wrapper table tr td:nth-child(even) {
    text-align: left;
    width: 50%;
  }
}

#head-pp {
  margin-top: 56px;
}

#head-pp .wrapper .link a {
  text-decoration: none;
  color: #57B98A;
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
}

#head-pp .wrapper .link a svg {
  margin-left: 6px;
}

#head-pp .wrapper .status {
  margin: 20px 0;
}

#head-pp .wrapper .status h3 {
  font-size: 22px;
  font-weight: 600;
}

#head-pp .wrapper .status p {
  background-color: #FDB500;
  display: inline-block;
  color: #FFFFFF;
  padding: 6px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 8px;
}

#head-pp .wrapper .nav {
  overflow: scroll;
}

#head-pp .wrapper .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

#head-pp .wrapper .nav ul li {
  list-style: none;
  background-color: #ECFFF9;
  padding: 8px 20px;
}

#head-pp .wrapper .nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

#head-pp .wrapper .nav ul li:nth-child(3) {
  background-color: #57B98A;
}

#head-pp .wrapper .nav ul li:nth-child(3) a {
  color: #ECFFF9;
}

#head-pp .wrapper .nav::-webkit-scrollbar {
  display: none;
}

#table-pp {
  margin: 40px 0;
}

#table-pp .wrapper .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#table-pp .wrapper .name h3 {
  font-size: 22px;
}

#table-pp .wrapper .name a {
  background-color: #57B98A;
  text-decoration: none;
  color: #ECFFF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  padding: 6px 10px;
  height: 60px;
}

#table-pp .wrapper .name a svg {
  width: 48px;
  margin-right: 10px;
}

#table-pp .wrapper table {
  border-collapse: collapse;
}

#table-pp .wrapper table tr td {
  color: #181C27;
  font-weight: 700;
  padding: 6px 10px;
}

#table-pp .wrapper table tr td:nth-child(even) {
  text-align: right;
  font-weight: 500;
}

#table-pp .wrapper table tr:nth-child(odd) {
  background-color: #EEEEEE;
}

@media only screen and (min-width: 920px) {
  #head-pp .wrapper .nav {
    width: 100%;
    background-color: #ECFFF9;
  }
  #head-pp .wrapper .nav ul li {
    padding: 8px 31px;
  }
  #table-pp .wrapper {
    border: 2px solid #57B98A;
    padding: 20px 60px 80px 60px;
  }
  #table-pp .wrapper .name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  #table-pp .wrapper .name a {
    padding: 0 30px;
    height: 50px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    width: 180px;
  }
  #table-pp .wrapper .name a svg {
    width: 30px;
    height: 30px;
  }
  #table-pp .wrapper table {
    width: 100%;
  }
  #table-pp .wrapper table tr td:nth-child(even) {
    text-align: left;
    width: 50%;
  }
}

.wrapper .nav ul li:nth-child(5) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#head-ub {
  margin-top: 56px;
}

#head-ub .wrapper .link a {
  text-decoration: none;
  color: #57B98A;
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
}

#head-ub .wrapper .link a svg {
  margin-left: 6px;
}

#head-ub .wrapper .status {
  margin: 20px 0;
}

#head-ub .wrapper .status h3 {
  font-size: 22px;
  font-weight: 600;
}

#head-ub .wrapper .status p {
  background-color: #FDB500;
  display: inline-block;
  color: #FFFFFF;
  padding: 6px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 8px;
}

#head-ub .wrapper .nav {
  overflow: scroll;
}

#head-ub .wrapper .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

#head-ub .wrapper .nav ul li {
  list-style: none;
  background-color: #ECFFF9;
  padding: 8px 20px;
}

#head-ub .wrapper .nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

#head-ub .wrapper .nav ul li:nth-child(4) {
  background-color: #57B98A;
}

#head-ub .wrapper .nav ul li:nth-child(4) a {
  color: #ECFFF9;
}

#head-ub .wrapper .nav::-webkit-scrollbar {
  display: none;
}

#input-ub {
  margin: 40px 0;
}

#input-ub .wrapper .heading-ub {
  margin-bottom: 40px;
}

#input-ub .wrapper .heading-ub h3 {
  font-size: 22px;
}

#input-ub .wrapper .alert-konfirmasi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #842029;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 8px 12px;
  background-color: #F8D7DA;
}

#input-ub .wrapper .alert-konfirmasi svg {
  height: 36px;
  width: 36px;
}

#input-ub .wrapper .alert-konfirmasi p {
  color: #842029;
  font-weight: 600;
  text-align: justify;
}

#input-ub .wrapper .alert-petunjuk {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #084298;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 12px 16px;
  background-color: #CFE2FF;
}

#input-ub .wrapper .alert-petunjuk ul {
  padding: 0 20px;
}

#input-ub .wrapper .alert-petunjuk ul li {
  color: #084298;
  font-weight: 600;
  text-align: justify;
  font-size: 13px;
  margin-bottom: 6px;
}

#input-ub .wrapper form fieldset {
  border: none;
}

#input-ub .wrapper form fieldset .file {
  margin-bottom: 20px;
}

#input-ub .wrapper form fieldset .file p {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#input-ub .wrapper form fieldset .file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEEEEE;
  height: 40px;
  gap: 20px;
}

#input-ub .wrapper form fieldset .file label svg {
  background-color: #57B98A;
  width: 44px;
  height: 100%;
  padding: 6px;
}

#input-ub .wrapper form fieldset .file label input {
  display: none;
}

#input-ub .wrapper form .btn-ub {
  float: right;
  padding: 8px 26px;
  color: white;
  background-color: #57B98A;
  border: none;
  border-radius: 32px;
  font-size: .9rem;
  text-decoration: none;
}

#input-ub .wrapper form .btn-ub:hover {
  background-color: #69d19f;
  color: #ECFFF9;
  cursor: pointer;
}

#input-ub .wrapper form .btn-ub a {
  text-decoration: none;
  color: white;
}

#input-ub .wrapper .modal-unggah {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: visible;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

#input-ub .wrapper .modal-unggah .modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 180px auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  /* Could be more or less, depending on screen size */
}

#input-ub .wrapper .modal-unggah .modal-content .header-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#input-ub .wrapper .modal-unggah .modal-content .header-modal .tutup-2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#input-ub .wrapper .modal-unggah .modal-content .header-modal .tutup-2 svg:hover path {
  color: black;
  cursor: pointer;
}

#input-ub .wrapper .modal-unggah .modal-content .header-modal p {
  font-weight: 600;
}

#input-ub .wrapper .modal-unggah .modal-content .text {
  text-align: center;
  border-radius: 8px;
  padding: 4px 0;
  margin: 8px 12px 40px;
  border: none;
  background: none;
}

#input-ub .wrapper .modal-unggah .modal-content .text svg {
  width: 50px;
  margin: 8px;
}

#input-ub .wrapper .modal-unggah .modal-content .text h3 {
  margin: 8px auto;
}

#input-ub .wrapper .modal-unggah .modal-content .text p {
  font-size: 12px;
  font-weight: 500;
}

@media only screen and (min-width: 920px) {
  #head-ub .wrapper .nav {
    width: 100%;
    background-color: #ECFFF9;
  }
  #head-ub .wrapper .nav ul li {
    padding: 8px 31px;
  }
  #input-ub .wrapper {
    border: 2px solid #57B98A;
    padding: 20px;
    height: 600px;
  }
  #input-ub .wrapper .alert-konfirmasi svg {
    height: 24px;
    width: 24px;
  }
  #input-ub .wrapper form {
    margin-top: 40px;
  }
  #input-ub .wrapper form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #input-ub .wrapper form fieldset .file {
    width: 280px;
    margin-bottom: 30px;
  }
  #input-ub .wrapper form fieldset .file label {
    cursor: pointer;
  }
}

#head-edit {
  margin-top: 56px;
}

#head-edit .wrapper .link a {
  text-decoration: none;
  color: #57B98A;
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
}

#head-edit .wrapper .link a svg {
  margin-left: 6px;
}

#head-edit .wrapper .status {
  margin: 20px 0;
}

#head-edit .wrapper .status h3 {
  font-size: 22px;
  font-weight: 600;
}

#head-edit .wrapper .status p {
  background-color: #FDB500;
  display: inline-block;
  color: #FFFFFF;
  padding: 6px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 8px;
}

#head-edit .wrapper .nav {
  overflow: scroll;
}

#head-edit .wrapper .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

#head-edit .wrapper .nav ul li {
  list-style: none;
  background-color: #ECFFF9;
  padding: 8px 20px;
}

#head-edit .wrapper .nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

#head-edit .wrapper .nav ul li:nth-child(1) {
  background-color: #57B98A;
}

#head-edit .wrapper .nav ul li:nth-child(1) a {
  color: #ECFFF9;
}

#head-edit .wrapper .nav::-webkit-scrollbar {
  display: none;
}

#input {
  margin: 40px 0;
}

#input .wrapper .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

#input .wrapper .name h3 {
  font-size: 22px;
}

#input .wrapper .name a {
  background-color: #57B98A;
  text-decoration: none;
  color: #ECFFF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  padding: 6px 10px;
  height: 60px;
}

#input .wrapper .name a svg {
  width: 48px;
  margin-right: 10px;
}

#input .wrapper form .flex .pict-profil {
  margin-bottom: 40px;
}

#input .wrapper form .flex .pict-profil .pict {
  text-align: center;
  margin-bottom: 10px;
}

#input .wrapper form .flex .pict-profil .pict h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

#input .wrapper form .flex .pict-profil .file {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#input .wrapper form .flex .pict-profil .file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEEEEE;
  height: 40px;
  width: 212px;
  gap: 20px;
}

#input .wrapper form .flex .pict-profil .file label svg {
  background-color: #57B98A;
  width: 44px;
  height: 100%;
  padding: 6px;
}

#input .wrapper form .flex .pict-profil .file label input {
  display: none;
}

#input .wrapper form .flex fieldset {
  border: none;
}

#input .wrapper form .flex fieldset label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#input .wrapper form .flex fieldset label input, #input .wrapper form .flex fieldset label #kelamin {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid gray;
  background-color: #EEEEEE;
  font-size: 16px;
  padding: 0 6px;
}

#input .wrapper form .flex fieldset label .alamat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#input .wrapper form .flex fieldset label .alamat select {
  display: block;
  margin-top: 8px;
  width: 49%;
  height: 40px;
  border: 1px solid gray;
  background-color: #EEEEEE;
  padding: 0 6px;
  font-size: 16px;
}

#input .wrapper form .flex fieldset label textarea {
  display: block;
  margin-top: 8px;
  width: 100%;
  border: 1px solid gray;
  background-color: #EEEEEE;
  padding: 10px 12px;
  font-size: 16px;
}

#input .wrapper form .flex fieldset .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#input .wrapper form .flex fieldset .ttl label {
  width: 49%;
}

#input .wrapper form .btn-biodata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#input .wrapper form .btn-biodata button {
  margin-top: 20px;
  padding: 8px 20px;
  background-color: #57B98A;
  font-size: 16px;
  font-weight: 500;
  color: #ECFFF9;
  border-radius: 20px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

@media only screen and (min-width: 920px) {
  #head-edit .wrapper .nav {
    width: 100%;
    background-color: #ECFFF9;
  }
  #head-edit .wrapper .nav ul {
    width: 100%;
  }
  #head-edit .wrapper .nav ul li {
    padding: 8px 31px;
    width: 100%;
    text-align: center;
  }
  #input .wrapper {
    border: 2px solid #57B98A;
    padding: 20px 60px;
  }
  #input .wrapper .name {
    margin-bottom: 40px;
  }
  #input .wrapper form .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  #input .wrapper form .flex .pict-profil .pict h4 {
    display: none;
  }
  #input .wrapper form .flex .pict-profil .file label {
    cursor: pointer;
  }
  #input .wrapper form .flex fieldset {
    width: 68%;
  }
}

#head-edit {
  margin-top: 56px;
}

#head-edit .wrapper .link a {
  text-decoration: none;
  color: #57B98A;
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
}

#head-edit .wrapper .link a svg {
  margin-left: 6px;
}

#head-edit .wrapper .status {
  margin: 20px 0;
}

#head-edit .wrapper .status h3 {
  font-size: 22px;
  font-weight: 600;
}

#head-edit .wrapper .status p {
  background-color: #FDB500;
  display: inline-block;
  color: #FFFFFF;
  padding: 6px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 8px;
}

#head-edit .wrapper .nav {
  overflow: scroll;
}

#head-edit .wrapper .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

#head-edit .wrapper .nav ul li {
  list-style: none;
  background-color: #ECFFF9;
  padding: 8px 20px;
}

#head-edit .wrapper .nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

#head-edit .wrapper .nav ul li:nth-child(1) {
  background-color: #57B98A;
}

#head-edit .wrapper .nav ul li:nth-child(1) a {
  color: #ECFFF9;
}

#head-edit .wrapper .nav::-webkit-scrollbar {
  display: none;
}

#identitas-edit {
  margin: 40px 0;
}

#identitas-edit .wrapper .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

#identitas-edit .wrapper .name h3 {
  font-size: 22px;
}

#identitas-edit .wrapper .name a {
  background-color: #57B98A;
  text-decoration: none;
  color: #ECFFF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  padding: 6px 10px;
  height: 60px;
}

#identitas-edit .wrapper .name a svg {
  width: 48px;
  margin-right: 10px;
}

#identitas-edit .wrapper .pict {
  text-align: center;
  margin-bottom: 10px;
}

#identitas-edit .wrapper .pict h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

#identitas-edit .wrapper .file {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#identitas-edit .wrapper .file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEEEEE;
  height: 40px;
  width: 212px;
  gap: 20px;
}

#identitas-edit .wrapper .file label svg {
  background-color: #57B98A;
  width: 44px;
  height: 100%;
  padding: 6px;
}

#identitas-edit .wrapper .file label input {
  display: none;
}

#input .wrapper form fieldset {
  border: none;
}

#input .wrapper form fieldset label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#input .wrapper form fieldset label input, #input .wrapper form fieldset label #kps {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid gray;
  background-color: #EEEEEE;
  font-size: 16px;
  padding: 0 6px;
}

#input .wrapper form fieldset label .alamat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#input .wrapper form fieldset label .alamat select {
  display: block;
  margin-top: 8px;
  width: 49%;
  height: 40px;
  border: 1px solid gray;
  background-color: #EEEEEE;
  padding: 0 6px;
  font-size: 16px;
}

#input .wrapper form .btn-biodata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#input .wrapper form .btn-biodata button {
  margin-top: 20px;
  padding: 8px 20px;
  background-color: #57B98A;
  font-size: 16px;
  font-weight: 500;
  color: #ECFFF9;
  border-radius: 20px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

@media only screen and (min-width: 920px) {
  #input .wrapper {
    padding-bottom: 80px;
  }
}

#head-edit {
  margin-top: 56px;
}

#head-edit .wrapper .link a {
  text-decoration: none;
  color: #57B98A;
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
}

#head-edit .wrapper .link a svg {
  margin-left: 6px;
}

#head-edit .wrapper .status {
  margin: 20px 0;
}

#head-edit .wrapper .status h3 {
  font-size: 22px;
  font-weight: 600;
}

#head-edit .wrapper .status p {
  background-color: #FDB500;
  display: inline-block;
  color: #FFFFFF;
  padding: 6px 20px;
  text-align: center;
  font-weight: 600;
  margin-top: 8px;
}

#head-edit .wrapper .nav {
  overflow: scroll;
}

#head-edit .wrapper .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

#head-edit .wrapper .nav ul li {
  list-style: none;
  background-color: #ECFFF9;
  padding: 8px 20px;
}

#head-edit .wrapper .nav ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

#head-edit .wrapper .nav ul li:nth-child(1) {
  background-color: #57B98A;
}

#head-edit .wrapper .nav ul li:nth-child(1) a {
  color: #ECFFF9;
}

#head-edit .wrapper .nav::-webkit-scrollbar {
  display: none;
}

#input {
  margin: 40px 0;
}

#input .wrapper .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

#input .wrapper .name h3 {
  font-size: 22px;
}

#input .wrapper form fieldset {
  border: none;
}

#input .wrapper form fieldset label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#input .wrapper form fieldset label input, #input .wrapper form fieldset label #prodi1, #input .wrapper form fieldset label #prodi2, #input .wrapper form fieldset label #info, #input .wrapper form fieldset label #kelas {
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid gray;
  background-color: #EEEEEE;
  font-size: 16px;
  padding: 0 6px;
}

#input .wrapper form fieldset label .alamat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#input .wrapper form fieldset label .alamat select {
  display: block;
  margin-top: 8px;
  width: 49%;
  height: 40px;
  border: 1px solid gray;
  background-color: #EEEEEE;
  padding: 0 6px;
  font-size: 16px;
}

#input .wrapper form .btn-biodata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

#input .wrapper form .btn-biodata button {
  margin-top: 20px;
  padding: 8px 20px;
  background-color: #57B98A;
  font-size: 16px;
  font-weight: 500;
  color: #ECFFF9;
  border-radius: 20px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

@media only screen and (min-width: 920px) {
  #input .wrapper {
    padding-bottom: 80px;
  }
}

#foto-kegiatan .container {
  display: none;
}

#foto-kegiatan .wrapper .slideshow-c {
  max-width: 1000px;
  position: relative;
  margin: 10px auto 0 auto;
}

#foto-kegiatan .wrapper .slideshow-c .mySlides {
  display: none;
}

#foto-kegiatan .wrapper .slideshow-c .mySlides img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#foto-kegiatan .wrapper .slideshow-c .fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

#foto-kegiatan .wrapper .slideshow-c .prev, #foto-kegiatan .wrapper .slideshow-c .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#foto-kegiatan .wrapper .slideshow-c .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#foto-kegiatan .wrapper .slideshow-c .prev:hover, #foto-kegiatan .wrapper .slideshow-c .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#foto-kegiatan .wrapper .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 1px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

#foto-kegiatan .wrapper .active, #foto-kegiatan .wrapper .dot:hover {
  background-color: #717171;
}

@media only screen and (min-width: 920px) {
  #foto-kegiatan .wrapper .container {
    width: 100%;
    margin: 2rem auto;
    display: block;
  }
  #foto-kegiatan .wrapper .container .gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr);
    -ms-grid-rows: (5vw)[8];
        grid-template-rows: repeat(8, 5vw);
    grid-gap: 1.5rem;
  }
  #foto-kegiatan .wrapper .container .gallery .gallery__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #foto-kegiatan .wrapper .container .gallery .gallery__item--1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 3;
  }
  #foto-kegiatan .wrapper .container .gallery .gallery__item--2 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    grid-column-end: 5;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 3;
  }
  #foto-kegiatan .wrapper .container .gallery .gallery__item--3 {
    -ms-grid-column: 5;
        grid-column-start: 5;
    grid-column-end: 9;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 6;
  }
  #foto-kegiatan .wrapper .container .gallery .gallery__item--4 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 5;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 6;
  }
  #foto-kegiatan .wrapper .container .gallery .gallery__item--5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 5;
    -ms-grid-row: 6;
        grid-row-start: 6;
    grid-row-end: 9;
  }
  #foto-kegiatan .wrapper .container .gallery .gallery__item--6 {
    -ms-grid-column: 5;
        grid-column-start: 5;
    grid-column-end: 9;
    -ms-grid-row: 6;
        grid-row-start: 6;
    grid-row-end: 9;
  }
  #foto-kegiatan .wrapper .slideshow-c {
    display: none;
  }
  #foto-kegiatan .wrapper .dot {
    display: none;
  }
}

#detail-pembayaran .wrapper .content {
  border: 2px solid #57B98A;
  padding: 10px 20px;
  margin: 20px auto;
  min-width: 300px;
}

#detail-pembayaran .wrapper .content .logo-d img {
  width: 80px;
  display: block;
  margin: 0 auto;
}

#detail-pembayaran .wrapper .content .logo-d p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0 20px;
}

#detail-pembayaran .wrapper .content .alert-belumbayar, #detail-pembayaran .wrapper .content .alert-menunggubayar, #detail-pembayaran .wrapper .content .alert-sudahbayar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #084298;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  padding: 12px 16px;
  background-color: #CFE2FF;
  margin-bottom: 20px;
}

#detail-pembayaran .wrapper .content .alert-belumbayar p, #detail-pembayaran .wrapper .content .alert-menunggubayar p, #detail-pembayaran .wrapper .content .alert-sudahbayar p {
  color: #084298;
  font-weight: 400;
  text-align: justify;
  font-size: 13px;
}

#detail-pembayaran .wrapper .content .menunggu-bayar .rincian .flex, #detail-pembayaran .wrapper .content .sudah-bayar .rincian .flex {
  margin-bottom: 4px;
}

#detail-pembayaran .wrapper .content .menunggu-bayar .rincian .flex p:nth-child(1), #detail-pembayaran .wrapper .content .sudah-bayar .rincian .flex p:nth-child(1) {
  width: 46%;
}

#detail-pembayaran .wrapper .content .menunggu-bayar .rincian .flex p:nth-child(2), #detail-pembayaran .wrapper .content .sudah-bayar .rincian .flex p:nth-child(2) {
  width: 54%;
}

#detail-pembayaran .wrapper .content .menunggu-bayar .rincian .flex:nth-child(1), #detail-pembayaran .wrapper .content .sudah-bayar .rincian .flex:nth-child(1) {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detail-pembayaran .wrapper .content .menunggu-bayar .rincian .flex:nth-child(1) img, #detail-pembayaran .wrapper .content .sudah-bayar .rincian .flex:nth-child(1) img {
  border: 2px solid #EEEEEE;
  padding: 6px 10px;
  border-radius: 8px;
}

#detail-pembayaran .wrapper .content p {
  font-size: 14px;
}

#detail-pembayaran .wrapper .content p:nth-child(2) {
  font-weight: 600;
}

#detail-pembayaran .wrapper .content .rincian {
  margin-bottom: 40px;
}

#detail-pembayaran .wrapper .content .rincian .bold {
  font-weight: 600;
  margin-bottom: 5px;
}

#detail-pembayaran .wrapper .content .rincian .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail-pembayaran .wrapper .content .rincian hr {
  margin: 20px 0;
}

#detail-pembayaran .wrapper .content button {
  border: 1px solid #57B98A;
  background-color: #57B98A;
  padding: 10px 20px;
  width: 100%;
  border-radius: 20px;
  margin: 2px 0;
  color: #ECFFF9;
  cursor: pointer;
}

#detail-pembayaran .wrapper .content button a {
  text-decoration: none;
  color: #ECFFF9;
}

#detail-pembayaran .wrapper .content .bayar-kampus {
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#detail-pembayaran .wrapper .content .bayar-kampus .decoration {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #181C27;
}

#detail-pembayaran .wrapper .content .bayar-kampus p {
  margin: 14px 10px;
  font-weight: 400;
}

#detail-pembayaran .wrapper .content .bayar-tunai {
  text-align: center;
  font-weight: 600;
}

#detail-pembayaran .wrapper .content .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

#detail-pembayaran .wrapper .content .modal .modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 200px auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  /* Could be more or less, depending on screen size */
}

#detail-pembayaran .wrapper .content .modal .modal-content .header-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail-pembayaran .wrapper .content .modal .modal-content .header-modal .tutup {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#detail-pembayaran .wrapper .content .modal .modal-content .header-modal .tutup svg path:hover, #detail-pembayaran .wrapper .content .modal .modal-content .header-modal .tutup svg path:focus {
  color: black;
  cursor: pointer;
}

#detail-pembayaran .wrapper .content .modal .modal-content .header-modal p {
  font-weight: 600;
}

#detail-pembayaran .wrapper .content .modal .modal-content .text {
  text-align: center;
  border-radius: 8px;
  padding: 4px 0;
  margin: 18px 12px;
  border: none;
  background: none;
}

#detail-pembayaran .wrapper .content .modal .modal-content .text svg {
  width: 50px;
  margin: 8px;
}

#detail-pembayaran .wrapper .content .modal .modal-content .text h3 {
  margin: 8px auto;
}

#detail-pembayaran .wrapper .content .modal .modal-content .text p {
  font-size: 12px;
  font-weight: 500;
}

#detail-pembayaran .wrapper .content .modal .modal-content a {
  font-size: 12px;
  margin: 4px auto;
  border: 1px solid #57B98A;
}

#detail-pembayaran .wrapper .content .modal .modal-content .transfer-manual {
  background: none;
  color: #181C27;
  border: 1px solid #181C27;
}

#detail-pembayaran .wrapper .content .modal-1 {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  overflow: hidden;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content {
  border-radius: 10px;
  background-color: #fefefe;
  margin: 140px auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  /* Could be more or less, depending on screen size */
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .header-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .header-modal .tutup {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .header-modal .tutup svg path:hover, #detail-pembayaran .wrapper .content .modal-1 .modal-content .header-modal .tutup svg path:focus {
  color: black;
  cursor: pointer;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .header-modal p {
  font-weight: 600;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text {
  text-align: center;
  border-radius: 8px;
  padding: 4px 0;
  margin: 18px 12px;
  border: none;
  background: none;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text svg {
  width: 50px;
  margin: 8px;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text h3 {
  margin: 8px auto;
  font-size: 16px;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text table {
  border-collapse: collapse;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text hr {
  border-style: dotted;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text table {
  margin: 20px 0;
  width: 100%;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text table tr td {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text table tr td:nth-child(1) {
  width: 110px;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text .flex svg {
  margin: 0;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .text .flex p {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content a {
  font-size: 12px;
  margin: 4px auto;
}

#detail-pembayaran .wrapper .content .modal-1 .modal-content .transfer-manual {
  background: none;
  color: #181C27;
  border: 1px solid #181C27;
}

@media only screen and (min-width: 920px) {
  #detail-pembayaran .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #detail-pembayaran .wrapper .headings {
    display: inline-block;
    margin: 0 auto;
  }
  #detail-pembayaran .wrapper .headings h3 {
    font-size: 22px;
  }
  #detail-pembayaran .wrapper .content {
    width: 40%;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #181C27;
}

.rectangle {
  width: 26px;
  height: 2px;
  background-color: #57B98A;
  border-radius: 2px;
  margin-top: 2px;
}

.btn-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-final .btn-akhir {
  padding: 8px 26px;
  color: white;
  background-color: #57B98A;
  border: none;
  border-radius: 32px;
  font-size: .9rem;
  text-decoration: none;
  padding: 8px 40px;
  font-size: 16px;
}

.btn-final .btn-akhir:hover {
  background-color: #69d19f;
  color: #ECFFF9;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */