.kupo-user_profile {
  background-color: #f7f7f7;
}
.kupo-user_profile div, .kupo-user_profile li, .kupo-user_profile p, .kupo-user_profile span, .kupo-user_profile input {
  font-family: var(--smgCupoFontFamily, "Montserrat", Arial, sans-serif);
}
.kupo-user_profile h2, .kupo-user_profile h2 span {
  font-family: var(--smgCupoHeadingFontFamily, "Poppins", Arial, sans-serif);
}
.kupo-user_profile .kupo-user_profile-content {
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding-top: 40px;
}
@media (min-width: 1500px) {
  .kupo-user_profile .kupo-user_profile-content {
    max-width: 80%;
  }
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 0;
  column-gap: 60px;
}
@media (max-width: 1100px) {
  .kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data {
    width: 100%;
    flex-flow: column nowrap;
  }
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column-1, .kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column-3 {
  flex-grow: 1;
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column-2 {
  flex-grow: 2;
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column-flex {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column-flex {
    width: 100%;
  }
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column .kupo-user_profile_data_detail {
  width: 100%;
  margin: 10px 0;
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column .kupo-user_profile_data_detail > header {
  font-weight: bolder;
  font-size: 18px;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column .kupo-user_profile_data_detail > header .kupo-header-add, .kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column .kupo-user_profile_data_detail > header .kupo-header-edit {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: var(--smgCupoSecondaryColor, #0068af);
  text-align: center;
  cursor: pointer;
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column .kupo-profile-box {
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 20px;
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column .kupo-profile-box .kupo-profile-box-content {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column .kupo-profile-box .kupo-profile-box-content-add {
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: var(--smgCupoSecondaryColor, #0068af);
  text-align: center;
  cursor: pointer;
  margin: 20px 0;
}
.kupo-user_profile .kupo-user_profile-content > .kupo-user_profile_data .kupo_column .kupo-profile-box .kupo-user-data_icon {
  background-color: var(--smgCupoSecondaryColor, #0068af);
  fill: #fff;
  float: right;
  padding: 4px 4px;
  border-radius: 5px;
  border-width: 0;
  position: relative;
  bottom: 25px;
  margin: 0 2px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
.kupo-user_profile .kupo-user_profile-content .cupo-modal-body > header {
  overflow: unset;
  white-space: unset;
  color: #0d53c2;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  background: none;
  width: auto;
  max-width: 100%;
  position: static;
  transform: none;
  z-index: 1;
  border-radius: 0;
  box-shadow: none;
  padding: 5px 30px;
}
.kupo-user_profile .kupo-user_profile-content .cupo-modal-body .cupo_icon.edit-icon, .kupo-user_profile .kupo-user_profile-content .cupo-modal-body .cupo_icon.delete-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 27px;
  fill: var(--smgCupoSecondaryColor, #0068af);
}
.kupo-user_profile .kupo-user_profile-content .cupo-modal-body .cupo-input-wrapper select + label {
  font-size: 12px;
}
.kupo-user_profile .cupo-notifications {
  margin-top: 30px;
}
.kupo-user_profile .cupo-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.kupo-user_profile .cupo-modal-close > svg.cupo_icon {
  fill: gray;
  width: 16px;
  height: 16px;
}
.kupo-user_profile .cupo-modal-loader {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 5;
  justify-content: center;
  align-items: center;
  color: var(--smgCupoSecondaryColor, #0068af);
}
.kupo-user_profile .cupo-modal-success-message, .kupo-user_profile .cupo-modal-error-message {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 5;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  row-gap: 20px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.kupo-user_profile .cupo-modal-success-message .cupo-modal-close_button, .kupo-user_profile .cupo-modal-error-message .cupo-modal-close_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: var(--smgCupoSecondaryColor, #0068af);
  border: solid 1px var(--smgCupoSecondaryColor, #0068af);
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}

@media (max-width: 799px) {
  .cupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons {
    padding: 0 20px 18px;
  }
  .cupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons > button.cupo-modal-confirm_button,
  .cupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons > button.cupo-modal-cancel_button {
    font-weight: 400;
  }
  .cupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_controls {
    padding: 20px 20px 0;
  }
  .cupo-user_profile .cupo-user_profile-content .cupo-modal-body > header {
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 400;
  }
  .cupo-user_profile .cupo-user_profile-content .cupo-modal-body .cupo_icon.edit-icon, .cupo-user_profile .cupo-user_profile-content .cupo-modal-body .cupo_icon.delete-icon {
    display: none;
  }
}
.kupo-user_profile .kupo-user_profile-content .kupo-user_profile_data .kupo-user_profile-actions {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 10px;
  width: 100%;
  margin: 50px 0;
}
.kupo-user_profile .kupo-user_profile-content .kupo-user_profile_data .kupo-user_profile-actions .kupo-user_profile-actions-button {
  width: 100%;
  border-radius: 5px;
  border-width: 0;
  background-color: var(--smgCupoSecondaryColor, #0068af);
  color: #fff;
  padding: 0 10px;
  display: flex;
  place-items: center;
  justify-content: space-between;
}
.kupo-user_profile .kupo-user_profile-content .kupo-user_profile_data .kupo-user_profile-actions .kupo-user_profile-actions-button_icon {
  background-color: var(--smgCupoSecondaryColor, #0068af);
  fill: #fff;
  color: #fff;
  float: right;
  font-size: 15px;
  padding: 6px 6px;
  height: 30px;
  width: 30px;
}

.cupo-modal-user_profile-delete-account .cupo-modal-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.cupo-modal-user_profile-delete-account .cupo-modal-body {
  box-shadow: 5px 5px 5px 0 rgba(176, 176, 176, 0.35);
  max-width: calc(100% - 20px);
  padding: 0;
}
@media (min-width: 740px) {
  .cupo-modal-user_profile-delete-account .cupo-modal-body {
    max-width: 700px;
  }
}
.cupo-modal-user_profile-delete-account .cupo-modal-body .cupo-modal-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.cupo-modal-user_profile-delete-account .cupo-modal-body .cupo-modal-buttons > .cupo-modal-cancel_button {
  font-size: 14px;
  font-weight: 600;
  color: var(--smgCupoPrimaryColor, #ed6102);
  background-color: #fff;
  border: solid 1px var(--smgCupoPrimaryColor, #ed6102);
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
  width: 150px;
}
.cupo-modal-user_profile-delete-account .cupo-modal-body .cupo-modal-buttons > .cupo-modal-confirm_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: var(--smgCupoPrimaryColor, #ed6102);
  border: solid 1px var(--smgCupoPrimaryColor, #ed6102);
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
  width: 150px;
}
.cupo-modal-user_profile-delete-account .cupo-modal-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
@media (max-width: 600px) {
  .cupo-modal-user_profile-delete-account .cupo-modal-content {
    flex-flow: column nowrap;
  }
}
.cupo-modal-user_profile-delete-account .cupo-modal-content .kupo-form-images {
  width: 50%;
}
@media (max-width: 600px) {
  .cupo-modal-user_profile-delete-account .cupo-modal-content .kupo-form-images {
    width: 100%;
  }
}
.cupo-modal-user_profile-delete-account .cupo-modal-content .kupo-form-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.cupo-modal-user_profile-delete-account .cupo-modal-content .kupo-form-content {
  width: 50%;
}
@media (max-width: 600px) {
  .cupo-modal-user_profile-delete-account .cupo-modal-content .kupo-form-content {
    width: 100%;
  }
}
.cupo-modal-user_profile-delete-account .cupo-modal-content .kupo-form-content .cupo_primary_heading {
  font-family: var(--smgCupoFontFamily, "Montserrat", Arial, sans-serif);
  color: var(--smgCupoPrimaryColor, #ed6102);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  background: none;
}
.cupo-modal-user_profile-delete-account .cupo-modal-content .kupo-form-content .cupo-delete_account-form {
  margin-bottom: 20px;
}

.cupo-modal-user_profile-edit_password .cupo-modal-body {
  box-shadow: 5px 5px 5px 0 rgba(176, 176, 176, 0.35);
  max-width: calc(100% - 20px);
  width: 400px;
}
.cupo-modal-user_profile-edit_password .cupo-modal-body .cupo-input-wrapper label {
  color: #7b7b7b;
}
.cupo-modal-user_profile-edit_password .cupo-modal-body .cupo-modal-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 24px;
}
.cupo-modal-user_profile-edit_password .cupo-modal-body .cupo-modal-buttons > .cupo-modal-cancel_button {
  font-size: 14px;
  font-weight: 600;
  color: #0d53c2;
  background-color: #fff;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.cupo-modal-user_profile-edit_password .cupo-modal-body .cupo-modal-buttons > .cupo-modal-confirm_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #0d53c2;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.cupo-modal-user_profile-edit_password .cupo-modal-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.cupo-modal-user_profile-edit_password .cupo_password_notice {
  font-size: 13px;
  margin-top: 20px;
}
.cupo-modal-user_profile-edit_password .cupo_password_notice ul {
  padding-bottom: 0;
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_controls {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_control > * {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_control:not(:first-child) {
  margin-top: 10px;
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_control input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_control input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_control input.invalid, .cupo-modal-user_profile-edit_password .cupo-edit_password-form_control input:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_control > .cupo_icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_control > .cupo_icon:hover {
  fill: var(--smgCupoPrimaryColor, #ed6102);
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_control > .cupo_icon.cupo-edit_password-visible_password_button {
  display: none;
}
.cupo-modal-user_profile-edit_password .cupo-edit_password-form_control > .cupo_icon.cupo-edit_password-hidden_password_button {
  display: block;
}

.cupo-modal-user_profile-edit_account_mail .cupo-modal-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-body {
  box-shadow: 5px 5px 5px 0 rgba(176, 176, 176, 0.35);
  max-width: calc(100% - 20px);
  padding: 0;
}
@media (min-width: 740px) {
  .cupo-modal-user_profile-edit_account_mail .cupo-modal-body {
    max-width: 700px;
  }
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-body .cupo-modal-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-body .cupo-modal-buttons > .cupo-modal-cancel_button {
  font-size: 14px;
  font-weight: 600;
  color: var(--smgCupoPrimaryColor, #ed6102);
  background-color: #fff;
  border: solid 1px var(--smgCupoPrimaryColor, #ed6102);
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
  width: 150px;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-body .cupo-modal-buttons > .cupo-modal-confirm_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: var(--smgCupoPrimaryColor, #ed6102);
  border: solid 1px var(--smgCupoPrimaryColor, #ed6102);
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
  width: 150px;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
@media (max-width: 600px) {
  .cupo-modal-user_profile-edit_account_mail .cupo-modal-content {
    flex-flow: column nowrap;
  }
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-preview_image {
  width: 50%;
}
@media (max-width: 600px) {
  .cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-preview_image {
    width: 100%;
  }
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-preview_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content {
  width: 50%;
}
@media (max-width: 600px) {
  .cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content {
    width: 100%;
  }
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content .cupo_primary_heading {
  font-family: var(--smgCupoFontFamily, "Montserrat", Arial, sans-serif);
  color: var(--smgCupoPrimaryColor, #ed6102);
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  background: none;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content .cupo-modal-input-error-message {
  color: red;
  font-size: 0.8em;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content .cupo-edit_account_mail-form_controls {
  margin-bottom: 40px;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content .cupo-edit_account_mail-form_control:not(:last-child) {
  margin-bottom: 10px;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content input.invalid, .cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content input:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content .cupo_icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content .cupo_icon:hover {
  fill: var(--smgCupoPrimaryColor, #ed6102);
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content .cupo_icon.cupo-edit_account_mail-visible_password_button {
  display: none;
}
.cupo-modal-user_profile-edit_account_mail .cupo-modal-content .cupo-edit_account_mail-content .cupo_icon.cupo-edit_account_mail-hidden_password_button {
  display: block;
}

.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-modal-body, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-modal-body {
  box-shadow: 5px 5px 5px 0 rgba(176, 176, 176, 0.35);
  max-width: calc(100% - 20px);
  width: 400px;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-modal-body .cupo-input-wrapper label, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-modal-body .cupo-input-wrapper label {
  color: #7b7b7b;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-modal-body .cupo-modal-buttons, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-modal-body .cupo-modal-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 24px;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-modal-body .cupo-modal-buttons > .cupo-modal-cancel_button, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-modal-body .cupo-modal-buttons > .cupo-modal-cancel_button {
  font-size: 14px;
  font-weight: 600;
  color: #0d53c2;
  background-color: #fff;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-modal-body .cupo-modal-buttons > .cupo-modal-confirm_button, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-modal-body .cupo-modal-buttons > .cupo-modal-confirm_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #0d53c2;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-modal-overlay, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-modal-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_controls, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_controls {
  padding: 20px 30px 0;
  margin: 0 0 25px;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control > *, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control > * {
  flex: 0 0 auto;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control:not(:first-child), .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control:not(:first-child) {
  margin-top: 10px;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control input,
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control select, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control input,
.kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control input::placeholder,
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control select::placeholder, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control input::placeholder,
.kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control select::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control input.invalid, .kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control input:focus:invalid,
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control select.invalid,
.kupo-user_profile .cupo-modal-user_profile-address-edit .cupo-edit_personal_data-form_control select:focus:invalid, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control input.invalid, .kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control input:focus:invalid,
.kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control select.invalid,
.kupo-user_profile .cupo-modal-user_profile-delete-address .cupo-edit_personal_data-form_control select:focus:invalid {
  border-color: #ff0000;
}

.cupo-modal-user_profile-address-edit .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-address-edit .cupo-edit_address-form_controls {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-address-edit .cupo-edit_address-form_control > * {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-address-edit .cupo-edit_address-form_control:not(:first-child) {
  margin-top: 10px;
}
.cupo-modal-user_profile-address-edit .cupo-edit_address-form_control input, .cupo-modal-user_profile-address-edit .cupo-edit_address-form_control select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.cupo-modal-user_profile-address-edit .cupo-edit_address-form_control input::placeholder, .cupo-modal-user_profile-address-edit .cupo-edit_address-form_control select::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-address-edit .cupo-edit_address-form_control input.invalid, .cupo-modal-user_profile-address-edit .cupo-edit_address-form_control input:focus:invalid, .cupo-modal-user_profile-address-edit .cupo-edit_address-form_control select.invalid, .cupo-modal-user_profile-address-edit .cupo-edit_address-form_control select:focus:invalid {
  border-color: #ff0000;
}

.cupo-modal-user_profile-delete-address .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-delete-address .cupo-delete_account-form {
  padding: 20px 20px 0;
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.kupo-user_profile .kupo-user_profile-content .kupo-profile-box .kupo-profile-box-contact-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.kupo-user_profile .kupo-user_profile-content .kupo-profile-box .kupo-profile-box-contact-wrapper .kupo-profile-box-contact-icon {
  font-size: 20px;
  margin-right: 20px;
  text-align: center;
  height: 30px;
  width: 30px;
  fill: var(--smgCupoSecondaryColor, #0068af);
}
.kupo-user_profile .kupo-user_profile-content .kupo-profile-box .kupo-profile-box-contact-wrapper .kupo-profile-box-favorite-contact-icon {
  font-size: 40px;
  margin-right: 20px;
  text-align: center;
  height: 30px;
  width: 30px;
  fill: var(--smgCupoSecondaryColor, #0068af);
}
.kupo-user_profile .kupo-user_profile-content .kupo-profile-box .kupo-profile-box-contact-wrapper .kupo-profile-box-favorite-contact-main-icon {
  font-size: 40px;
  margin-right: 83px;
  text-align: center;
  height: 30px;
  width: 30px;
  fill: var(--smgCupoSecondaryColor, #0068af);
}
.kupo-user_profile .kupo-user_profile-content .kupo-profile-box .kupo-profile-box-contact-wrapper .kupo-profile-box-contact {
  width: 100%;
}
.kupo-user_profile .kupo-user_profile-content .kupo-profile-box .kupo-profile-box-contact-wrapper .kupo-profile-box-contact header {
  font-size: 14px;
  margin: 0 0;
  padding: 0 0;
}
.kupo-user_profile .kupo-user_profile-content .kupo-profile-box .kupo-profile-box-contact-wrapper .kupo-profile-contact-delete_button, .kupo-user_profile .kupo-user_profile-content .kupo-profile-box .kupo-profile-box-contact-wrapper .kupo-profile-contact-edit_button {
  background-color: var(--smgCupoSecondaryColor, #0068af);
  fill: #fff;
  float: right;
  padding: 4px 4px;
  border-radius: 5px;
  border-width: 0;
  position: relative;
  margin: 0 0 0 4px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.cupo-modal-user_profile-add_contact .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-add_contact .cupo-input-wrapper input, .cupo-modal-user_profile-add_contact .cupo-input-wrapper select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.cupo-modal-user_profile-add_contact .cupo-input-wrapper input::placeholder, .cupo-modal-user_profile-add_contact .cupo-input-wrapper select::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-add_contact .cupo-input-wrapper input.invalid, .cupo-modal-user_profile-add_contact .cupo-input-wrapper input:focus:invalid, .cupo-modal-user_profile-add_contact .cupo-input-wrapper select.invalid, .cupo-modal-user_profile-add_contact .cupo-input-wrapper select:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-add_contact .cupo-input-wrapper .cupo-modal-input-error-message {
  color: red;
  font-size: 0.8em;
  display: block;
  width: 400px;
}
.cupo-modal-user_profile-add_contact .cupo-user_profile-add_contact {
  padding: 20px 30px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-add_contact .cupo-modal-body .cupo-modal-buttons {
  padding: 0 20px 20px;
}
.cupo-modal-user_profile-add_contact .cupo-modal-body .cupo-modal-buttons .cupo-modal-cancel_button {
  font-size: 14px;
  font-weight: 600;
  color: #0d53c2;
  background-color: #fff;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.cupo-modal-user_profile-add_contact .cupo-modal-body .cupo-modal-buttons .cupo-modal-confirm_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #0d53c2;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form:not(:first-child) {
  margin-top: 20px;
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column:not(:first-child) {
  margin-left: 20px;
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-flex {
  width: auto;
  flex: 1;
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-1 {
  width: calc((100% / 1) - (0 * 20px / 1));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-2 {
  width: calc((100% / 2) - (1 * 20px / 2));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-3 {
  width: calc((100% / 3) - (2 * 20px / 3));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-4 {
  width: calc((100% / 4) - (3 * 20px / 4));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-5 {
  width: calc((100% / 5) - (4 * 20px / 5));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-6 {
  width: calc((100% / 6) - (5 * 20px / 6));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-7 {
  width: calc((100% / 7) - (6 * 20px / 7));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-8 {
  width: calc((100% / 8) - (7 * 20px / 8));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-9 {
  width: calc((100% / 9) - (8 * 20px / 9));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-10 {
  width: calc((100% / 10) - (9 * 20px / 10));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-11 {
  width: calc((100% / 11) - (10 * 20px / 11));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-12 {
  width: calc((100% / 12) - (11 * 20px / 12));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-13 {
  width: calc((100% / 13) - (12 * 20px / 13));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-14 {
  width: calc((100% / 14) - (13 * 20px / 14));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-15 {
  width: calc((100% / 15) - (14 * 20px / 15));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-16 {
  width: calc((100% / 16) - (15 * 20px / 16));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-17 {
  width: calc((100% / 17) - (16 * 20px / 17));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-18 {
  width: calc((100% / 18) - (17 * 20px / 18));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-19 {
  width: calc((100% / 19) - (18 * 20px / 19));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form > .cupo_column.cupo_column-20 {
  width: calc((100% / 20) - (19 * 20px / 20));
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form .cupo_column.cupo_column-2:first-child {
  width: 100px;
}
.cupo-modal-user_profile-add_contact .cupo_row_add_contact_form .cupo_column.cupo_column-2:last-child {
  width: calc(100% - 120px);
}

.cupo-modal-user_profile-edit_contact .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-edit_contact .cupo-input-wrapper input, .cupo-modal-user_profile-edit_contact .cupo-input-wrapper select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.cupo-modal-user_profile-edit_contact .cupo-input-wrapper input::placeholder, .cupo-modal-user_profile-edit_contact .cupo-input-wrapper select::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-edit_contact .cupo-input-wrapper input.invalid, .cupo-modal-user_profile-edit_contact .cupo-input-wrapper input:focus:invalid, .cupo-modal-user_profile-edit_contact .cupo-input-wrapper select.invalid, .cupo-modal-user_profile-edit_contact .cupo-input-wrapper select:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-edit_contact .cupo-input-wrapper .cupo-modal-input-error-message {
  color: red;
  font-size: 0.8em;
  display: block;
  width: 400px;
}
.cupo-modal-user_profile-edit_contact .cupo-user_profile-edit_contact {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-edit_contact .cupo-user_profile-edit_contact .cupo-edit_email-form_control .cupo_icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.cupo-modal-user_profile-edit_contact .cupo-user_profile-edit_contact .cupo-edit_email-form_control .cupo_icon:hover {
  fill: var(--smgCupoPrimaryColor, #ed6102);
}
.cupo-modal-user_profile-edit_contact .cupo-user_profile-edit_contact .cupo-edit_email-form_control .cupo_icon.cupo-edit_email-visible_password_button {
  display: none;
}
.cupo-modal-user_profile-edit_contact .cupo-user_profile-edit_contact .cupo-edit_email-form_control .cupo_icon.cupo-edit_email-hidden_password_button {
  display: block;
}
.cupo-modal-user_profile-edit_contact .cupo-user_profile-edit_contact .cupo-edit_email-form_control > * {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-edit_contact .cupo-user_profile-edit_contact .cupo-edit_email-form_control:not(:first-child) {
  margin-top: 10px;
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form:not(:first-child) {
  margin-top: 20px;
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column:not(:first-child) {
  margin-left: 20px;
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-flex {
  width: auto;
  flex: 1;
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-1 {
  width: calc((100% / 1) - (0 * 20px / 1));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-2 {
  width: calc((100% / 2) - (1 * 20px / 2));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-3 {
  width: calc((100% / 3) - (2 * 20px / 3));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-4 {
  width: calc((100% / 4) - (3 * 20px / 4));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-5 {
  width: calc((100% / 5) - (4 * 20px / 5));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-6 {
  width: calc((100% / 6) - (5 * 20px / 6));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-7 {
  width: calc((100% / 7) - (6 * 20px / 7));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-8 {
  width: calc((100% / 8) - (7 * 20px / 8));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-9 {
  width: calc((100% / 9) - (8 * 20px / 9));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-10 {
  width: calc((100% / 10) - (9 * 20px / 10));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-11 {
  width: calc((100% / 11) - (10 * 20px / 11));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-12 {
  width: calc((100% / 12) - (11 * 20px / 12));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-13 {
  width: calc((100% / 13) - (12 * 20px / 13));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-14 {
  width: calc((100% / 14) - (13 * 20px / 14));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-15 {
  width: calc((100% / 15) - (14 * 20px / 15));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-16 {
  width: calc((100% / 16) - (15 * 20px / 16));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-17 {
  width: calc((100% / 17) - (16 * 20px / 17));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-18 {
  width: calc((100% / 18) - (17 * 20px / 18));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-19 {
  width: calc((100% / 19) - (18 * 20px / 19));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form > .cupo_column.cupo_column-20 {
  width: calc((100% / 20) - (19 * 20px / 20));
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form .cupo_column.cupo_column-2:first-child {
  width: 100px;
}
.cupo-modal-user_profile-edit_contact .cupo_row_edit_contact_form .cupo_column.cupo_column-2:last-child {
  width: calc(100% - 120px);
}
.cupo-modal-user_profile-edit_contact .cupo-modal-body .cupo-modal-buttons {
  padding: 0 20px 20px;
}
.cupo-modal-user_profile-edit_contact .cupo-modal-body .cupo-modal-buttons .cupo-modal-cancel_button {
  font-size: 14px;
  font-weight: 600;
  color: #0d53c2;
  background-color: #fff;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.cupo-modal-user_profile-edit_contact .cupo-modal-body .cupo-modal-buttons .cupo-modal-confirm_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #0d53c2;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}

.cupo-modal-user_profile-delete_contact .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-delete_contact .cupo-delete_contact-form {
  padding: 20px 20px 0;
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.cupo-modal-user_profile-delete_contact .cupo-modal-body .cupo-modal-buttons {
  padding: 0 20px 20px;
}
.cupo-modal-user_profile-delete_contact .cupo-modal-body .cupo-modal-buttons .cupo-modal-cancel_button {
  font-size: 14px;
  font-weight: 600;
  color: #0d53c2;
  background-color: #fff;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.cupo-modal-user_profile-delete_contact .cupo-modal-body .cupo-modal-buttons .cupo-modal-confirm_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #0d53c2;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}

.kupo-user_profile .kupo-user_profile-content > header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #626262;
}
@media (max-width: 950px) {
  .kupo-user_profile .kupo-user_profile-content > header {
    flex-flow: column nowrap;
  }
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-user {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-user svg {
  fill: var(--smgCupoPrimaryColor, #ed6102);
  width: 60px;
  height: 60px;
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-user .kupo-user-details p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  width: 400px;
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-user .kupo-user-details .kupo-user-name {
  font-size: 25px;
  color: var(--smgCupoSecondaryColor, #0068af);
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-total, .kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-next {
  color: #005baa;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 200px;
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-total p, .kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-next p {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-total .kupo-travels-total-count, .kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-total .kupo-travels-next-count, .kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-next .kupo-travels-total-count, .kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-next .kupo-travels-next-count {
  font-size: 25px;
  text-align: center;
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-total .kupo-travels-total-description, .kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-total .kupo-travels-next-description, .kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-next .kupo-travels-total-description, .kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-next .kupo-travels-next-description {
  font-size: 16px;
  text-align: center;
}
.kupo-user_profile .kupo-user_profile-content > header section.kupo-travels-info .kupo-travels-total {
  border-right: 1px solid #005baa;
  padding-right: 40px;
  margin-right: 40px;
}

.cupo-user_profile-payment-edit_button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border: none;
  line-height: 30px;
  height: 30px;
  background: var(--smgCupoPrimaryColor, #ed6102);
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  width: 140px;
  text-align: center;
  outline: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--smgCupoBorderRadius) 0 var(--smgCupoBorderRadius) 0;
}
.cupo-user_profile-payment-edit_button:hover, .cupo-user_profile-payment-edit_button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-payment-edit_button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}
.cupo-user_profile-payment-edit_button > svg.cupo_icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-payment-edit_button > svg.cupo_icon {
    height: 30px;
    width: 30px;
  }
}

.cupo-modal-user_profile-edit_payment > .cupo-modal-body {
  padding: 20px;
}
@media (min-width: 360px) {
  .cupo-modal-user_profile-edit_payment > .cupo-modal-body {
    min-width: 320px;
  }
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content header svg {
  height: 60px;
  width: 60px;
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content header span {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: var(--smgCupoPrimaryColor, #ed6102);
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content .cupo-edit_payment-form_controls {
  margin: 10px 0 0;
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content .cupo-edit_payment-form_controls .cupo-input-wrapper input[type=text] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content .cupo-edit_payment-form_controls .cupo-input-wrapper input[type=text]::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content .cupo-edit_payment-form_controls .cupo-input-wrapper input[type=text].invalid, .cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content .cupo-edit_payment-form_controls .cupo-input-wrapper input[type=text]:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content .cupo-edit-payment-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
  margin: 30px 0 0;
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content .cupo-edit-payment-buttons .cupo-edit-payment-cancel_button {
  font-size: 14px;
  font-weight: 600;
  color: var(--smgCupoPrimaryColor, #ed6102);
  background-color: #fff;
  border: solid 1px var(--smgCupoPrimaryColor, #ed6102);
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
  outline: none;
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content .cupo-edit-payment-buttons .cupo-edit-payment-confirm_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: var(--smgCupoPrimaryColor, #ed6102);
  border: solid 1px var(--smgCupoPrimaryColor, #ed6102);
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
  outline: none;
}
.cupo-modal-user_profile-edit_payment > .cupo-modal-body > .cupo-modal-content .cupo-modal-loader {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 5;
  justify-content: center;
  align-items: center;
  color: var(--smgCupoSecondaryColor, #0068af);
}

.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body {
  box-shadow: 5px 5px 5px 0px rgba(176, 176, 176, 0.35);
  max-width: calc(100% - 20px);
  width: 400px;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-input-wrapper label {
  color: #7b7b7b;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 24px;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons > .cupo-modal-cancel_button {
  font-size: 14px;
  font-weight: 600;
  color: #0d53c2;
  background-color: #fff;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons > .cupo-modal-cancel_button:hover, .kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons > .cupo-modal-cancel_button:focus {
  font-weight: 600;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons > .cupo-modal-confirm_button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #0d53c2;
  border: solid 1px #0d53c2;
  border-radius: 19px;
  padding: 8px 20px;
  height: auto;
  line-height: 20px;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons > .cupo-modal-confirm_button:hover, .kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-body .cupo-modal-buttons > .cupo-modal-confirm_button:focus {
  font-weight: 600;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-modal-overlay {
  background: rgba(0, 0, 0, 0.2);
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit input.text,
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit input.title,
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit input[type=email],
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit input[type=password],
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit input[type=tel],
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit input[type=text],
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit select,
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit textarea {
  border-color: #626262;
  color: #626262;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_controls {
  padding: 20px 30px 0;
  margin: 0 0 25px;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control > * {
  flex: 0 0 auto;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control:not(:first-child) {
  margin-top: 10px;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control input,
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control input:placeholder,
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control select:placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control input.invalid, .kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control input:focus:invalid,
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control select.invalid,
.kupo-user_profile .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control select:focus:invalid {
  border-color: #ff0000;
}

.cupo-modal-user_profile-personal_data-edit .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_controls {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control > * {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control:not(:first-child) {
  margin-top: 10px;
}
.cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control input, .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 26px;
}
.cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control input::placeholder, .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control select::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control input.invalid, .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control input:focus:invalid, .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control select.invalid, .cupo-modal-user_profile-personal_data-edit .cupo-edit_personal_data-form_control select:focus:invalid {
  border-color: #ff0000;
}
