/* 
######################## Developed by Nabil Fayez ###########################
####### Facebook 1 : https://www.facebook.com/nabil.faez.7/           #######
####### Facebook 2 : https://www.facebook.com/nabil.fayez.378/        #######
####### LinkedIn : https://www.linkedin.com/in/nabil-fayez-2117a7218  #######
####### WhatsApp : +201206986350                                      #######
#############################################################################
*/  


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  font-weight: normal;
  text-decoration: none;
}

body {
  background: rgb(99, 39, 120);
  height: auto;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

body {
  display: flex;
  place-items: center;
  font-family: "Bebas Neue", cursive !important;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.fa-phone:before {
  content: "\f095";
  color: black;
}
h1,
h2,
h3,
h4 {
  font-family: "Bebas Neue", cursive !important;
}

small {
  font-family: "Bebas Neue", cursive !important;
  font-size: 18px;
}

.card {
  color: black;
  width: 350px;
  border-radius: 10px;
  background: #eee9;
  /*box-shadow:  20px 20px 60px #913ca0, */
  /*-20px -20px 60px #c552d8;*/
  border: none;
  margin-top: 20px;
}

.pointer {
  cursor: pointer;
}

.neo-button {
  width: 40px;
  height: 40px;
  outline: 0 !important;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  border: none;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, #9a40a9, #b74cc9);
  box-shadow: inset 20px 20px 60px #f6f6f6, inset -20px -20px 60px #fffefe;
  margin-top: 5px;
}

.num {
  color: #eee !important;
}

.line {
  color: #fff;
}

.neo-button:active {
  border-radius: 50%;
  background: #ab47bc;
  box-shadow: 10px 10px 25px #933da2, -18px -18px 25px #c351d6;
}

.fa-facebook {
  color: #3b5998;
}

.fa-linkedin {
  color: #0e76a8;
}

.fa-google {
  color: #dc4e41;
}

.fa-youtube {
  color: #cd201f;
}

.fa-twitter {
  color: #55acee;
}

.fa-phone {
  color: lightgreen;
}

.profile_button {
  color: #fff;
  padding: 10px;
  border: none;
  outline: 0 !important;
  border-radius: 50px;
  background: #ab47bc;
  border: 2px solid #242424;
  font-size: 1.1rem;
  width: 40%;
  margin: auto;
}

.icon {
  font-size: 25px !important;
  line-height: calc(100% - -10px);
}

.fa-comment {
  color: #fdcb6e;
}

.fa-instagram {
  color: #d14783;
}

.whatsapp {
  color: green;
}

.globe {
  color: brown;
}

.logo {
  font-family: OriginTech !important;
  width: 100%;
  text-align: center;
  height: 60px;
  font-size: 40px;
  padding: 10px;
  color: #fff;
}

.social-buttons {
  margin: 20px auto;
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-evenly;
  transition: all 0.5s;
}
.social-buttons a i:hover {
  height: 20px;
}
.profile_img {
  display: block;
  margin-top: auto;
  height: 130px;
  width: 130px;
  object-fit: cover;
  object-position: 30%;
  border-radius: 50%;
}

.profile {
  margin-top: 20px;
}

.profile_image {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 90%;
  margin: auto;
  flex-direction: column;
}

.data-user {
  margin: 2px 15px;
  font-weight: 700;
}

.openprofile {
  float: right;
  cursor: pointer;
  transition: color 0.3s;
}

.openprofile:hover {
  color: #4070f4;
}

@font-face {
  font-family: "OriginTech";
  src: url("myfont.woff") format("woff"),
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("OriginTech personal use.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.9;
  background-color: #fff;
  z-index: 99999;
}

#loading img {
  width: -webkit-fill-available;
}

/* #uplode {
      font-size: 25px;
      margin-top: -18px;
      background: #0a8cff;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: #fff;
      font-weight: bold;
  } */

#loading-image {
  position: absolute;
  top: 40%;
  left: 25%;
  right: 25%;
  bottom: 40%;
  z-index: 100;
}

#loading-image img {
  width: 50%;
  height: 20%;
}

.filds {
  width: 70%;
  right: 0;
}

.title {
  width: 30%;
  right: 50%;
  margin: 5px auto;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");

.container::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  max-width: 80%;
  width: 100%;
  height: 90%;
  border-radius: 6px;
  padding: 30px;
  margin: 0 15px;
  background-color: #fff;
  box-shadow: 4px 20px 18px 4px rgb(0 0 0 / 10%);
  overflow-y: scroll;
  overflow-x: hidden;
  border: 3px solid #308;
}

.container::-webkit-scrollbar {
  display: none;
}

.container header {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.container header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 95px;
  border-radius: 8px;
  background-color: #4070f4;
}

.container form {
  position: relative;
  margin-top: 16px;
  min-height: 490px;
  background-color: #fff;
  overflow: visible;
}

.container form .form {
  position: absolute;
  background-color: #fff;
  transition: 0.3s ease;
}

.container form .form.second {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}

form.secActive .form.second {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

form.secActive .form.first {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
}

.container form .title {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  color: #333;
}

.container form .fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

form .fields .input-field {
  display: flex;
  width: calc(100% / 3 - 15px);
  flex-direction: column;
  margin: 4px 0;
}

.input-field label {
  font-size: 12px;
  font-weight: 500;
  color: #2e2e2e;
}

.input-field input,
textarea {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 0 15px;
  height: 42px;
  margin: 0;
}

.input-field input :focus,
.input-field textarea :focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

.input-field input[type="date"]:valid {
  color: #333;
}

.container form .btn,
.btn,
.backBtn,
#uploadx {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 200px;
  max-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  margin: 10px;
  background-color: #4070f4;
  transition: all 0.3s linear;
  cursor: pointer;
}

.container form .btnText,
#uploadx,
#changepass {
  font-size: 14px;
  font-weight: 400;
}

form .btn:hover,
.btn:hover,
#uploadx:hover,
#changepass:hover {
  background-color: #265df2;
}

form .btn i,
.btn i,
form .backBtn i,
#uploadx i,
#changepass i {
  margin: 0 6px;
}

form .backBtn i,
#uploadx i,
#changepass i {
  transform: rotate(180deg);
}

#uploadx,
#changepass {
  margin: unset;
  margin-bottom: 5px;
}

#changepass {
  margin-left: 5px;
}

form .buttons {
  display: flex;
  align-items: center;
}

form .buttons .btn,
.btn,
.backBtn,
#uploadx,
#changepass {
  margin-right: 0px;
}

#exampleModal {
  position: fixed;
  display: none;
  z-index: 5000;
  width: auto;
  height: 350px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  border-radius: 6px;
  box-shadow: 4px 20px 18px 4px rgb(0 0 0 / 10%);
  border: 3px solid #308;
}

#closepass {
  text-align: right;
  float: right;
  width: 100%;
  cursor: pointer;
}

.sumbit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  min-width: 200px;
  max-width: 200px;
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 5px;
  margin: 10px;
  background-color: #4070f4;
  transition: all 0.3s linear;
  cursor: pointer;
}

.sumbit-btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media (max-width: 750px) {
  .container form {
    overflow-y: scroll;
  }

  .container {
    min-width: 100%;
  }

  .container form::-webkit-scrollbar {
    display: none;
  }

  form .fields .input-field {
    width: calc(100% / 2 - 15px);
  }
  .social-buttons {
    width: 100%;
    margin: 20px auto;
  }
}

@media (max-width: 550px) {
  form .fields .input-field {
    width: 100%;
  }
  .social-buttons {
    width: 100%;
    margin: 20px auto;
  }
}

.fa-map-marker {
  font-size: 20px;
  color: #db1d1d;
  border: 2px solid;
  width: 20px;
  border-radius: 10px;
  text-align: center;
}

.bio {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.profile_button {
  color: #fff;
  padding: 10px;
  border: none;
  outline: 0 !important;
  background: #ab47bc;
  border: 2px solid #242424;
  font-size: 1.1rem;
  width: 40%;
  margin: auto;
}