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

html {
  background-color: #222;
  color: white;
  font-family: "Roboto", sans-serif;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

html::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}

/* #backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: green;
    z-index: 1;
    opacity: 0.8;
} */

@media only screen and (min-width: 600px) {
  #top-banner {
    position: fixed;
    top: -10%;
    width: 100%;
    background-color: orange;
    color: black;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  #top-banner-close {
    position: fixed;
    top: -10%;
    right: 0;
    margin-right: 1%;
    margin-top: 0.4%;
    color: black;
    border: 2px solid black;
    padding-left: 0.5%;
    padding-right: 0.5%;
    cursor: pointer;
    transition: 200ms;
  }

  #top-banner-close:hover {
    background-color: white;
    color: black;
    transition: 200ms;
  }

  #otp-box {
    position: fixed;
    height: 55vh;
    width: 40vw;
    background-color: #222;
    border: 3px solid #333;
    z-index: 1;
    margin-left: 60vh;
    margin-top: 11vh;
    border-radius: 20px;
  }

  #otp-box-subtext {
    color: #999;
    margin-top: 2%;
  }

  #otp-input {
    text-align: center;
    color: white;
    font-weight: bold;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    height: 5vh;
    width: 20vw;
    margin-top: 10vh;
    font-size: xx-large;
    padding-bottom: 1%;
  }

  #otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  #otp-submit {
    margin-top: 8%;
    width: 30vw;
    height: 5vh;
    border-radius: 20px;
    outline: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: large;
  }

  /* #otp-submit:hover{
        background-color: #666;
        color: white;
    }

    #otp-submit:active{
        background-color: #444;
        color: white;
    } */

  #bn {
    position: fixed;
    top: 1.5vh;
    left: 1vw;
  }

  #centerdiv {
    background-color: #111;
    height: 80vh;
    width: 70vw;
    border-radius: 30px;
    margin-top: 7vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #lhs {
    height: 90%;
    width: 90%;
    background: none;
    padding-right: 5%;
    padding-left: 2%;
    border-right: 1px solid #222;
    margin-top: 4vh;
  }

  #rhs {
    padding-top: 15vh;
    padding-left: 7vw;
    width: 20vw;
    background: none;
  }

  #tick {
    height: 35vh;
    margin-bottom: 2vh;
  }

  #li-qr {
    height: 35vh;
    margin-bottom: 2vh;
    border-radius: 10px;
    cursor: none;
    padding: 4%;
    background-color: white;
  }

  /* #below-qr-text{
        padding-left: 10%;
    } */

  #t1 {
    color: #666;
    font-size: x-large;
    padding-top: 5vh;
  }

  #t2 {
    font-size: 20vh;
  }

  #t3 {
    color: #666;
    font-size: x-large;
  }

  #password {
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #666;
    height: 5vh;
    width: 70%;
    margin-top: 10vh;
    color: #666;
    font-size: larger;
    padding-left: 1%;
    padding-right: 2%;
    margin-bottom: 3vh;
  }

  #rm-info {
    position: relative;
    margin-top: 1vh;
    color: black;
    margin-bottom: 0;
    width: 90%;
    background-color: orange;
    border: 2px solid orangered;
    padding: 1%;
    font-size: small;
    border-radius: 5px;
  }

  #checkbox{
    cursor: pointer;
  }

  #login {
    background-color: white;
    outline: none;
    border: none;
    border-radius: 20px;
    font-weight: bolder;
    font-size: larger;
    height: 6%;
    width: 70%;
    margin-top: 8%;
    cursor: pointer;
    transition: 200ms;
  }

  #login:disabled{
    cursor: not-allowed;
  }

  #bottom-div {
    background-color: #111;
    width: 68.2vw;
    margin-top: 3vh;
    border-radius: 30px;
    padding: 1%;
    font-size: large;
  }

  /* #login:hover{
        background-color: #666;
        color: white;
        transition: 200ms;
    }

    #login:active{
        background-color: #444;
        color: white;
        transition: 200ms;
    } */
}

@media only screen and (max-width: 600px) {
  #top-banner {
    position: fixed;
    top: -10%;
    width: 100%;
    background-color: orange;
    color: black;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
  }

  #top-banner-close {
    position: fixed;
    top: -10%;
    right: -1%;
    margin-right: 1%;
    margin-top: 0.4%;
    color: black;
    background-color: orange;
    padding: 1%;
    padding-right: 2%;
    padding-left: 1.5%;
    cursor: pointer;
    transition: 200ms;
  }

  #bottom-div {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #111;
    width: 100vw;
    padding: 2%;
    font-size: large;
  }

  #otp-box {
    position: fixed;
    height: 53vh;
    width: 90vw;
    background-color: #222;
    border: 2px solid #333;
    z-index: 1;
    margin-left: 2.7vh;
    margin-top: 7vh;
    border-radius: 20px;
  }

  #otp-box-title {
    font-size: x-large;
  }

  #otp-box-subtext {
    color: #999;
    margin-top: 2%;
    font-size: 15px;
  }

  #otp-input {
    text-align: center;
    color: white;
    font-weight: bold;
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    height: 5vh;
    width: 60vw;
    margin-top: 13vh;
    font-size: xx-large;
    padding-bottom: 1%;
  }

  #otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  #otp-submit {
    margin-top: 15%;
    width: 80vw;
    height: 5vh;
    border-radius: 20px;
    outline: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: large;
  }

  /* #otp-submit:hover{
        background-color: #666;
        color: white;
    }

    #otp-submit:active{
        background-color: #444;
        color: white;
    } */

  #rhs {
    display: none;
  }

  #bn {
    display: none;
    position: fixed;
    top: 1.5vh;
    left: 1vw;
  }

  #centerdiv {
    background-color: #111;
    height: 65vh;
    width: 90vw;
    border-radius: 20px;
    margin-top: 11vh;
    padding-bottom: 4%;
  }

  #t1 {
    color: #666;
    font-size: x-large;
    padding-top: 5vh;
  }

  #t2 {
    font-size: 15vh;
  }

  #t3 {
    color: #666;
    font-size: x-large;
  }

  #password {
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #666;
    height: 5vh;
    width: 80%;
    margin-top: 10vh;
    color: #666;
    font-size: larger;
    padding-left: 1%;
    padding-right: 2%;
    margin-bottom: 2vh;
  }

  #checkbox{
    cursor: pointer;
  }

  #login {
    background-color: white;
    outline: none;
    border: none;
    border-radius: 30px;
    font-weight: bolder;
    font-size: larger;
    height: 6vh;
    width: 70%;
    margin-top: 10%;
    cursor: pointer;
    transition: 200ms;
  }

  #login:disabled{
    cursor: not-allowed;
  }

  /* #login:hover{
        background-color: #666;
        color: white;
        transition: 200ms;
    }

    #login:active{
        background-color: #444;
        color: white;
        transition: 200ms;
    } */
}
