@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;700&display=swap");

@font-face {
  font-family: "itfrayat-Bold";
  src: url("../../../Landing_v4/fonts/itfrayat-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "itfrayat-Medium";
  src: url("../../../Landing_v4/fonts/itfrayat-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }

  33% {
    transform: scale(0.8);
  }

  66% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
/* .right-content:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/birds-pattern.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

@media (min-width:992px) {
    .right-content:before {
        background-size: 50%
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .right-content:before {
        background-size: 60%
    }
}

@media (max-width:575.98px) {
    .right-content:before {
        background-size: 70%
    }
} */
/* .right-content .content {
    height: 100%;
    z-index: 2;
    position: relative;
} */
/* .right-content form .form-submit-btn .icon {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.right-content form .form-submit-btn .icon svg {
    fill: #090326;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.right-content form .form-submit-btn:hover .icon {
    background-color: #090326;
}

.right-content form .form-submit-btn:hover .icon svg {
    fill: #fff;
} */
/* #verificationcode-modal .forget-pass-verify .inputs input {
    border-color: #090326;
    color: #090326;
}

#verificationcode-modal .forget-pass-verify .inputs .mask {
    background: #090326;
}

#verificationcode-modal .forget-pass-verify .verification-code-resend {
    color: #090326;
    direction: rtl;
}

#verificationcode-modal .forget-pass-verify .verification-code-resend .resend-timer {
    color: #7F178F;
    width: 50px;
    display: inline-block;
}

#verificationcode-modal .forget-pass-verify .verification-code-resend .resend-link {
    color: #FFA21A;
    display: none;
}
#verificationcode-modal .forget-pass-verify button {
    border-radius: 33px;
} */

input:-internal-autofill-selected {
  background-color: transparent !important;
}
.header {
  background: #f3f2f3;
}

.header.sticky {
  background: #f3f2f3;
}

.right-content {
  background: #fff;
  height: 100vh !important;
  padding: 20px;
  position: relative;
}

.login-box {
  padding: 0px !important;
  position: absolute;
  top: 50% !important;
  left: 58% !important;
  transform: translate(-50%, -50%);
  max-width: 440px;
  width: 100% !important;
}

.register-box {
  width: 100% !important;
  max-width: 440px;
}

@media screen and (max-width: 991.89px) {
  .login-box {
    width: 100% !important;
    margin: 15px auto 0 !important;
    top: 55% !important;
    left: 50% !important;
  }
  .forget-pass-verify .inputs {
    padding: 10px 0 !important;
  }
  .forget-pass-verify .inputs div input {
    width: calc(100% - 10px) !important;
  }
  .register-box {
    transform: translate(-50%, -45%);
  }
  .n-verify {
    width: 80% !important;
  }
  .register-box form .input-group {
    background: rgba(14, 12, 54, 0.03) !important;
  }
}

.right-content form .form-check {
  padding-right: 30px;
}
.right-content form p {
  font-family: "IBM Plex Sans Arabic";
  font-size: 19px;
  margin-block: 15px 30px;
}
.right-content form .form-check .form-check-input {
  display: none;
}

.right-content
  form
  .form-check
  .form-check-input:checked
  + .form-check-label:after {
  background-color: #090326;
}

.right-content form .form-check .form-check-label {
  color: #090326;
  font-family: "IBM Plex Sans Arabic";
}

.right-content form .form-check .form-check-label:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  right: 7px;
  top: 6px;
  width: 5px;
  height: 12px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-color: #fff;
  z-index: 10;
}

.right-content form .form-check .form-check-label:after {
  position: absolute;
  content: "";
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1.5px solid rgba(14, 12, 54, 0.5);
  background-color: #fff;
  z-index: 1;
}

.right-content form .input-group {
  padding-inline: 15px;
  padding-bottom: 0;
  background: rgba(14, 12, 54, 0.03);
  border: 1px solid rgba(14, 12, 54, 0.25);
  border-radius: 12px;
  height: 48px;
  font-family: "IBM Plex Sans Arabic";
}
.right-content form .input-group.wrong-email {
  border: 1px solid rgba(255, 0, 0, 0.95);
  background: rgba(255, 0, 0, 0.03);
}
.right-content form .input-group.wrong-email input {
  color: rgba(255, 0, 0, 0.95) !important;
}
input:active {
  background: none !important;
}
.right-content form .input-group.wrong-email input::placeholder {
  color: rgba(255, 0, 0, 0.95) !important;
}
.right-content form .input-group.wrong-email svg path {
  fill: rgba(255, 0, 0, 0.95);
}
.disabled-btn {
  background: rgba(14, 12, 54, 20%) !important;
  border: none;
  cursor: not-allowed !important;
  color: #fff !important;
}

.right-content form .input-group input {
  background: none;
}

.right-content form .input-group input::placeholder {
  color: rgba(14, 12, 54, 0.2);
  font-weight: 500;
  font-size: 15px;
  font-family: "IBM Plex Sans Arabic";
}

/* .right-content form .input-group .floating-label {
        font-size: 10px;
        color: #cccccc;
        position: absolute;
        pointer-events: none;
        top: 9px;
        left: 12px;
        transition: all 0.1s ease;
    } */

/* .right-content form .input-group input:focus ~ .floating-label {
        top: -15px;
        bottom: 0px;
        background: #f3f2f3;
        width: 25%;
        height: 25px;
        right: 45px;
        text-align: center;
    } */

.right-content form .input-group input:not(:focus):valid ~ .floating-label {
  top: 11px;
  bottom: 0px;
  right: 45px;
  font-size: 15px;
  opacity: 1;
  font-weight: bold;
  color: #090326;
  text-align: start;
}

input:-webkit-autofill {
  -webkit-box-shadow: none !important;
}

.right-content form .input-group:not(.error) input:-ms-input-placeholder {
  color: #cdcdcd;
}

.right-content form .input-group:not(.error) input::-moz-placeholder {
  color: #cdcdcd;
}

.right-content form .input-group:not(.error) input::-webkit-input-placeholder {
  color: #cdcdcd;
}

.right-content form .input-group svg {
  fill: #090326;
}

.right-content form .input-group svg.hide {
  margin-top: 10px;
}

.right-content form .input-group .show-hide:hover svg {
  fill: #090326;
}

.right-content form .input-group.error {
  border-bottom-color: #f20d0d;
}

.right-content form .input-group.error input:-ms-input-placeholder {
  color: #f20d0d;
}

.right-content form .input-group.error input::-moz-placeholder {
  color: #f20d0d;
}

.right-content form .input-group.error input::-webkit-input-placeholder {
  color: #f20d0d;
}

.right-content form .input-group.error svg {
  fill: #f20d0d;
}

.right-content form input[type="password"] ~ .show-hide .show {
  display: none;
}

.right-content form input[type="text"] ~ .show-hide .hide {
  display: none;
}

.right-content form .error-msg {
  color: #f20d0d;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  top: -17px;
  font-family: "IBM Plex Sans Arabic";
}

.right-content form button[type="submit"] svg {
  transform: rotate(90deg);
}

input:-webkit-autofill + .floating-label {
  display: none;
}

.right-content form .back-to-login {
  font-size: 14px;
  border: 1px solid rgba(14, 12, 54, 0.1);
  background: none;
  width: 100%;
  border-radius: 12px;
  margin-top: 15px;
  height: 48px;
  cursor: pointer;
  color: rgba(14, 12, 54, 100%);
}
.forgetpass-form {
  max-width: 440px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.right-content form .forget-password {
  color: #090326;
  text-decoration: underline !important;
  font-family: "IBM Plex Sans Arabic";
}

@media (min-width: 992px) {
  .right-content .modal#verificationcode-modal .modal-dialog {
    max-width: 622px;
  }
}

.right-content .modal#verificationcode-modal .modal-content {
  border-radius: 16px;
  margin: 120px auto 0;
  border: 2px solid rgba(190, 190, 190, 1);
}

.right-content .modal#verificationcode-modal .modal-content .modal-header {
  padding: 0;
  background: none;
  border: none;
  border-radius: 29px 29px 0 0;
  height: 60px;
}

.right-content
  .modal#verificationcode-modal
  .modal-content
  .modal-header
  .modal-title {
  margin: 0 auto;
  display: table;
  font-size: 20px;
  font-family: "Cairo-Bold";
  padding-top: 11px;
}

.right-content
  .modal#verificationcode-modal
  .modal-content
  .modal-header
  .close {
  float: right;
  margin: 0;
  padding: 0;
  top: 10px;
  position: absolute;
  right: 10px;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  opacity: 1;
}

.right-content
  .modal#verificationcode-modal
  .modal-content
  .modal-header
  .close
  span {
  margin-top: -5px;
  color: #090326;
  opacity: 1;
  text-shadow: 0 0 black;
}

.right-content .modal#verificationcode-modal .modal-content .modal-body {
  text-align: center;
}

.right-content .modal#verificationcode-modal .modal-content .modal-body h4 {
  font-size: 20px;
  font-family: "Cairo-Bold";
  text-align: center;
}

.right-content .modal#verificationcode-modal .modal-content .modal-body p {
  font-size: 15px;
  color: #707070;
  font-family: "Cairo-Regular";
  text-align: center;
  margin-top: 18px;
}

.right-content .modal#verificationcode-modal .modal-content .modal-footer {
  border: none;
}

.right-content
  .modal#verificationcode-modal
  .modal-content
  .modal-footer
  button {
  color: #707070;
  border-radius: 33px;
  width: 204px;
  height: 50px;
  border: 1px solid #707070;
  font-family: "Cairo-Regular";
  background: none !important;
  font-size: 20px;
  margin-bottom: 10px;
}

.right-content .modal#changePasswordSuccess-modal .modal-content {
  border-radius: 33px;
  margin: 35% auto 0;
}

.right-content .modal#changePasswordSuccess-modal .modal-content p {
  font-family: "Cairo-Bold";
}

.right-content .overlay {
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 991.89px) {
  .right-content .overlay {
    background: none;
  }

  .right-content {
    min-height: 100vh;
  }
}

.right-content .overlay.visible {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999;
}

.right-content .overlay.non-visible {
  visibility: hidden !important;
  opacity: 0 !important;
}

.right-content .overlay .popup {
  margin: 40% auto 0;
  padding: 20px;
  background: #fff;
  border-radius: 33px;
  width: 60%;
  text-align: center;
  position: relative;
}

@media (max-width: 991.89px) {
  .right-content .overlay .popup {
    margin: 150px auto 0;
  }
}

.right-content .overlay .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.right-content .overlay .popup p {
  font-family: "Cairo-Bold";
}

.right-content .lang {
  position: relative;
  border-radius: 17px;
  padding: 2px 12px;
}

.right-content .lang .lang-title {
  color: #090326;
}

.right-content .lang .lang-title .arrow {
  border-color: #090326;
  border-style: solid;
  padding: 3px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 2px;
  border-bottom-width: 2px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-225deg);
  margin-top: 5px;
}

.right-content .lang .lang-title.collapsed .arrow {
  border-color: #090326;
  border-style: solid;
  padding: 3px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 2px;
  border-bottom-width: 2px;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
  margin-top: 0;
}

.right-content .lang .sub-menu {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 60px;
  width: 120px;
  text-align: center;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out 0s;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
  background-color: white;
  border-radius: 5px;
  padding-inline: 15px;
  z-index: 10;
}

.right-content .lang .sub-menu::before {
  right: 39px;
  top: -15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.right-content .lang .sub-menu li {
  padding-block: 10px;
}

.right-content .lang .sub-menu li:hover a {
  color: #7f178f;
}

.right-content .lang .sub-menu li a {
  color: #090326;
}

.right-content .lang .sub-menu li.active a {
  color: #7f178f;
}

.right-content .content {
  padding-top: 25px;
}

@media (max-width: 991.89px) {
  .right-content .content .back-to-login {
    margin-bottom: 100px;
  }
}

.right-content .content .logo h1 {
  color: #090326;
  font-family: "Cairo-Bold";
  font-size: 1rem;
}

.right-content .content .follow-us h3 {
  color: #707070;
  font-size: 16px;
}

.right-content .content .follow-us ul li a {
  width: 35px;
  height: 35px;
  border: 1px solid #090326;
  transition: unset;
  border-radius: 50%;
}

.right-content .content .follow-us ul li a:hover {
  background-color: #090326;
}

.right-content .content .follow-us ul li a:hover path {
  fill: #fff;
}

.right-content .content .follow-us ul li a path {
  fill: #707070;
}

.right-content .title {
  font-size: 28px;
  margin-top: 40px !important;
  color: rgba(14, 12, 54, 1);
  font-family: "itfrayat-Bold";
}

.right-content .sub-title {
  color: #090326;
  font-weight: 500;
  font-family: "IBM Plex Sans Arabic";
}

.right-content .register-link {
  color: rgba(14, 12, 54, 1);
  font-family: "IBM Plex Sans Arabic";
  font-weight: 500;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(14, 12, 54, 0.2);
  height: 48px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Cairo-Regular";
  font-size: 16px;
  background: #fff;
}

a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: unset;
}

.btn-primary {
  height: 45px;
  outline: 0;
  text-align: right;
  width: 100%;
  background-color: #090326;
  border-color: #090326;
  color: #fff;
  letter-spacing: 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.send-verification {
  width: 100%;
  border-radius: 12px;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
}

.btn-primary a {
  color: #fff;
}

@media (max-width: 991.89px) {
  .btn-primary {
    width: 100%;
  }
}

.btn-primary:hover {
  background-color: transparent;
  color: #090326;
  border-color: #090326;
}

.btn-primary:hover a {
  color: #090326;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #090326;
  border-color: #090326;
  color: #fff;
}

button:focus {
  -o-box-shadow: unset !important;
  box-shadow: unset !important;
  outline: unset;
}

button:active:focus {
  -o-box-shadow: unset !important;
  box-shadow: unset !important;
}

.form-control {
  height: 38px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  -o-box-shadow: unset;
  box-shadow: unset;
}

.modal {
  animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.popup {
  animation: zoomIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.left-content {
  position: relative;
}

.left-content .hashtag {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #fff;
  z-index: 1;
}

#changePasswordSuccess .modal-header .close {
  opacity: 1;
  margin: 0;
  background: #aaaaaa;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 15px;
  font-size: 18px;
  margin-left: 0;
  text-shadow: unset;
  padding: 0;
}

#changePasswordSuccess .modal-content {
  border-radius: 10px;
}

#changePasswordSuccess .modal-content p {
  font-family: "Cairo-Bold";
}

.n-register {
  /* background-image: linear-gradient(to bottom right, #e3c9e1, #e3cae1, #bee4e9); */

  background-image: linear-gradient(
    90deg,
    rgb(239 229 238 / 50%) 0%,
    rgb(229 219 229 / 50%) 65%,
    rgb(229 235 236 / 50%) 100%
  );
  background-color: rgba(255, 255, 255, 1);

  .right-content {
    background: transparent !important;
  }
}

@media (min-width: 1360px) {
  .container {
    max-width: 144rem;
    padding-inline: 4.8rem;
  }
}

@media (min-width: 992px) {
  .left-content {
    height: 100%;
    background: rgba(244, 244, 249, 1);
  }

  .left-content .owl-item img {
    height: 100vh;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
  }

  .left-content .owl-item.active {
    margin-left: 0 !important;
  }

  .left-content .owl-dots {
    position: absolute;
    margin-top: -40px;
    left: 45%;
    float: left;
  }

  .left-content .owl-dots .owl-dot {
    border: 1px solid #090326;
    background: #090326;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }

  .left-content .owl-dots .owl-dot.active {
    width: 15px;
    height: 15px;
  }

  .right-content form {
    margin-inline: 50px;
  }
}

@media (max-width: 768px) {
  .right-content form,
  .welcome-msg {
    width: 100% !important;
    margin: 0 auto;
  }
  .verification-code-resend {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .right-content form {
    margin: 17% auto 20px;
    max-width: 100%;
  }
  .forget-pass-verify .inputs div {
    margin-right: 10px !important;
  }
  .forget-pass-verify .inputs div:last-child {
    margin-right: 0 !important;
  }

  .login-leftside .mob {
    display: none;
  }

  .notification-upload {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .notification-upload {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(9, 3, 38, 20%);
    height: 56px;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding: 20px;
  }

  .notification-upload p {
    font-size: 12px;
    font-weight: bold;
  }

  .notification-upload .icon {
    width: 41px;
    height: 41px;
    border-radius: 7px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .upload-button {
    background: rgba(125, 23, 141, 1);
    color: #fff;
    font-size: 11px;
    width: 78px;
    height: 27px;
    border-radius: 7px;
    border: none;
    margin-inline: 5px;
    font-family: Cairo-Regular;
  }

  .header {
    position: relative !important;
    display: none;
  }

  .left-content img {
    z-index: 1;
    margin-bottom: 20px;
  }

  .right-content .content .logo-banners {
    margin-bottom: 46px;
  }

  .right-content {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .right-content .title {
    font-size: 28px;
    margin-top: 40px !important;
    color: rgba(14, 12, 54, 1);
    font-family: "itfrayat-Bold";
  }

  #changePasswordSuccess .modal-content p {
    font-size: 1.3rem;
  }
}

@media (max-width: 991.89px) {
  .register-box {
    width: 100% !important;
  }

  .login-page {
    width: 100% !important;
    padding: 0 !important;
  }
  .login-leftside .desktop img {
    display: none;
  }
}
.login-leftside .desktop img {
  max-width: 100%;
}
.login-leftside .mob img {
  width: 320px;
  height: 367px;
  margin-top: 35px;
}
@media (max-width: 991.89px) {
  .login-text {
    display: none;
  }
}
.login-text {
  /* position: absolute;
  transform: translate(-41%, 50%); */
  display: table;
  margin: auto;
}
.login-text p {
  font-family: "itfrayat-Bold";
  font-size: 48px;
}
.login-text h4 {
  font-family: "itfrayat-Bold";
  font-size: 96px;
}
.login-text span {
  font-family: "IBM Plex Sans Arabic";
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .left-content {
    display: none !important;
  }

  .login-leftside {
    display: flex !important;
  }

  .login-leftside .desktop {
    display: none;
  }

  .right-content form {
    margin-inline: auto;
    width: 65%;
  }
}
.login-leftside {
  background: linear-gradient(
    to bottom,
    rgba(114, 114, 175, 0.15),
    rgba(114, 114, 175, 1)
  );
  .login {
    .item {
      height: 100%;
      display: flex;
      flex-direction: column;
    }
  }
}
@media (max-width: 575.98px) {
  .left-content,
  .header .navbar {
    display: none !important;
  }

  /* .login-leftside {
    display: flex !important;
  } */

  .login-leftside .desktop {
    display: none;
  }

  .right-content form {
    margin-inline: 10px;
  }

  #changePasswordSuccess .modal-dialog {
    margin-inline: 35px;
  }
}

@media (max-width: 767.98px) {
  .right-content .title {
    font-size: 25px;
    margin-top: 40px !important;
    text-align: right !important;
  }

  .right-content form .error-msg {
    font-size: 14px;
  }

  #changePasswordSuccess .modal-content p {
    font-size: 1.1rem;
  }
}
/* Red border for error input */
.error-action {
  border-color: rgba(255, 0, 0, 1) !important;
  background-color: rgba(255, 0, 0, 0.03) !important;
  margin-bottom: 10px !important;
}
.error-action input::placeholder {
  color: rgba(255, 0, 0, 1) !important;
}
.error-action svg path {
  fill: rgba(255, 0, 0, 1);
}
/* Small red text under the input */
.error-message {
  color: rgba(255, 0, 0, 1);
  font-size: 13px;
  margin-top: 4px;
  font-family: "IBM Plex Sans Arabic";
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .left-content,
  .header .navbar {
    display: none !important;
  }

  .right-content form {
    margin-inline: auto;
    width: 50%;
  }
}
/*# sourceMappingURL=login.css.map */
.twoToneCenter {
  text-align: center;
  margin: 1em 0;
}

.twoToneButton.disabled {
  background: rgba(9, 3, 38, 50%);
  color: rgba(255, 255, 255, 50%);
}

.twoToneButton,
.applycopoun,
.removeapplycopoun {
  display: inline-block;
  outline: none;
  padding: 10px 20px;
  line-height: 1.4;
  background: rgba(14, 12, 54, 100%);
  color: #fff;
  border-radius: 12px;
  position: relative;
  transition: padding-right 0.3s ease;
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-family: "IBM Plex Sans Arabic";
}
.twoToneButton:disabled,
.applycopoun:disabled,
.removeapplycopoun:disabled {
  background: rgba(14, 12, 54, 20%);
  color: #fff;
}
.twoToneButton:active {
  color: #ffffff;
  background: #090326;
}

.twoToneButton.spinning,
.applycopoun.spinning {
  background: rgba(9, 3, 38, 25%);
  padding-right: 40px;
}

.removeapplycopoun.spinning {
  background: rgba(9, 3, 38, 25%);
}

.removeapplycopoun.spinning svg {
  display: none;
}

.twoToneButton.spinning:after,
.applycopoun.spinning:after,
.removeapplycopoun.spinning:after {
  content: "";
  right: 45%;
  top: 50%;
  width: 15px;
  height: 15px;
  box-shadow: 0px 0px 0 1px transparent;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

.twoToneButton.spinning:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: 47.5%;
  top: 50%;
  position: absolute;
  border: 1px solid #000000;
  border-right: 1px solid transparent;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

.applycopoun.spinning:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: 39%;
  top: 50%;
  position: absolute;
  border: 1px solid #000000;
  border-right: 1px solid transparent;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

.removeapplycopoun.spinning:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  top: 46%;
  position: absolute;
  border: 1px solid #000000;
  border-right: 1px solid transparent;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

.verifyButtons {
  display: inline-block;
  outline: none;
  padding: 10px 0;
  line-height: 1.4;
  background: none;
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 50px;
}

.verifyButtons.spinning input {
  border-color: rgba(9, 3, 38, 10%);
  padding-right: 40px;
  color: rgba(9, 3, 38, 10%);
}

.verifyButtons.spinning:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 45%;
  top: 79%;
  position: absolute;
  border: 0.5px solid #000000;
  border-right: 0 solid transparent;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
  animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

@-webkit-keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}

@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}

.follow-us {
  display: none;
}

.nav-lang {
  position: relative;
  cursor: pointer;
  background: none;
  width: 32px;
  height: 32px;
  border: 1px solid #090326;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-inline-end: 0;
  color: #090326;
  justify-content: center !important;
}

#phoneoremail {
  direction: ltr;
}

@media (max-width: 768px) {
  .forgetpass-form {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

.box-dow {
  background-color: #0e0c360a;
  display: none;

  .h-dow {
    gap: 15px;

    .im-log {
      width: 55px;
      height: 55px;
      border-radius: 14px;
    }

    h5 {
      font-size: 18px;
      font-weight: 700;
      color: #0e0c36;
    }

    p {
      font-size: 14px;
      font-weight: 500;
      color: #0e0c36;
    }
  }

  .btn-dow {
    gap: 15px;

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      background-color: #0e0c36;
      border-radius: 10px;
      padding: 8px 15px;
      color: #ffffff;
    }
  }
}

@media (max-width: 767px) {
  .box-dow {
    display: flex;
  }
}

.input-group:has(.input-validation-error) {
  border: 1px solid red !important;
  background-color: #ff000008 !important;
}

.input-group:has(.input-validation-error) svg path,
.input-group:has(.input-validation-error) svg {
  fill: red !important;
}

.input-group:has(.input-validation-error) .show-hide .show path:nth-child(1) {
  fill: none !important;
}

.right-content .content {
  position: relative;
  height: 100%;
}
