.clean-header {
  background-image: url("/wp-content/themes/learning-divers-theme/assets/img/page-header-compressed.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 420px;
  height: 100%;
  margin-bottom: -270px;
}
.clean-header img.wave {
  height: 40px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-size: cover;
}
.clean-header h1 {
  font-size: 4rem;
}
@media screen and (max-width: 767.98px) {
  .clean-header h1 {
    font-size: 2.5rem;
  }
}
.clean-header .shape {
  bottom: 0;
  left: 0;
}
.clean-header .shape img {
  width: 100%;
  max-height: 350px;
}

.user-certificates {
  display: flex;
  gap: 5px;
}
.user-certificates img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 767.98px) {
  .user-certificates img {
    width: 26px;
    height: 26px;
  }
}
.user-certificates.smaller {
  gap: 3px;
}
.user-certificates.smaller img {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
}

.user-header-info .thumbnail img {
  width: 100%;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.user-header-info .user-info {
  margin-top: -30px;
}
@media screen and (max-width: 991.98px) {
  .user-header-info .user-info {
    margin-top: -10px;
  }
}
.user-header-info .user-info .avatar img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 991.98px) {
  .user-header-info .user-info .avatar img {
    width: 100px;
    height: 100px;
  }
}
.user-header-info .user-info .about-user .name h1 {
  font-size: 2.625rem;
}
@media screen and (max-width: 991.98px) {
  .user-header-info .user-info .about-user .name h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  .user-header-info .user-info .about-user .name h1 {
    font-size: 1.7rem;
  }
}
.user-header-info .edit-data-modal .btn-pencil {
  right: -25px;
}

.user-description b {
  font-size: 1.125rem;
}
.user-description p {
  margin-bottom: 0.5rem;
}

.user-introduction .video-container .video-wrapper {
  max-height: 205px;
}
.user-introduction .video-container .video-wrapper video {
  height: 100%;
}
.user-introduction .video-container.bigger .video-wrapper {
  max-height: 500px;
}
.user-introduction .map-wrapper.bigger .google-map {
  height: 500px;
}
@media screen and (max-width: 991.98px) {
  .user-introduction .map-wrapper.bigger .google-map {
    height: 300px;
  }
}

.user-knowledge .tags .tag {
  background-color: #ebf9ff;
  border-radius: 5px;
  padding: 4px 10px 4px 10px;
  color: #2B2A6A;
  cursor: text;
}
.user-knowledge .records-wrapper {
  max-height: 290px;
  transition: 0.4s;
}
.user-knowledge .records-wrapper .records .year b {
  font-weight: 600;
  font-size: 1.125rem;
}
.user-knowledge .records-wrapper .records .record p {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.user-knowledge .records-wrapper.expanded .overlay {
  opacity: 0;
}
.user-knowledge .edit-data-modal .btn-pencil {
  right: 20px;
}
.user-knowledge .show-all button {
  border: none;
  color: #DB69F2;
  background-color: transparent;
  font-size: 1.125rem;
  text-decoration: underline;
  padding: 0;
  transition: 0.3s;
}
.user-knowledge .show-all button:hover {
  color: #2B2A6A;
}

.projects-showcase .arrow .swiper-button-next, .projects-showcase .arrow .swiper-button-prev {
  position: initial;
  color: #ffffff;
  background-color: #2B2A6A;
  border-radius: 5px;
  width: 37px;
  height: 22px;
  margin-top: 0;
  transition: 0.3s;
}
.projects-showcase .arrow .swiper-button-next::after, .projects-showcase .arrow .swiper-button-prev::after {
  font-size: 0.7rem;
}
.projects-showcase .arrow .swiper-button-next:hover, .projects-showcase .arrow .swiper-button-prev:hover {
  background-color: #DB69F2;
}
.projects-showcase .swiper .swiper-slide {
  width: 205px;
}
.projects-showcase .swiper .swiper-slide .wrapper {
  height: 110px;
  border: 1px solid rgba(43, 42, 106, 0.3019607843);
  border-radius: 10px;
  overflow: hidden;
}
.projects-showcase .swiper .swiper-slide .wrapper video, .projects-showcase .swiper .swiper-slide .wrapper img {
  width: 100%;
  height: 100%;
}
.projects-showcase .swiper .swiper-slide .wrapper .video-wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.projects-showcase .swiper .swiper-slide .wrapper .video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  background-color: transparent;
  display: flex;
}
.projects-showcase .swiper .swiper-slide .wrapper .video-wrapper video {
  height: 112px;
}
.projects-showcase .edit-data-modal .btn-pencil {
  top: -33px;
}

.file .file-wrapper {
  background-color: #E4E4E4;
  border-radius: 4px;
  min-width: 40px;
  height: 40px;
  padding: 0.5rem;
}
.file .file-wrapper .type {
  color: #ffffff;
  font-size: 0.4rem;
  border-radius: 2px;
  font-weight: 900;
  padding: 0.1rem;
  top: 15px;
  left: 5px;
  text-transform: uppercase;
  max-height: 13px;
}
.file .size, .file .date {
  font-size: 0.7rem;
  color: black;
  text-decoration: none;
  font-weight: 400;
}
.file .title {
  font-size: 1rem;
  font-weight: 600;
  color: #2B2A6A;
  text-transform: initial;
  font-family: "Source Sans 3", sans-serif;
  transition: 0.3s;
}
.file .title span {
  color: #2B2A6A;
}
.file .title.color-primary a {
  color: #2B2A6A;
}
.file .title.color-primary a:hover {
  color: #3c3c3c;
}
.file .title a {
  text-decoration: none;
  color: #3c3c3c;
}
.file .title a:hover {
  color: #2B2A6A;
}
.file:last-of-type {
  border: none !important;
}

.user-reviews .arrow .swiper-button-next, .user-reviews .arrow .swiper-button-prev {
  position: initial;
  color: #ffffff;
  background-color: #2B2A6A;
  border-radius: 5px;
  width: 37px;
  height: 22px;
  margin-top: 0;
  transition: 0.3s;
}
.user-reviews .arrow .swiper-button-next::after, .user-reviews .arrow .swiper-button-prev::after {
  font-size: 0.7rem;
}
.user-reviews .arrow .swiper-button-next:hover, .user-reviews .arrow .swiper-button-prev:hover {
  background-color: #DB69F2;
}
.user-reviews .swiper .swiper-slide .wrapper {
  border: 1px solid rgba(43, 42, 106, 0.3019607843);
  border-radius: 10px;
  overflow: hidden;
}
.user-reviews .swiper .swiper-slide .wrapper .content p, .user-reviews .swiper .swiper-slide .wrapper .content span {
  font-size: 0.875rem;
  line-height: 20px;
}
.user-reviews .swiper .swiper-slide .wrapper .content .open-review-modal {
  border: none;
  background-color: transparent;
  color: #DB69F2;
  text-decoration: underline;
  font-weight: 600;
  transition: 0.3s;
}
.user-reviews .swiper .swiper-slide .wrapper .content .open-review-modal:hover {
  color: #2B2A6A;
}
.user-reviews .swiper .swiper-slide .wrapper .author b {
  font-size: 0.875rem;
  font-weight: 600;
}
.user-reviews .edit-data-modal .btn-pencil {
  top: -33px;
}
.user-reviews #reviewModalBody p {
  margin-bottom: 1rem;
}

.contact-user {
  margin-top: 40px;
}
@media screen and (max-width: 991.98px) {
  .contact-user {
    margin-top: 0;
  }
}
.contact-user p {
  max-width: 175px;
  margin: auto;
}

.form-modal .modal-body label {
  margin-top: 0.5rem;
}
.form-modal .modal-body input[type=text], .form-modal .modal-body input[type=email],
.form-modal .modal-body textarea, .form-modal .modal-body input[type=number] {
  width: 100%;
  border-radius: 10px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #abaac2;
}
.form-modal .modal-body input[type=text]::-moz-placeholder, .form-modal .modal-body input[type=email]::-moz-placeholder, .form-modal .modal-body textarea::-moz-placeholder, .form-modal .modal-body input[type=number]::-moz-placeholder {
  color: #2b2a6a;
  opacity: 1;
  /* Firefox */
}
.form-modal .modal-body input[type=text]::placeholder, .form-modal .modal-body input[type=email]::placeholder,
.form-modal .modal-body textarea::placeholder, .form-modal .modal-body input[type=number]::placeholder {
  color: #2b2a6a;
  opacity: 1;
  /* Firefox */
}
.form-modal .modal-body textarea {
  height: 100px;
}

.edit-data-modal .btn-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(239, 239, 239, 0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 10px;
}
.edit-data-modal .btn-overlay:hover {
  opacity: 1;
}
.edit-data-modal .modal-body {
  max-height: 875px;
  overflow: auto;
}
.edit-data-modal .modal-body label {
  margin-top: 0.5rem;
}
.edit-data-modal .modal-body input[type=text], .edit-data-modal .modal-body input[type=number],
.edit-data-modal .modal-body textarea {
  width: 100%;
  border-radius: 10px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #abaac2;
}
.edit-data-modal .modal-body input[type=text]::-moz-placeholder, .edit-data-modal .modal-body input[type=number]::-moz-placeholder, .edit-data-modal .modal-body textarea::-moz-placeholder {
  color: #2b2a6a;
  opacity: 1;
  /* Firefox */
}
.edit-data-modal .modal-body input[type=text]::placeholder, .edit-data-modal .modal-body input[type=number]::placeholder,
.edit-data-modal .modal-body textarea::placeholder {
  color: #2b2a6a;
  opacity: 1;
  /* Firefox */
}
.edit-data-modal .modal-body .multi-select, .edit-data-modal .modal-body .multi-select-header {
  border-color: #abaac2;
}
.edit-data-modal .modal-body .multi-select .multi-select-header .multi-select-header-option {
  background-color: #ebf9ff;
}
.edit-data-modal .modal-body .multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text, .edit-data-modal .modal-body .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text {
  color: #DB69F2;
}
.edit-data-modal .modal-body .multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio, .edit-data-modal .modal-body .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio {
  border-color: #DB69F2;
  background-color: #DB69F2;
}
.edit-data-modal .modal-body .multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after, .edit-data-modal .modal-body .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after {
  width: 4px;
  height: 8px;
  margin: 0.12em 0 0 5px;
}
.edit-data-modal .modal-body textarea {
  height: 100px;
}
.edit-data-modal .modal-body #user_desc_ifr {
  height: 300px !important;
}
.edit-data-modal .modal-body .file-drop-area {
  border: 2px dashed #ccc;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.edit-data-modal .modal-body .file-drop-area.dragover {
  border-color: #2B2A6A;
  background-color: #e9f5ff;
}
.edit-data-modal .modal-body .file-drop-area input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.edit-data-modal .modal-body .current-file a {
  color: #DB69F2;
}
.edit-data-modal .modal-body .current-file a:hover {
  color: #2B2A6A;
}
.edit-data-modal .modal-body .dragable {
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #D9D9D9;
  border-left: none;
  padding-right: 28px;
}
.edit-data-modal .modal-body .dragable .nested-repeater {
  margin-bottom: 1rem;
}
.edit-data-modal .modal-body .dragable::before {
  content: attr(data-index);
  display: flex;
  width: 17px;
  height: calc(100% + 2px);
  background-color: #E8E8E8;
  position: absolute;
  top: -1px;
  left: -17px;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  cursor: all-scroll;
}
.edit-data-modal .modal-body .dragable.dragging {
  opacity: 0.5;
  border: 1px dashed #ccc;
}
.edit-data-modal .modal-body .dragable.over {
  border: 2px dashed #000;
  background-color: red;
}
.edit-data-modal .modal-body .delete-repeater-row {
  background-color: #E8E8E8;
  border: none;
  z-index: 999;
  width: 18px;
  min-height: 8px;
  background-image: url(/wp-content/uploads/2025/07/Group-166.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: 14px;
}
.edit-data-modal .modal-body .delete-repeater-row img {
  width: 12px;
  height: 12px;
}
.edit-data-modal .modal-body.nested .acf-repeater-row {
  display: flex;
  gap: 10px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
}
.edit-data-modal .modal-body.nested .acf-repeater-row .nested-repeater {
  margin-bottom: 0;
}
.edit-data-modal .modal-body.nested .acf-repeater-row .nested-repeater.number {
  width: 25%;
  padding: 10px;
  padding-left: 0;
  padding-right: 15px;
}
.edit-data-modal .modal-body.nested .acf-repeater-row .nested-repeater.repeater {
  width: 75%;
}
.edit-data-modal .modal-body.nested .acf-repeater-row .nested-repeater.repeater .delete-repeater-row {
  background-color: transparent;
}
.edit-data-modal .modal-body.nested .acf-repeater-row .nested-repeater.repeater .acf-repeater-row {
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.edit-data-modal .modal-body.nested .acf-repeater-row .nested-repeater.repeater .acf-repeater-row .form-group {
  width: 100%;
}
.edit-data-modal .modal-body.nested .acf-repeater-row.dragable {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.edit-data-modal .modal-body.nested .acf-repeater-row.dragable .nested-repeater.repeater .acf-repeater-row {
  margin-left: 0;
  border: none;
  padding: 10px;
  padding-right: 19px;
}
.edit-data-modal .modal-body.nested .acf-repeater-row.dragable .nested-repeater.repeater .acf-repeater-row label, .edit-data-modal .modal-body.nested .acf-repeater-row.dragable .nested-repeater.repeater .acf-repeater-row br {
  display: none;
}
.edit-data-modal .modal-body.nested .acf-repeater-row.dragable .nested-repeater.repeater .acf-repeater-row::before {
  border-bottom: 1px solid #D9D9D9;
}
.edit-data-modal .modal-body .add-field .line {
  height: 1px;
  background-color: #DB69F2;
  margin-left: 4px;
}
.edit-data-modal .modal-body .add-field svg {
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.edit-data-modal .modal-body .add-field svg circle {
  transition: 0.3s;
}
.edit-data-modal .modal-body .add-field svg:hover circle {
  fill: #3ACBF4;
}
.edit-data-modal .btn-pencil {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
}
.edit-data-modal .btn.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  border-radius: 8px;
}
.edit-data-modal .btn.btn-success {
  background-color: #198754;
  border-color: #198754;
  border-radius: 8px;
  padding: 0.375rem 1.2rem;
}
.edit-data-modal .btn.btn-success .spinner-border {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  background-color: transparent;
  display: flex;
}
.video-wrapper video {
  width: 100%;
  border-radius: 10px;
}

.google-map {
  height: 205px;
  border-radius: 10px;
}

.educator-item-small {
  display: flex;
  gap: 18px;
  text-decoration: none;
  margin-bottom: 15px;
}
.educator-item-small * {
  color: #2B2A6A;
}
.educator-item-small.light * {
  color: #ffffff;
}
.educator-item-small img.thumbnail {
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.educator-item-small img.thumbnail.default {
  background-color: #2B2A6A22;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
  border: 1px solid rgb(from #2B2A6A r g b/0.5);
}
.educator-item-small .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.educator-item-small .content .educator-name {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  transition: 0.3s;
}
.educator-item-small .content .place {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1;
}
.educator-item-small .content .place svg {
  transform: translateY(-1px);
}
.educator-item-small.text-dark .content .educator-name {
  color: #2B2A6A;
  font-size: 14px;
  font-weight: 600;
}
.educator-item-small.text-dark .content .place svg path {
  fill: #2B2A6A;
}
.educator-item-small:hover .content .educator-name {
  color: #DB69F2;
}

.breadcrumbs {
  color: #ffffff;
}
.breadcrumbs a {
  color: #ffffff;
}
.breadcrumbs a:hover {
  color: #DB69F2;
}

.star-rating {
  display: flex;
  flex-direction: row;
  gap: 8px;
  cursor: pointer;
}
.star-rating .star svg {
  width: 24px;
  height: 24px;
  transition: 0.2s;
}
.star-rating .star.selected svg * {
  fill: #f0cf62;
}

main.user-profile .negative-margin {
  margin-top: -245px;
}
main.user-profile .sticky-container {
  top: 25px;
}