@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

:root {
  --main-darklg: #1d2635;
  --main-dark: #161d29;
  --primary-color: #2f80ec;
  --main-light: #eeeeee;
  --yellow-color: #f8d100;
  --green-color: #67C656;
  --red-color:#f6484a;
  --white-color:#fff;
  --green-dark-color: #0C4D44;
  --biru-dark-color: #222f42;
  font-family: "Poppins", sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
}

body{
	background: var(--main-darklg) url(../background_.webp) no-repeat center center fixed;
	background-size: cover;
	height: 100vh;
  font-family: "Poppins", sans-serif !important;
}

.header {
  z-index: 2000;
  position: relative !important;
  position: fixed;
  width: 100%;
  background-color: var(--green-dark-color);
}

.logo > h3 {
  color: var(--yellow-color);
}

.main {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.img-thumb {
  max-width: 90%;
  height: auto;
  max-height: 470px;
}

.main_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: fit-content;
}

.main_container input {
  height: 50px;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 0 10px 0 10px;
  border: none;
  outline: none;
  text-align: center;
}

.main_container label {
  position: relative;
  display: block;
  color: var(--main-light);
  flex-basis: 100%;
  padding-bottom: 10px;
  text-align: center;
}

.main_container > label:first-child {
  /* padding-bottom: 0; */
}

.main_container .label:nth-child(1) {
  padding-bottom: 0;
}

.main_container > label:nth-child(2) {
  font-size: 10px;
}

.text_golden {
    color: #F2CC81;
}

.options__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: var(--main-light);
  font-size: 1.2rem;
  width: 50px;
  margin: 0 0.5rem;
  border-radius: 50px;
  background-color: var(--main-darklg);
  cursor: pointer;
}

.options__button.text{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: var(--main-light);
  font-size: 1.2rem;
  margin: 10px 0 0.5rem;
  border-radius: 50px;
  background-color: var(--main-darklg);
  cursor: pointer;
  flex-basis: 40%;
  width: auto;
  min-width: 50px;
  padding: 0px 10px;
}

.options__button.text:hover{
  color: var(--green-color);
}

#goRoom{
  color: var(--green-color);
}

.background__red {
  background-color: var(--red-color) !important;
}

.background__yellow {
  background-color: var(--yellow-color) !important;
}

.background__green {
  background-color: var(--green-color) !important;
}
.background__green_dark {
  background-color: var(--green-dark-color) !important;
}
.background__biru_dark {
  background-color: var(--biru-dark-color) !important;
}
.color__white {
  color: var(--white-color) !important;
}

.color__red {
  color: var(--red-color) !important;
}

.color__yellow {
  color: var(--yellow-color) !important;
}

.color__green {
  color: var(--green-color) !important;
}

#tabelRoom{
  display: block;
  position: relative;
  color: #fff;
  overflow: auto;
}

#tabelRoom > table{
  border-collapse: collapse;
  width: 100%;
}

@media only screen and (max-width: 700px) {
    .main_container > input {
        flex: 1;
    }
}

.progressbar-wrapper {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
}
ul.progressbar {
  padding-left: 0 ;
}
.progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 11px;
  line-height: 11px;
  position: relative;
  text-align: center;
  color: #7d7d7d;
}

.progressbar li span{
  padding-top: 10px;
}


.progressbar li:before {
  width: 50px;
  height: 50px;
  content: "";
  line-height: 50px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 5px auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 25px;
  left: -50%;
  z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: green;
    font-weight: bold;
    
}
.progressbar li.active:before {
    border-color: var(--green-color);
    background: green;
}
.progressbar li.active + li:after {
    background-color: var(--green-color);
}

li.progressbar-1.active:before {
  background: var(--green-color)  url("../progress/Wawancara.png") no-repeat center center;
  background-size: 60%;
}
li.progressbar-1::before {
  background: #cfcaca url("../progress/Wawancara.png") no-repeat center center;
  background-size: 60%;
}

li.progressbar-2.active:before {
  background: var(--green-color)  url("../progress/Adjudikator.png") no-repeat center center;
  background-size: 60%;
}
li.progressbar-2::before {
  background: #cfcaca url("../progress/Adjudikator.png") no-repeat center center;
  background-size: 60%;
}

li.progressbar-3.active:before {
  background: var(--green-color)  url("../progress/Pencetakan.png") no-repeat center center;
  background-size: 60%;
}
li.progressbar-3::before {
  background: #cfcaca url("../progress/Pencetakan.png") no-repeat center center;
  background-size: 60%;
}

li.progressbar-4.active:before {
  background: var(--green-color)  url("../progress/Paspor_Selesai.png") no-repeat center center;
  background-size: 60%;
}
li.progressbar-4::before {
  background: #cfcaca url("../progress/Paspor_Selesai.png") no-repeat center center;
  background-size: 60%;
}

li.progressbar-5.active:before {
  background: var(--green-color)  url("../progress/Paspor_Telah_Diambil.png") no-repeat center center;
  background-size: 60%;
}
li.progressbar-5::before {
  background: #cfcaca url("../progress/Paspor_Telah_Diambil.png") no-repeat center center;
  background-size: 60%;
}

#progressv {
  padding-left: 1rem;
}

#progressv .node {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display:inline-block;
  transition: all 1000ms ease;
}

#progressv .divider {
  height: 20px;
  width: 2px;
  margin-left: 4px;
  transition: all 800ms ease;
}

#progressv .divider-xl {
  height: 30px;
  width: 2px;
  margin-left: 4px;
  transition: all 800ms ease;
}

#progressv li p {
  display:inline-block;
  margin-left: 20px;
  margin-bottom: 0;
  color: rgba(255,255,255,.6);
  font-size: 12px;
}

#progressv li {
  list-style: none;
  line-height: 1px;
}

#progressv .white { background-color: rgba(255,255,255,1); }
#progressv .grey { background-color: rgba(255,255,255,.8); }
#progressv .green { background-color: var(--green-color); }
#progressv .text-green { color: var(--green-color); }


.btn-wa {
  background: #cfcaca url("../hubungi_whatsapp.png") no-repeat center left;
  background-size: 60%;
}

