@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

html {
  margin: 0 auto;
}

body {
  margin: 0px;
  display: flex;
  flex-direction: row;
  background-repeat: no-repeat;
  font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
  height: 100vh;
  width: 100vw;
  background-image: url('/assets/bg/2.png');
  background-size: cover;
}

label {
  font-size: 20px;
}

button,input:focus {
  outline:none;
}

.index-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  padding-top: 100px;
}
.content-content {
  display: flex;
  /* height: 100%; */
  flex: 1;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 60px;
  padding-top: 80px;
}
.precautions-content {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 30px 60px;
  padding: 20px;
  border-radius: 25px;
  border-color: #A3A3A3;
  border-width: 1px;
  border-style: solid;
  flex: 1;
}
.precautions-content p {
  font-size: 1.3rem;
}
.precautions-content h1{
  color: #69318e;
  font-size: 2rem;
  font-weight: 300;
  /* margin: 10px; */
}
.precautions-content h2{
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
  margin: 10px
}
.content-content .precautions-content h2 {
  line-height: 1rem;
  line-height: 1.5rem;
}
.content-content .precautions-content{
  overflow-y: scroll;
  align-items: center;
  justify-content: center;
}

.precautions-content hr{
  color: #A3A3A3;
  width: 100%;
}

.precautions-content span{
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  margin: 10px;
}

.wave-content {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 30px 60px; */
  padding-top: 10px;
  border-radius: 25px;
  border-color: #A3A3A3;
  border-width: 1px;
  border-style: solid;
  /* margin-top: 37px; */
  margin-bottom: 37px;
  min-height: 260px;
  position: relative;
  padding: 20px;
}

.wave-content h3 {
  font-size: 1.5rem;
  margin: 10px;
  font-weight: 300;
}

.wave-content .rabbit {
  width: 181px;
  height: 371px;
  position: absolute;
  bottom: -130px;
  right: -90px;
  /* display: none; */
}

.herehear-logo {
  position: absolute;
  top: 0px;
  right: 10px;
  /* height: 54px;
  width: 141px; */
}

.btn {
  padding: 15px 60px;
  background-color: #69318e;
  color: #ffffff;
  border-radius: 50px;
  font-size: 2rem;
  text-decoration: none;
  border: none;
}

.btn:hover {
  opacity: 0.7;
}

#loading-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #333;
  opacity: 0.5;
}

#wave {
  height: 100%;
  width: 100%;
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bamboodd-logo {
  display: none;
}

@media (min-width: 1080px) and (min-height: 1920px), (orientation: portrait) {
  .precautions-content {
    width: 80%;
    padding: 10px 10px;
  }
  .wave-content {
    width: 80%;
    padding: 10px 10px;
  }
  .wave-content .rabbit {
    bottom: -100px;
    right: -30px;
    width: 103px;
    height: 213px;
  }
  .index-content {
    /* padding-bottom: 290px; */
  }

  .bamboodd-logo {
    display: block;
    position: absolute;
    bottom: 50px;
  }
}

.radin-content {
  /* padding-right: 5px;
  padding-left: 5px; */
  min-width: 110px;
  margin-right: 10px;
}

.radin-content  label {
  font-size: 24px;
}

.btn:disabled {
  opacity: 0.5;
}