* {
    font-family: 'PingFang SC';
}
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-corner {
  background: transparent;
}
#header-signup {
  height: 70px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #18181B;
}
label {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: rgba(24, 24, 27, 0.65);
  }
  .form-control-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 0px 0px 14px;
    gap: 12px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid rgba(24, 24, 27, 0.25);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    outline:none;
    width:100%;
  }
.checkbok_style{
  display:none;
  height:200px;
  background:white;
  position:absolute !important;
  z-index:1;
  margin:0;
  padding:0;
  border: 2px solid #C0C0C0;
  border-radius: 0 0 10px 10px;
  overflow: auto;
}
.checkbok_style ul{
  width:100%;
  list-style:none;
  padding:0;
  margin:0;
}
.checkbok_style ul li {
  width:100%;
  height:40px;
  margin: 3px 0;
  display: flex;
  align-items:center;
}
.checkbok_style ul li:first-child {
   justify-content:center;
}

.checkbok_style ul li input{
  width:20px;
  height:20px;
  margin-right:10%;
  margin-left:5%;
}

.password-error {
    font-size:12px;
    color:red;
    display:none;
}
.password-t-error {
    font-size:12px;
    color:red;
    display:none;
}
#send-mobile-code, #send-email-code {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 14px;
    gap: 4px;
    height: 44px;
    background: linear-gradient(90deg, #407FFF 0%, #1967FF 50%, #004EEB 99.99%, #004EEB 100%);
    border-radius: 8px;
    color:white;
    border:none;
}

