.d-flex {
  display: flex;
}
/* 
#exwi-portal-shell {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 3.125vw - 3.125vw);
  padding: 3.125vw;
  justify-content: space-between;
  margin-top: 14.35vw;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  #exwi-portal-shell {
    flex-flow: column;
    margin-top: 100px;
    justify-content: unset;
    gap: 32px;
    padding: 3.125vw 11.45vw;
  }
}
@media (max-width: 776px) {
  #exwi-portal-shell {
    padding: 16px;
  }
}
#exwi-portal-shell .start-welcome-tour {
  margin-bottom: 1.25vw;
  font-size: 16px;
  color: #014A72;
  font-weight: 300;
  background-color: transparent;
}
@media (max-width: 1180px) {
  #exwi-portal-shell .start-welcome-tour {
    padding-left: 0;
    padding-right: 0;
  }
}
#exwi-portal-shell .sidenav {
  width: 22.5vw;
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  #exwi-portal-shell .sidenav {
    width: 100%;
    display: none;
  }
}
#exwi-portal-shell .wpg-switch-outer {
  margin: 1.25vw 0 0 0;
}
#exwi-portal-shell .wpg-switch-outer label {
  margin-bottom: 0.833vw;
  margin-left: 1.875vw;
  font-weight: 700;
  display: block;
}
#exwi-portal-shell .wpg-switch-outer .wpg-switch {
  width: 100%;
}
#exwi-portal-shell .sidenav-mobile-outer {
  display: none;
}
#exwi-portal-shell .sidenav-mobile-outer .input-field-label {
  font-size: clamp(24px, 1.77vw, 34px);
  line-height: 120%;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  display: block;
}
@media (max-width: 1180px) {
  #exwi-portal-shell .sidenav-mobile-outer {
    display: block;
  }
}
#exwi-portal-shell .exwi-portal-content {
  width: 61.45vw;
}
@media (max-width: 1180px) {
  #exwi-portal-shell .exwi-portal-content {
    width: unset;
  }
}
 */
#loginView {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 776px) {
  #loginView {
    min-height: 100vh;
    height: unset;
  }
}
#loginView .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
}
#loginView .splide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  #loginView .splide {
    padding: 0 11.45vw;
    box-sizing: border-box;
  }
}
@media (max-width: 776px) {
  #loginView .splide {
    padding: 0px;
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
  }
}
#loginView .splide .splide__track {
  height: 100%;
}
#loginView .splide .splide__track .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.25s opacity ease-in-out;
}
#loginView .splide .splide__track .splide__slide.is-active {
  opacity: 1;
}
#loginView .splide .splide__track .splide__slide .inner {
  width: clamp(682px, 45vw, 882px);
  background-color: white;
  border-radius: 8px;
  padding: 96px;
  flex-flow: column;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide .inner {
    max-width: calc(100% - 18px - 18px);
    width: 100%;
    padding: 48px 24px;
  }
}
#loginView .splide .splide__track .splide__slide .inner .logo {
  width: 230px;
  height: auto;
  display: block;
  margin: 0 auto 48px auto;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide .inner .logo {
    width: 210px;
  }
}
#loginView .splide .splide__track .splide__slide.splash {
  color: #014A72;
}
#loginView .splide .splide__track .splide__slide.splash .inner {
  min-width: 640px;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.splash .inner {
    min-width: unset;
  }
}
#loginView .splide .splide__track .splide__slide.splash .inner p {
  width: 100%;
}
#loginView .splide .splide__track .splide__slide.splash .inner ul {
  padding: 0;
  list-style-type: none;
  margin: 16px 0 32px 0;
  width: 100%;
}
#loginView .splide .splide__track .splide__slide.splash .inner ul li {
  font-size: 16px;
  margin-top: 8px;
  display: flex;
}
#loginView .splide .splide__track .splide__slide.splash .inner ul li i {
  color: #7EF897;
  margin-right: 8px;
  margin-top: 3px;
}
#loginView .splide .splide__track .splide__slide.splash .inner button {
  background-color: white;
  width: calc(100% - 0px);
  justify-content: center;
  color: #014A72;
  box-shadow: 0px 4px 14px 0px rgba(1, 74, 114, 0.3);
  margin: 0 auto;
  max-width: 435px;
  padding: 15px 30px;
}
#loginView .splide .splide__track .splide__slide.splash .inner button div {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.splash .inner button div {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.splash .inner button {
    width: 100%;
  }
}
#loginView .splide .splide__track .splide__slide.splash .inner button.linkedin {
  font-weight: 400;
  margin-bottom: 24px;
}
#loginView .splide .splide__track .splide__slide.splash .inner button.email {
  font-weight: 400;
  margin-bottom: 32px;
}
#loginView .splide .splide__track .splide__slide.splash .inner button.wpg {
  font-weight: 400;
  margin-top: 24px;
}
#loginView .splide .splide__track .splide__slide.splash .inner .divider {
  width: 100%;
  height: 2px;
  background-color: #014A72;
  margin-bottom: 32px;
}
#loginView .splide .splide__track .splide__slide.code-validation .inner {
  align-items: center;
}
#loginView .splide .splide__track .splide__slide.code-validation .inner .button.login {
  width: 100%;
  margin-top: 2.5vw;
  justify-content: center;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.code-validation .inner .button.login {
    margin-top: 48px;
  }
}
#loginView .splide .splide__track .splide__slide.code-validation .inner .button.restart,
#loginView .splide .splide__track .splide__slide.code-validation .inner .button.resend {
  background-color: transparent;
  color: #014A72;
  justify-content: center;
  width: 100%;
}
#loginView .splide .splide__track .splide__slide.code-validation .inner p {
  color: #014A72;
  text-align: center;
  max-width: 19vw;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.code-validation .inner p {
    max-width: unset;
  }
}
#loginView .splide .splide__track .splide__slide.code-validation .inner .code-input-container {
  margin-top: 2.5vw;
  display: flex;
  justify-content: space-around;
  gap: 1vw;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.code-validation .inner .code-input-container {
    margin-top: 48px;
    gap: 16px;
  }
}
#loginView .splide .splide__track .splide__slide.code-validation .inner .code-input-container .code-input {
  display: block;
  text-align: center;
  font-size: clamp(34px, 3.125vw, 60px);
  line-height: 100%;
  font-weight: 700;
  color: #014A72;
  padding: 1.25vw 0;
  border-radius: 8px;
  border: 2px solid #014A72;
  width: 4vw;
  height: 5.2vw;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.code-validation .inner .code-input-container .code-input {
    width: 60px;
    height: 80px;
  }
}
@media (max-width: 776px) {
  #loginView .splide .splide__track .splide__slide.code-validation .inner .code-input-container .code-input {
    width: 40px;
    height: 60px;
  }
}
#loginView .splide .splide__track .splide__slide.thank-you {
  background-size: cover;
  background-position: center;
  background-color: #F9B104;
}
#loginView .splide .splide__track .splide__slide.thank-you .inner {
  max-width: 40vw;
  padding-left: 10vw;
  padding-right: 10vw;
  text-align: center;
  align-items: center;
  gap: 1.25vw;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.thank-you .inner {
    max-width: calc(100% - 96px);
    padding-left: 24px;
    padding-right: 24px;
    gap: 24px;
  }
}
#loginView .splide .splide__track .splide__slide.thank-you .inner .title {
  color: #014A72;
}
#loginView .splide .splide__track .splide__slide.thank-you .inner .text {
  color: #014A72;
  max-width: 17.7vw;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.thank-you .inner .text {
    max-width: unset;
  }
}
#loginView .splide .splide__track .splide__slide .input-field {
  min-width: 100%;
}
#loginView .splide .splide__track .splide__slide.login-studi-email.register-studi .inner, #loginView .splide .splide__track .splide__slide.register-studi.register-studi .inner, #loginView .splide .splide__track .splide__slide.login-wpg.register-studi .inner, #loginView .splide .splide__track .splide__slide.register-wpg.register-studi .inner {
  padding: 4vw;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.login-studi-email.register-studi .inner, #loginView .splide .splide__track .splide__slide.register-studi.register-studi .inner, #loginView .splide .splide__track .splide__slide.login-wpg.register-studi .inner, #loginView .splide .splide__track .splide__slide.register-wpg.register-studi .inner {
    padding: 48px 24px;
  }
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner, #loginView .splide .splide__track .splide__slide.register-studi .inner, #loginView .splide .splide__track .splide__slide.login-wpg .inner, #loginView .splide .splide__track .splide__slide.register-wpg .inner {
  padding: 5vw 10vw;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .divider, #loginView .splide .splide__track .splide__slide.register-studi .inner .divider, #loginView .splide .splide__track .splide__slide.login-wpg .inner .divider, #loginView .splide .splide__track .splide__slide.register-wpg .inner .divider {
  width: 100%;
  height: 1px;
  opacity: 0.1;
  background-color: #3B3B3C;
  margin-top: 1.66vw;
  margin-bottom: 0.833vw;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.login-studi-email .inner .divider, #loginView .splide .splide__track .splide__slide.register-studi .inner .divider, #loginView .splide .splide__track .splide__slide.login-wpg .inner .divider, #loginView .splide .splide__track .splide__slide.register-wpg .inner .divider {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields {
  flex-flow: column;
  gap: 1.875vw;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields .text, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields .text, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields .text, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields .text {
  color: #014A72;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields {
    gap: 16px;
  }
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields .row-2, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields .row-2, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields .row-2, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields .row-2 {
  justify-content: space-between;
  gap: 1.25vw;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields .row-2, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields .row-2, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields .row-2, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields .row-2 {
    gap: 16px;
    flex-flow: column;
  }
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields .row-2 .input-field,
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields .row-2 .custom-select, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields .row-2 .input-field,
#loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields .row-2 .custom-select, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields .row-2 .input-field,
#loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields .row-2 .custom-select, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields .row-2 .input-field,
#loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields .row-2 .custom-select {
  width: 50%;
  min-width: unset !important;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields .row-2 .input-field,
  #loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields .row-2 .custom-select, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields .row-2 .input-field,
  #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields .row-2 .custom-select, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields .row-2 .input-field,
  #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields .row-2 .custom-select, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields .row-2 .input-field,
  #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields .row-2 .custom-select {
    width: 100%;
  }
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .hint-not-found,
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .hint-error, #loginView .splide .splide__track .splide__slide.register-studi .inner .hint-not-found,
#loginView .splide .splide__track .splide__slide.register-studi .inner .hint-error, #loginView .splide .splide__track .splide__slide.login-wpg .inner .hint-not-found,
#loginView .splide .splide__track .splide__slide.login-wpg .inner .hint-error, #loginView .splide .splide__track .splide__slide.register-wpg .inner .hint-not-found,
#loginView .splide .splide__track .splide__slide.register-wpg .inner .hint-error {
  color: #014A72;
  text-align: center;
  display: none;
  margin-top: 1vw;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.login-studi-email .inner .hint-not-found,
  #loginView .splide .splide__track .splide__slide.login-studi-email .inner .hint-error, #loginView .splide .splide__track .splide__slide.register-studi .inner .hint-not-found,
  #loginView .splide .splide__track .splide__slide.register-studi .inner .hint-error, #loginView .splide .splide__track .splide__slide.login-wpg .inner .hint-not-found,
  #loginView .splide .splide__track .splide__slide.login-wpg .inner .hint-error, #loginView .splide .splide__track .splide__slide.register-wpg .inner .hint-not-found,
  #loginView .splide .splide__track .splide__slide.register-wpg .inner .hint-error {
    margin-top: 20px;
  }
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .hint-not-found.show,
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .hint-error.show, #loginView .splide .splide__track .splide__slide.register-studi .inner .hint-not-found.show,
#loginView .splide .splide__track .splide__slide.register-studi .inner .hint-error.show, #loginView .splide .splide__track .splide__slide.login-wpg .inner .hint-not-found.show,
#loginView .splide .splide__track .splide__slide.login-wpg .inner .hint-error.show, #loginView .splide .splide__track .splide__slide.register-wpg .inner .hint-not-found.show,
#loginView .splide .splide__track .splide__slide.register-wpg .inner .hint-error.show {
  display: block;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields {
  flex-flow: column;
  grid-area: 1.25vw;
}
@media (max-width: 1180px) {
  #loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-fields, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-fields, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-fields, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-fields {
    gap: 16px;
  }
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .input-field-label, #loginView .splide .splide__track .splide__slide.register-studi .inner .input-field-label, #loginView .splide .splide__track .splide__slide.login-wpg .inner .input-field-label, #loginView .splide .splide__track .splide__slide.register-wpg .inner .input-field-label {
  display: none;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .custom-select, #loginView .splide .splide__track .splide__slide.register-studi .inner .custom-select, #loginView .splide .splide__track .splide__slide.login-wpg .inner .custom-select, #loginView .splide .splide__track .splide__slide.register-wpg .inner .custom-select {
  width: 100%;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner input[name=zvNumber], #loginView .splide .splide__track .splide__slide.register-studi .inner input[name=zvNumber], #loginView .splide .splide__track .splide__slide.login-wpg .inner input[name=zvNumber], #loginView .splide .splide__track .splide__slide.register-wpg .inner input[name=zvNumber] {
  display: block;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .button, #loginView .splide .splide__track .splide__slide.register-studi .inner .button, #loginView .splide .splide__track .splide__slide.login-wpg .inner .button, #loginView .splide .splide__track .splide__slide.register-wpg .inner .button {
  width: 100%;
  justify-content: center;
  display: none;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .button.show, #loginView .splide .splide__track .splide__slide.register-studi .inner .button.show, #loginView .splide .splide__track .splide__slide.login-wpg .inner .button.show, #loginView .splide .splide__track .splide__slide.register-wpg .inner .button.show {
  display: block;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .checkbox-container .label, #loginView .splide .splide__track .splide__slide.register-studi .inner .checkbox-container .label, #loginView .splide .splide__track .splide__slide.login-wpg .inner .checkbox-container .label, #loginView .splide .splide__track .splide__slide.register-wpg .inner .checkbox-container .label {
  font-size: 16px;
  font-weight: 400;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .checkbox-container .checkmark, #loginView .splide .splide__track .splide__slide.register-studi .inner .checkbox-container .checkmark, #loginView .splide .splide__track .splide__slide.login-wpg .inner .checkbox-container .checkmark, #loginView .splide .splide__track .splide__slide.register-wpg .inner .checkbox-container .checkmark {
  height: 20px;
  width: 20px;
  min-width: 20px;
  min-height: 20px;
}
#loginView .splide .splide__track .splide__slide.login-studi-email .inner .checkbox-container .checkmark::after, #loginView .splide .splide__track .splide__slide.register-studi .inner .checkbox-container .checkmark::after, #loginView .splide .splide__track .splide__slide.login-wpg .inner .checkbox-container .checkmark::after, #loginView .splide .splide__track .splide__slide.register-wpg .inner .checkbox-container .checkmark::after {
  border-width: 0 2px 2px 0;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
}

.view-student-profile .parts {
  gap: 2.5vw;
  flex-flow: column;
}
@media (max-width: 1180px) {
  .view-student-profile .parts {
    gap: 32px;
  }
}
.view-student-profile #profile-progress {
  gap: 2.5vw;
  flex-flow: column;
  display: flex;
}
@media (max-width: 1180px) {
  .view-student-profile #profile-progress {
    gap: 32px;
  }
}

.profile-progress-part {
  margin-top: 3.333vw;
  color: #014A72;
}
.profile-progress-part .indicator {
  background-color: #014A72;
  height: 10px;
  width: 100%;
  position: relative;
  margin-top: 1vw;
  --progress: 0%;
}
.profile-progress-part .indicator::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: var(--progress);
  background-color: #7EF897;
}

.profile-student-quicklinks-part {
  justify-content: flex-start;
  gap: 1.25vw;
}
@media (max-width: 1180px) {
  .profile-student-quicklinks-part {
    flex-flow: column;
    gap: 16px;
  }
}
.profile-student-quicklinks-part .button {
  min-width: unset;
  max-width: 33.3333333333%;
}
@media (max-width: 1180px) {
  .profile-student-quicklinks-part .button {
    width: 100%;
    max-width: unset;
  }
}
.profile-student-quicklinks-part .button i {
  color: #7EF897;
}

.student-profile-details-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .student-profile-details-part {
    padding: 16px;
  }
}
.student-profile-details-part .title-container {
  justify-content: space-between;
  color: #014A72;
}
@media (max-width: 1180px) {
  .student-profile-details-part .title-container {
    flex-flow: column;
    gap: 16px;
  }
}
.student-profile-details-part .profile {
  gap: 1.82vw;
  margin-top: 1.25vw;
}
@media (max-width: 1180px) {
  .student-profile-details-part .profile {
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.student-profile-details-part .profile img {
  width: 19vw;
  height: auto;
  aspect-ratio: 1.75;
  background-color: white;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .student-profile-details-part .profile img {
    width: 100%;
  }
}
.student-profile-details-part .profile .details {
  flex-flow: column;
  color: #014A72;
}
.student-profile-details-part .profile .details .name {
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .student-profile-details-part .profile .details .name {
    margin-bottom: 16px;
  }
}
.student-profile-details-part .profile .details span i {
  min-width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1180px) {
  .student-profile-details-part .profile .details span i {
    min-width: 24px;
    height: 24px;
  }
}
.student-profile-details-part #student-edit-profile-popup {
  min-width: 37.5vw;
  z-index: 99;
}
.student-profile-details-part #student-edit-profile-popup .inner {
  min-width: 37.5vw;
}
.student-profile-details-part #student-edit-profile-popup .validation-error {
  color: #BD1734;
  display: none !important;
}
.student-profile-details-part #student-edit-profile-popup .validation-error.show {
  display: flex !important;
}
.student-profile-details-part #student-edit-profile-popup .row {
  display: flex;
  gap: 1.25vw;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .student-profile-details-part #student-edit-profile-popup .row {
    gap: 24px;
  }
}
.student-profile-details-part #student-edit-profile-popup .row .col {
  width: 100%;
}
.student-profile-details-part #student-edit-profile-popup .row .col.col-3 {
  width: 30%;
}
.student-profile-details-part #student-edit-profile-popup .row .col.col-7 {
  width: 70%;
}
.student-profile-details-part #student-edit-profile-popup .profile-image {
  width: 12vw;
  height: 8.5vw;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .student-profile-details-part #student-edit-profile-popup .profile-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7;
  }
}
.student-profile-details-part #student-edit-profile-popup .profile-image .overlay {
  background-color: rgba(59, 59, 60, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.student-profile-details-part #student-edit-profile-popup .profile-image .default {
  width: 100%;
  height: 100%;
  background-color: rgba(1, 74, 114, 0.25);
}
.student-profile-details-part #student-edit-profile-popup .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  background-color: white;
  -o-object-fit: contain;
     object-fit: contain;
}
.student-profile-details-part #student-edit-profile-popup .profile-image button {
  background-color: transparent;
  color: white;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.student-profile-details-part #student-edit-profile-popup .profile-image input {
  display: none;
}
.student-profile-details-part #student-edit-profile-popup .profile-image.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.student-profile-details-part #student-edit-profile-popup .divider {
  background-color: #F2F5F7;
  height: 1px;
  width: 100%;
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .student-profile-details-part #student-edit-profile-popup .divider {
    margin-bottom: 16px;
  }
}
.student-profile-details-part #student-edit-profile-popup .input-field {
  margin-bottom: 1.25vw;
  width: 100%;
}
@media (max-width: 1180px) {
  .student-profile-details-part #student-edit-profile-popup .input-field {
    margin-bottom: 16px;
  }
}
.student-profile-details-part #student-edit-profile-popup .input-field input {
  width: 100%;
}
.student-profile-details-part #student-edit-profile-popup .custom-select {
  width: 100%;
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .student-profile-details-part #student-edit-profile-popup .custom-select {
    margin-bottom: 16px;
  }
}
.student-profile-details-part #student-edit-profile-popup .custom-select .select-items {
  max-height: unset;
}
.student-profile-details-part #student-edit-profile-popup button.submit {
  margin-top: 1.25vw;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1180px) {
  .student-profile-details-part #student-edit-profile-popup button.submit {
    margin-top: 16px;
  }
}

.application-documents-part {
  flex-flow: column;
  gap: 1.66vw;
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .application-documents-part {
    gap: 24px;
    padding: 16px;
  }
}
.application-documents-part .title-container {
  justify-content: space-between;
  color: #014A72;
}
@media (max-width: 1180px) {
  .application-documents-part .title-container {
    flex-flow: column;
    gap: 16px;
  }
}
.application-documents-part .items {
  gap: 2.5vw;
}
.application-documents-part .items > div {
  display: flex;
  align-items: center;
  text-align: center;
  flex-flow: column;
  gap: 0.833vw;
}
@media (max-width: 1180px) {
  .application-documents-part .items {
    gap: 20px;
  }
  .application-documents-part .items .edit,
  .application-documents-part .items .add {
    display: none !important;
  }
}
.application-documents-part .items .document,
.application-documents-part .items .edit {
  justify-content: space-between;
}
.application-documents-part .items .upload {
  cursor: pointer;
}
.application-documents-part .items .document,
.application-documents-part .items .upload,
.application-documents-part .items .edit,
.application-documents-part .items .add {
  padding: 0.833vw 1.25vw;
  background-color: #FFFFFF;
  color: #014A72;
  border-radius: 8px;
  width: 135px;
  border: 2px solid transparent;
  text-decoration: none;
  flex-flow: column;
  text-align: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1180px) {
  .application-documents-part .items .document,
  .application-documents-part .items .upload,
  .application-documents-part .items .edit,
  .application-documents-part .items .add {
    width: calc(50% - 20px);
    padding: 30px 20px;
  }
}
.application-documents-part .items .document.active,
.application-documents-part .items .upload.active,
.application-documents-part .items .edit.active,
.application-documents-part .items .add.active {
  border: 2px solid #014A72;
}
.application-documents-part .items .document.anim,
.application-documents-part .items .upload.anim,
.application-documents-part .items .edit.anim,
.application-documents-part .items .add.anim {
  animation: pulse 1s infinite;
}
.application-documents-part .items .document img,
.application-documents-part .items .upload img,
.application-documents-part .items .edit img,
.application-documents-part .items .add img {
  max-width: 50px;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.application-documents-part .items .document .button,
.application-documents-part .items .upload .button,
.application-documents-part .items .edit .button,
.application-documents-part .items .add .button {
  color: #014A72;
  font-size: 25px;
  background-color: #7EF897;
  box-shadow: 0px 4px 14px 0px rgba(126, 248, 151, 0.3);
}
.application-documents-part .items .document .label,
.application-documents-part .items .upload .label,
.application-documents-part .items .edit .label,
.application-documents-part .items .add .label {
  font-size: 20px;
}
.application-documents-part .items .document .delete,
.application-documents-part .items .upload .delete,
.application-documents-part .items .edit .delete,
.application-documents-part .items .add .delete {
  background: transparent;
  padding: 0;
  font-weight: 300;
  text-decoration: underline;
  color: #014A72;
  font-size: 20px;
}
.application-documents-part .drop-zone {
  display: none;
}
.application-documents-part .drop-zone.active {
  display: flex;
}
.application-documents-part #application-documents-popup .input-field {
  margin-bottom: 1.25vw;
  width: 100%;
}
.application-documents-part #application-documents-popup .input-field textarea {
  width: 100%;
}
.application-documents-part #application-documents-popup button.apply {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.my-badges-part {
  color: #014A72;
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .my-badges-part {
    padding: 16px;
  }
}
.my-badges-part .title-container {
  justify-content: space-between;
  color: #014A72;
}
.my-badges-part .items {
  gap: 1.66vw;
  margin-top: 1.66vw;
}
@media (max-width: 1180px) {
  .my-badges-part .items {
    gap: 20px;
    margin-top: 24px;
    flex-wrap: wrap;
  }
}
.my-badges-part .items .badge {
  flex-flow: column;
  gap: 0.522vw;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1180px) {
  .my-badges-part .items .badge {
    gap: 10px;
    width: calc(50% - 10px);
  }
}
.my-badges-part .items .badge img {
  width: auto;
  height: 6.7vw;
}
@media (max-width: 1180px) {
  .my-badges-part .items .badge img {
    width: 80px;
  }
}
.my-badges-part .items .badge span {
  font-weight: 700;
  text-align: center;
}

.student-favorites-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .student-favorites-part {
    padding: 16px;
  }
}
.student-favorites-part .items {
  gap: 2.5vw;
  flex-wrap: wrap;
  margin: 1.25vw 0;
  overflow: visible;
}
@media (max-width: 1180px) {
  .student-favorites-part .items {
    gap: 24px;
    margin: 16px 0;
  }
}
@media (max-width: 776px) {
  .student-favorites-part .items {
    justify-content: center;
  }
}
.student-favorites-part .items .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 0px 12px 0px rgba(1, 74, 114, 0.3);
  padding: 1.25vw;
  flex-flow: column;
  gap: 0.522vw;
  width: calc(25% - 1.044vw);
}
@media (max-width: 1180px) {
  .student-favorites-part .items .item {
    gap: 10px;
    padding: 16px;
    width: calc(50% - 50px);
  }
}
@media (max-width: 776px) {
  .student-favorites-part .items .item {
    width: 80%;
  }
}
.student-favorites-part .items .item.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.student-favorites-part .items .item .already-applied-hint {
  font-weight: 300;
  text-align: center;
  font-size: 12px;
  color: #014A72;
  display: block;
}
.student-favorites-part .items .item img {
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.student-favorites-part .items .item .name {
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  color: #014A72;
}
.student-favorites-part .items .item .button {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.student-favorites-part .items .item .button.apply {
  margin-top: 1.66vw;
}
@media (max-width: 1180px) {
  .student-favorites-part .items .item .button.apply {
    margin-top: 24px;
  }
}
.student-favorites-part .items .item .button.remove {
  background-color: transparent;
  color: #014A72;
  text-decoration: underline;
  font-weight: 300;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.student-favorites-part .accordion .accordion-item {
  border-bottom: none;
}

.student-applications-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .student-applications-part {
    padding: 16px;
  }
}
.student-applications-part .items {
  gap: 2.5vw;
  flex-wrap: wrap;
  overflow: visible;
  margin: 1.25vw 0;
}
@media (max-width: 1180px) {
  .student-applications-part .items {
    gap: 24px;
    margin: 16px 0;
    justify-content: center;
  }
}
.student-applications-part .items .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 0px 12px 0px rgba(1, 74, 114, 0.3);
  padding: 1.25vw;
  flex-flow: column;
  gap: 0.866vw;
}
@media (max-width: 1180px) {
  .student-applications-part .items .item {
    gap: 10px;
    padding: 16px;
    width: 80%;
  }
}
.student-applications-part .items .item.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.student-applications-part .items .item img {
  display: block;
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.student-applications-part .items .item .date-proposal,
.student-applications-part .items .item .date {
  color: #BD1734;
  display: flex;
  justify-content: space-between;
}
.student-applications-part .items .item .date-proposal span:last-child,
.student-applications-part .items .item .date span:last-child {
  text-align: right;
}
.student-applications-part .items .item .location,
.student-applications-part .items .item .contact {
  gap: 0.522vw;
  align-items: flex-start;
  color: #014A72;
}
@media (max-width: 1180px) {
  .student-applications-part .items .item .location,
  .student-applications-part .items .item .contact {
    gap: 10px;
  }
}
.student-applications-part .items .item .location i,
.student-applications-part .items .item .contact i {
  font-size: 24px;
}
.student-applications-part .items .item .location .details,
.student-applications-part .items .item .contact .details {
  gap: 0.522vw;
  flex-flow: column;
}
@media (max-width: 1180px) {
  .student-applications-part .items .item .location .details,
  .student-applications-part .items .item .contact .details {
    gap: 10px;
  }
}
.student-applications-part .items .item .location .details span,
.student-applications-part .items .item .contact .details span {
  display: block;
}
.student-applications-part .items .item .location .details span:first-child,
.student-applications-part .items .item .contact .details span:first-child {
  font-weight: 700;
  font-size: 16px;
}
.student-applications-part .items .item .location .details span:not(:first-child),
.student-applications-part .items .item .contact .details span:not(:first-child) {
  font-weight: 300;
  font-size: 14px;
}
.student-applications-part .items .item .date-proposal {
  color: #BD1734;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.student-applications-part .items .item .date-proposal span:last-child {
  text-align: right;
}
.student-applications-part .items .item button.confirm,
.student-applications-part .items .item button.counterproposal {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.student-applications-part .accordion .accordion-item {
  border-bottom: none;
}

#appointment-counterproposal-popup .inner {
  min-width: 30vw;
}
#appointment-counterproposal-popup .inner .input-field {
  width: 100%;
}
#appointment-counterproposal-popup .inner .save {
  margin-top: 1.25vw;
  width: 100%;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1180px) {
  #appointment-counterproposal-popup .inner .save {
    margin-top: 16px;
  }
}

.view-student-applications .parts {
  gap: 2.5vw;
  flex-flow: column;
}
@media (max-width: 1180px) {
  .view-student-applications .parts {
    gap: 32px;
  }
}

.student-upcoming-appointments-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .student-upcoming-appointments-part {
    padding: 16px;
  }
}
.student-upcoming-appointments-part .items {
  gap: 2.5vw;
  flex-wrap: wrap;
  margin: 1.25vw 0;
  overflow: visible;
}
@media (max-width: 1180px) {
  .student-upcoming-appointments-part .items {
    gap: 24px;
    margin: 16px 0;
  }
}
.student-upcoming-appointments-part .items .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 0px 12px 0px rgba(1, 74, 114, 0.3);
  padding: 1.25vw;
  flex-flow: column;
  gap: 0.866vw;
}
@media (max-width: 1180px) {
  .student-upcoming-appointments-part .items .item {
    gap: 10px;
    padding: 16px;
    width: 100%;
  }
}
.student-upcoming-appointments-part .items .item.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.student-upcoming-appointments-part .items .item img {
  display: block;
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.student-upcoming-appointments-part .items .item .location,
.student-upcoming-appointments-part .items .item .contact {
  gap: 0.522vw;
  align-items: flex-start;
  color: #014A72;
}
@media (max-width: 1180px) {
  .student-upcoming-appointments-part .items .item .location,
  .student-upcoming-appointments-part .items .item .contact {
    gap: 10px;
  }
}
.student-upcoming-appointments-part .items .item .location i,
.student-upcoming-appointments-part .items .item .contact i {
  font-size: 24px;
}
.student-upcoming-appointments-part .items .item .location .details,
.student-upcoming-appointments-part .items .item .contact .details {
  gap: 0.522vw;
  flex-flow: column;
}
@media (max-width: 1180px) {
  .student-upcoming-appointments-part .items .item .location .details,
  .student-upcoming-appointments-part .items .item .contact .details {
    gap: 10px;
  }
}
.student-upcoming-appointments-part .items .item .location .details span,
.student-upcoming-appointments-part .items .item .contact .details span {
  display: block;
}
.student-upcoming-appointments-part .items .item .location .details span:first-child,
.student-upcoming-appointments-part .items .item .contact .details span:first-child {
  font-weight: 700;
  font-size: 16px;
}
.student-upcoming-appointments-part .items .item .location .details span:not(:first-child),
.student-upcoming-appointments-part .items .item .contact .details span:not(:first-child) {
  font-weight: 300;
  font-size: 14px;
}
.student-upcoming-appointments-part .items .item .date-proposal,
.student-upcoming-appointments-part .items .item .date {
  color: #BD1734;
  display: block;
}
.student-upcoming-appointments-part .items .item button {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.student-upcoming-appointments-part .items .item button.cancel {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  font-weight: 300;
  color: #014A72;
}
.student-upcoming-appointments-part .accordion .accordion-item {
  border-bottom: none;
}

#appointment-adjust-popup .inner {
  min-width: 30vw;
}
#appointment-adjust-popup .inner .input-field {
  width: 100%;
}
#appointment-adjust-popup .inner .content {
  display: flex;
  flex-flow: column;
  gap: 2vw;
}
@media (max-width: 1180px) {
  #appointment-adjust-popup .inner .content {
    gap: 16px;
  }
}
#appointment-adjust-popup .inner .save {
  margin-top: 1.25vw;
  width: 100%;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1180px) {
  #appointment-adjust-popup .inner .save {
    margin-top: 16px;
  }
}

.student-open-feedback-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .student-open-feedback-part {
    padding: 16px;
  }
}
.student-open-feedback-part .items {
  gap: 2.5vw;
  flex-wrap: wrap;
  padding: 1.25vw 0 0 0;
  overflow: visible;
}
@media (max-width: 1180px) {
  .student-open-feedback-part .items {
    gap: 24px;
    padding: 16px 0 0 0;
  }
}
.student-open-feedback-part .items .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 0px 12px 0px rgba(1, 74, 114, 0.3);
  padding: 1.25vw;
  flex-flow: column;
  gap: 1.25vw;
  width: calc(25% - 1.044vw);
}
@media (max-width: 1180px) {
  .student-open-feedback-part .items .item {
    gap: 10px;
    padding: 16px;
    width: 100%;
    width: calc(50% - 50px);
  }
}
.student-open-feedback-part .items .item.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.student-open-feedback-part .items .item img {
  display: block;
  height: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.student-open-feedback-part .items .item .details {
  justify-content: space-between;
  color: #014A72;
  gap: 0.866vw;
}
.student-open-feedback-part .items .item .details .name {
  font-weight: 700;
}
.student-open-feedback-part .items .item .details .date {
  font-weight: 300;
}
.student-open-feedback-part .items .item button {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.student-open-feedback-part .accordion .accordion-item {
  border-bottom: none;
}
.student-open-feedback-part #student-active-feedback-popup .inner {
  max-width: 34vw;
}
@media (max-width: 1180px) {
  .student-open-feedback-part #student-active-feedback-popup .inner {
    max-width: unset;
  }
}
.student-open-feedback-part #student-active-feedback-popup .feedback-header {
  justify-content: space-between;
  color: #014A72;
  gap: 2.5vw;
}
.student-open-feedback-part #student-active-feedback-popup .feedback-header img {
  height: 3.125vw;
  width: 7.3vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  display: block;
}
.student-open-feedback-part #student-active-feedback-popup .feedback-header .details span:first-child {
  font-weight: 700;
}
.student-open-feedback-part #student-active-feedback-popup .feedback-header .details span:last-child {
  font-weight: 300;
  margin-top: 0.833vw;
}
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide {
  justify-content: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.833vw;
}
@media (max-width: 1180px) {
  .student-open-feedback-part #student-active-feedback-popup .splide .splide__slide {
    gap: 16px;
  }
}
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .title-6,
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .text,
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .label {
  color: #014A72;
  text-align: center;
  max-width: 300px;
}
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .circle {
  color: #7EF897;
  background-color: #014A72;
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars {
  margin-top: 0.833vw;
  margin-bottom: 1.25vw;
}
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star {
  position: relative;
}
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star-container {
  display: flex;
  width: 350px;
  flex-direction: row-reverse;
}
@media (max-width: 1180px) {
  .student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star-container {
    width: 100%;
  }
}
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star:before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-size: 60px;
  position: relative;
  display: block;
  color: #C4C4C4;
}
@media (max-width: 1180px) {
  .student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star:before {
    font-size: 30px;
  }
}
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  font-size: 60px;
  color: #7EF897;
  opacity: 0;
}
@media (max-width: 1180px) {
  .student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star:after {
    font-size: 30px;
  }
}
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star:hover:after,
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star:hover ~ .star:after,
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star.star__checked:after,
.student-open-feedback-part #student-active-feedback-popup .splide .splide__slide .stars .star.star__checked ~ .star:after {
  opacity: 1;
}

.view-student-feedback-view .parts {
  gap: 2.5vw;
  flex-flow: column;
}
@media (max-width: 1180px) {
  .view-student-feedback-view .parts {
    gap: 32px;
  }
}

.student-certificates-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .student-certificates-part {
    padding: 16px;
  }
}
.student-certificates-part .placeholder-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 0px 12px 0px rgba(1, 74, 114, 0.3);
  padding: 1.25vw;
  flex-flow: column;
  gap: 1.25vw;
  max-width: 20vw;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  color: #014A72;
  margin-top: 1.25vw;
}
.student-certificates-part .placeholder-item .button {
  width: 100%;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1180px) {
  .student-certificates-part .placeholder-item {
    margin-top: 16px;
    gap: 10px;
    padding: 16px;
    max-width: unset;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.student-certificates-part .items {
  gap: 2.5vw;
  flex-wrap: wrap;
  padding: 1.25vw 0 0 0;
  overflow: visible;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .student-certificates-part .items {
    gap: 24px;
    padding: 16px 0 0 0;
    justify-content: flex-start;
  }
}
.student-certificates-part .items .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 0px 12px 0px rgba(1, 74, 114, 0.3);
  padding: 1.25vw;
  flex-flow: column;
  gap: 1.25vw;
  max-width: 8.85vw;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .student-certificates-part .items .item {
    gap: 10px;
    padding: 16px;
    max-width: unset;
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 776px) {
  .student-certificates-part .items .item {
    width: calc(45% - 15px);
  }
}
.student-certificates-part .items .item.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.student-certificates-part .items .item img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  width: 4.79vw;
  height: 5.88vw;
}
@media (max-width: 1180px) {
  .student-certificates-part .items .item img {
    width: 80%;
    height: auto;
  }
}
.student-certificates-part .items .item .label {
  font-weight: 300;
  text-align: center;
  color: #014A72;
}
.student-certificates-part .accordion .accordion-item {
  border-bottom: none;
}

.view-wpg-profile .parts {
  gap: 2.5vw;
  flex-flow: column;
}
@media (max-width: 1180px) {
  .view-wpg-profile .parts {
    gap: 32px;
  }
}

.wpg-profile-details-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part {
    padding: 16px;
  }
}
.wpg-profile-details-part .title-container {
  justify-content: space-between;
  color: #014A72;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part .title-container {
    flex-flow: column;
    gap: 16px;
  }
}
.wpg-profile-details-part .profile {
  gap: 1.82vw;
  margin-top: 1.25vw;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part .profile {
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.wpg-profile-details-part .profile img {
  width: 19vw;
  height: auto;
  aspect-ratio: 1.75;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part .profile img {
    width: 100%;
  }
}
.wpg-profile-details-part .profile .details {
  flex-flow: column;
  color: #014A72;
}
.wpg-profile-details-part .profile .details .name {
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part .profile .details .name {
    margin-bottom: 16px;
  }
}
.wpg-profile-details-part .profile .details span i {
  min-width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part .profile .details span i {
    min-width: 24px;
    height: 24px;
  }
}
.wpg-profile-details-part #wpg-edit-profile-popup {
  min-width: 37.5vw;
  z-index: 99;
}
.wpg-profile-details-part #wpg-edit-profile-popup .inner {
  min-width: 37.5vw;
}
.wpg-profile-details-part #wpg-edit-profile-popup .row {
  display: flex;
  gap: 1.25vw;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part #wpg-edit-profile-popup .row {
    gap: 24px;
  }
}
.wpg-profile-details-part #wpg-edit-profile-popup .row .col {
  width: 100%;
}
.wpg-profile-details-part #wpg-edit-profile-popup .row .col.col-3 {
  width: 30%;
}
.wpg-profile-details-part #wpg-edit-profile-popup .row .col.col-7 {
  width: 70%;
}
.wpg-profile-details-part #wpg-edit-profile-popup .profile-image {
  width: 12vw;
  height: 8.5vw;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part #wpg-edit-profile-popup .profile-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7;
  }
}
.wpg-profile-details-part #wpg-edit-profile-popup .profile-image .overlay {
  background-color: rgba(59, 59, 60, 0.3);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.wpg-profile-details-part #wpg-edit-profile-popup .profile-image .default {
  width: 100%;
  height: 100%;
  background-color: rgba(1, 74, 114, 0.25);
}
.wpg-profile-details-part #wpg-edit-profile-popup .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wpg-profile-details-part #wpg-edit-profile-popup .profile-image button {
  background-color: transparent;
  color: white;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.wpg-profile-details-part #wpg-edit-profile-popup .profile-image input {
  display: none;
}
.wpg-profile-details-part #wpg-edit-profile-popup .profile-image.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.wpg-profile-details-part #wpg-edit-profile-popup .divider {
  background-color: #F2F5F7;
  height: 1px;
  width: 100%;
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part #wpg-edit-profile-popup .divider {
    margin-bottom: 16px;
  }
}
.wpg-profile-details-part #wpg-edit-profile-popup .input-field {
  margin-bottom: 1.25vw;
  width: 100%;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part #wpg-edit-profile-popup .input-field {
    margin-bottom: 16px;
  }
}
.wpg-profile-details-part #wpg-edit-profile-popup .input-field input {
  width: 100%;
}
.wpg-profile-details-part #wpg-edit-profile-popup .custom-select {
  width: 100%;
}
.wpg-profile-details-part #wpg-edit-profile-popup .custom-select .select-items {
  max-height: unset;
}
.wpg-profile-details-part #wpg-edit-profile-popup button.submit {
  margin-top: 1.25vw;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1180px) {
  .wpg-profile-details-part #wpg-edit-profile-popup button.submit {
    margin-top: 16px;
  }
}

.wpg-profile-internship-offer-part,
.wpg-profile-responsible-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .wpg-profile-internship-offer-part,
  .wpg-profile-responsible-part {
    padding: 16px;
  }
}
.wpg-profile-internship-offer-part .title-container,
.wpg-profile-responsible-part .title-container {
  justify-content: space-between;
  color: #014A72;
}
@media (max-width: 1180px) {
  .wpg-profile-internship-offer-part .title-container,
  .wpg-profile-responsible-part .title-container {
    flex-flow: column;
    gap: 16px;
  }
}
.wpg-profile-internship-offer-part .flags,
.wpg-profile-responsible-part .flags {
  gap: 1.82vw;
  margin-top: 1.25vw;
  flex-flow: column;
  color: #014A72;
}
@media (max-width: 1180px) {
  .wpg-profile-internship-offer-part .flags,
  .wpg-profile-responsible-part .flags {
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.wpg-profile-internship-offer-part .flags .flag,
.wpg-profile-responsible-part .flags .flag {
  justify-content: space-between;
}
.wpg-profile-internship-offer-part .flags .flag .label,
.wpg-profile-responsible-part .flags .flag .label {
  font-weight: 300 !important;
}
.wpg-profile-internship-offer-part .flags .flag .switch.anim .switch-label,
.wpg-profile-responsible-part .flags .flag .switch.anim .switch-label {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.wpg-profile-contact-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .wpg-profile-contact-part {
    padding: 16px;
  }
}
.wpg-profile-contact-part .title-container {
  justify-content: space-between;
  color: #014A72;
}
@media (max-width: 1180px) {
  .wpg-profile-contact-part .title-container {
    flex-flow: column;
    gap: 16px;
  }
}
.wpg-profile-contact-part .contact {
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-top: 1.25vw;
  padding: 1vw 0.833vw;
  color: #014A72;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1180px) {
  .wpg-profile-contact-part .contact {
    margin-top: 24px;
    padding: 20px 16px;
  }
}
.wpg-profile-contact-part .contact .email {
  align-items: center;
  gap: 0.833vw;
  color: #014A72;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.522vw;
}
@media (max-width: 1180px) {
  .wpg-profile-contact-part .contact .email {
    gap: 16px;
    margin-top: 10px;
  }
}
.wpg-profile-contact-part .contact .email i {
  min-width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1180px) {
  .wpg-profile-contact-part .contact .email i {
    min-width: 24px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.wpg-profile-contact-part #wpg-edit-contact-popup {
  min-width: 37.5vw;
  z-index: 99;
}
.wpg-profile-contact-part #wpg-edit-contact-popup .inner {
  min-width: 37.5vw;
}
.wpg-profile-contact-part #wpg-edit-contact-popup .row {
  display: flex;
  gap: 1.25vw;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .wpg-profile-contact-part #wpg-edit-contact-popup .row {
    gap: 24px;
  }
}
.wpg-profile-contact-part #wpg-edit-contact-popup .row .col {
  width: 100%;
}
.wpg-profile-contact-part #wpg-edit-contact-popup .row .col.col-5 {
  width: 50%;
}
.wpg-profile-contact-part #wpg-edit-contact-popup .row .col.col-5 {
  width: 50%;
}
.wpg-profile-contact-part #wpg-edit-contact-popup .input-field {
  margin-bottom: 1.25vw;
  width: 100%;
}
@media (max-width: 1180px) {
  .wpg-profile-contact-part #wpg-edit-contact-popup .input-field {
    margin-bottom: 16px;
  }
}
.wpg-profile-contact-part #wpg-edit-contact-popup .input-field input {
  width: 100%;
}
.wpg-profile-contact-part #wpg-edit-contact-popup button.submit {
  margin-top: 1.25vw;
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media (max-width: 1180px) {
  .wpg-profile-contact-part #wpg-edit-contact-popup button.submit {
    margin-top: 16px;
  }
}

.student-apply-popup-part .inner {
  min-width: 40vw;
}
.student-apply-popup-part .inner .content {
  display: flex;
  flex-flow: column;
  gap: 2.5vw;
}
@media (max-width: 1180px) {
  .student-apply-popup-part .inner .content {
    gap: 24px;
  }
}
.student-apply-popup-part .inner .content .job-title,
.student-apply-popup-part .inner .content .profile-title,
.student-apply-popup-part .inner .content .date-title,
.student-apply-popup-part .inner .content .type-title {
  color: #014A72;
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .student-apply-popup-part .inner .content .job-title,
  .student-apply-popup-part .inner .content .profile-title,
  .student-apply-popup-part .inner .content .date-title,
  .student-apply-popup-part .inner .content .type-title {
    margin-bottom: 16px;
  }
}
.student-apply-popup-part .inner .content .input-field,
.student-apply-popup-part .inner .content .custom-select {
  width: 100%;
}
.student-apply-popup-part .inner .content .company-container .fav {
  display: none !important;
}
.student-apply-popup-part .inner .content .company-container button[data-modal-trigger] {
  display: none !important;
}
.student-apply-popup-part .inner .content .profile-details {
  flex-flow: column;
  gap: 1.82vw;
}
@media (max-width: 1180px) {
  .student-apply-popup-part .inner .content .profile-details {
    gap: 24px;
  }
}
.student-apply-popup-part .inner .content .profile-details .image-details-container {
  gap: 1.82vw;
}
@media (max-width: 1180px) {
  .student-apply-popup-part .inner .content .profile-details .image-details-container {
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.student-apply-popup-part .inner .content .profile-details .image-details-container img {
  width: 8.15vw;
  height: auto;
  aspect-ratio: 1.18;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .student-apply-popup-part .inner .content .profile-details .image-details-container img {
    width: 100%;
  }
}
.student-apply-popup-part .inner .content .profile-details .image-details-container .details {
  flex-flow: column;
  color: #014A72;
}
.student-apply-popup-part .inner .content .profile-details .image-details-container .details .name {
  margin-bottom: 0.75vw;
}
@media (max-width: 1180px) {
  .student-apply-popup-part .inner .content .profile-details .image-details-container .details .name {
    margin-bottom: 16px;
  }
}
.student-apply-popup-part .inner .content .profile-details .image-details-container .details span i {
  min-width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1180px) {
  .student-apply-popup-part .inner .content .profile-details .image-details-container .details span i {
    min-width: 24px;
    height: 24px;
  }
}
.student-apply-popup-part .inner .content .profile-details .attachments {
  gap: 0.833vw;
  align-items: flex-start;
}
@media (max-width: 1180px) {
  .student-apply-popup-part .inner .content .profile-details .attachments {
    gap: 16px;
    flex-flow: column;
    align-items: unset;
  }
}
.student-apply-popup-part .inner .content .profile-details .attachments .attachment-items {
  flex-wrap: wrap;
  gap: 0.833vw;
}
@media (max-width: 1180px) {
  .student-apply-popup-part .inner .content .profile-details .attachments .attachment-items {
    gap: 16px;
    flex-flow: column;
    align-items: unset;
  }
}
.student-apply-popup-part .inner .content .profile-details .attachments .attachment-title {
  color: #014A72;
}
.student-apply-popup-part .inner .content .profile-details .button.edit {
  width: 100%;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.student-apply-popup-part .inner .content .button.submit {
  width: 100%;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.student-apply-popup-part .inner .content .error-message {
  color: #BD1734;
  display: none;
}

.wpg-applications-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .wpg-applications-part {
    padding: 16px;
  }
}
.wpg-applications-part .items {
  flex-wrap: wrap;
  gap: 1.25vw;
  overflow: visible;
  margin: 1.25vw 0;
}
@media (max-width: 1180px) {
  .wpg-applications-part .items {
    gap: 24px;
    margin: 16px 0;
  }
}
.wpg-applications-part .items .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 0px 12px 0px rgba(1, 74, 114, 0.3);
  padding: 1.25vw;
  flex-flow: column;
  gap: 1.82vw;
  box-sizing: border-box;
  width: calc(50% - 1.25vw);
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item {
    gap: 10px;
    padding: 16px;
    width: calc(50% - 24px);
  }
}
@media (max-width: 776px) {
  .wpg-applications-part .items .item {
    width: calc(100% - 12px);
  }
}
.wpg-applications-part .items .item.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.wpg-applications-part .items .item .status-header {
  gap: 0.833vw;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item .status-header {
    gap: 10px;
  }
}
.wpg-applications-part .items .item .image-details-container {
  gap: 1.82vw;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item .image-details-container {
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.wpg-applications-part .items .item .image-details-container img {
  width: 8.15vw;
  height: auto;
  aspect-ratio: 1.18;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  background-color: white;
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item .image-details-container img {
    width: 100%;
  }
}
.wpg-applications-part .items .item .image-details-container .details {
  flex-flow: column;
  color: #014A72;
}
.wpg-applications-part .items .item .image-details-container .details .name {
  margin-bottom: 0.75vw;
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item .image-details-container .details .name {
    margin-bottom: 16px;
  }
}
.wpg-applications-part .items .item .image-details-container .details span i {
  min-width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item .image-details-container .details span i {
    min-width: 24px;
    height: 24px;
  }
}
.wpg-applications-part .items .item .divider {
  background-color: #F2F5F7;
  height: 1px;
  width: 100%;
}
.wpg-applications-part .items .item .attachments {
  gap: 0.833vw;
  align-items: flex-start;
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item .attachments {
    gap: 16px;
    flex-flow: column;
    align-items: unset;
  }
}
.wpg-applications-part .items .item .attachments .attachment-items {
  flex-wrap: wrap;
  gap: 0.833vw;
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item .attachments .attachment-items {
    gap: 16px;
    flex-flow: column;
    align-items: unset;
  }
}
.wpg-applications-part .items .item .attachments .attachment-title {
  color: #014A72;
}
.wpg-applications-part .items .item .date {
  justify-content: space-between;
  align-items: center;
  color: #014A72;
  flex-wrap: wrap;
}
.wpg-applications-part .items .item .date .paragraph {
  font-weight: 300;
  text-align: right;
}
.wpg-applications-part .items .item .actions {
  gap: 1.25vw;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item .actions {
    gap: 16px;
  }
}
.wpg-applications-part .items .item .actions .button {
  justify-content: center;
  text-align: center;
}
.wpg-applications-part .items .item .actions .confirm {
  width: 100%;
}
.wpg-applications-part .items .item .actions .counterproposal,
.wpg-applications-part .items .item .actions .cancel {
  width: calc(50% - 1.25vw);
}
@media (max-width: 1630px) {
  .wpg-applications-part .items .item .actions .counterproposal,
  .wpg-applications-part .items .item .actions .cancel {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .wpg-applications-part .items .item .actions .counterproposal,
  .wpg-applications-part .items .item .actions .cancel {
    width: 100%;
  }
}
.wpg-applications-part .accordion .accordion-item {
  border-bottom: none;
}

#appointment-counterproposal-popup-1 .inner,
#appointment-counterproposal-popup .inner {
  min-width: 30vw;
}
#appointment-counterproposal-popup-1 .inner .input-field,
#appointment-counterproposal-popup .inner .input-field {
  width: 100%;
}
#appointment-counterproposal-popup-1 .inner .content,
#appointment-counterproposal-popup .inner .content {
  display: flex;
  flex-flow: column;
  gap: 2vw;
}
@media (max-width: 1180px) {
  #appointment-counterproposal-popup-1 .inner .content,
  #appointment-counterproposal-popup .inner .content {
    gap: 16px;
  }
}
#appointment-counterproposal-popup-1 .inner .save,
#appointment-counterproposal-popup .inner .save {
  margin-top: 1.25vw;
  width: 100%;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1180px) {
  #appointment-counterproposal-popup-1 .inner .save,
  #appointment-counterproposal-popup .inner .save {
    margin-top: 16px;
  }
}

#application-details-popup .inner {
  min-width: 50vw;
  display: flex;
  flex-flow: column;
  gap: 1.25vw;
}
@media (max-width: 1180px) {
  #application-details-popup .inner {
    gap: 16px;
  }
}
#application-details-popup .inner .content {
  width: 100%;
  flex-flow: column;
  display: flex;
  gap: 1.25vw;
}
@media (max-width: 1180px) {
  #application-details-popup .inner .content {
    gap: 24px;
  }
}
#application-details-popup .inner .content .image-details-container {
  gap: 1.82vw;
}
@media (max-width: 1180px) {
  #application-details-popup .inner .content .image-details-container {
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
#application-details-popup .inner .content .image-details-container img {
  width: 11.9vw;
  height: auto;
  aspect-ratio: 1.7;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  background-color: white;
}
@media (max-width: 1180px) {
  #application-details-popup .inner .content .image-details-container img {
    width: 100%;
  }
}
#application-details-popup .inner .content .image-details-container .details {
  flex-flow: column;
  color: #014A72;
}
#application-details-popup .inner .content .image-details-container .details .name {
  margin-bottom: 0.75vw;
}
@media (max-width: 1180px) {
  #application-details-popup .inner .content .image-details-container .details .name {
    margin-bottom: 16px;
  }
}
#application-details-popup .inner .content .image-details-container .details span i {
  min-width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1180px) {
  #application-details-popup .inner .content .image-details-container .details span i {
    min-width: 24px;
    height: 24px;
  }
}
#application-details-popup .inner .content .divider {
  height: 1px;
  background-color: #F2F5F7;
}
#application-details-popup .inner .content .docs {
  flex-flow: column;
  gap: 1.25vw;
  color: #014A72;
}
@media (max-width: 1180px) {
  #application-details-popup .inner .content .docs {
    gap: 24px;
  }
}
#application-details-popup .inner .content .docs .title {
  min-width: 30%;
}

.view-wpg-applications .parts {
  gap: 2.5vw;
  flex-flow: column;
}
@media (max-width: 1180px) {
  .view-wpg-applications .parts {
    gap: 32px;
  }
}

.wpg-upcoming-appointments-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part {
    padding: 16px;
  }
}
.wpg-upcoming-appointments-part .items {
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
  margin: 1.25vw 0;
  row-gap: 1vw;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items {
    gap: 24px;
    margin: 16px 0;
  }
}
.wpg-upcoming-appointments-part .items .item {
  width: 25.25vw;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 0px 12px 0px rgba(1, 74, 114, 0.3);
  padding: 1.25vw;
  flex-flow: column;
  gap: 1.82vw;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items .item {
    gap: 10px;
    padding: 16px;
    width: calc(50% - 24px);
  }
}
@media (max-width: 776px) {
  .wpg-upcoming-appointments-part .items .item {
    width: 100%;
  }
}
.wpg-upcoming-appointments-part .items .item.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.wpg-upcoming-appointments-part .items .item .status-header {
  gap: 0.833vw;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items .item .status-header {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.wpg-upcoming-appointments-part .items .item .image-details-container {
  gap: 1.82vw;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items .item .image-details-container {
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.wpg-upcoming-appointments-part .items .item .image-details-container img {
  width: 8.15vw;
  height: auto;
  aspect-ratio: 1.18;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  background-color: white;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items .item .image-details-container img {
    width: 100%;
  }
}
.wpg-upcoming-appointments-part .items .item .image-details-container .details {
  flex-flow: column;
  color: #014A72;
}
.wpg-upcoming-appointments-part .items .item .image-details-container .details .name {
  margin-bottom: 0.75vw;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items .item .image-details-container .details .name {
    margin-bottom: 16px;
  }
}
.wpg-upcoming-appointments-part .items .item .image-details-container .details span i {
  min-width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items .item .image-details-container .details span i {
    min-width: 24px;
    height: 24px;
  }
}
.wpg-upcoming-appointments-part .items .item .divider {
  background-color: #F2F5F7;
  height: 1px;
  width: 100%;
}
.wpg-upcoming-appointments-part .items .item .attachments {
  gap: 0.833vw;
  align-items: flex-start;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items .item .attachments {
    gap: 16px;
    flex-flow: column;
    align-items: unset;
  }
}
.wpg-upcoming-appointments-part .items .item .attachments .attachment-items {
  flex-wrap: wrap;
  gap: 0.833vw;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items .item .attachments .attachment-items {
    gap: 16px;
    flex-flow: column;
    align-items: unset;
  }
}
.wpg-upcoming-appointments-part .items .item .attachments .attachment-title {
  color: #014A72;
}
.wpg-upcoming-appointments-part .items .item .date {
  justify-content: space-between;
  align-items: center;
  color: #014A72;
}
.wpg-upcoming-appointments-part .items .item .date .paragraph {
  font-weight: 300;
}
.wpg-upcoming-appointments-part .items .item .actions {
  gap: 1.25vw;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .wpg-upcoming-appointments-part .items .item .actions {
    gap: 16px;
  }
}
.wpg-upcoming-appointments-part .items .item .actions .button {
  justify-content: center;
  text-align: center;
}
.wpg-upcoming-appointments-part .items .item .actions .counterproposal,
.wpg-upcoming-appointments-part .items .item .actions .cancel {
  width: 100%;
}
.wpg-upcoming-appointments-part .accordion .accordion-item {
  border-bottom: none;
}

#appointment-counterproposal-popup .inner {
  min-width: 30vw;
}
#appointment-counterproposal-popup .inner .input-field {
  width: 100%;
}
#appointment-counterproposal-popup .inner .save {
  margin-top: 1.25vw;
  width: 100%;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1180px) {
  #appointment-counterproposal-popup .inner .save {
    margin-top: 16px;
  }
}

.view-wpg-feedback .parts {
  gap: 2.5vw;
  flex-flow: column;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts {
    gap: 32px;
  }
}
.view-wpg-feedback .parts .image-details-container {
  gap: 1.82vw;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .image-details-container {
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.view-wpg-feedback .parts .image-details-container img {
  width: 8.15vw;
  height: auto;
  aspect-ratio: 1.4;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: white;
  border-radius: 8px;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .image-details-container img {
    width: 100%;
  }
}
.view-wpg-feedback .parts .image-details-container .details {
  flex-flow: column;
  color: #014A72;
}
.view-wpg-feedback .parts .image-details-container .details .name {
  margin-bottom: 0.75vw;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .image-details-container .details .name {
    margin-bottom: 16px;
  }
}
.view-wpg-feedback .parts .image-details-container .details span i {
  min-width: 1.25vw;
  height: 1.25vw;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .image-details-container .details span i {
    min-width: 24px;
    height: 24px;
  }
}
.view-wpg-feedback .parts .stars {
  margin-top: 0.833vw;
  margin-bottom: 1.25vw;
}
.view-wpg-feedback .parts .stars .star {
  position: relative;
}
.view-wpg-feedback .parts .stars .star-container {
  display: flex;
  width: 350px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .stars .star-container {
    width: 100%;
  }
}
.view-wpg-feedback .parts .stars .star:before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-size: 60px;
  position: relative;
  display: block;
  color: #C4C4C4;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .stars .star:before {
    font-size: 30px;
  }
}
.view-wpg-feedback .parts .stars .star:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  font-size: 60px;
  color: #7EF897;
  opacity: 0;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .stars .star:after {
    font-size: 30px;
  }
}
.view-wpg-feedback .parts .stars .star.star__checked:after,
.view-wpg-feedback .parts .stars .star.star__checked ~ .star:after {
  opacity: 1;
}
.view-wpg-feedback .parts .feedbacks {
  flex-flow: column;
  gap: 1.25vw;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .feedbacks {
    gap: 24px;
  }
}
.view-wpg-feedback .parts .feedbacks .feedback {
  color: #014A72;
  flex-flow: column;
  gap: 0.833vw;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .feedbacks .feedback {
    gap: 16px;
  }
}
.view-wpg-feedback .parts .feedbacks .feedback span.text {
  display: block;
  font-style: italic;
}
.view-wpg-feedback .parts .wpg-feedback {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .wpg-feedback {
    padding: 16px;
  }
}
.view-wpg-feedback .parts .wpg-feedback .items {
  flex-wrap: wrap;
  overflow: visible;
  margin: 1.25vw 0;
  gap: 1.25vw;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .wpg-feedback .items {
    gap: 24px;
    margin: 16px 0;
  }
}
.view-wpg-feedback .parts .wpg-feedback .items .item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 0px 12px 0px rgba(1, 74, 114, 0.3);
  padding: 1.25vw;
  flex-flow: column;
  gap: 1.82vw;
  box-sizing: border-box;
  width: calc(50% - 1.25vw);
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .wpg-feedback .items .item {
    gap: 10px;
    padding: 16px;
    width: calc(100% - 12px);
  }
}
.view-wpg-feedback .parts .wpg-feedback .items .item .status-header {
  gap: 0.833vw;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts .wpg-feedback .items .item .status-header {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.view-wpg-feedback .parts .wpg-feedback .items .item .actions {
  gap: 16px;
  flex-flow: column;
  display: flex;
}
.view-wpg-feedback .parts .wpg-feedback .items .item .actions button {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .inner {
  max-width: 34vw;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts #wpg-active-feedback-popup .inner {
    max-width: unset;
  }
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide {
  margin-top: 40px;
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide {
  justify-content: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.833vw;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide {
    gap: 16px;
  }
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .title-6,
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .text,
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .label {
  color: #014A72;
  text-align: center;
  max-width: 300px;
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .circle {
  color: #7EF897;
  background-color: #014A72;
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars {
  margin-top: 0.833vw;
  margin-bottom: 1.25vw;
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star {
  position: relative;
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star-container {
  display: flex;
  width: 350px;
  flex-direction: row-reverse;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star-container {
    width: 100%;
  }
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star:before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-size: 60px;
  position: relative;
  display: block;
  color: #C4C4C4;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star:before {
    font-size: 30px;
  }
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star:after {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  font-size: 60px;
  color: #7EF897;
  opacity: 0;
}
@media (max-width: 1180px) {
  .view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star:after {
    font-size: 30px;
  }
}
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star:hover:after,
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star:hover ~ .star:after,
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star.star__checked:after,
.view-wpg-feedback .parts #wpg-active-feedback-popup .splide .splide__slide .stars .star.star__checked ~ .star:after {
  opacity: 1;
}
.view-wpg-feedback .parts .accordion .accordion-item {
  border-bottom: none;
}

.downloads-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .downloads-part {
    padding: 16px;
  }
}
.downloads-part .title-container {
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .downloads-part .title-container {
    margin-bottom: 24px;
  }
}
.downloads-part .title,
.downloads-part .group-title {
  color: #014A72;
}
.downloads-part .groups {
  flex-flow: column;
  gap: 1.25vw;
}
@media (max-width: 1180px) {
  .downloads-part .groups {
    gap: 24px;
  }
}
.downloads-part .groups .group {
  flex-flow: column;
  gap: 0.833vw;
}
.downloads-part .groups .group:not(:last-of-type) {
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #014A72;
}
@media (max-width: 1180px) {
  .downloads-part .groups .group:not(:last-of-type) {
    padding-bottom: 24px;
  }
}
@media (max-width: 1180px) {
  .downloads-part .groups .group {
    gap: 16px;
  }
}
.downloads-part .groups .group .download {
  justify-content: space-between;
  text-decoration: none;
  color: #3B3B3C;
  gap: 1.25vw;
}
@media (max-width: 1180px) {
  .downloads-part .groups .group .download {
    gap: 24px;
  }
}
.downloads-part .groups .group .download img {
  width: 1.25vw;
  height: auto;
}
@media (max-width: 1180px) {
  .downloads-part .groups .group .download img {
    width: 24px;
  }
}
.downloads-part .accordion .accordion-item {
  border-bottom: none;
}

.downloads-profile .parts {
  gap: 2.5vw;
  flex-flow: column;
}
@media (max-width: 1180px) {
  .downloads-profile .parts {
    gap: 32px;
  }
}

.notification-settings-part {
  padding: 2.5vw;
  background-color: #F2F5F7;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .notification-settings-part {
    padding: 16px;
  }
}
.notification-settings-part .title-container {
  margin-bottom: 1.25vw;
}
@media (max-width: 1180px) {
  .notification-settings-part .title-container {
    margin-bottom: 24px;
  }
}
.notification-settings-part .title,
.notification-settings-part .group-title {
  color: #014A72;
}
.notification-settings-part .flags {
  gap: 1.82vw;
  margin-top: 1.25vw;
  flex-flow: column;
  color: #014A72;
}
@media (max-width: 1180px) {
  .notification-settings-part .flags {
    flex-flow: column;
    margin-top: 24px;
    gap: 24px;
  }
}
.notification-settings-part .flags .flag {
  justify-content: space-between;
}
.notification-settings-part .flags .flag .label {
  font-weight: 300 !important;
}
.notification-settings-part .flags .flag .switch.anim .switch-label {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.notification-settings-part .accordion .accordion-item {
  border-bottom: none;
}

.notifications-dropdown-part {
  position: relative;
}
@media (max-width: 1180px) {
  .notifications-dropdown-part {
    display: none;
  }
}
.notifications-dropdown-part .button.notifications .counter {
  background-color: #F4555A;
  color: white;
  font-weight: 500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
  font-size: 12px;
}
.notifications-dropdown-part .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0.833vw 1.66vw 0.833vw;
  border-color: transparent transparent #014A72 transparent;
  transform: rotate(0deg) translateY(-95%);
  position: absolute;
  top: 0;
  right: 15%;
}
.notifications-dropdown-part .notifications-dropdown {
  position: absolute;
  bottom: -2vw;
  right: 0;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  border-radius: 8px 8px 0px 0px;
}
.notifications-dropdown-part .notifications-dropdown.show {
  opacity: 1;
  pointer-events: all;
}
.notifications-dropdown-part .notifications-dropdown .header {
  position: relative;
  background-color: #014A72;
  padding: 0.5vw 7.3vw;
  border-radius: 8px 8px 0px 0px;
}
.notifications-dropdown-part .notifications-dropdown .header .title {
  color: white;
  display: block;
  margin: 0 auto;
}
.notifications-dropdown-part .notifications-dropdown .header .close {
  color: white;
  position: absolute;
  right: 1vw;
  background-color: transparent;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.notifications-dropdown-part .notifications-dropdown .header .close i::before {
  font-size: 1.66vw;
}
.notifications-dropdown-part .notifications-dropdown .content {
  background-color: #F2F5F7;
  padding: 1.66vw 1.25vw;
  box-shadow: 0px 4px 16px 0px rgba(0, 74, 114, 0.12);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  max-height: 50vh;
  overflow: auto;
  flex-flow: column;
  gap: 1.25vw;
  color: #014A72;
}
.notifications-dropdown-part .notifications-dropdown .content .notification {
  background-color: white;
  border-radius: 8px;
  padding: 0.93vw 1.25vw;
  flex-flow: column;
  gap: 0.833vw;
  position: relative;
}
.notifications-dropdown-part .notifications-dropdown .content .notification.anim {
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.notifications-dropdown-part .notifications-dropdown .content .notification button.delete {
  position: absolute;
  top: 0.522vw;
  right: 0.522vw;
  background-color: transparent;
  border: none;
  color: #014A72;
  padding: 5px;
  font-size: 1.25vw;
}
.notifications-dropdown-part .notifications-dropdown .content .notification .title-container {
  gap: 0.833vw;
  align-items: center;
}
.notifications-dropdown-part .notifications-dropdown .content .notification .title-container svg {
  width: 2.35vw;
}
.notifications-dropdown-part .notifications-dropdown .content .notification .body-container {
  padding-left: 3.183vw;
}
.notifications-dropdown-part .notifications-dropdown .content .notification .body-container .button {
  margin-top: 0.833vw;
  display: block;
}

.wt-popover {
  width: 41.6vw !important;
}
.wt-popover .wt-popover-inner {
  padding: 2.5vw;
}
.wt-popover .wt-popover-inner .wt-title {
  color: #014A72;
  font-family: "futura-pt";
  font-size: clamp(22px, 1.45vw, 28px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.833vw;
}
.wt-popover .wt-popover-inner .wt-content {
  color: #014A72;
  font-family: "futura-pt";
  font-size: clamp(16px, 1.04vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wt-popover .wt-popover-inner .wt-btns.wt-btn-back {
  background-color: transparent;
  color: #014A72 !important;
  float: left;
  padding: 0.73vw 0;
  font-size: 16px;
  line-height: 20.51px;
  border: 2px solid transparent;
}
@media (max-width: 1180px) {
  .wt-popover .wt-popover-inner .wt-btns.wt-btn-back {
    width: 100%;
  }
}
.wt-popover .wt-popover-inner .wt-btns.wt-btn-next {
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
  padding: 0.73vw 1.66vw;
  font-weight: bold;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20.51px;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease-in;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: #7EF897 !important;
  color: #014A72 !important;
  box-shadow: 0px 4px 14px 0px rgba(126, 248, 151, 0.3);
  border: 2px solid #7EF897;
}
.wt-popover .wt-popover-inner .wt-btns.wt-btn-next:hover, .wt-popover .wt-popover-inner .wt-btns.wt-btn-next:active, .wt-popover .wt-popover-inner .wt-btns.wt-btn-next:focus {
  border-color: #014A72 !important;
  background-color: #014A72 !important;
  color: #7EF897 !important;
}
@media (max-width: 1180px) {
  .wt-popover .wt-popover-inner .wt-btns.wt-btn-next {
    width: 100%;
  }
}

div#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.75);
  z-index: 100000;
}
div#loading-overlay.hidden {
  display: none !important;
}

.loader {
  width: 45px;
  aspect-ratio: 1;
  --c: no-repeat linear-gradient(#F9B104 0 0);
  background: var(--c) 0% 100%, var(--c) 50% 100%, var(--c) 100% 100%;
  animation: l2 1s infinite linear;
}

.loader-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  gap: 1.25vw;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

@keyframes l2 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  20% {
    background-size: 20% 60%, 20% 100%, 20% 100%;
  }
  40% {
    background-size: 20% 80%, 20% 60%, 20% 100%;
  }
  60% {
    background-size: 20% 100%, 20% 80%, 20% 60%;
  }
  80% {
    background-size: 20% 100%, 20% 100%, 20% 80%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}

/* ==== Ausschreibungen: Veröffentlichen-Feedback (2026-09-03, Anhang) ==== */
#exwi-portal-shell .bts .alert-save{display:none !important;margin:0;font-size:.9375rem;font-weight:600;line-height:1.3}
#exwi-portal-shell .bts .alert-save.show{display:block !important;animation:exwi-fb-in .3s ease-out both}
#exwi-portal-shell .bts .alert-save-successs.show{color:#1C8F5A}
#exwi-portal-shell .bts .alert-save-fail.show{color:var(--c-red,#A90015)}
#exwi-portal-shell .bts button.wt-bt{transition:background-color .25s ease,border-color .25s ease,color .25s ease}
#exwi-portal-shell .part.flag .bts button.wt-bt.is-busy,#exwi-portal-shell .part.flag .bts button.wt-bt.is-busy:disabled{pointer-events:none;background-color:var(--c-pri,#D32566) !important;border-color:var(--c-pri,#D32566) !important;color:#fff !important;opacity:.85 !important}
#exwi-portal-shell .part.flag .bts button.wt-bt.is-success,#exwi-portal-shell .part.flag .bts button.wt-bt.is-success:disabled{background-color:#1C8F5A !important;border-color:#1C8F5A !important;color:#fff !important;opacity:1 !important;animation:exwi-fb-pulse .55s ease-out}
#exwi-portal-shell .part.flag .bts button.wt-bt.is-error{animation:exwi-fb-shake .5s ease}
#exwi-portal-shell .bts .wt-bt-spinner{display:inline-block;width:.875rem;height:.875rem;margin-right:.5rem;vertical-align:-.125rem;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:exwi-fb-spin .7s linear infinite}
#exwi-portal-shell .bts .wt-bt-check{width:1rem;height:1rem;margin-right:.5rem;vertical-align:-.1875rem}
#exwi-portal-shell .bts .wt-bt-check path{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24;animation:exwi-fb-check .35s .1s ease-out forwards}
@keyframes exwi-fb-in{from{opacity:0;transform:translateX(.5rem)}to{opacity:1;transform:none}}
@keyframes exwi-fb-pulse{0%{box-shadow:0 0 0 0 rgba(28,143,90,.45)}100%{box-shadow:0 0 0 .875rem rgba(28,143,90,0)}}
@keyframes exwi-fb-spin{to{transform:rotate(360deg)}}
@keyframes exwi-fb-check{to{stroke-dashoffset:0}}
@keyframes exwi-fb-shake{10%,90%{transform:translateX(-2px)}20%,80%{transform:translateX(3px)}30%,50%,70%{transform:translateX(-4px)}40%,60%{transform:translateX(4px)}}
@media (prefers-reduced-motion:reduce){
  #exwi-portal-shell .bts .alert-save.show,#exwi-portal-shell .bts button.wt-bt.is-success,#exwi-portal-shell .bts button.wt-bt.is-error,#exwi-portal-shell .bts .wt-bt-check path{animation:none}
  #exwi-portal-shell .bts .wt-bt-check path{stroke-dashoffset:0}
  #exwi-portal-shell .bts .wt-bt-spinner{animation:none;border-top-color:rgba(255,255,255,.45)}
}
