@charset "UTF-8";
.profile-banner {
  position: relative;
  height: 400px;
}
@media only screen and (min-width: 1824px) {
  .profile-banner {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .profile-banner {
    height: 450px;
  }
}
.profile-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.profile-banner .upload-cover {
  position: absolute;
  text-align: right;
  top: 20%;
  right: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1824px) {
  .profile-banner .upload-cover {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  .profile-banner .upload-cover {
    text-align: center;
    top: 40%;
  }
}
.profile-banner .upload-cover a {
  font-size: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1824px) {
  .profile-banner .upload-cover a {
    font-size: 18px;
  }
}
.profile-banner .upload-cover a svg {
  width: 12px;
  transform: translateY(3px);
  margin-right: 10px;
}
@media only screen and (min-width: 1824px) {
  .profile-banner .upload-cover a svg {
    width: 16px;
    margin-right: 10px;
  }
}
.profile-banner .upload-cover a svg path {
  transition: fill 0.3s ease;
}
.profile-banner .upload-cover a:hover svg path {
  fill: #008578;
}
.profile-banner .upload-cover .file-upload-cover {
  display: none;
}

.profile-box {
  position: relative;
  background: #1e1e1e;
  margin-top: -200px;
  border-top-right-radius: 80px;
}
@media screen and (max-width: 767px) {
  .profile-box {
    margin-top: -150px;
    border-top-right-radius: 60px;
  }
}
.profile-box-top {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
@media only screen and (min-width: 1824px) {
  .profile-box-top {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-top {
    flex-direction: column-reverse;
    padding: 20px;
    gap: 20px;
  }
}
.profile-box-top-photo {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profile-box-top-photo {
    gap: 20px;
  }
}
.profile-box-top-photo-image {
  position: relative;
}
.profile-box-top-photo-image .circle {
  border-radius: 100% !important;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
@media only screen and (min-width: 1824px) {
  .profile-box-top-photo-image .circle {
    width: 145px;
    height: 145px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-top-photo-image .circle {
    width: 100px;
    height: 100px;
  }
}
.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;
}
@media only screen and (min-width: 1824px) {
  .profile-box-top-photo-image .p-image {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}
.profile-box-top-photo-image .p-image img {
  width: 22px;
}
@media only screen and (min-width: 1824px) {
  .profile-box-top-photo-image .p-image img {
    width: 26px;
  }
}
.profile-box-top-photo-image .p-image .file-upload {
  display: none;
}
.profile-box-top-photo-name h2 {
  font-size: 22px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1824px) {
  .profile-box-top-photo-name h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-top-photo-name h2 {
    font-size: 18px;
  }
}
.profile-box-top-photo-name p {
  font-size: 15px;
  opacity: 50%;
  word-break: break-word;
}
@media only screen and (min-width: 1824px) {
  .profile-box-top-photo-name p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-top-photo-name p {
    font-size: 14px;
  }
}
.profile-box-status {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .profile-box-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a1a1a;
    padding: 8px 20px 8px 8px;
    margin-top: -50px;
    border-radius: 50px;
    width: 80%;
  }
}
.profile-box-status .circular-progress {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1824px) {
  .profile-box-status .circular-progress {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-status .circular-progress {
    width: 40px;
    height: 40px;
  }
}
.profile-box-status .circular-progress .inner-circle {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #1e1e1e;
}
@media only screen and (min-width: 1824px) {
  .profile-box-status .circular-progress .inner-circle {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-status .circular-progress .inner-circle {
    width: 30px;
    height: 30px;
  }
}
.profile-box-status .circular-progress .percentage {
  position: relative;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-top: 0;
}
@media only screen and (min-width: 1824px) {
  .profile-box-status .circular-progress .percentage {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-status .circular-progress .percentage {
    font-size: 10px;
    font-weight: 500;
  }
}
.profile-box-status p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (min-width: 1824px) {
  .profile-box-status p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-status p {
    font-size: 12px;
    margin-top: 0;
  }
}
.profile-box-tab-nav {
  position: relative;
  padding: 0 80px;
  border-bottom: 1px solid #333;
}
@media only screen and (min-width: 1824px) {
  .profile-box-tab-nav {
    padding: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .profile-box-tab-nav {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-tab-nav {
    padding: 0 20px;
    margin-top: 20px;
  }
}
.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: #008578;
}
@media only screen and (min-width: 1824px) {
  .profile-box-tab-nav .edit-btn {
    right: 100px;
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .profile-box-tab-nav .edit-btn {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-tab-nav .edit-btn {
    padding: 4px 12px;
    right: 20px;
    top: -40px;
  }
}
.profile-box-tab-nav .edit-btn img {
  width: 16px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
@media only screen and (min-width: 1824px) {
  .profile-box-tab-nav .edit-btn img {
    width: 18px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-tab-nav .edit-btn img {
    width: 14px;
  }
}
.profile-box-tab-nav-links {
  display: flex;
  gap: 40px;
}
@media only screen and (min-width: 1824px) {
  .profile-box-tab-nav-links {
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-tab-nav-links {
    white-space: nowrap;
    gap: 20px;
    overflow: auto;
  }
}
.profile-box-tab-nav-links .nav-item a {
  position: relative;
  color: #aaa;
  font-weight: 500;
  padding-bottom: 20px;
}
.profile-box-tab-nav-links .nav-item a.active {
  color: #008578;
}
.profile-box-tab-nav-links .nav-item.disabled a {
  pointer-events: none;
  opacity: 0.2;
}
.profile-box-tab-nav .indicator {
  position: absolute;
  bottom: -2px;
  height: 3px;
  background-color: #008578;
  transition: left 0.3s ease, width 0.3s ease;
}
.profile-box-tab-content {
  padding: 50px 80px;
}
@media only screen and (min-width: 1824px) {
  .profile-box-tab-content {
    padding: 70px 100px;
  }
}
@media screen and (max-width: 991px) {
  .profile-box-tab-content {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .profile-box-tab-content {
    padding: 30px 20px;
  }
}

.tab-content-form-field {
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1824px) {
  .tab-content-form-field {
    margin-bottom: 50px;
  }
}
.tab-content-form-field input, .tab-content-form-field select {
  width: 100%;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  transition: border 0.3s ease;
}
.tab-content-form-field input::-moz-placeholder, .tab-content-form-field select::-moz-placeholder {
  color: #505050;
}
.tab-content-form-field input::placeholder, .tab-content-form-field select::placeholder {
  color: #505050;
}
.tab-content-form-field input:hover, .tab-content-form-field input:focus, .tab-content-form-field input.selected, .tab-content-form-field input.filled, .tab-content-form-field select:hover, .tab-content-form-field select:focus, .tab-content-form-field select.selected, .tab-content-form-field select.filled {
  border-color: #fff;
}
.tab-content-form-field input:hover.invalid, .tab-content-form-field input:focus.invalid, .tab-content-form-field input.selected.invalid, .tab-content-form-field input.filled.invalid, .tab-content-form-field select:hover.invalid, .tab-content-form-field select:focus.invalid, .tab-content-form-field select.selected.invalid, .tab-content-form-field select.filled.invalid {
  border-color: white;
}
.tab-content-form-field input.invalid, .tab-content-form-field select.invalid {
  border-color: red;
}
.tab-content-form-field input[disabled], .tab-content-form-field select[disabled] {
  pointer-events: none;
  opacity: 0.3;
}
@media only screen and (min-width: 1824px) {
  .tab-content-form-field input, .tab-content-form-field select {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-content-form-field input, .tab-content-form-field select {
    font-size: 16px;
  }
}
.tab-content-form-field select {
  color: #505050;
  background-color: #1e1e1e;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23AAAAAA%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2%205%206%206%206-6%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: top 6px right;
  background-size: 15px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.tab-content-form-field select.focused {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23AAAAAA%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m2%2011%206-6%206%206%22%2F%3E%3C%2Fsvg%3E");
}
.tab-content-form-field select.selected {
  color: #fff;
}
.tab-content-form-field label {
  position: absolute;
  top: 0;
  left: 0;
  color: #505050;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  pointer-events: none;
}
@media only screen and (min-width: 1824px) {
  .tab-content-form-field label {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-content-form-field label {
    font-size: 16px;
  }
}
.tab-content-form-field input:focus + label,
.tab-content-form-field input.filled + label,
.tab-content-form-field select.focused + label,
.tab-content-form-field select.filled + label {
  top: -20px;
  left: 0;
  font-size: 12px;
  color: #C2EDE8;
}
@media only screen and (min-width: 1824px) {
  .tab-content-form-field input:focus + label,
  .tab-content-form-field input.filled + label,
  .tab-content-form-field select.focused + label,
  .tab-content-form-field select.filled + label {
    top: -25px;
    font-size: 14px;
  }
}
.tab-content-form-field .date-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.tab-content-form-field .checkbox input.filled + label {
  top: auto;
  font-size: 16px;
  color: #aaa;
}
@media only screen and (min-width: 1824px) {
  .tab-content-form-field .checkbox input.filled + label {
    font-size: 22px;
  }
}
.tab-content-form-field p {
  color: #fff;
}
.tab-content-form-field p span {
  color: #999;
  font-style: italic;
}
.tab-content-form-field .radio-button {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media only screen and (min-width: 1824px) {
  .tab-content-form-field .radio-button {
    margin-top: 25px;
  }
}
.tab-content-form-field .radio-button li {
  width: 25%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1824px) {
  .tab-content-form-field .radio-button li {
    margin-bottom: 20px;
  }
}
@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%;
  }
}
@media only screen and (max-width: 767px) {
  .tab-content-form-field .radio-button li {
    width: 100%;
  }
}
.tab-content-form-field .radio-button li .custom-radio-container {
  display: flex;
  align-items: center;
}
.tab-content-form-field .radio-button li .custom-radio-container .custom-label {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  color: #aaa;
  top: auto;
  left: auto;
  pointer-events: auto;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  .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-radio {
  display: none;
}
.tab-content-form-field .radio-button li .custom-radio-container .custom-radio:checked + .custom-label::before {
  background-color: #008578;
  color: #FFF;
  box-shadow: none;
  transition: all 0.3s ease;
}
.tab-content-form-field .radio-button li .custom-radio-container .custom-radio:checked + .custom-label {
  color: #fff;
}
.tab-content-form-field .radio-button li .custom-radio-container .custom-label::before {
  content: "✓";
  position: absolute;
  font-size: 0.8rem;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: transparent;
  vertical-align: middle;
  box-shadow: 0 0 0 2px #aaa inset;
  top: 2px;
  left: 0;
  line-height: 20px;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 1824px) {
  .tab-content-form-field .radio-button li .custom-radio-container .custom-label::before {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.tab-content-form-field .radio-button li .other-field {
  display: none;
  margin-top: 10px;
}

.datepicker--pointer {
  background: #1d1d1d;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.datepicker {
  background: #1d1d1d;
  border: 1px solid #333;
  border-color: #333;
}
.datepicker--nav {
  border-bottom: 1px solid #333;
}
.datepicker--nav-title {
  color: #fff;
}
.datepicker--nav-title i {
  color: #fff;
}
.datepicker--nav-title:hover {
  background: #363636;
}
.datepicker--nav-action:hover {
  background: #363636;
}
.datepicker--content .datepicker--days-names .datepicker--day-name {
  color: #008578;
}
.datepicker .datepicker--cell-year {
  color: #999;
}
.datepicker .datepicker--cell-year.-other-decade- {
  color: #333;
}
.datepicker .datepicker--cell-year.-focus- {
  color: #999;
  background: #363636;
}
.datepicker .datepicker--cell-year.-selected- {
  color: #008578;
  background: #C2EDE8;
}
.datepicker .datepicker--cell-day {
  color: #666;
}
.datepicker .datepicker--cell-day.-current- {
  color: #C2EDE8;
}
.datepicker .datepicker--cell-day.-other-month- {
  color: #404040;
}
.datepicker .datepicker--cell-day.-focus- {
  background: #363636;
}
.datepicker .datepicker--cell-day.-selected- {
  color: #008578;
  background: #C2EDE8;
}
.datepicker .datepicker--cell-month.-current- {
  color: #999;
  background: #363636;
}
.datepicker .datepicker--cell-month.-focus- {
  color: #999;
  background: #363636;
}
.datepicker .datepicker--cell-month.-selected- {
  color: #008578;
  background: #C2EDE8;
}/*# sourceMappingURL=profile.css.map */