﻿
.profile-banner {
  position: relative;
  height: 400px;
}
.profile-banner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.profile-banner .upload-cover {
  position: absolute;
  text-align: right;
  top: 40%;
  right: 0;
  left: 0;
  z-index: 1;
}
.profile-banner .upload-cover a {
  text-transform: none;
  font-weight: 600;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .profile-banner .upload-cover a {
    border: 1px solid #292929;
  }
}
.profile-banner .upload-cover a svg {
  width: 14px;
  transform: translateY(2px);
  margin-right: 10px;
}
.profile-banner .upload-cover a svg path {
  transition: fill 0.3s ease;
}
.profile-banner .upload-cover a:hover svg path {
  fill: #000;
}
@media screen and (max-width: 767px) {
  .profile-banner .upload-cover a:hover svg path {
    fill: #fff;
  }
}
.profile-banner .upload-cover .file-upload-cover {
  display: none;
}

.profile-box {
  position: relative;
  background: #EEF3FC;
  margin-top: -200px;
  border-radius: 20px;
}

.profile-box-top {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

.profile-box-top-photo {
  display: flex;
  gap: 30px;
  align-items: center;
}

.profile-box-top-photo-image {
  position: relative;
}
.profile-box-top-photo-image .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.profile-box-top-photo-image .p-image {
  position: absolute;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
  cursor: pointer;
}
.profile-box-top-photo-image .p-image img {
  width: 22px;
}
.profile-box-top-photo-image .p-image .file-upload {
  display: none;
}

.profile-box-top-photo-name h2 {
  font-size: 22px;
  font-weight: 700;
}
.profile-box-top-photo-name p {
  font-size: 15px;
  color: #333;
  opacity: 50%;
  word-break: break-word;
}

.profile-box-status {
  text-align: center;
}
.profile-box-status .circular-progress {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-box-status .circular-progress .inner-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #EEF3FC;
}
.profile-box-status .circular-progress .percentage {
  position: relative;
  font-size: 22px;
  font-weight: 800;
  color: #000;
  margin-top: 0;
}
.profile-box-status p {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .profile-box-status p {
    color: #fff;
  }
}

.profile-box-tab-nav {
  position: relative;
  padding: 0 80px;
  border-bottom: 1px solid #D0DEF8;
}
.profile-box-tab-nav .edit-btn {
  display: none;
  position: absolute;
  right: 80px;
  padding: 6px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  background-color: #000;
}
.profile-box-tab-nav .edit-btn img {
  width: 16px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.profile-box-tab-nav .indicator {
  position: absolute;
  bottom: -2px;
  height: 3px;
  background-color: #000;
  transition: left 0.3s ease, width 0.3s ease;
}

.profile-box-tab-nav-links {
  display: flex;
  gap: 40px;
}
.profile-box-tab-nav-links .nav-item a {
  position: relative;
  color: #373737;
  font-weight: 500;
  padding-bottom: 20px;
}
.profile-box-tab-nav-links .nav-item a.active {
  font-weight: 700;
  color: #000;
}
.profile-box-tab-nav-links .nav-item.disabled a {
  pointer-events: none;
}

.profile-box-tab-content {
  padding: 50px 80px;
}

@media only screen and (min-width: 1824px) {
  .profile-banner {
    height: 500px;
  }
  .profile-banner .upload-cover {
    top: 30%;
  }
  .profile-banner .upload-cover a {
    font-size: 18px;
  }
  .profile-banner .upload-cover a svg {
    width: 16px;
    margin-right: 10px;
  }
  .profile-box-top {
    padding: 50px;
  }
  .profile-box-top-photo-image .circle {
    width: 145px;
    height: 145px;
  }
  .profile-box-top-photo-image .p-image {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
  .profile-box-top-photo-image .p-image img {
    width: 26px;
  }
  .profile-box-top-photo-name h2 {
    font-size: 32px;
  }
  .profile-box-top-photo-name p {
    font-size: 18px;
  }
  .profile-box-status .circular-progress {
    width: 140px;
    height: 140px;
  }
  .profile-box-status .circular-progress .inner-circle {
    width: 100px;
    height: 100px;
  }
  .profile-box-status .circular-progress .percentage {
    font-size: 26px;
  }
  .profile-box-status p {
    font-size: 18px;
  }
  .profile-box-tab-nav {
    padding: 0 100px;
  }
  .profile-box-tab-nav .edit-btn {
    right: 100px;
    padding: 10px 20px;
    font-size: 14px;
  }
  .profile-box-tab-nav .edit-btn img {
    width: 18px;
    margin-left: 15px;
  }
  .profile-box-tab-nav-links {
    gap: 70px;
  }
  .profile-box-tab-content {
    padding: 70px 100px;
  }
  .tab-content-form-field {
    margin-bottom: 50px;
  }
  .tab-content-form-field input {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .tab-content-form-field input:focus + label {
    top: -25px;
    font-size: 14px;
  }
  .tab-content-form-field select {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .tab-content-form-field label {
    font-size: 22px;
  }
  .tab-content-form-field input.filled + label {
    top: -25px;
    font-size: 14px;
  }
  .tab-content-form-field select.focused + label {
    top: -25px;
    font-size: 14px;
  }
  .tab-content-form-field select.filled + label {
    top: -25px;
    font-size: 14px;
  }
  .tab-content-form-field .checkbox input.filled + label {
    font-size: 22px;
  }
  .tab-content-form-field .radio-button {
    margin-top: 25px;
  }
  .tab-content-form-field .radio-button li {
    margin-bottom: 20px;
  }
  .tab-content-form-field .radio-button li .custom-radio-container .custom-label {
    padding-left: 45px;
    font-size: 22px;
  }
  .tab-content-form-field .radio-button li .custom-radio-container .custom-label::before {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .profile-banner {
    height: 450px;
  }
  .profile-banner .upload-cover {
    text-align: center;
    top: 40%;
  }
  .profile-box {
    margin-top: -150px;
    border-top-right-radius: 60px;
  }
  .profile-box-top {
    flex-direction: column-reverse;
    padding: 20px;
    gap: 20px;
  }
  .profile-box-top-photo {
    gap: 20px;
  }
  .profile-box-top-photo-image .circle {
    width: 100px;
    height: 100px;
  }
  .profile-box-top-photo-name h2 {
    font-size: 18px;
  }
  .profile-box-top-photo-name p {
    font-size: 14px;
  }
  .profile-box-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a1a1a;
    padding: 8px 20px 8px 8px;
    margin: -50px auto 0;
    border-radius: 50px;
    width: 80%;
  }
  .profile-box-status .circular-progress {
    width: 40px;
    height: 40px;
  }
  .profile-box-status .circular-progress .inner-circle {
    width: 30px;
    height: 30px;
  }
  .profile-box-status .circular-progress .percentage {
    font-size: 10px;
    font-weight: 500;
  }
  .profile-box-status p {
    font-size: 12px;
    margin-top: 0;
  }
  .profile-box-tab-nav {
    padding: 0 20px;
    margin-top: 20px;
  }
  .profile-box-tab-nav .edit-btn {
    padding: 4px 12px;
    right: 20px;
    top: -40px;
  }
  .profile-box-tab-nav .edit-btn img {
    width: 14px;
  }
  .profile-box-tab-nav-links {
    white-space: nowrap;
    gap: 20px;
    overflow: auto;
  }
  .profile-box-tab-content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 991px) {
  .profile-box-tab-nav {
    padding: 0 40px;
  }
  .profile-box-tab-nav .edit-btn {
    right: 40px;
  }
  .profile-box-tab-content {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-content-form-field input {
    font-size: 16px;
  }
  .tab-content-form-field select {
    font-size: 16px;
  }
  .tab-content-form-field label {
    font-size: 16px;
  }
  .tab-content-form-field .radio-button li {
    width: 100%;
  }
}
@media only screen and (max-width: 1180px) {
  .tab-content-form-field .radio-button li {
    width: 33.333333%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .tab-content-form-field .radio-button li {
    width: 50%;
  }
}
