@media (max-width: 899px) {
  .cupo-user_profile .cupo-user_profile-content-wrapper > .cupo_row_user_profile > .cupo_column:not(:first-child) {
    margin-top: 30px;
  }
  .cupo-user_profile .cupo-user_profile-contact {
    margin-top: 40px;
  }
}
@media (min-width: 900px) {
  .cupo-user_profile .cupo_row_user_profile {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .cupo-user_profile .cupo_row_user_profile:not(:first-child) {
    margin-top: 20px;
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column {
    flex: 0 0 auto;
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column:not(:first-child) {
    margin-left: 20px;
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-flex {
    width: auto;
    flex: 1;
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-1 {
    width: calc((100% / 1) - (0 * 20px / 1));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-2 {
    width: calc((100% / 2) - (1 * 20px / 2));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-3 {
    width: calc((100% / 3) - (2 * 20px / 3));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-4 {
    width: calc((100% / 4) - (3 * 20px / 4));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-5 {
    width: calc((100% / 5) - (4 * 20px / 5));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-6 {
    width: calc((100% / 6) - (5 * 20px / 6));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-7 {
    width: calc((100% / 7) - (6 * 20px / 7));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-8 {
    width: calc((100% / 8) - (7 * 20px / 8));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-9 {
    width: calc((100% / 9) - (8 * 20px / 9));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-10 {
    width: calc((100% / 10) - (9 * 20px / 10));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-11 {
    width: calc((100% / 11) - (10 * 20px / 11));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-12 {
    width: calc((100% / 12) - (11 * 20px / 12));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-13 {
    width: calc((100% / 13) - (12 * 20px / 13));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-14 {
    width: calc((100% / 14) - (13 * 20px / 14));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-15 {
    width: calc((100% / 15) - (14 * 20px / 15));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-16 {
    width: calc((100% / 16) - (15 * 20px / 16));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-17 {
    width: calc((100% / 17) - (16 * 20px / 17));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-18 {
    width: calc((100% / 18) - (17 * 20px / 18));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-19 {
    width: calc((100% / 19) - (18 * 20px / 19));
  }
  .cupo-user_profile .cupo_row_user_profile > .cupo_column.cupo_column-20 {
    width: calc((100% / 20) - (19 * 20px / 20));
  }
  .cupo-user_profile .cupo_row_user_profile .cupo_column:nth-child(2).cupo_column-flex {
    width: calc(33.3333333333% - 40px);
  }
}
.cupo-user_profile .cupo-user_profile-content {
  background: var(--smgCupoSecondaryColor, #0068af);
  padding: 30px 0;
  min-height: calc(100vh - 100px - 120px - 145px);
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile .cupo-user_profile-content {
    min-height: calc(100vh - 100px - 120px - 145px);
  }
}
.cupo-user_profile .cupo-user_profile-content .cupo-user_profile-content-wrapper {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile .cupo-user_profile-content .cupo-user_profile-content-wrapper {
    max-width: 70%;
  }
}
.cupo-user_profile .cupo-user_profile-content .cupo-user_profile-content-wrapper .cupo-user_profile-address,
.cupo-user_profile .cupo-user_profile-content .cupo-user_profile-content-wrapper .cupo-user_profile-payments {
  margin-top: 30px;
}
.cupo-user_profile .cupo-notifications {
  margin-top: 30px;
}

.cupo-user_profile-actions > button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  width: 100%;
  border: none;
  line-height: 36px;
  height: 36px;
  background: var(--smgCupoPrimaryColor, #ed6102);
  font-size: 16px;
  color: #fff;
  border-radius: var(--smgCupoBorderRadiusSmall);
  padding: 0 20px;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-actions > button {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}
.cupo-user_profile-actions > button:not(:first-child) {
  margin-top: 10px;
}
.cupo-user_profile-actions > button:hover, .cupo-user_profile-actions > button:focus {
  font-weight: bold;
}

.cupo-modal-user_profile-edit_password .cupo-modal-body {
  width: 400px;
}
.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;
  outline: none !important;
}
.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_email .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-form_controls {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-form_control > * {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-form_control:not(:first-child) {
  margin-top: 10px;
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-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;
  outline: none !important;
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-form_control input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-form_control input.invalid, .cupo-modal-user_profile-edit_email .cupo-edit_email-form_control input:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-form_control > .cupo_icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-form_control > .cupo_icon:hover {
  fill: var(--smgCupoPrimaryColor, #ed6102);
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-form_control > .cupo_icon.cupo-edit_email-visible_password_button {
  display: none;
}
.cupo-modal-user_profile-edit_email .cupo-edit_email-form_control > .cupo_icon.cupo-edit_email-hidden_password_button {
  display: block;
}

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

.cupo-modal-newsletter_success_modal .cupo-modal-body {
  text-align: center;
  width: 400px;
}
.cupo-modal-newsletter_success_modal .cupo-modal-body .cupo-newsletter-success-text {
  padding: 20px;
}

.cupo-user_profile-address {
  position: relative;
  background: #fff;
  border-radius: var(--smgCupoBorderRadius);
}
.cupo-user_profile-address > h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  background: var(--smgCupoPrimaryColor, #ed6102);
  width: 240px;
  max-width: 98%;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: var(--smgCupoBorderRadiusSmall);
  box-shadow: 0 0 10px #002d68;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-address > h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.cupo-user_profile-address > .cupo-user_profile-address-details {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 10px !important;
  margin-bottom: 0;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-address > .cupo-user_profile-address-details {
    font-size: 22px;
    line-height: 28px;
  }
}
.cupo-user_profile-address .cupo-user_profile-address-footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.cupo-user_profile-address .cupo-user_profile-address-footer > .cupo-user_profile-address-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-address .cupo-user_profile-address-footer > .cupo-user_profile-address-edit_button:hover, .cupo-user_profile-address .cupo-user_profile-address-footer > .cupo-user_profile-address-edit_button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-address .cupo-user_profile-address-footer > .cupo-user_profile-address-edit_button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}
.cupo-user_profile-address .cupo-user_profile-address-footer > .cupo-user_profile-address-edit_button > svg.cupo_icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-address .cupo-user_profile-address-footer > .cupo-user_profile-address-edit_button > svg.cupo_icon {
    height: 30px;
    width: 30px;
  }
}

.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;
  outline: none !important;
}
.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-user_profile-contact {
  position: relative;
}
.cupo-user_profile-contact .cupo-user_profile-contact_add {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  background: var(--smgCupoPrimaryColor, #ed6102);
  width: 240px;
  max-width: 98%;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: var(--smgCupoBorderRadiusSmall);
  box-shadow: 0 0 10px #002d68;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_add {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 899px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_add {
    top: -27px;
  }
}
.cupo-user_profile-contact .cupo-user_profile-contact_add h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 34px);
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0;
  flex: 1 0 auto;
  text-align: center;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_add h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.cupo-user_profile-contact .cupo-user_profile-contact_add button {
  cursor: pointer;
  appearance: none;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: var(--smgCupoSecondaryColor, #0068af);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  box-sizing: border-box;
}
.cupo-user_profile-contact .cupo-user_profile-contact_add button:hover {
  border: 2px solid #fff;
}
.cupo-user_profile-contact .cupo-user_profile-contact_add button .cupo_icon {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_add button .cupo_icon {
    width: 20px;
    height: 20px;
  }
}
.cupo-user_profile-contact .cupo-user_profile-contact_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 10px;
  padding: 10px 20px;
  background: #fff;
  border-radius: var(--smgCupoBorderRadiusSmall);
}
.cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 899px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item:not(:first-child) {
    margin-top: 5px;
  }
}
.cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_type > svg.cupo_icon {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_type > svg.cupo_icon {
    width: 45px;
    height: 45px;
  }
}
.cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_details {
  flex: 1 0 auto;
  max-width: calc(100% - 40px - 20px - 10px);
}
.cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_details > h3 {
  color: #000 !important;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_details > h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_details > p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  white-space: inherit;
  word-break: break-word;
}
@media screen and (min-width: 900px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_details > p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_details > p {
    font-size: 22px;
    line-height: 28px;
  }
}
.cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_edit > .cupo_icon {
  cursor: pointer;
  fill: #5e5e5e;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_edit > .cupo_icon {
    width: 30px;
    height: 30px;
  }
}
.cupo-user_profile-contact .cupo-user_profile-contact_list .cupo-user_profile-contact_list_item .cupo-user_profile-contact_edit > .cupo_icon:hover {
  fill: var(--smgCupoPrimaryColor, #ed6102);
}

.cupo-modal-user_profile-contact-add .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-contact-add .cupo-input-wrapper input, .cupo-modal-user_profile-contact-add .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;
  outline: none !important;
}
.cupo-modal-user_profile-contact-add .cupo-input-wrapper input::placeholder, .cupo-modal-user_profile-contact-add .cupo-input-wrapper select::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-contact-add .cupo-input-wrapper input.invalid, .cupo-modal-user_profile-contact-add .cupo-input-wrapper input:focus:invalid, .cupo-modal-user_profile-contact-add .cupo-input-wrapper select.invalid, .cupo-modal-user_profile-contact-add .cupo-input-wrapper select:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-contact-add .cupo-user_profile-add_contact {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form:not(:first-child) {
  margin-top: 20px;
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column:not(:first-child) {
  margin-left: 20px;
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-flex {
  width: auto;
  flex: 1;
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-1 {
  width: calc((100% / 1) - (0 * 20px / 1));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-2 {
  width: calc((100% / 2) - (1 * 20px / 2));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-3 {
  width: calc((100% / 3) - (2 * 20px / 3));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-4 {
  width: calc((100% / 4) - (3 * 20px / 4));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-5 {
  width: calc((100% / 5) - (4 * 20px / 5));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-6 {
  width: calc((100% / 6) - (5 * 20px / 6));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-7 {
  width: calc((100% / 7) - (6 * 20px / 7));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-8 {
  width: calc((100% / 8) - (7 * 20px / 8));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-9 {
  width: calc((100% / 9) - (8 * 20px / 9));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-10 {
  width: calc((100% / 10) - (9 * 20px / 10));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-11 {
  width: calc((100% / 11) - (10 * 20px / 11));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-12 {
  width: calc((100% / 12) - (11 * 20px / 12));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-13 {
  width: calc((100% / 13) - (12 * 20px / 13));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-14 {
  width: calc((100% / 14) - (13 * 20px / 14));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-15 {
  width: calc((100% / 15) - (14 * 20px / 15));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-16 {
  width: calc((100% / 16) - (15 * 20px / 16));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-17 {
  width: calc((100% / 17) - (16 * 20px / 17));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-18 {
  width: calc((100% / 18) - (17 * 20px / 18));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-19 {
  width: calc((100% / 19) - (18 * 20px / 19));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form > .cupo_column.cupo_column-20 {
  width: calc((100% / 20) - (19 * 20px / 20));
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form .cupo_column.cupo_column-2:first-child {
  width: 100px;
}
.cupo-modal-user_profile-contact-add .cupo_row_add_contact_form .cupo_column.cupo_column-2:last-child {
  width: calc(100% - 120px);
}

.cupo-modal-user_profile-contact-edit .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-contact-edit .cupo-input-wrapper input, .cupo-modal-user_profile-contact-edit .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;
  outline: none !important;
}
.cupo-modal-user_profile-contact-edit .cupo-input-wrapper input::placeholder, .cupo-modal-user_profile-contact-edit .cupo-input-wrapper select::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-contact-edit .cupo-input-wrapper input.invalid, .cupo-modal-user_profile-contact-edit .cupo-input-wrapper input:focus:invalid, .cupo-modal-user_profile-contact-edit .cupo-input-wrapper select.invalid, .cupo-modal-user_profile-contact-edit .cupo-input-wrapper select:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-contact-edit .cupo-user_profile-edit_contact {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-contact-edit .cupo-user_profile-edit_contact .cupo-edit_email-form_control .cupo_icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.cupo-modal-user_profile-contact-edit .cupo-user_profile-edit_contact .cupo-edit_email-form_control .cupo_icon:hover {
  fill: var(--smgCupoPrimaryColor, #ed6102);
}
.cupo-modal-user_profile-contact-edit .cupo-user_profile-edit_contact .cupo-edit_email-form_control .cupo_icon.cupo-edit_email-visible_password_button {
  display: none;
}
.cupo-modal-user_profile-contact-edit .cupo-user_profile-edit_contact .cupo-edit_email-form_control .cupo_icon.cupo-edit_email-hidden_password_button {
  display: block;
}
.cupo-modal-user_profile-contact-edit .cupo-user_profile-edit_contact .cupo-edit_email-form_control > * {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-contact-edit .cupo-user_profile-edit_contact .cupo-edit_email-form_control:not(:first-child) {
  margin-top: 10px;
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form:not(:first-child) {
  margin-top: 20px;
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column:not(:first-child) {
  margin-left: 20px;
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-flex {
  width: auto;
  flex: 1;
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-1 {
  width: calc((100% / 1) - (0 * 20px / 1));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-2 {
  width: calc((100% / 2) - (1 * 20px / 2));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-3 {
  width: calc((100% / 3) - (2 * 20px / 3));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-4 {
  width: calc((100% / 4) - (3 * 20px / 4));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-5 {
  width: calc((100% / 5) - (4 * 20px / 5));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-6 {
  width: calc((100% / 6) - (5 * 20px / 6));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-7 {
  width: calc((100% / 7) - (6 * 20px / 7));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-8 {
  width: calc((100% / 8) - (7 * 20px / 8));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-9 {
  width: calc((100% / 9) - (8 * 20px / 9));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-10 {
  width: calc((100% / 10) - (9 * 20px / 10));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-11 {
  width: calc((100% / 11) - (10 * 20px / 11));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-12 {
  width: calc((100% / 12) - (11 * 20px / 12));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-13 {
  width: calc((100% / 13) - (12 * 20px / 13));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-14 {
  width: calc((100% / 14) - (13 * 20px / 14));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-15 {
  width: calc((100% / 15) - (14 * 20px / 15));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-16 {
  width: calc((100% / 16) - (15 * 20px / 16));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-17 {
  width: calc((100% / 17) - (16 * 20px / 17));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-18 {
  width: calc((100% / 18) - (17 * 20px / 18));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-19 {
  width: calc((100% / 19) - (18 * 20px / 19));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form > .cupo_column.cupo_column-20 {
  width: calc((100% / 20) - (19 * 20px / 20));
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form .cupo_column.cupo_column-2:first-child {
  width: 100px;
}
.cupo-modal-user_profile-contact-edit .cupo_row_edit_contact_form .cupo_column.cupo_column-2:last-child {
  width: calc(100% - 120px);
}

.cupo-user_profile-header {
  background: var(--smgCupoPrimaryColor, #ed6102);
  box-sizing: border-box;
  padding: 20px;
  color: #fff;
}
@media (min-width: 800px) {
  .cupo-user_profile-header {
    height: 120px;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-header {
    height: 140px;
  }
}
.cupo-user_profile-header * {
  box-sizing: border-box;
}
.cupo-user_profile-header .cupo-user_profile-header-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  max-width: 1300px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-header .cupo-user_profile-header-content {
    max-width: 70%;
  }
}
@media (max-width: 799px) {
  .cupo-user_profile-header .cupo-user_profile-header-content {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    height: auto;
  }
}
.cupo-user_profile-header .cupo-user_profile-header-user {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  max-width: calc(100vw - 40px);
}
@media (min-width: 450px) {
  .cupo-user_profile-header .cupo-user_profile-header-user {
    max-width: 400px;
  }
}
.cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-image > svg.cupo_icon {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-image > svg.cupo_icon {
    width: 80px;
    height: 80px;
  }
}
.cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-data {
  flex: 0 0 auto;
  max-width: calc(100% - 80px);
}
.cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-data > strong, .cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-data > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-data > strong {
  font-size: 18px;
  line-height: 28px;
}
.cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-data > span {
  font-size: 10px;
  line-height: 20px;
}
@media (min-width: 450px) {
  .cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-data > strong {
    font-size: 24px;
    line-height: 34px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-data > span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-data > strong {
    font-size: 30px;
    line-height: 40px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-user .cupo-user_profile-header-user-data > span {
    font-size: 20px;
    line-height: 30px;
  }
}
.cupo-user_profile-header .cupo-user_profile-header-overview {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 800px) {
  .cupo-user_profile-header .cupo-user_profile-header-overview {
    margin-left: auto;
  }
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item {
  text-align: center;
  color: #ffffff;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item:nth-child(1) {
  width: 60px;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item:nth-child(2) {
  width: 132px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item:nth-child(3) {
  width: 60px;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments > strong {
  font-size: 18px;
  line-height: 28px;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments > span {
  font-size: 8px;
  line-height: 18px;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments .commission_payments-sum {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments .commission_payments-sum > strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments .commission_payments-sum svg.cupo_icon {
  width: 15px;
  height: 15px;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments .commission_payments-description > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item > strong, .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item > strong {
  font-size: 18px;
  line-height: 28px;
}
.cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item > span {
  font-size: 8px;
  line-height: 18px;
}
@media (min-width: 450px) {
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item:nth-child(1) {
    width: 100px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item:nth-child(2) {
    width: 182px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item:nth-child(3) {
    width: 100px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments div > strong {
    font-size: 24px;
    line-height: 34px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments div > span {
    font-size: 14px;
    line-height: 24px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item > strong {
    font-size: 24px;
    line-height: 34px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item > span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item:nth-child(1) {
    width: 100px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item:nth-child(2) {
    width: 248px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item:nth-child(3) {
    width: 100px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item > strong {
    font-size: 30px;
    line-height: 40px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item > span {
    font-size: 20px;
    line-height: 30px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments div > strong {
    font-size: 30px;
    line-height: 40px;
  }
  .cupo-user_profile-header .cupo-user_profile-header-overview .cupo-user_profile-header-overview-item.commission_payments div > span {
    font-size: 20px;
    line-height: 30px;
  }
}

.cupo-modal-more_info_modal .cupo-more-info {
  padding: 10px 20px;
  max-width: 400px;
  text-align: center;
  color: #666;
}

.cupo-user_profile-payments {
  position: relative;
  background: #fff;
  border-radius: var(--smgCupoBorderRadius);
}
.cupo-user_profile-payments > h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  background: var(--smgCupoPrimaryColor, #ed6102);
  width: 240px;
  max-width: 98%;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: var(--smgCupoBorderRadiusSmall);
  box-shadow: 0 0 10px #002d68;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-payments > h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.cupo-user_profile-payments > .cupo-user_profile-payments-details {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 10px !important;
  margin-bottom: 0;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-payments > .cupo-user_profile-payments-details {
    font-size: 22px;
    line-height: 28px;
  }
}
.cupo-user_profile-payments .cupo-user_profile-payments-footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.cupo-user_profile-payments .cupo-user_profile-payments-footer > .cupo-user_profile-payments-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-payments .cupo-user_profile-payments-footer > .cupo-user_profile-payments-edit_button:hover, .cupo-user_profile-payments .cupo-user_profile-payments-footer > .cupo-user_profile-payments-edit_button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-payments .cupo-user_profile-payments-footer > .cupo-user_profile-payments-edit_button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}
.cupo-user_profile-payments .cupo-user_profile-payments-footer > .cupo-user_profile-payments-edit_button > svg.cupo_icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-payments .cupo-user_profile-payments-footer > .cupo-user_profile-payments-edit_button > svg.cupo_icon {
    height: 30px;
    width: 30px;
  }
}

.cupo-modal-user_profile-payments-edit .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_controls {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control > * {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control:not(:first-child) {
  margin-top: 10px;
}
.cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control.cupo-select_form_control {
  flex-direction: column;
}
.cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control.cupo-select_form_control label {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control input, .cupo-modal-user_profile-payments-edit .cupo-edit_payment-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;
  outline: none !important;
}
.cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control input::placeholder, .cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control select::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control input.invalid, .cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control input:focus:invalid, .cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control select.invalid, .cupo-modal-user_profile-payments-edit .cupo-edit_payment-form_control select:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-payments-edit .cupo-edit_payment-modal-message {
  padding: 0 20px 0;
  margin: 0 0 25px;
  color: red;
}

.cupo-modal-user_profile-payments-edit-message .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-payments-edit-message .cupo-modal-content {
  text-align: center;
}
.cupo-modal-user_profile-payments-edit-message .cupo-user_profile-legitimation-message {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-payments-edit-message .cupo-modal-buttons {
  justify-content: flex-end;
  align-items: center;
}
.cupo-modal-user_profile-payments-edit-message .cupo-modal-buttons > button.cupo-modal-cancel_button {
  margin-right: 0;
  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;
  border-radius: var(--smgCupoBorderRadius) 0 var(--smgCupoBorderRadius) 0;
}
.cupo-modal-user_profile-payments-edit-message .cupo-modal-buttons > button.cupo-modal-cancel_button:hover, .cupo-modal-user_profile-payments-edit-message .cupo-modal-buttons > button.cupo-modal-cancel_button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-modal-user_profile-payments-edit-message .cupo-modal-buttons > button.cupo-modal-cancel_button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}

.cupo-user_profile-personal_data {
  position: relative;
  background: #fff;
  border-radius: var(--smgCupoBorderRadius);
}
.cupo-user_profile-personal_data > h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
  background: var(--smgCupoPrimaryColor, #ed6102);
  width: 240px;
  max-width: 98%;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: var(--smgCupoBorderRadiusSmall);
  box-shadow: 0 0 10px #002d68;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-personal_data > h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-personal_data > h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    background: var(--smgCupoPrimaryColor, #ed6102);
    width: 300px;
    max-width: 98%;
    position: absolute;
    left: 50%;
    top: -17px;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: var(--smgCupoBorderRadiusSmall);
    box-shadow: 0 0 10px #002d68;
  }
}
@media screen and (min-width: 2100px) and (min-width: 2100px) {
  .cupo-user_profile-personal_data > h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.cupo-user_profile-personal_data > .cupo-user_profile-personal_data_details {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 10px !important;
  margin-bottom: 0;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-personal_data > .cupo-user_profile-personal_data_details {
    font-size: 22px;
    line-height: 28px;
  }
}
.cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-legitimation_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: 0 var(--smgCupoBorderRadius) 0 var(--smgCupoBorderRadius);
  background: red;
}
.cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-legitimation_button:hover, .cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-legitimation_button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-legitimation_button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}
.cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-legitimation_button > svg.cupo_icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-legitimation_button > svg.cupo_icon {
    height: 30px;
    width: 30px;
  }
}
.cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-legitimized {
  background: #00b418;
}
.cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-not-legitimation {
  visibility: hidden;
}
.cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-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-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-edit_button:hover, .cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-edit_button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-edit_button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}
.cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-edit_button > svg.cupo_icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: #fff;
}
@media screen and (min-width: 2100px) {
  .cupo-user_profile-personal_data .cupo-user_profile-personal_data_footer > .cupo-user_profile-personal_data-edit_button > svg.cupo_icon {
    height: 30px;
    width: 30px;
  }
}

.cupo-modal-user_profile-personal_data-legitimation.is-legitimated .cupo-modal-body > header {
  background: #00b418;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo-input-wrapper > * {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo-input-wrapper 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;
  outline: none !important;
  background-color: transparent;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo-input-wrapper input::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo-input-wrapper input.invalid, .cupo-modal-user_profile-personal_data-legitimation .cupo-input-wrapper input:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-personal_data-legitimation .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;
  outline: none !important;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo-input-wrapper select::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #999;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo-input-wrapper select.invalid, .cupo-modal-user_profile-personal_data-legitimation .cupo-input-wrapper select:focus:invalid {
  border-color: #ff0000;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo-input-wrapper label {
  z-index: 1 !important;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo-user_profile-legitimation {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form:not(:first-child) {
  margin-top: 20px;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column {
  flex: 0 0 auto;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column:not(:first-child) {
  margin-left: 20px;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-flex {
  width: auto;
  flex: 1;
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-1 {
  width: calc((100% / 1) - (0 * 20px / 1));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-2 {
  width: calc((100% / 2) - (1 * 20px / 2));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-3 {
  width: calc((100% / 3) - (2 * 20px / 3));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-4 {
  width: calc((100% / 4) - (3 * 20px / 4));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-5 {
  width: calc((100% / 5) - (4 * 20px / 5));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-6 {
  width: calc((100% / 6) - (5 * 20px / 6));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-7 {
  width: calc((100% / 7) - (6 * 20px / 7));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-8 {
  width: calc((100% / 8) - (7 * 20px / 8));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-9 {
  width: calc((100% / 9) - (8 * 20px / 9));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-10 {
  width: calc((100% / 10) - (9 * 20px / 10));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-11 {
  width: calc((100% / 11) - (10 * 20px / 11));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-12 {
  width: calc((100% / 12) - (11 * 20px / 12));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-13 {
  width: calc((100% / 13) - (12 * 20px / 13));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-14 {
  width: calc((100% / 14) - (13 * 20px / 14));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-15 {
  width: calc((100% / 15) - (14 * 20px / 15));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-16 {
  width: calc((100% / 16) - (15 * 20px / 16));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-17 {
  width: calc((100% / 17) - (16 * 20px / 17));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-18 {
  width: calc((100% / 18) - (17 * 20px / 18));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-19 {
  width: calc((100% / 19) - (18 * 20px / 19));
}
.cupo-modal-user_profile-personal_data-legitimation .cupo_row_legitimation_form > .cupo_column.cupo_column-20 {
  width: calc((100% / 20) - (19 * 20px / 20));
}

.cupo-modal-user_profile-personal_data-legitimation-message .cupo-modal-body {
  width: 400px;
}
.cupo-modal-user_profile-personal_data-legitimation-message .cupo-modal-content {
  text-align: center;
}
.cupo-modal-user_profile-personal_data-legitimation-message .cupo-user_profile-legitimation-message {
  padding: 20px 20px 0;
  margin: 0 0 25px;
}
.cupo-modal-user_profile-personal_data-legitimation-message .cupo-modal-buttons {
  justify-content: flex-end;
  align-items: center;
}
.cupo-modal-user_profile-personal_data-legitimation-message .cupo-modal-buttons > button.cupo-modal-cancel_button {
  margin-right: 0px;
  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;
  border-radius: var(--smgCupoBorderRadius) 0 var(--smgCupoBorderRadius) 0;
}
.cupo-modal-user_profile-personal_data-legitimation-message .cupo-modal-buttons > button.cupo-modal-cancel_button:hover, .cupo-modal-user_profile-personal_data-legitimation-message .cupo-modal-buttons > button.cupo-modal-cancel_button:focus {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo-modal-user_profile-personal_data-legitimation-message .cupo-modal-buttons > button.cupo-modal-cancel_button {
    font-size: 22px;
    line-height: 38px;
    height: 40px;
    width: 200px;
  }
}

.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;
  outline: none !important;
}
.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;
}
