:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body {
  justify-content: center;
  display: flex;
}

.div-block {
  padding-top: 20px;
  padding-left: 30px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  width: 74px;
  height: 65px;
}

.form {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-block {
  text-align: center;
  margin-top: 102px;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}

.text-block.votething {
  margin-top: 50px;
}

.div-password {
  width: 50%;
  background-color: #f7f8f8;
  flex-direction: column;
  align-items: center;
  display: flex;
  min-height: 100vh; /* Set the minimum height to 100% of the viewport height */
}

.div-password-inside {
  width: 95%;
  height: 85%;
  background-color: #fff;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  box-shadow: 2px 2px 11px -3px #979797;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 74px;
  margin-bottom: 0;
  display: flex;
}

.form-block.votething {
  margin-top: 50px;
}

.form-block.votething.password, .form-block._4digits {
  margin-top: 10px;
}

.form-block._4digits.passkey {
  margin-top: 50px;
}

.button {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  min-height: 50px;
  min-width: 50px;
  text-align: center;
  background-color: #e84915;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button.v {
  width: 50%;
  height: 50px;
  max-height: 50px;
  max-width: 50%;
  min-height: 50px;
  min-width: 50%;
  border-radius: 32px;
  margin-left: 0;
  font-style: normal;
  font-weight: 700;
}

.heading {
  color: #202120;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
}

.heading.votething {
  margin-top: 100px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: TORMO-FONT-BIG, sans-serif;
}

.text-field {
  width: 50%;
  height: 50px;
  min-width: 50px;
  color: #000;
  border: 2px solid #e84915;
  border-radius: 32px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 40px;
  font-weight: 700;
}

.text-field.email {
  max-width: 10%;
  min-height: 50%;
  min-width: 50%;
}

.text-field.email.otp {
  width: 55px;
  max-width: 55px;
  min-width: 55px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 12px;
  font-size: 15px;
}

.vote {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.rate-num {
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.brandname {
  text-align: center;
  font-size: 12px;
}

.aspect-rate {
  width: 75px;
  height: 35px;
  background-color: #e6e6e6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.submit {
  width: 50%;
  text-align: center;
  background-color: #ec6e38;
  border-radius: 20px;
  font-weight: 700;
}

.title-text {
  color: #000;
  margin-left: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.tab-link-tab-2 {
  opacity: .25;
  background-color: rgba(221, 221, 221, 0);
}

.tab-link-tab-2.w--current {
  opacity: 1;
  background-color: rgba(221, 221, 221, 0);
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.tab-pane-tab-2 {
  border-top: 1px solid #000;
}

.tabs-menu {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.section {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.brandimage {
  border-radius: 10px;
}

.tab-pane-tab-1 {
  border-top: 1px solid #000;
}

.tab-pane-tab-3 {
  border: 1px #000;
  border-top-style: solid;
}

.tab-link-tab-3 {
  opacity: .25;
  background-color: rgba(221, 221, 221, 0);
}

.tab-link-tab-3.w--current {
  opacity: 1;
  background-color: rgba(221, 221, 221, 0);
}

.tab-link-tab-1 {
  opacity: .25;
  background-color: rgba(221, 221, 221, 0);
}

.tab-link-tab-1.w--current {
  opacity: 1;
  background-color: rgba(200, 200, 200, 0);
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.vote-div {
  width: 40%;
}

.tabs {
  margin-top: 40px;
}

.div-vote-detail {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-vote-detail.voted {
  opacity: .4;
  filter: grayscale();
}

.wallet-address {
  width: 127.055px;
  height: 35px;
  background-color: #e6e6e6;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  margin: 5px;
  padding: 5px 12px;
  display: flex;
}

.wallet-address.title {
  justify-content: center;
}

.buttonrate {
  width: 25%;
  height: 100%;
  background-color: #ec6e38;
  justify-content: center;
  align-items: center;
  padding: 5px;
  line-height: 0;
  display: flex;
}

.aspects-text {
  color: #000;
  text-align: center;
  font-size: 12px;
}

.wallet-address-value {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: flex;
}

.text-span {
  color: #e84915;
  text-decoration: underline;
}

.passkey-text {
  color: #e84915;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.loading {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.loading-gif {
  height: 50px;
  min-height: 50px;
}

.success-image {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.nft-image {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  border-radius: 20px;
}

@media screen and (min-width: 1440px) {
  .div-block {
    padding-top: 5px;
    padding-left: 10px;
  }

  .div-password-inside {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .heading {
    margin-top: 185px;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-top: 10px;
    padding-left: 40px;
  }

  .form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-password, .vote-div {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-top: 10px;
    padding-left: 35px;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-password, .vote-div {
    width: 95%;
  }

  .nft-image {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-top: 5px;
    padding-left: 15px;
  }

  .image {
    width: 49.3px;
    height: 43.3px;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    margin-top: 100px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 24px;
  }

  .div-password {
    width: 100%;
  }

  .form-block.votething {
    align-items: stretch;
  }

  .button {
    margin-left: 5px;
    margin-right: 5px;
  }

  .button.v {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
    margin-right: 0;
  }

  .heading {
    font-size: 35px;
    line-height: 35px;
  }

  .text-field {
    width: 90%;
    margin-left: 5px;
    padding-left: 25px;
  }

  .text-field.email {
    max-width: 90%;
    min-width: 90%;
    margin-left: 0;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .vote-div {
    width: 95%;
  }

  .div-vote-detail.voted {
    opacity: .5;
    filter: grayscale();
  }

  .loading-gif {
    max-height: 50px;
  }

  .success-image {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    display: flex;
  }

  .nft-image {
    width: 45%;
    max-width: 45%;
    min-width: 45%;
    border-radius: 20px;
  }
}

#w-node-aac8f730-7b91-94ac-b53c-00b099121f3e-78ab2edf, #w-node-aac8f730-7b91-94ac-b53c-00b099121f86-78ab2edf, #w-node-aac8f730-7b91-94ac-b53c-00b099121fce-78ab2edf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-aac8f730-7b91-94ac-b53c-00b099121f3e-78ab2edf, #w-node-aac8f730-7b91-94ac-b53c-00b099121f86-78ab2edf, #w-node-aac8f730-7b91-94ac-b53c-00b099121fce-78ab2edf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


/*
@font-face {
  font-family: 'TORMO-FONT-SMALL';
  src: url('../fonts/FontsFree-Net-SF-Pro-Rounded-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TORMO-FONT-BIG';
  src: url('../fonts/FontsFree-Net-SF-Pro-Rounded-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}*/