/* Styles for desktop devices */
@media (min-width: 768px) {
  /* Desktop styles here */
  .main_container {
    color: #26e58f;
  }

  .block_desktop {
    width: 100%;
    height: 100%;
    color: white;
    z-index: 100000;
    background-color: #232333;
    position: absolute;
    text-align: center;
    padding-top: 20%;
  }
}

@media (max-width: 767px) {
  /* Mobile styles here */
  .block_desktop {
    width: 0;
    height: 0;
    font-size: 0px;
    z-index: 100000;
  }
}

@font-face {
  font-family: "Proxima-Nova";
  src: url("../fonts/Metropolis-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.main_container {
  padding: 0 !important;
  margin-bottom: 0;
}

.image_box {
  width: 100%;
  text-align: center;
}

.image_box img {
  width: 250px;
}

.detail_box {
  font-family: "Proxima-Nova";
  color: white;
  padding: 30px;
  height: 100%;
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  background-color: #232333;
  margin-bottom: 20px;
}

.product_category {
  line-height: 1.5rem;
  font-size: 12px;
  color: white;
}

.product_name {
  font-weight: bolder;
  line-height: 2rem;
  font-size: 18px;
  color: white;
}

.product_status_box {
  width: 100%;
}

.product_status {
  float: left;
  line-height: 1.5rem;
  font-size: 14px;
  color: #26e58f;
}

.product_status_box img {
  float: right;
  width: 15px;
}

.product_year_box {
  width: 100%;
  font-size: 12px;
}

.spaces {
  width: 100%;
  clear: both;
  height: 10px;
}

.hr1 {
  color: #323558;
  margin: 20px;
}

.product_year_box div {
  float: left;
}

.product_year_box div:last-child {
  float: right;
}

.description {
  font-size: 13px;
}

.box_button {
  text-align: center;
  width: 100%;
}

.box_button button {
  width: 100%;
  background-color: #e56f26;
  /* Green */
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  font-size: 14px;
}

.box_button2 {
  text-align: center;
  width: 100%;
}

.box_button2 button {
  width: 100%;
  /* Green */
  border: solid 1px white;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  font-size: 14px;
  background-color: #232333;
}

.box_button3 {
  text-align: center;
  width: 100%;
}

.box_button3 button {
  width: 100%;
  /* Green */
  border: solid 1px #000;
  color: #000;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  font-size: 14px;
  background-color: #fff;
}

.box_point {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  background-color: #3367ff;
  color: #fff;
  padding: 25px;
  border-radius: 8px;
}

html,
body,
.inactive_container .merchant_container {
  min-height: 100% !important;
  height: 100%;
}

.inactive_container {
  padding: 30px;
  text-align: center;
  height: 100%;
  margin: 0px;
  background-image: linear-gradient(#cbc41b, #97870d);
}

.unrecognized_container {
  padding: 30px;
  text-align: center;
  height: 100%;
  margin: 0px;
  background-image: linear-gradient(#d24044, #931c20);
}

.merchant_container {
  padding: 0px;
}

.poor_image_container {
  padding: 30px;
  text-align: center;
  height: 100%;
  margin: 0px;
  background-image: linear-gradient(#808095, #50505f);
}

.round1 {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-color: #808095;
  margin: 0 auto;
  padding-top: 20px;
  border: 19px solid #9c9cad;
}
.box_round2 {
  width: 100%;
  text-align: center;
}
.box_round1 img {
  width: 140px;
}

.round2 {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-color: #808095;
  margin: 0 auto;
  padding-top: 20px;
  border: 19px solid #9c9cad;
}
.box_round2 {
  width: 100%;
  text-align: center;
}
.box_round2 img {
  width: 70px;
}

.unverified_title {
  margin-top: 20px;
  color: white;
  font-size: 21px;
  font-weight: bolder;
}
.unverified_detail {
  color: white;
  font-size: 14px;
  padding: 20px 40px;
}

.inactive_box_button {
  margin-top: 150px;
  text-align: center;
  width: 100%;
}

.inactive_box_button button {
  width: 100%;
  background-color: white;
  border: none;
  color: #97870d;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  font-size: 14px;
}

.unrecognized_box_button {
  margin-top: 150px;
  text-align: center;
  width: 100%;
}

.unrecognized_box_button button {
  width: 100%;
  background-color: white;
  border: none;
  color: #931c20;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  font-size: 14px;
}

.merchant_header {
  height: 300px;
  width: 100%;
  background-image: url("../images/merchant.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.merchant_detail {
  min-height: 800px;
  background-color: #232333;
  border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  color: white;
  padding: 30px;
  box-shadow: 0px 1px 8px 4px #767575;
}
.title_header {
  display: inline;
}
.title_icon {
  float: left;
  padding: 10px;
}
.title_icon img {
  width: 30px;
}

.title_box_name_penjual {
  font-size: 12px;
}
.title_box_name_value {
  font-size: 16px;
  font-weight: bolder;
}
.product_distribution {
  background-color: #26e58f;
  color: #232333;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
}

.product_distribution p {
  display: inline;
  font-weight: bolder;
}
.alamat_header {
  font-weight: bolder;
  margin-bottom: 10px;
  font-size: 12px;
}
.alamat_box {
  display: inline;
}

.alamat_detail {
  float: left;
  font-size: 12px;
  width: 80%;
}
.alamat_icon {
  float: right;
}
.box_cta {
  display: inline;
}
.box_no_telp {
  float: left;
  text-align: right;
  font-size: 12px;
}
.box_wa {
  float: right;
  font-size: 12px;
}
.merchant_url {
  font-size: 12px;
}

.product_header {
  display: inline;
}
.product_icon {
  background-color: white;
  float: left;
  padding: 7px;
  border-radius: 5px;
  margin-right: 10px;
}
.product_icon img {
  width: 30px;
}

.product_box_name_penjual {
  font-size: 12px;
}
.product_box_name_value {
  font-size: 16px;
  font-weight: bolder;
}

.button_box {
  width: 100%;
  display: inline;
}
.box_lapor {
  width: 45%;
}
.box_lapor button {
  width: 100%;
  background-color: #232333;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid #e56f26;
}
.box_stack {
  position: absolute;
  top: 0;
  margin-top: 249px;
}
.box_selesai {
  width: 45%;
}
.box_selesai button {
  width: 100%;
  background-color: #e56f26;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  font-size: 14px;
}

.poor_image_box_button {
  margin-top: 150px;
  text-align: center;
  width: 100%;
}

.poor_image_box_button button {
  width: 100%;
  background-color: white;
  /* Green */
  border: none;
  color: #50505f;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  font-size: 14px;
}

.grid_container {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  grid-template-areas: "main" "footer";
  grid-template-rows: 1fr 80px;
}

.grid_main {
  grid-area: main;
}

.grid-footer {
  grid-area: footer;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.password-field {
  position: relative;
}

.password-field input {
  width: 100%;
  height: 4em;
  padding: 0.5em;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.5); */
  font-size: 1rem;
  letter-spacing: 1px;
}

.password-field input::placeholder {
  color: #bebebe;
  font-weight: bold;
}

.password-field #toggler {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  margin-left: -30px;
}
