@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/roboto/Roboto-Light.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/poppins/Poppins-Medium.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
}
.container {
  max-width: 1260px !important;
}
html {
  height: 100%;
  font-family: Roboto-Regular;
}

a {
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #1a73ad;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

ul,
li {
  margin: 0;
  list-style-type: none;
}

input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

textarea::-webkit-input-placeholder {
  color: #000;
}

textarea:-moz-placeholder {
  color: #000;
}

textarea::-moz-placeholder {
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #999;
}

button {
  outline: none !important;
  border: none;
  background: 0 0;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}
@media only screen and (max-width: 1300px) {
  .esellerhub-cl1 h2 {
    font-size: 28px !important;
  }
  .esellerhub_li1 b {
    font-size: 15px !important;
  }
  .sesr1 {
    font-size: 14px;
  }
}
/* Sign In */
.login-ese1 {
  height: 100vh;
}
.esellerhub-sign1 {
  float: left;
  width: 50%;
  background-image: url(../../images/auth-background.png);
  height: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.esellerhub-cl1 {
  width: 60%;
  margin: auto;
  margin-bottom: auto;
  display: flow-root;
  margin-bottom: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.esellerhub-cl1 h2 {
  line-height: 1.22;
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
}
.logo-es1 {
  margin-top: 30px;
  margin-left: 24px;
}
.esellerhub_li1 .sesr2 {
  width: 7%;
  float: left;
  position: relative;
  top: 2px;
}
.esellerhub_li1 li {
  font-size: 17px;
  margin-bottom: 30px;
  color: #fff;
  float: left;
  width: 100%;
}
.esellerhub_li1 b {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.sesr1 {
  float: left;
  width: 93%;
}
.millions-liste-s1 {
  float: left;
  width: 100%;
  padding: 30px 25px 30px 25px;
  background-color: #213542;
  position: absolute;
  bottom: 0px;
}
.millions-liste-s1 li {
  width: 33%;
  float: left;
  text-align: center;
}
.millions-liste-s1 p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.26;
}
.millions-liste-s1 span {
  opacity: 0.7;
  font-size: 14px;
  color: #fff;
}
.mil-border-line {
  border-right: solid 1px #0085f966;
}
.esellerhub-sign2 {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}
.esellerhub-sign3 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.from-grp-is1 input {
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #462cc2 !important;
  background-color: #fff;
  height: 50px;
  padding-left: 17px;
  width: 100%;
  display: block;
}
.from-grp-is1 {
  margin-bottom: 15px;
  display: flow-root;
  width: 100%;
}
.from-grp-btn {
  display: flow-root;
  width: 100%;
}
.from-grp-btn button {
  border-radius: 4px;
  border: solid 0.7px #fac22c;
  background-color: #fac22c;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
}
.from-grp-btn-2 {
  display: flow-root;
  text-align: center;
  margin-top: 15px;
}
.from-grp-btn-2 button {
  border-radius: 4px;
  background-color: #f3f3f4;
  height: 54px;
  text-align: center;
  width: 100%;
  font-size: 16px;
}
.account-text-t1 {
  text-align: center;
  margin-top: 50px;
}
.account-text-t1 p {
  font-size: 16px;
  font-weight: 500;
  color: #24272c;
}
.account-text-t1 a {
  color: #24272c;
  font-weight: bold;
  text-decoration: none;
}
/* Sign In */

/* otp-popup Number  */
.chag-tp1 {
  display: flex;
  width: 80%;
  margin-top: 20px !important;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.otp1 input {
  text-align: center;
  font-size: 23px;
  width: 54px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
  border: solid 1px #ccc !important;
  background-color: #fff;
  border-radius: 4px;
  height: 54px;
  margin-left: 10px;
}

.mobile-otp1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.mobile-otp1:target {
  visibility: visible;
  opacity: 1;
}

.mobile-otp1 .popup {
  margin: 70px auto;
  padding: 35px;
  background: #fff;
  background-color: rgb(255, 255, 255);
  width: 456px;
  position: relative;
  transition: all 5s ease-in-out;
  border-radius: 4px;
  background-color: #fff;
  height: 439px;
}

.mobile-otp1 .popup .close {
  position: absolute;
  top: 2px;
  right: 15px;
  transition: all 200ms;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.mobile-otp1 .content p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
  color: #24272c;
  line-height: 1.44;
}
.from-grp-is-new {
  border-radius: 4px;
  background-color: #f0f5f9;
  height: 54px;
  width: 80%;
  margin: auto;
  margin-top: auto;
  margin-top: 25px;
}
.from-grp-is-new input {
  height: 54px;
  background: no-repeat;
  padding-left: 20px;
}
.from-grp-is-new label {
  float: right;
  margin-top: 15px;
  padding-right: 20px;
}
.from-grp-is-new a {
  font-size: 14px;
  color: #472dc2;
}
.log-clik1.acc-pl1 {
  text-align: center;
  margin-top: 21px;
  margin-bottom: 10px;
  color: #24272c;
  font-size: 13px;
}
.rest-t2 {
  color: #472dc2;
  text-decoration: none;
  font-size: 13px;
}
.con-1-r1 {
  border-radius: 4px;
  background-color: #462cc2;
  width: 100%;
  margin: auto;
  margin-top: auto;
  height: 50px;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
}
.btn-sum1-verify {
  width: 80%;
  margin: auto;
  display: flow-root;
}
/* otp-popup Number  */

/* sign-up  */
.sign-up-user .from-grp-is1 input {
  border: solid 1px #666 !important;
  width: 100%;
}
.esellerhub-sign2 #login_phone {
  width: 100%;
}
.esellerhub-sign2 .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
.esellerhub-sign3 {
  width: 50%;
}
.sign-up-email .from-grp-is1 input {
  border: solid 1px #666 !important;
  width: 100%;
}
.label-remember {
  float: left;
  width: 50%;
  margin-top: 9px;
  margin-bottom: 20px;
  font-size: 13px;
}
.remember-ch1 a {
  text-align: right;
  width: 50%;
  float: left;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  top: 5px;
}
.remember-ch1 input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 4px;
}
/* sign-up  */

.error {
  float: left;
  width: 60%;
  color: #f00 !important;
  font-size: 13px;
  margin-top: 7px;
}

.iti__selected-flag {
  height: 48px !important ;
}

.regform_error_field.login_phone {
  width: 60%;
  color: #f00 !important;
  font-size: 13px;
  margin-top: 7px;
  display: block;
}

.regform_error_field.otp_phone {
  width: 60%;
  color: #f00 !important;
  font-size: 13px;
  margin-top: 7px;
  display: block;
}

.otp-popup .iti__selected-flag {
  height: 52px !important;
}

.otp-popup #otp_phone {
  padding-left: 79px;
  padding-right: 60px;
  height: 54px;
  width: 312px;
  border: 1px solid #cacdcf;
  border-radius: 3px;
}

.customer_agreement p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px !important;
  font-size: 11px;
  color: #000;
  margin-right: 0px !important;
}

#verify_otp {
  background: #fac22c !important;
}
#notme {
  color: #000 !important;
}
.span.resend {
  color: #000 !important;
}


.from-grp-is2 {
  margin-bottom: 11px;
}
.software-text {
  margin-right: 10px;
}
.from-grp-is2  input{
  position: relative;
  top: 2px;
}

.software-subtext{
  font-size: 12px;
  line-height: 1.4;
  margin: 5px 0 15px 0px;
  color: red;
}

.passwordDiv{
  position: relative;
}

.eye-icon {
  width: 13px;
  height: 13px;
  border: solid 1px #000;
  border-radius: 75% 15%;
  position: relative;
  transform: rotate(45deg);
  float: right;
  top: 20px;
  right: 15px;
  position: absolute;
  cursor: pointer;
}
.eye-icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 1px #000;
  border-radius: 50%;
  left: 3px;
  top: 3px;
}

.login-social-link-cont{
  float: left;
  width: 100%;
  border: solid 1px #888;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  padding: 10px;
}

.login-social-link-cont a{
  justify-content: center;
  display: flex;
  gap: 12px;
  color: #202020;
}