.color-grey {
  color: #5c5c5c;
}

.edit-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1e90ff;
  color: #1e90ff;
  font-size: 18px;
}
.edit-icon:hover {
  background: #1e90ff;
  color: white;
  cursor: pointer;
}

.custom-row {
  display: flex;
  gap: 20px;
}

.header-auth-area {
  display: flex;
  gap: 10px;
}
.header-auth-area a {
  padding: 7px 15px !important;
  font-size: 15px;
  border-radius: 5px;
}
.header-auth-area .login {
  background-color: white;
  color: black !important;
  border: 1px solid white;
}
.header-auth-area .register {
  background-color: #1e90ff;
  color: white !important;
  border: 1px solid #1e90ff;
}
.header-auth-area .register:hover {
  background-color: white;
  color: #1e90ff !important;
  border: 1px solid #1e90ff;
}

.header-link-list {
  width: 100%;
}
.header-link-list .right-align-list-item {
  margin-left: auto;
}

.hero-section {
  padding: 3rem 0rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .left h1 {
  font-size: 5rem;
  font-family: math;
  font-weight: 900;
  color: #1e90ff;
  line-height: 1.7ch;
}
.hero-section .left h3 {
  font-size: 1.5rem;
  font-family: sans-serif;
  font-weight: 300;
  color: #5c5c5c;
  margin-bottom: 2rem;
}
.hero-section .left a {
  background-color: #1e90ff;
  color: white !important;
  border: 1px solid #1e90ff;
  padding: 10px 25px !important;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none !important;
  margin-top: 2rem;
}
.hero-section .left a:hover {
  background-color: white;
  color: #1e90ff !important;
  border: 1px solid #1e90ff;
}
@media screen and (max-width: 1024px) {
  .hero-section .left h1 {
    font-size: 3rem;
  }
  .hero-section .left h3 {
    font-size: 20px;
  }
}
.hero-section .right img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .hero-section .right {
    margin-top: 20px !important;
  }
}

.about-section {
  padding: 2rem 0rem;
  background-color: rgba(223, 228, 234, 0.231372549);
}
@media screen and (max-width: 1024px) {
  .about-section .mobile-row-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .about-section .left {
    margin-top: 30px !important;
  }
}
.about-section .left img {
  max-width: 100%;
}
.about-section .right h2 {
  font-size: 2.5rem;
  font-weight: 900;
  font-family: math;
}
.about-section .right ul {
  padding-left: 0px;
  margin-top: 2rem;
}
.about-section .right ul li {
  list-style: none;
  font-family: sans-serif;
}
.about-section .right ul li h6 {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-section .right ul li h6 span {
  font-size: 30px;
}
.about-section .right ul li p {
  color: #5c5c5c;
}
.about-section .right .btns-area {
  margin-top: 2rem;
}
.about-section .right .btns-area .learn-more {
  background-color: #1e90ff;
  color: white !important;
  border: 1px solid #1e90ff;
  padding: 10px 25px !important;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none !important;
}
.about-section .right .btns-area .learn-more:hover {
  background-color: white;
  color: #1e90ff !important;
  border: 1px solid #1e90ff;
}
.about-section .right .btns-area .sign-up {
  background-color: rgba(223, 228, 234, 0.231372549);
  color: #1e90ff !important;
  border: 1px solid #1e90ff;
  padding: 10px 25px !important;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none !important;
  margin-left: 1rem;
}
.about-section .right .btns-area .sign-up:hover {
  background-color: #1e90ff;
  color: white !important;
  border: 1px solid #1e90ff;
}
@media screen and (max-width: 1024px) {
  .about-section .right .btns-area a {
    font-size: 15px !important;
    padding: 10px 15px !important;
  }
}

.testnomial-section {
  margin: 3rem 0rem;
}

@media screen and (max-width: 1024px) {
  .more-detail-section .box .mobile-d-center {
    justify-content: center !important;
  }
}
.more-detail-section {
  background-color: rgba(223, 228, 234, 0.231372549);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.more-detail-section .box {
  border-radius: 20px;
  padding: 30px 50px;
  background-color: white;
}
.more-detail-section input {
  border: none;
  border-radius: 5px;
  color: #343434;
  outline: none;
  width: 100%;
  line-height: 2ch;
}
.more-detail-section input:focus {
  outline: none;
}
.more-detail-section .img-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.more-detail-section .img-profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.more-detail-section .img-profile .content {
  display: flex;
  flex-direction: column;
  line-height: 5px;
  font-family: sans-serif;
}
.more-detail-section .img-profile .content .name-field {
  font-size: 2.1rem;
  font-weight: 900;
  font-family: math;
}
.more-detail-section .img-profile .content .country-field,
.more-detail-section .img-profile .content .city-field {
  font-size: 1rem;
}
.more-detail-section .img-profile .content .working-hours-field {
  font-size: 15px;
  font-weight: 600;
}
.more-detail-section .img-profile .content .working-hours-field span {
  font-size: 14px;
  font-weight: 300;
}
.more-detail-section .img-profile .content .custom-row {
  display: flex;
  gap: 20px;
}
.more-detail-section .img-profile .content input {
  border: 1px solid rgba(0, 0, 0, 0.4705882353);
  border-radius: 20px;
  padding: 5px 10px;
}
.more-detail-section .profile-title-field {
  font-size: 1.5rem;
  font-weight: 700;
}
.more-detail-section #profileTitleName {
  border: 1px solid rgba(0, 0, 0, 0.4705882353);
}
.more-detail-section .profile-overview-field,
.more-detail-section .profile-overview-field-p {
  min-width: 100%;
}
.more-detail-section .profile-overview-field {
  min-height: 300px;
  border: 1px solid rgb(202, 202, 202);
  border-radius: 15px;
  padding: 20px;
  overflow-x: hidden;
  width: 100%;
}
.more-detail-section .profile-overview-field:focus {
  outline: none;
}
.more-detail-section .per-hour-charge {
  text-align: end;
  font-size: 22px;
  font-weight: 800;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #1e90ff;
}
.more-detail-section #perHourCharge {
  border: 1px solid rgba(0, 0, 0, 0.4705882353);
}
.more-detail-section .per-hour-charge-col {
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 1024px) {
  .more-detail-section .box .mobile-adjust-title {
    flex-direction: column-reverse;
  }
  .more-detail-section .box .per-hour-charge-col {
    justify-content: start;
  }
  .more-detail-section .box .profile-overview p {
    text-align: justify;
  }
  .more-detail-section .box .languages-section {
    border-left: 0px !important;
    margin: 20px 0px;
  }
}
.skills-languages-section h3 {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.skills-languages-section textarea {
  min-width: 100%;
  margin-bottom: 1rem;
}
.skills-languages-section .skills,
.skills-languages-section .languages {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.skills-languages-section .skills .skill,
.skills-languages-section .skills .language,
.skills-languages-section .languages .skill,
.skills-languages-section .languages .language {
  background-color: #1e90ff;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 5px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .box .skills-rank .percentage {
    margin-right: 0px !important;
  }
  .box .skills-rank .percentage-row {
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: flex;
    align-items: center;
  }
  .box .skills-rank .custom-row {
    flex-wrap: nowrap !important;
  }
}
.skills-rank h3 {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.skills-rank .custom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.skills-rank .custom-row .percentage {
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: end;
  margin-right: -10px;
}
.skills-rank input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 10px 0;
}
.skills-rank input[type=range]:focus {
  outline: none;
}
.skills-rank input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
  background: #ddd;
  border-radius: 5px;
}
.skills-rank input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1e90ff;
  cursor: pointer;
  margin-top: -5px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.skills-rank input[type=range]:hover::-webkit-slider-thumb {
  background: #1e90ff;
}
.skills-rank input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.skills-rank input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.personal-info-section h3 {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.personal-info-section p {
  font-size: 15px;
  font-weight: 700;
  font-family: sans-serif;
}
.personal-info-section p span {
  font-size: 14px;
  font-weight: 300;
}
.personal-info-section #dob {
  padding: 8px 10px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .img-profile {
    flex-direction: column !important;
  }
}
.working-experience h3 {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.working-experience p {
  font-size: 15px;
  font-weight: 700;
  font-family: sans-serif;
}
.working-experience .ck-editor__editable {
  min-height: 200px;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 10rem;
  max-width: 100%;
  padding: 25px;
  border-radius: 3px;
  transition: 0.2s;
  width: 100%;
  border: 1px dashed black;
}
.file-drop-area:hover {
  background-color: #1e90ff;
  color: white;
}
.file-drop-area .choose-file-button {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.file-drop-area .file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-drop-area .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.job-post-form-section {
  background-color: rgba(223, 228, 234, 0.231372549);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.job-post-form-section .box {
  border-radius: 20px;
  padding: 30px 50px;
  background-color: white;
}
.job-post-form-section .skills {
  display: flex;
  flex-wrap: wrap;
}
.job-post-form-section button {
  background-color: #1e90ff;
  color: white !important;
  border: 1px solid #1e90ff;
  padding: 10px 25px !important;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none !important;
  float: right;
  margin-top: 2rem;
}
.job-post-form-section button:hover {
  background-color: white;
  color: #1e90ff !important;
  border: 1px solid #1e90ff;
}

.select-register-form-section {
  background-color: rgba(223, 228, 234, 0.231372549);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.select-register-form-section button {
  background-color: #1e90ff;
  color: white !important;
  border: 1px solid #1e90ff;
  padding: 10px 25px !important;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none !important;
  padding: 8px 20px !important;
  font-size: 15px;
}
.select-register-form-section button:hover {
  background-color: white;
  color: #1e90ff !important;
  border: 1px solid #1e90ff;
}
.select-register-form-section .box {
  border-radius: 20px;
  padding: 30px 50px;
  background-color: white;
}
.select-register-form-section .box .selection-box {
  border: 1px solid rgba(0, 0, 0, 0.4705882353);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.select-register-form-section .box .selection-box img {
  height: 60px;
}
.select-register-form-section .box .selection-box .content h5 {
  font-size: 15px;
  text-align: right;
}
.select-register-form-section .box .active-section-box {
  background-color: #1e90ff;
  border: 2px solid white;
}
.select-register-form-section .box .active-section-box .content h5 {
  color: white;
}/*# sourceMappingURL=style.css.map */