.passwordcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-field {
  height: 49px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #10cfc9;
  font-size: 16px;
  font-weight: 700;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.hidden {
  display: none;
}

.text-field.editprofile {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  background-color: #60269e;
  color: #fff;
}

.text-field.editprofile:focus {
  border: 1px solid #0085f7;
}

.text-field.editprofile::-webkit-input-placeholder {
  color: #fff;
}

.text-field.editprofile:-ms-input-placeholder {
  color: #fff;
}

.text-field.editprofile::-ms-input-placeholder {
  color: #fff;
}

.text-field.editprofile::placeholder {
  color: #fff;
}

.text-field.editprofile.countrycode {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 1px solid transparent;
  border-radius: 0px 10px 10px 0px;
  background-color: transparent;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  height: 100%;
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-64 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #222;
  font-weight: 400;
  text-align: center;
}

.pop-up-icon {
  position: absolute;
  left: 0%;
  top: -13%;
  right: 0%;
  bottom: auto;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 5px solid #60269e;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
}

.arabicbutton {
  width: 161.66px;
  margin-top: 10px;
  padding: 13px 30px;
  border-radius: 50px;
  background-color: #10cfc9;
  direction: rtl;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.arabicbutton:hover {
  background-color: #000;
}

.floatingcarddiv {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.englishbutton {
  width: 161.6875px;
  margin-top: 10px;
  padding: 13px 30px;
  border-radius: 50px;
  background-color: #60269e;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.englishbutton:hover {
  background-color: #000;
}

.div-block-173 {
  margin-top: 100px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-heading {
  color: #000;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.html-embed-8 {
  display: none;
}

.exit-button {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  background-color: #60269e;
  cursor: pointer;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #222;
}

.link-2 {
  color: red;
  text-decoration: none;
}

.passwordrequirements {
  display: none;
}

.text-block {
  display: inline-block;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  color: #20355a;
}

.pop-up-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(42, 42, 45, 0.75);
}

.pop-up {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: auto;
  padding: 100px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.passicon {
  position: absolute;
  top: 6px;
  margin-right: 10px;
}

.div-block-164 {
  width: 250px;
  border-radius: 10px;
}

.image-10 {
  border-radius: 10px;
}

.orangebutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #602692;
  background-image: none;
  font-weight: 700;
  text-align: center;
}

.orangebutton.password {
  margin-top: 15px;
  background-color: #602692;
  background-image: none;
}

.orangebutton.editprofile {
  width: 95vw;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #60269e;
  background-image: none;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121214;
}

.nav-bar.activator {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #60269e;
}

.centerblock {
  position: absolute;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-70 {
  margin-bottom: 15px;
}

.div-block {
  width: 95vw;
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block.activatorpicture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-68 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 400;
}

.heading-68.editprofile {
  margin-top: 25px;
  color: #fff;
}

.main-form {
  height: 49px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #10cfc9;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.main-form::-webkit-input-placeholder {
  color: #f5f5f5;
}

.main-form:-ms-input-placeholder {
  color: #f5f5f5;
}

.main-form::-ms-input-placeholder {
  color: #f5f5f5;
}

.main-form::placeholder {
  color: #f5f5f5;
}

.orbar {
  width: 106px;
  height: 1px;
  background-color: #efefef;
}

.heading-62 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 400;
  text-align: center;
}

.ortext {
  width: 20px;
}

.div-block-152 {
  width: 600px;
  margin-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
}

.text-block-61 {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.form {
  margin-top: 16px;
}

.image-2 {
  margin-bottom: 20px;
}

.languagebutton {
  display: none;
  background-color: transparent;
  color: #cfcfcf;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
}

.link-block-3 {
  margin-right: 25px;
  margin-left: 25px;
  color: #333;
  text-decoration: none;
}

.or-login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 40px 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-60 {
  color: #999;
}

.forgotpasswordblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-4 {
  position: absolute;
  left: 20px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.leftnavblock {
  position: absolute;
  left: 20px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.text-block-62 {
  text-align: center;
}

.body {
  background-color: #f4f6f9;
}

.div-block-174 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.heading-71 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.section-5 {
  margin-right: 10px;
  margin-left: 10px;
}

.tablewrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #dee2e6;
  border-radius: 10px;
  background-color: #fff;
}

.description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
}

.table {
  margin: 15px 10px;
  border: 1px solid #dee2e6;
}

.tablenavigator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-63 {
  margin: 9px 12px;
}

.rowtitlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f9f9f9;
}

.rowtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rowheading {
  text-align: center;
}

.rowwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.rowwrapper.shaded {
  background-color: #fcfcfc;
}

.rowtextfield {
  font-weight: 400;
  text-align: center;
}

.toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  padding: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #d8d8d8;
  box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.13);
  cursor: pointer;
}

.toggle-wrapper.on {
  background-color: #40d76e;
}

.toggle-button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.toggle-button.on {
  position: relative;
  left: 34px;
}

.toggle-button.hidden {
  display: none;
}

.button-5 {
  width: 75px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.button-5.inactive {
  opacity: 0.39;
}

.createaccount {
  margin-right: 25px;
  margin-left: 25px;
  color: #333;
  text-decoration: none;
}

.heading-72 {
  text-align: center;
}

.modalstart {
  display: none;
}

.croppingimage {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.croppingcontainer {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 300;
  text-align: left;
}

.croppingcontainer.hidden {
  display: none;
}

.cropimagewrapper {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 400px;
  max-width: 400px;
  min-height: 400px;
  min-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.croppingcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cropbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #602692;
  background-image: none;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.text-block-65 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.login-accent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #60269e;
}

.preview {
  width: 200px;
  height: 200px;
  border: 2px solid #a279f9;
  border-radius: 100%;
}

.preview.logo {
  border-radius: 10px;
}

.button-7 {
  position: absolute;
  right: 2%;
  width: 20px;
  height: 20px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/icon-cloneable-close.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.previewimage {
  border-style: solid;
  border-width: 2px;
  border-radius: 100%;
}

.previewimage.logo {
  border-radius: 10px;
}

.modalend {
  display: none;
}

.if-picture-exists {
  display: none;
}

.end-if-picture-exists {
  display: none;
}

.addpicture {
  color: #60269e;
  font-size: 26px;
  text-align: center;
}

.addpicture.activator {
  margin-top: 20px;
  margin-bottom: 20px;
}

.picture {
  position: relative;
  margin-top: 30px;
  margin-right: 0px;
  text-align: center;
}

.heading-67 {
  margin-bottom: 15px;
  text-align: center;
}

.div-block-144 {
  width: 100%;
  text-align: center;
}

.image-3 {
  width: 150px;
  height: 150px;
  border: 3px solid #fff;
  border-radius: 100%;
}

.image-3.logo {
  border-radius: 10px;
}

.link-5 {
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
}

.div-block-158 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96vw;
  max-width: 600px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.image-29 {
  width: 30px;
  height: 30px;
}

.text-block-66 {
  font-size: 9px;
  text-align: center;
}

.text-block-67 {
  font-size: 8px;
  line-height: 15px;
}

.form-block-2 {
  margin-bottom: 0px;
}

.select-field {
  width: 75px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label {
  margin-right: 15px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 400;
}

.div-block-175 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-right: 13px;
  padding-left: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenumberlink {
  margin-right: 2px;
  margin-left: 2px;
  text-decoration: none;
}

.pagenumberlink.current {
  color: #333;
}

.nextbutton {
  margin-right: 2px;
  margin-left: 2px;
  text-decoration: none;
}

.nextbutton.current {
  color: #333;
}

.nextbutton.hidden {
  display: none;
}

.previousbutton {
  margin-right: 2px;
  margin-left: 2px;
  text-decoration: none;
}

.previousbutton.current {
  color: #333;
}

.previousbutton.hidden {
  display: none;
}

.dropdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 20px;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 502px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlogo {
  width: 64%;
  height: 64%;
  padding: 2px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.navlogo:active {
  border-color: red;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  left: -150px;
  box-shadow: 0 0 1px 2px rgba(60, 64, 67, 0.3);
}

.droplink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.droplink.hidden {
  display: none;
}

.dropicons {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.compname {
  margin-bottom: 5px;
  font-weight: 700;
}

.compname.underline {
  text-decoration: underline;
}

.div-block-176 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5f5f5;
  text-align: center;
}

.button-8 {
  margin-right: 15px;
}

.button-9 {
  margin-top: 10px;
}

.html-embed-9 {
  text-align: center;
}

.activeinactive {
  width: 150px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.div-block-177 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-73 {
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.importbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 10px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #602692;
  background-image: none;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.importbutton.password {
  margin-top: 15px;
  background-color: #602692;
  background-image: none;
}

.flexchild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-178 {
  max-width: 500px;
}

.editadminform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textfieldwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textfieldwrapper.hidden {
  display: none;
}

.image-30 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.iconwrapperaccordion {
  width: 50px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 25%;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #10cfc9;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq.editprofile {
  padding-right: 10px;
  background-color: #10cfc9;
}

.div-block-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #222;
}

.div-block-146:hover {
  border-color: #0085f7;
}

.fieldwrapperaccordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.faq-answer {
  margin-bottom: 0px;
  color: #fff;
}

.bluebutton-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #007aff;
  font-weight: 700;
  text-align: center;
}

.bluebutton-2.delete {
  display: block;
  width: 30px;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ff0004;
}

.iconwrapper {
  width: 50px;
  margin: 5px 0px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.deletebutton {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  background-image: url('../images/deleteIcon1.png');
  background-position: 50% 50%;
  background-size: cover;
  color: red;
}

.numbersblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  background-color: #222;
}

.numbersblock:hover {
  border-color: #0085f7;
}

.social-button {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
}

.social-button.editprofile {
  width: auto;
  height: auto;
  margin-right: 17px;
  margin-left: 0px;
  border-radius: 10px;
}

.social-button.editprofile._1 {
  height: 40px;
}

.faq-p {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #f4f6f8;
}

.faq-p.hidden {
  display: none;
}

.select-field-2 {
  width: 70px;
  height: 49px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #fff;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.image-6 {
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.div-block-163 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
  box-shadow: 0 0 20px -5px #000;
}

.div-block-153 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-area {
  min-height: 100px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #10cfc9;
  font-size: 16px;
  font-weight: 700;
}

.text-area::-webkit-input-placeholder {
  color: #fff;
}

.text-area:-ms-input-placeholder {
  color: #fff;
}

.text-area::-ms-input-placeholder {
  color: #fff;
}

.text-area::placeholder {
  color: #fff;
}

.text-area.editprofile {
  margin-bottom: 0px;
  background-color: transparent;
  color: #fff;
}

.text-area.editprofile::-webkit-input-placeholder {
  color: #fff;
}

.text-area.editprofile:-ms-input-placeholder {
  color: #fff;
}

.text-area.editprofile::-ms-input-placeholder {
  color: #fff;
}

.text-area.editprofile::placeholder {
  color: #fff;
}

.faq-body-cont {
  padding: 20px;
  border-top: 1px none #000;
  background-color: #60269e;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.editsection {
  margin-top: 21px;
  margin-bottom: 16px;
  font-weight: 700;
}

.editsection.editprofile {
  margin-top: 25px;
  color: #fff;
}

.errordiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
}

.errordiv.hidden {
  display: none;
}

.text-block-68 {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #f5f5f5;
}

.approvebutton {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #10cfc9;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
}

.approvebutton.inactive {
  opacity: 0.39;
}

.approvetitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.approvetitle.hidden {
  display: none;
}

.approverow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.approverow.hidden {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-4 {
    background-position: 50% 50%;
  }

  .section-3 {
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .section-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .arabicbutton {
    text-align: center;
  }

  .englishbutton {
    text-align: center;
  }

  .div-block-152 {
    width: 100%;
    max-width: 600px;
  }

  .button-5 {
    width: 65px;
  }

  .croppingcontainer {
    margin-bottom: 70px;
    padding-top: 50px;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    width: 100%;
    height: auto;
    max-height: 150px;
    max-width: 150px;
    min-height: 100px;
    min-width: 100px;
  }

  .approvebutton {
    width: 65px;
  }
}

@media screen and (max-width: 479px) {
  .pop-up-icon {
    top: -28%;
    width: 125px;
    height: 125px;
  }

  .arabicbutton {
    margin-top: 15px;
    text-align: center;
  }

  .englishbutton {
    text-align: center;
  }

  .pop-up {
    width: 96%;
    padding: 30px 10px;
  }

  .description {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-5 {
    width: auto;
    text-transform: none;
  }

  .croppingcontainer {
    margin-bottom: 70px;
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
  }

  .cropimagewrapper {
    min-height: 320px;
    min-width: 320px;
  }

  .picture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .field-label {
    margin-right: 5px;
  }

  .div-block-178 {
    max-width: 300px;
  }

  .social-button.editprofile {
    margin-right: 50px;
  }

  .approvebutton {
    width: auto;
    text-transform: none;
  }
}

