@font-face {
    font-family: Inter;
    src: url("../../fonts/Inter.ttf");
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
        position: relative;
        /* height: 5000px; */
}
.container{
    float: left;
    width: 100%;
    /* height: 100vh; */
    aspect-ratio: 16/9;
    background-image: url("../../images/register/register.avif");
    background-repeat: no-repeat;
    background-size: cover;
}
.headline{
    font-family: Inter;
    font-size: 80px;
    color: white;
    width: 100%;
    padding-top: 200px;
    margin-left: 30px;
     text-shadow:
    0 0 5px skyblue,  
    0 0 10px skyblue,  
    0 0 20px skyblue; 
}
.navbar{
    width: 100%;
    padding: 8px 10px;
    /* float: left; */
    background-color: white;
    position: -webkit-sticky;
position: sticky;
    top: 0;
    z-index: 99;
    /* background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 1); */
}
/* .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.navbar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
} */
.navbar .logo{
    width: max-content;
}
.navbar .logo h1{
    font-family: Inter;
    padding-top: 5px;
    padding-bottom: 5px;
}
.left{
    width: 50%;
    float: left;
}
.right{
    width: 50%;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.register-form{
    width: 65%;
    background-color: white;
    padding: 12px 14px;
    border-radius: 10px;
    font-family: Inter;
    padding: 30px 30px;
    margin-right: 40px;

}
.register-form label{
    display: block;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 15px;
}
.register-form input {
    display: block;
    width: 80%;
    padding: 12px 14px;
    border: none;

}
.register-form button{
    padding: 12px 14px;
    background-color: rgb(99, 198, 236);
    color: white;
    border: none;
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.register-form a{
    font-family: sans-serif;
    font-size: 14px;
    color: orangered;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.register-form span .policy{
    display: inline;
    font-size: 14px;
}
.register-form span{
    font-family: sans-serif;
    font-size: 14px;
    color: #858B9C;
    display: block;
    margin-top: 25px;
    line-height: 20px;
}
.input-group{
    display: flex;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contry-code{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    padding-right: 15px;
}
.contry-code img{
    width: 40px;
}
.otp-group{
    display: flex;
    justify-content: space-evenly;
}
.otp-group input{
    border: 1px solid lightgrey;
    width: 13%;
    border-radius: 10px;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    font-family: sans-serif;
}
input:focus{
    outline: none;
}
.otp-form .otp-group input:focus{
    outline: 2px solid skyblue;
}
.otp-form{
display: none;
}
.otp-form .input-group{
    display: flex;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 6px 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.otp-form .input-group input{
    width: 90%;
    background-color: transparent;
}
.otp-form .input-group img{
    width: 20px;
}
.otp-form .referal-input{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    display: block;
    padding: 16px 14px;
}
.otp-form .code-label{
    font-family: sans-serif;
}
.btn-group{
    display: flex;
    justify-content: space-between;
}
.btn-group button{
    width: 48%;
}
.otp-form .normal-btn{
    background-color: white;
    color: #858B9C;
    border: 1px solid #858B9C;
}
.otp-form .normal-btn:hover{
    background-color: #F3F3F7;
}
.register-form .guide{
    font-size: 13.5px;
    margin-top: 2px;
    display: none;
}
.register-form .guide span{
    margin: 0;
    display: inline;
    color: inherit;
}
.guide img{
    width: 20px;
    position: relative;
    top: 3px;
}

.register-form .phone_err{
    margin-top: 3px;
    margin-bottom: 3px;
    color: red;
    display: none;
}
.radio-group{
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.radio-group input{
    width: 20px;
    margin-right: 15px;
}
.radio-group label{
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    font-family: sans-serif;
}
.store-detail-form input[type="text"]{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 90%;
}
.store-detail-form{
    display: none;
}
.store-detail-form button{
    cursor: pointer;
}
 .error-msg {
        color: red;
        font-size: 13px;
        margin-top: 3px;
        font-family: sans-serif;
        display: none;
}
  #err-store-create {
    display: none;
    background: #ffebeb;
    color: red;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid red;
    border-radius: 5px;
    font-size: 14px;
}
.isStep{
    display: block;
}
.myStep{
    display: none;
}