html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}

body,
input,
textarea,
select,
.leaflet-container {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rtl * {
  font-family: 'Rubik', sans-serif;
}

body * {
  box-sizing: border-box;
}

/* login area css START */
.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flexer.d-flex {
  height: 100%;
}

.left-pane {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.right-pane {
  width: 60%;
  position: relative;
}

.outer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.className {
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  margin: auto;
  display: none;
}

.loginWrap {
  position: absolute;
  width: 370px;
  margin: auto;
  height: 100%;
  left: 0;
  right: 0;
}

.login-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.loginOut {
  position: relative;
}

.login-top {
  flex-grow: 1;
}

.language {
  display: flex;
}
.phinpline {
  border-left: 1px solid #cfcfcf;
  margin: 10px 0;
}
.ln {
  margin: 0px 2px 0 0;
  background-color: #bbbbbb;
  border-radius: 2px;
  height: 21px;
  color: #fff;
  cursor: pointer;
  line-height: 21px;
  width: 29px;
  text-align: center;
}

a.link {
  text-decoration: none;
  color: inherit;
}

.selln {
  background-color: #93bb3e;
}

.top-logo {
  width: 100%;
  height: 83px;
  background-image: url(../images/small_world_logo_white.svg);
  background-size: 112px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}

.top-txt {
  position: absolute;
  top: 106px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-shadow: 0 0 7px rgb(0 0 0 / 77%);
}

.top-sub-heading {
  margin-top: 10px;
  font-weight: 400;
  font-size: 32px;
}

.inBox {
  padding: 28px 0px;
  background-color: #fff;
  border-radius: 0 0 2px 2px;
}

.choose {
  display: flex;
  width: 300px;
  margin: 0 0 32px;
  position: relative;
  direction: ltr;
  line-height: 21px;
  color: #8b939a;
}

.capsule {
  border-radius: 50px;
  padding: 0 6px;
  cursor: pointer;
  z-index: 2;
  height: 21px;
  line-height: 21px;
}

.selBB {
  background-color: #93bb3e;
  color: #fff;
}

.gutter {
  flex-grow: 1;
}

.choose-td {
  display: flex;
  width: 156px;
}

.choose-td[data-sel='1'] {
  color: #93bb3e;
}

.inpBox {
  position: relative;
  height: 48px;
  width: 100%;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}

.new-inp {
  width: 100%;
  display: flex;
  height: 48px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  overflow: hidden;
}

input.inp {
  border-radius: 8px;
}

.inpBox.userBox {
  border: 0;
  height: 100%;
}

.sel-nim:hover {
  background-color: #f1f1f1;
}

.sel-nim {
  line-height: 30px;
  cursor: pointer;
  padding: 1px 10px;
}

.rememBox,
.logBox {
  margin-top: 12px;
  line-height: 18px;
}

.logBox {
  display: none;
}

.icon {
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  top: 14px;
  background-image: url(../images/solar_eye.svg?id=34535);
  background-repeat: no-repeat;
  cursor: pointer;
  filter: grayscale(1);
}

.icon[data-id='1'] {
  filter: none;
}

.rtl .icon {
  left: 13px;
  right: auto;
}

.rtl .choose {
  direction: rtl;
}

.phone-icon {
  background-image: url(../images/phone_grey.svg);
}

.inp {
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  outline: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  color: #747474;
  padding: 0 15px;
}

.select_co {
  position: relative;
  height: 100%;
  width: 80px;
  box-sizing: border-box;
  border-radius: 2px;
  display: none;
}

.phinp {
  height: 100%;
  flex-grow: 1;
  padding: 0 10px;
}

.inp-flex {
  display: flex;
  height: 100%;
  width: 100%;
}

.down-arr {
  position: relative;
  min-width: 26px;
  cursor: pointer;
}

.down-arr:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #93bb3e;
  border-right: 3px solid #93bb3e;
  transform: rotate(45deg);
  top: 12px;
  right: 0;
  left: 0;
  margin: auto;
}

input.inp-new {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #747474;
}

.sel-new {
  position: absolute;
  left: 0;
  top: 47px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  z-index: 3;
  width: 90px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #93bb3e;
  border-radius: 2px;
  display: none;
  text-align: left;
}

.rtl .select_co {
  margin-right: 0;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 10px;
}

.phone-typ .select_co {
  display: block;
}

.inp {
  font-family: 'Roboto', sans-serif;
}

select.sel {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0px 0px 0 5px;
  outline: none;
  background: #fff;
  font-size: 18px;
  color: #93bb3e;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.rtl select.sel {
  padding: 0px 5px 0 0;
}

.rtl .sel-new {
  right: 0;
  left: auto;
}

.d-flex {
  display: flex;
}

.checkBx {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 1px solid #93bb3e;
  border-radius: 2px;
  position: relative;
}

.checked {
  background-color: #93bb3e;
}

.checked:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  left: 5px;
  top: 2px;
}

.rempls {
  margin: 0 8px;
  cursor: pointer;
}

.forgot-pass,
.proceed-to-login {
  margin: 4px 0;
  cursor: pointer;
  color: #6a6a6a;
}

.sub {
  margin-top: 50px;
  position: relative;
}

.submit {
  background-color: #93bb3e;
  text-align: center;
  padding: 0 25px;
  font-size: 15px;
  border: 0;
  cursor: pointer;
  outline: none;
  height: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  border-radius: 8px;
}

.logMsg {
  text-align: center;
  position: absolute;
  display: none;
  width: 100%;
  top: 60px;
}

.loader {
  position: absolute;
  bottom: 13px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-top: 3px solid #93bb3e;
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
  display: none;
}

.red {
  border-color: #f00 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

input:-webkit-autofill::first-line {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #93bb3e;
}

input:-webkit-autofill {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #93bb3e;
}

input:autofill {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #93bb3e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #93bb3e;
}

.log-with {
  width: 135px;
}

input:-webkit-autofill {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #6a6a6a !important;
}

.newchk {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #222730;
  position: relative;
  min-width: 21px;
  min-height: 21px;
  cursor: pointer;
}

.newchk.check {
  border: 1px solid #93bb3e;
}

.newchk.check:after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #93bb3e;
  position: absolute;
  left: 3px;
  top: 3px;
}
