.form_register {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.86);
  padding: 20px 27px 20px 27px;
  border-radius: 20px;
  float: none;
  direction: rtl;
}
.form_register label,
.text-white {
  color: #fff;
}
.container {
  margin-top: 166px;
}
body {
  background: url(2654172s.jpg) no-repeat #edaf7a;
  background-position: center;
}
#div-loading {
  text-align: center;
  position: absolute;
  width: 100vw;
  top: 0px;
  height: 100vh;
  display: none;
  right: 0;
  padding: 138px 0px;
  background: #fff6;
  z-index: 1;
}
#verification-div,
#resend,
#verify {
  width: 100%;
  margin: 5px 0;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.button-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-message {
  height: 40px;
  color: #dc3545;
  justify-content: center;
}
.error {
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 10px 0 0 0;
  color: #dc3545;
}
.error-otp {
  display: flex;
  height: 20px;
  color: #dc3545;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}
.component-msg {
  margin: 0 auto;
}
.phone-msisdn .padless {
  padding-right: 2px;
  padding-left: 2px;
}
#lang{
  position: absolute;
  top: 0;
  z-index: 9999;
}
.lang-link {
  padding: 10px;
  margin: 10px;
  display: inline-block;
  background: #000;
  color: #feed2f;
  border-radius: 5px;
  border: solid 3px #fff;
  text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
#selectedLang,
#regex,
#fullMobile,
#langURL,
#phoneNumber,
#selectOperator,
#ti,
#uniqid,
#ts {
  display: none;
}
.box-code {
  display: none;
}
.input-code {
  margin: 15px 0;
}
.title {
  direction: ltr;
}
.input-dir {
  direction: ltr;
}
.footer-privacy {
  text-align: center;
  direction: ltr;
  color: #fff;
}
.ifram {
  height: 0;
  width: 0;
  display: none;
  visibility: hidden;
}
.success-code {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  color: #155724;
  background-color: #d4edda;
}
.close {
  position: absolute;
  right: 6px;
  top: 0px;
  cursor: pointer;
}
#subscribed-successfully {
  display: flex;
  background-color: #77d177;
  justify-content: center;
  margin: 0 auto;
  border-radius: 7px;
  color: white;
  height: 38px;
  align-items: center;
}
.loading {
  width: 200px;
}
.resend-ps,
.resend-ae {
  display: none;
}

.header-ae {
  text-align: center;
  font-size: 12px;
  color: white;
  padding: 10px;
}

.default-text{
  text-align: center;
  font-size: 12px;
  color: white;
  padding: 4px;
}

#exit {
  color: #337ab7;
  text-decoration: none;
  display: flex;
  justify-content: center;
  width: 0;
  margin: 10px auto;
}
#terms-ae {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.Blacklisted-land {
  display: none;
  position: absolute;
  flex-direction: column;
  top: 0;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.Blacklisted-land:focus,
.Blacklisted-land:hover {
  text-decoration: none;
}

.Blacklisted-land-desc {
  padding: 0 20px;
  background: #2a7c3f;
  color: white;
  height: 8%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.subtitle-ae {
  color: white;
  text-align: center;
}
.send {
  background-color: #199b19;
  color: white;
  border-radius: 10px;
  margin-top: 12px;
  font-size: 36px;
  padding: 1% 5%;
  animation: send 2s linear infinite;
}
.send:hover {
  background-color: #145209;
  color: white;
}

.footer-des {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
}

.operator-check-sa {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  flex: 1;
  flex-basis: 50%;
  margin-top: 15px;
  padding: 0 40px;
}

.operator-check-sa label {
  margin-bottom: 20px;
  cursor: pointer;
}

.operator-check-sa img {
  width: 66px;
}
.operator-check-sa input {
  display: none;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  display: flex;
  align-items: center;
  justify-content: center;
}

#selectOperator-sa {
  margin: auto;
  display: flex;
  align-items: center;
}
#paymentButton {
  display: none;
  text-align: center;
}

.operator-check-group-logo-sa {
  background: white;
  height: 270px;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.override-container{
  margin-top: 35px;
}
.m-footer{
margin-top: 60px;
}

.recharge-text{
  text-align: center;
  color: white;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 500px) {
  #selectOperator-sa {
    flex-direction: column;
    height: 650px;
  }
  .operator-check-group-logo-sa {
    flex-wrap: nowrap;
    height: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .footer-des {
    position:relative;
    margin: 100px 15px 0 15px;
  }
}
@keyframes send {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
