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

:root{
    --alfa-red: #BB1724;
    --alfa-blue: #005AAB;
    --alfa-yellow: #FFD503;
    --alfa-green: #20744A;
    --alfa-orange: #FF852D;
    --alfa-disable: #bebebe;
}

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

#loading{
    height: 100vh;
    width: 100vw; 
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center; 
    z-index: 9999;
    background: rgba(255, 255, 255, 0.5);
}

#loading img{
    position: fixed;
    width: 25%;
    z-index: 999;
}

.font-8{
  font-size: 8pt !important;
}

.font-9{
  font-size: 9pt !important;
}

.font-10{
  font-size: 10pt !important;
}

.font-11{
  font-size: 11pt !important;
}

.font-12{
  font-size: 11pt !important;
}

.font-13{
  font-size: 11pt !important;
}

.font-14{
  font-size: 11pt !important;
}

.font-black{
  color: black !important;
}

.text-bold{
  font-weight: bold;
}
.text-center{
  text-align: center;
}

.menu-card-white{
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 10px;
    /* padding: 10px 20px; */
    background: white;
    color: black;
    box-shadow: 15px 15px 32px 0 rgba( 150, 150, 150, 0.37 );
    backdrop-filter: blur( 6px );
    -webkit-backdrop-filter: blur( 6px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    overflow: visible;
    width: 80%;
    height: 70vh;
}

.menu-card-white .row{
  height: 70vh;
}

.explanation{
  background-color: var(--alfa-red); 
  color: white; 
  border-top-left-radius: 10px; 
  border-bottom-left-radius: 10px;
  padding: 0px 40px;
  border-bottom: 1rem solid var(--alfa-yellow);
}

.custom-btn-primary{
  background-color: var(--alfa-blue);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  padding: 5px;
  border: transparent;
  height: 2.7rem;
}
.custom-btn-secondary{
  background-color: var(--alfa-yellow);
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: black;
  padding: 5px;
  border: transparent;
  height: 2.7rem;
}

.form-reset-pin{
  width: 60%;
}

.form-label{
  font-weight: bold;
}

.form-control{
  background-color: white;
  height: 2.5rem;
}

.btn-help{
  background-color: var(--alfa-red);
  color: white;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
  border: none;
  font-weight: bold;
  font-size: 20pt;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
}

.overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid white;
}

.highlight-tutorial{
    position: absolute;
    z-index: 1000;
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
}

#tutorial-pin{
    width: 30vw;
    top: 407px;
    left: 500px;
}

#tutorial-pin .triangle{
    left: 459px;
    top: 31px;
    transform: rotate(90deg);
}

#tutorial-ga{
    width: 30vw;
    top: 467px;
    left: 500px;
}

#tutorial-ga .triangle{
    left: 459px;
    top: 31px;
    transform: rotate(90deg);
}

#tutorial-verifikasi{
    width: 30vw;
    top: 321px;
    left: 483px;
}

#tutorial-verifikasi .triangle{
    left: 459px;
    top: 31px;
    transform: rotate(90deg);
}

#tutorial-pin1{
    width: 30vw;
    top: 281px;
    left: 488px;
}

#tutorial-pin1 .triangle{
    left: 459px;
    top: 31px;
    transform: rotate(90deg);
}

#tutorial-pin2{
    width: 30vw;
    top: 371px;
    left: 488px;
}

#tutorial-pin2 .triangle{
    left: 459px;
    top: 31px;
    transform: rotate(90deg);
}

#pin .highlight-container{
    position: relative;
    color: white;
    background-color: transparent;
}

#pin .highlight-container-active{
    position: relative;
    z-index: 1001;
    color: black;
    background-color: white;
}

#ga .highlight-container{
    position: relative;
    color: white;
    background-color: transparent;
}

#ga .highlight-container-active{
    position: relative;
    z-index: 1001;
    color: black;
    background-color: white;
}

.no-gutter{
      --bs-gutter-x: 0 !important;
}
@media only screen and (max-width: 400px) {
  .btn-help{
    bottom: 20px;
    right: 20px;
  }
  .menu-card-white{
    height: 100vh;
    width: 100vw;
  }
  .explanation{
    font-size: 9pt;
    padding: 30px 20px;
    /* margin-top: 2rem; */
    border-radius: 0;
  }
  .explanation h2{
    text-align: center;
  }
  .form-reset-pin{
    width: 80%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .form-reset-pin h3{
    display: none;
  }

  #tutorial-pin{
    top: 17.5rem;
    left: .9rem;
    width: 92vw;
  }
  #tutorial-pin .triangle{
    left: 50%;
    top: 117px;
    transform: rotate(180deg);
  }
  #tutorial-ga{
    top: 19rem;
    left: .9rem;
    width: 92vw;
  }
  #tutorial-ga .triangle{
    left: 50%;
    top: 157px;
    transform: rotate(180deg);
  }

  #tutorial-verifikasi{
    width: 92vw;
    top: 58px;
    left: .9rem;
  }

  #tutorial-verifikasi .triangle{
      left: 50%;
      top: 155px;
      transform: rotate(180deg);
  }

  #tutorial-pin1{
      width: 92vw;
      top: 104px;
      left: .9rem;
  }

  #tutorial-pin1 .triangle{
      left: 50%;
      top: 116px;
      transform: rotate(180deg);
  }

  #tutorial-pin2{
      width: 92vw;
      top: 176px;
      left: .9rem;
  }

  #tutorial-pin2 .triangle{
      left: 50%;
      top: 135px;
      transform: rotate(180deg);
  }
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
  .menu-card-white{
    height: 85vh;
    width: 90vw;
  }
  .explanation{
    font-size: 9pt;
    padding: 10px 20px;
    /* margin-top: 2rem; */
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .explanation h2{
    text-align: center;
  }
  .form-reset-pin{
    width: 80%;
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 1900px) {
  
  #tutorial-pin{
    top: 515px;
    left: 622px;
  }
  #tutorial-ga{
    top: 575px;
    left: 622px;
  }
  #tutorial-pin .triangle{
    left: 576px;
  }
  #tutorial-ga .triangle{
    left: 576px;
  }

  #tutorial-verifikasi{
    width: 30vw;
    top: 404px;
    left: 615px;
  }

  #tutorial-verifikasi .triangle{
      left: 574px;
      top: 55px;
      transform: rotate(90deg);
  }

  #tutorial-pin1{
      width: 30vw;
      top: 382px;
      left: 602px;
  }

  #tutorial-pin1 .triangle{
      left: 575px;
      top: 37px;
      transform: rotate(90deg);
  }

  #tutorial-pin2{
      width: 30vw;
      top: 469px;
      left: 602px;
  }

  #tutorial-pin2 .triangle{
      left: 575px;
      top: 37px;
      transform: rotate(90deg);
  }
}
