@charset "UTF-8";
.factor-authentication {
  margin-top: 8%;
}

.factor-authentication .center-container {
  display: flex;
  width: 85%;
  padding-bottom: 30px;
}
.input-default{
  border: none !important;
  outline:none !important;
}
.factor-authentication .top-nav {
  display: flex;
  justify-content: space-between;
  margin-left: 16%;
  margin-right: 16%;
  margin-bottom: 30px;
}

.factor-authentication .top-nav .nav-tab .span-1 {
  color: #808080;
  font-weight: 400;
  font-size: 16px;
}

.factor-authentication .top-nav .nav-tab .span-2 {
  color: #F05271;
  font-size: 12px;
  font-weight: bold;
}

.factor-authentication .top-nav .nav-tab i {
  margin-left: 15px;
  margin-right: 15px;
}

.factor-authentication .user-details .span-1 {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 16px;
  font-weight: bold;
}

.factor-authentication .user-details .span-2 {
  color: #F05271;
  font-size: 16px;
  font-weight: bold;
  margin-left: 25px;
  position: relative;
}

.factor-authentication .user-details .span-2::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  /* ← قللي الرقم ده علشان تقللي الارتفاع */
  background: #000000;
  position: absolute;
}

.factor-authentication .col1 {
  width: 20%;
  border-radius: 50px;
  margin-left: 17%;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.0784313725);
}

html[lang=ar] .factor-authentication .col1 {
  margin-right: 22%;
  margin-left: 10px;
}

html[lang=ar] .factor-authentication .top-nav {
  margin-left: 20%;
  margin-right: 20%;
}

html[lang=ar] .factor-authentication .col2 {
  margin-right: 3%;
}

.factor-authentication .col2 {
  width: 65%;
  margin-top: 2%;
  margin-left: 3%;
}

.factor-authentication .col2 h2 {
  font-weight: Bold;
  font-size: clamp(25px, 5vw, 32px);
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.factor-authentication .col2 .sub-title {
  margin-bottom: 20px;
}

.factor-authentication .col2 .sub-title .content {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.factor-authentication .col2 .qr-code {
  background-color: #FFFFFF;
  width: 226px;
  height: 226px;
  border-radius: 35px;
  box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.0784313725);
  margin-top: 30px;
  margin-bottom: 35px;
}

.factor-authentication .col2 .step-2 {
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #808080;
  margin-bottom: 30px;
}

.factor-authentication .col2 .authentication-code {
  font-weight: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #808080;
  margin-bottom: 45px;
}

.factor-authentication .col2 input {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: 0px 16px 88px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 100px;
  height: 50px;
  padding: 20px;
  margin-bottom: 30px;
}

.factor-authentication .col2 .button-code {
  display: flex;
  justify-content: end;
}

.factor-authentication .col2 .button-code button {
  height: 40px;
  width: 20%;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-weight: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: #F05271;
  border-radius: 168px;
}

.factor-authentication .col2 .sub-title .code {
  font-weight: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #F05271;
}

.factor-authentication .profile {
  position: relative;
}

.factor-authentication .shape {
  width: 100%;
  border-radius: 50px;
}

.factor-authentication .name {
  position: absolute;
  top: 10%;
  left: 30%;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}

.factor-authentication .tabs {
  margin-top: 30%;
  margin-left: 10px;
  padding-bottom: 20px;
}

.factor-authentication .tabs a {
  text-decoration: none;
  width: 95%;
  display: flex;
}

.factor-authentication .tabs div {
  margin-bottom: 10px;
  height: 37px;
  font-size: 20px;
  font-weight: 500;
  color: #808080;
  padding-left: 30px;
  padding-top: 5px;
  cursor: pointer;
  width: 100%;
}

.factor-authentication .tabs div:hover {
  background-color: rgba(240, 82, 113, 0.1019607843);
  color: #F05271;
  border-radius: 25px;
}

.factor-authentication .tabs div i:hover {
  color: #F05271;
}

.factor-authentication .tabs div img {
  margin-right: 10px;
}

.factor-authentication .tabs div i {
  margin-right: 10px;
}

.factor-authentication .profile-img {
  position: absolute;
  top: 50%;
  left: 32%;
  height: 111px;
  width: 111px;
}

.factor-authentication .center-container .profile-settings .span-1 {
  font-size: clamp(18px, 5vw, 36px);
  font-weight: 700;
  line-height: 38px;
  color: black;
}

.factor-authentication .center-container .profile-settings .span-2 {
  font-size: clamp(12px, 5vw, 16px);
  font-weight: 500;
  color: #F05271;
  letter-spacing: 0px;
}

@media (max-width: 1557px) {
  .factor-authentication .col1 {
    margin-left: 8%;
    width: 25%;
  }
  html[lang=ar] .factor-authentication .col1 {
    margin-right: 8%;
  }
  .factor-authentication .top-nav {
    margin-left: 8%;
    margin-right: 8%;
  }
  .factor-authentication .col2 {
    width: 71%;
    margin-right: 8%;
  }
  .factor-authentication .center-container {
    width: 100%;
  }
}
@media (max-width: 1393px) {
  .factor-authentication .top-nav {
    margin-left: 7%;
    margin-right: 7%;
  }
  .factor-authentication .col1 {
    margin-left: 6%;
  }
}
@media (max-width: 1205px) {
  .factor-authentication .top-nav {
    margin-left: 2%;
    margin-right: 2%;
  }
  .factor-authentication .col1 {
    margin-left: 1%;
  }
  .factor-authentication .col2 {
    margin-right: 0px;
  }
  .factor-authentication .top-nav {
    margin-top: 11%;
    margin-bottom: 2%;
  }
}
@media (max-width: 1082px) {
  .factor-authentication .center-container {
    flex-direction: column;
    align-items: center;
  }
  html[lang=ar] .factor-authentication .col1 {
    margin-right: 0px;
  }
  .factor-authentication .center-container .row {
    flex-direction: column;
  }
  .factor-authentication .center-container .col1 {
    width: 50%;
    margin-bottom: 20px;
  }
  .factor-authentication .center-container .col2 {
    width: 90%;
    margin-bottom: 20px;
  }
  .factor-authentication .top-nav {
    margin-left: 7%;
    margin-right: 2%;
  }
}
@media (max-width: 652px) {
  .factor-authentication .top-nav {
    margin-top: 35%;
  }
  .factor-authentication .center-container .col1 {
    width: 80%;
  }
  .factor-authentication .profile-img {
    height: 86%;
  }
  .factor-authentication .name {
    left: 24%;
  }
}
@media (max-width: 1083px) {
  .factor-authentication .profile-img {
    top: 50%;
    left: 35%;
    height: 157px;
    width: 157px;
  }
  .factor-authentication .name {
    top: 17%;
    left: 36%;
  }
}
@media (max-width: 613px) {
  .factor-authentication .profile-img {
    height: 151px;
    width: 151px;
  }
  .factor-authentication .name {
    left: 32%;
  }
}
@media (max-width: 565px) {
  .factor-authentication .profile-img {
    height: 127px;
    width: 127px;
  }
}
@media (max-width: 441px) {
  .factor-authentication .profile-img {
    height: 106px;
    width: 106px;
  }
  .factor-authentication .name {
    left: 26%;
  }
}
@media (max-width: 752px) {
  .factor-authentication .col2 .button-code {
    justify-content: center;
  }
  .factor-authentication .col2 .button-code button {
    width: 100%;
  }
}

/*# sourceMappingURL=factorAuthentication.css.map */
