@charset "UTF-8";
/**
 * Variables
 */
/**
 * Grid breakpoints
 *
 * Define the minimum dimensions at which your layout will change,
 * adapting to different screen sizes, for use in media queries.
 **/
/**
 * Grid containers
 *
 * Define the maximum width of `.ur-container` for different screen sizes.
 * scss-docs-start container-max-widths
 **/
.user-registration button,
.user-registration .button,
.ur-form-container button,
.ur-form-container .button {
  transition: all 0.25s ease 0s;
  box-shadow: 0 1px 3px rgba(182.4993283582, 186.8632089552, 206.5006716418, 0.15);
}
.user-registration button + button,
.user-registration button + .button,
.user-registration .button + button,
.user-registration .button + .button,
.ur-form-container button + button,
.ur-form-container button + .button,
.ur-form-container .button + button,
.ur-form-container .button + .button {
  margin-left: 6px;
}
.user-registration button.button-icon,
.user-registration .button.button-icon,
.ur-form-container button.button-icon,
.ur-form-container .button.button-icon {
  width: 32px;
  padding: 0;
  text-align: center;
}
.user-registration button.button-icon .dashicons,
.user-registration .button.button-icon .dashicons,
.ur-form-container button.button-icon .dashicons,
.ur-form-container .button.button-icon .dashicons {
  line-height: 0.9;
  vertical-align: middle;
}
.user-registration button.button-icon svg,
.user-registration .button.button-icon svg,
.ur-form-container button.button-icon svg,
.ur-form-container .button.button-icon svg {
  display: block;
  margin: 0 auto;
}
.user-registration button.button-icon-round,
.user-registration .button.button-icon-round,
.ur-form-container button.button-icon-round,
.ur-form-container .button.button-icon-round {
  border-radius: 50%;
}
.user-registration button.is-active,
.user-registration .button.is-active,
.ur-form-container button.is-active,
.ur-form-container .button.is-active {
  background: #475bb2;
  color: #ffffff;
  border-color: #475bb2;
}
.user-registration button.is-active:hover, .user-registration button.is-active:active, .user-registration button.is-active:focus,
.user-registration .button.is-active:hover,
.user-registration .button.is-active:active,
.user-registration .button.is-active:focus,
.ur-form-container button.is-active:hover,
.ur-form-container button.is-active:active,
.ur-form-container button.is-active:focus,
.ur-form-container .button.is-active:hover,
.ur-form-container .button.is-active:active,
.ur-form-container .button.is-active:focus {
  background: #475bb2;
  color: #ffffff;
  border-color: #475bb2;
}
.user-registration button .ur-spinner,
.user-registration .button .ur-spinner,
.ur-form-container button .ur-spinner,
.ur-form-container .button .ur-spinner {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
}
.user-registration .button-primary,
.ur-form-container .button-primary {
  background: #475bb2;
  border-color: #475bb2;
  box-shadow: 0 1px 0 #475bb2;
  text-shadow: none;
}
.user-registration .button-primary:hover, .user-registration .button-primary:active, .user-registration .button-primary:focus,
.ur-form-container .button-primary:hover,
.ur-form-container .button-primary:active,
.ur-form-container .button-primary:focus {
  background: rgb(56.4578313253, 72.3614457831, 141.5421686747);
  border-color: rgb(56.4578313253, 72.3614457831, 141.5421686747);
  box-shadow: 0 1px 0 rgb(56.4578313253, 72.3614457831, 141.5421686747);
}
.user-registration .button-primary:disabled,
.ur-form-container .button-primary:disabled {
  color: rgb(177.7951807229, 186.4698795181, 224.2048192771) !important;
  background: rgb(104.8795180723, 121.7469879518, 195.1204819277) !important;
  border-color: rgb(104.8795180723, 121.7469879518, 195.1204819277) !important;
}
.user-registration .button-secondary,
.ur-form-container .button-secondary {
  color: #2d3559;
  background: rgb(222.4984029851, 224.3717109905, 232.8015970149);
  border-color: rgb(222.4984029851, 224.3717109905, 232.8015970149);
  box-shadow: 0 1px 0 rgb(222.4984029851, 224.3717109905, 232.8015970149);
}
.user-registration .button-secondary:hover, .user-registration .button-secondary:active, .user-registration .button-secondary:focus,
.ur-form-container .button-secondary:hover,
.ur-form-container .button-secondary:active,
.ur-form-container .button-secondary:focus {
  color: #2d3559;
  background: rgb(182.4993283582, 186.8632089552, 206.5006716418);
  border-color: rgb(182.4993283582, 186.8632089552, 206.5006716418);
}
.user-registration .button-tertiary,
.ur-form-container .button-tertiary {
  background: #ffffff;
  color: #2d3559;
  border: 1px solid #e1e1e1;
}
.user-registration .button-tertiary:hover, .user-registration .button-tertiary:active, .user-registration .button-tertiary:focus,
.ur-form-container .button-tertiary:hover,
.ur-form-container .button-tertiary:active,
.ur-form-container .button-tertiary:focus {
  background: rgb(240.4392835821, 241.3522713704, 245.4607164179);
  border-color: #e1e1e1;
}
.user-registration .button-danger,
.ur-form-container .button-danger {
  color: #ffffff;
  background: #ff4f55;
  border-color: #ff4f55;
  box-shadow: 0 1px 0 #ff4f55;
}
.user-registration .button-danger:hover, .user-registration .button-danger:active, .user-registration .button-danger:focus,
.ur-form-container .button-danger:hover,
.ur-form-container .button-danger:active,
.ur-form-container .button-danger:focus {
  color: #ffffff;
  background: rgb(238.74, 54.46, 60.7422727273);
  border-color: rgb(238.74, 54.46, 60.7422727273);
  box-shadow: 0 1px 0 rgb(238.74, 54.46, 60.7422727273);
}

.user-registration-button-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.user-registration-button-group > button:not(:first-child),
.user-registration-button-group .button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.user-registration-button-group > button:not(:last-child),
.user-registration-button-group .button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.user-registration-button-group button,
.user-registration-button-group .button {
  margin-right: 0 !important;
}

.ur-registered-item.ui-draggable-dragging {
  padding: 10px 10px;
  line-height: 20px;
  background: #475bb2;
  color: #ffffff;
  text-align: center;
  margin-bottom: 7px;
  word-break: break-word;
  white-space: normal;
  width: 200px !important;
  z-index: 9;
}
.ur-registered-item.ui-draggable-dragging span {
  font-size: 14px;
  line-height: 20px;
  width: auto;
  height: auto;
  margin-right: 3px;
}

.select2-container .ur-select-all-countries-button {
  margin: 6px 3px 4px 6px;
}
.select2-container .ur-unselect-all-countries-button {
  margin: 6px 3px 4px;
}

.user-registration .user-registration-badge,
.user-registration .payment-status-btn,
.user-registration #ur-membership-status,
.user-registration-page .user-registration-badge,
.user-registration-page .payment-status-btn,
.user-registration-page #ur-membership-status {
  font-size: 13px;
  line-height: 18px;
  border-radius: 30px;
  padding: 4px 12px;
}
.user-registration .user-registration-badge--success-subtle,
.user-registration .payment-status-btn--success-subtle,
.user-registration #ur-membership-status--success-subtle,
.user-registration-page .user-registration-badge--success-subtle,
.user-registration-page .payment-status-btn--success-subtle,
.user-registration-page #ur-membership-status--success-subtle {
  color: #3aa530;
  background: #def8db;
}
.user-registration .user-registration-badge.completed, .user-registration .user-registration-badge.btn-active,
.user-registration .payment-status-btn.completed,
.user-registration .payment-status-btn.btn-active,
.user-registration #ur-membership-status.completed,
.user-registration #ur-membership-status.btn-active,
.user-registration-page .user-registration-badge.completed,
.user-registration-page .user-registration-badge.btn-active,
.user-registration-page .payment-status-btn.completed,
.user-registration-page .payment-status-btn.btn-active,
.user-registration-page #ur-membership-status.completed,
.user-registration-page #ur-membership-status.btn-active {
  color: #3aa530;
  background: #def8db;
}
.user-registration .user-registration-badge.pending, .user-registration .user-registration-badge.btn-pending,
.user-registration .payment-status-btn.pending,
.user-registration .payment-status-btn.btn-pending,
.user-registration #ur-membership-status.pending,
.user-registration #ur-membership-status.btn-pending,
.user-registration-page .user-registration-badge.pending,
.user-registration-page .user-registration-badge.btn-pending,
.user-registration-page .payment-status-btn.pending,
.user-registration-page .payment-status-btn.btn-pending,
.user-registration-page #ur-membership-status.pending,
.user-registration-page #ur-membership-status.btn-pending {
  color: #ee9936;
  background: #fff3e7;
}
.user-registration .user-registration-badge.failed, .user-registration .user-registration-badge.btn-canceled,
.user-registration .payment-status-btn.failed,
.user-registration .payment-status-btn.btn-canceled,
.user-registration #ur-membership-status.failed,
.user-registration #ur-membership-status.btn-canceled,
.user-registration-page .user-registration-badge.failed,
.user-registration-page .user-registration-badge.btn-canceled,
.user-registration-page .payment-status-btn.failed,
.user-registration-page .payment-status-btn.btn-canceled,
.user-registration-page #ur-membership-status.failed,
.user-registration-page #ur-membership-status.btn-canceled {
  color: #f25656;
  background: #ffe8e8;
}
.user-registration .user-registration-badge.btn-inactive,
.user-registration .payment-status-btn.btn-inactive,
.user-registration #ur-membership-status.btn-inactive,
.user-registration-page .user-registration-badge.btn-inactive,
.user-registration-page .payment-status-btn.btn-inactive,
.user-registration-page #ur-membership-status.btn-inactive {
  background: #e7e7e7;
  color: #383838;
}
.user-registration .user-registration-badge.btn-trial,
.user-registration .payment-status-btn.btn-trial,
.user-registration #ur-membership-status.btn-trial,
.user-registration-page .user-registration-badge.btn-trial,
.user-registration-page .payment-status-btn.btn-trial,
.user-registration-page #ur-membership-status.btn-trial {
  color: #ff8300;
  background: #fff0e0;
}
.user-registration .user-registration-badge.btn-expired,
.user-registration .payment-status-btn.btn-expired,
.user-registration #ur-membership-status.btn-expired,
.user-registration-page .user-registration-badge.btn-expired,
.user-registration-page .payment-status-btn.btn-expired,
.user-registration-page #ur-membership-status.btn-expired {
  background: #e7e7e7;
  color: #a1a1a1;
}

.user-registration textarea,
.user-registration-page textarea,
.ur-multi-device-form-preview textarea {
  width: 100%;
  min-height: 80px;
  padding: 8px 12px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  color: #383838;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.user-registration textarea:focus,
.user-registration-page textarea:focus,
.ur-multi-device-form-preview textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #475bb2;
}
.user-registration input[type=text], .user-registration input[type=password], .user-registration input[type=email], .user-registration input[type=number], .user-registration input[type=date], .user-registration input[type=phone], .user-registration input[type=tel], .user-registration input[type=time], .user-registration input[type=timepicker], .user-registration input[type=url], .user-registration input[type=search],
.user-registration-page input[type=text],
.user-registration-page input[type=password],
.user-registration-page input[type=email],
.user-registration-page input[type=number],
.user-registration-page input[type=date],
.user-registration-page input[type=phone],
.user-registration-page input[type=tel],
.user-registration-page input[type=time],
.user-registration-page input[type=timepicker],
.user-registration-page input[type=url],
.user-registration-page input[type=search],
.ur-multi-device-form-preview input[type=text],
.ur-multi-device-form-preview input[type=password],
.ur-multi-device-form-preview input[type=email],
.ur-multi-device-form-preview input[type=number],
.ur-multi-device-form-preview input[type=date],
.ur-multi-device-form-preview input[type=phone],
.ur-multi-device-form-preview input[type=tel],
.ur-multi-device-form-preview input[type=time],
.ur-multi-device-form-preview input[type=timepicker],
.ur-multi-device-form-preview input[type=url],
.ur-multi-device-form-preview input[type=search] {
  min-width: unset !important;
  width: 100%;
  padding: 0 12px;
  min-height: 38px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  font-weight: 400;
  margin: 0;
  box-shadow: none;
}
.user-registration input[type=text]::placeholder, .user-registration input[type=password]::placeholder, .user-registration input[type=email]::placeholder, .user-registration input[type=number]::placeholder, .user-registration input[type=date]::placeholder, .user-registration input[type=phone]::placeholder, .user-registration input[type=tel]::placeholder, .user-registration input[type=time]::placeholder, .user-registration input[type=timepicker]::placeholder, .user-registration input[type=url]::placeholder, .user-registration input[type=search]::placeholder,
.user-registration-page input[type=text]::placeholder,
.user-registration-page input[type=password]::placeholder,
.user-registration-page input[type=email]::placeholder,
.user-registration-page input[type=number]::placeholder,
.user-registration-page input[type=date]::placeholder,
.user-registration-page input[type=phone]::placeholder,
.user-registration-page input[type=tel]::placeholder,
.user-registration-page input[type=time]::placeholder,
.user-registration-page input[type=timepicker]::placeholder,
.user-registration-page input[type=url]::placeholder,
.user-registration-page input[type=search]::placeholder,
.ur-multi-device-form-preview input[type=text]::placeholder,
.ur-multi-device-form-preview input[type=password]::placeholder,
.ur-multi-device-form-preview input[type=email]::placeholder,
.ur-multi-device-form-preview input[type=number]::placeholder,
.ur-multi-device-form-preview input[type=date]::placeholder,
.ur-multi-device-form-preview input[type=phone]::placeholder,
.ur-multi-device-form-preview input[type=tel]::placeholder,
.ur-multi-device-form-preview input[type=time]::placeholder,
.ur-multi-device-form-preview input[type=timepicker]::placeholder,
.ur-multi-device-form-preview input[type=url]::placeholder,
.ur-multi-device-form-preview input[type=search]::placeholder {
  color: #bababa;
}
.user-registration input[type=text]:focus, .user-registration input[type=password]:focus, .user-registration input[type=email]:focus, .user-registration input[type=number]:focus, .user-registration input[type=date]:focus, .user-registration input[type=phone]:focus, .user-registration input[type=tel]:focus, .user-registration input[type=time]:focus, .user-registration input[type=timepicker]:focus, .user-registration input[type=url]:focus, .user-registration input[type=search]:focus,
.user-registration-page input[type=text]:focus,
.user-registration-page input[type=password]:focus,
.user-registration-page input[type=email]:focus,
.user-registration-page input[type=number]:focus,
.user-registration-page input[type=date]:focus,
.user-registration-page input[type=phone]:focus,
.user-registration-page input[type=tel]:focus,
.user-registration-page input[type=time]:focus,
.user-registration-page input[type=timepicker]:focus,
.user-registration-page input[type=url]:focus,
.user-registration-page input[type=search]:focus,
.ur-multi-device-form-preview input[type=text]:focus,
.ur-multi-device-form-preview input[type=password]:focus,
.ur-multi-device-form-preview input[type=email]:focus,
.ur-multi-device-form-preview input[type=number]:focus,
.ur-multi-device-form-preview input[type=date]:focus,
.ur-multi-device-form-preview input[type=phone]:focus,
.ur-multi-device-form-preview input[type=tel]:focus,
.ur-multi-device-form-preview input[type=time]:focus,
.ur-multi-device-form-preview input[type=timepicker]:focus,
.ur-multi-device-form-preview input[type=url]:focus,
.ur-multi-device-form-preview input[type=search]:focus {
  outline: none;
  box-shadow: none;
  border-color: #475bb2;
}
.user-registration input[type=text]:disabled, .user-registration input[type=password]:disabled, .user-registration input[type=email]:disabled, .user-registration input[type=number]:disabled, .user-registration input[type=date]:disabled, .user-registration input[type=phone]:disabled, .user-registration input[type=tel]:disabled, .user-registration input[type=time]:disabled, .user-registration input[type=timepicker]:disabled, .user-registration input[type=url]:disabled, .user-registration input[type=search]:disabled,
.user-registration-page input[type=text]:disabled,
.user-registration-page input[type=password]:disabled,
.user-registration-page input[type=email]:disabled,
.user-registration-page input[type=number]:disabled,
.user-registration-page input[type=date]:disabled,
.user-registration-page input[type=phone]:disabled,
.user-registration-page input[type=tel]:disabled,
.user-registration-page input[type=time]:disabled,
.user-registration-page input[type=timepicker]:disabled,
.user-registration-page input[type=url]:disabled,
.user-registration-page input[type=search]:disabled,
.ur-multi-device-form-preview input[type=text]:disabled,
.ur-multi-device-form-preview input[type=password]:disabled,
.ur-multi-device-form-preview input[type=email]:disabled,
.ur-multi-device-form-preview input[type=number]:disabled,
.ur-multi-device-form-preview input[type=date]:disabled,
.ur-multi-device-form-preview input[type=phone]:disabled,
.ur-multi-device-form-preview input[type=tel]:disabled,
.ur-multi-device-form-preview input[type=time]:disabled,
.ur-multi-device-form-preview input[type=timepicker]:disabled,
.ur-multi-device-form-preview input[type=url]:disabled,
.ur-multi-device-form-preview input[type=search]:disabled {
  color: rgb(182.4993283582, 186.8632089552, 206.5006716418);
  background: rgb(240.4392835821, 241.3522713704, 245.4607164179);
}
.user-registration input[type=checkbox], .user-registration input[type=radio],
.user-registration-page input[type=checkbox],
.user-registration-page input[type=radio],
.ur-multi-device-form-preview input[type=checkbox],
.ur-multi-device-form-preview input[type=radio] {
  z-index: 0;
}
.user-registration input[type=search],
.user-registration-page input[type=search],
.ur-multi-device-form-preview input[type=search] {
  padding-right: 32px;
}

#user-registration.vertical {
  display: flex;
  flex-wrap: wrap;
}
#user-registration.vertical .user-registration-error, #user-registration.vertical .user-registration-message {
  float: none;
  width: 100%;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul {
  flex-direction: column;
  flex-wrap: nowrap;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
  border-color: #475bb2;
}
#user-registration.vertical .user-registration-MyAccount-content {
  flex: 1;
}
#user-registration.horizontal, #user-registration {
  box-shadow: 0 2px 20px rgba(45, 53, 89, 0.1);
}
#user-registration.horizontal .user-registration-message,
#user-registration.horizontal .user-registration-error,
#user-registration.horizontal .user-registration-info, #user-registration .user-registration-message,
#user-registration .user-registration-error,
#user-registration .user-registration-info {
  margin-bottom: 0;
}
#user-registration.horizontal .user-registration-MyAccount-navigation, #user-registration .user-registration-MyAccount-navigation {
  border-bottom: 1px solid #e1e1e1;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul, #user-registration .user-registration-MyAccount-navigation ul {
  justify-content: center;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a, #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
  padding: 15px 20px;
  font-family: inherit;
  font-weight: 500;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
  background-color: rgb(222.4984029851, 224.3717109905, 232.8015970149);
}
#user-registration.horizontal .user-registration-MyAccount-content,
#user-registration.horizontal .ur-edit-profile, #user-registration .user-registration-MyAccount-content,
#user-registration .ur-edit-profile {
  text-align: center;
}
#user-registration.horizontal .user-registration-MyAccount-content .user-registration-profile-header .button-group .button.user_registration_profile_picture_upload,
#user-registration.horizontal .ur-edit-profile .user-registration-profile-header .button-group .button.user_registration_profile_picture_upload, #user-registration .user-registration-MyAccount-content .user-registration-profile-header .button-group .button.user_registration_profile_picture_upload,
#user-registration .ur-edit-profile .user-registration-profile-header .button-group .button.user_registration_profile_picture_upload {
  background: #edeff7;
  color: #475bb2;
  border: 1px solid #edeff7 !important;
}
#user-registration.horizontal .user-registration-MyAccount-content .user-registration-profile-header .user-registration-img-container,
#user-registration.horizontal .ur-edit-profile .user-registration-profile-header .user-registration-img-container, #user-registration .user-registration-MyAccount-content .user-registration-profile-header .user-registration-img-container,
#user-registration .ur-edit-profile .user-registration-profile-header .user-registration-img-container {
  margin: 0 auto;
  margin-bottom: 15px;
}
#user-registration.horizontal .user-registration-MyAccount-content .user-registration-profile-header .user-registration-img-container img,
#user-registration.horizontal .ur-edit-profile .user-registration-profile-header .user-registration-img-container img, #user-registration .user-registration-MyAccount-content .user-registration-profile-header .user-registration-img-container img,
#user-registration .ur-edit-profile .user-registration-profile-header .user-registration-img-container img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
#user-registration.horizontal .user-registration-MyAccount-content .edit-profile,
#user-registration.horizontal .user-registration-MyAccount-content .edit-password,
#user-registration.horizontal .ur-edit-profile .edit-profile,
#user-registration.horizontal .ur-edit-profile .edit-password, #user-registration .user-registration-MyAccount-content .edit-profile,
#user-registration .user-registration-MyAccount-content .edit-password,
#user-registration .ur-edit-profile .edit-profile,
#user-registration .ur-edit-profile .edit-password {
  text-align: left;
}
#user-registration.horizontal .user-registration-MyAccount-content .edit-profile .user-registration-profile-header,
#user-registration.horizontal .user-registration-MyAccount-content .edit-profile h2,
#user-registration.horizontal .ur-edit-profile .edit-profile .user-registration-profile-header,
#user-registration.horizontal .ur-edit-profile .edit-profile h2, #user-registration .user-registration-MyAccount-content .edit-profile .user-registration-profile-header,
#user-registration .user-registration-MyAccount-content .edit-profile h2,
#user-registration .ur-edit-profile .edit-profile .user-registration-profile-header,
#user-registration .ur-edit-profile .edit-profile h2 {
  text-align: center;
}
@media (max-width: 991px) {
  #user-registration .user-registration-MyAccount-content {
    padding: 36px 30px;
  }
}
#user-registration .user-registration-MyAccount-content > h2 {
  margin-bottom: 24px;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header {
  margin-bottom: 20px;
  gap: 16px;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header header h3 {
  margin-bottom: 0;
}
#user-registration .user-registration-MyAccount-content > p {
  margin-bottom: 8px;
}
#user-registration .user-registration-MyAccount-content > p a {
  font-weight: 500;
  color: #475bb2;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form {
  padding: 0 !important;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form:has(.user-registration-PrivacyTab) h2 {
  text-align: left;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields h2 {
  text-align: center;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditAccountForm .ur-form-grid > p {
  float: right;
  margin-bottom: 0;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields > p {
  float: right;
  margin-top: 24px;
  margin-bottom: 0;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-EditProfileForm .user-registration-profile-fields > p .user-registration-Button.button-primary {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #475bb2;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab {
  text-align: left;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-grid {
  padding-left: 0;
  padding-right: 0;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 30px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row {
    flex-direction: column;
    gap: 12px;
  }
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-field-label {
  width: 40%;
  max-width: 100%;
}
@media (max-width: 991px) {
  #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-field-label {
    width: 100%;
  }
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-field-label label {
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
  color: #383838;
  margin: 0;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-field-label label .ur-portal-tooltip::after {
  color: #BABABA;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 60%;
  max-width: 100%;
}
@media (max-width: 991px) {
  #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input {
    width: 100%;
  }
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input--radio-box {
  position: relative;
  display: block;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input--radio-box label {
  display: block;
  border-radius: 3px;
  padding: 8px 12px 8px 34px;
  border: 1px solid #999999;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #6B6B6B;
  margin: 0;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input--radio-box label::before, #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input--radio-box label::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input--radio-box label::before {
  z-index: 2;
  overflow: hidden;
  background: transparent;
  width: 0;
  height: 0;
  border: none;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s width cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input--radio-box input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input--radio-box input[type=radio]:checked + label {
  color: #475BB2;
  background: #EDEFF7;
  border-color: #475BB2;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input--radio-box input[type=radio]:checked + label::after {
  background: #fff;
  border: 1px solid #475BB2;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-privacy-input--radio-box input[type=radio]:checked + label::before {
  width: 8px;
  height: 8px;
  background: #475BB2;
  top: 16px;
  left: 16px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row.ur-about-your-data {
  margin-bottom: 40px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input {
  width: 60%;
  max-width: 100%;
}
@media (max-width: 991px) {
  #user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input {
    width: 100%;
  }
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #6B6B6B;
  margin-bottom: 12px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #6B6B6B;
  margin-bottom: 0;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-privacy-action-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-privacy-action-btn .ur-button {
  padding: 10px 16px;
  background: #0170B9;
  border: 1px solid #0170B9;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.2px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-privacy-action-btn .ur-button:hover {
  background: #004c7d;
  border-color: #004c7d;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-privacy-action-btn #ur-new-download-request {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #6B6B6B;
  letter-spacing: 0.1px;
  transition: all 0.3s ease-in-out;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-privacy-action-btn #ur-new-download-request:hover {
  color: #0170B9;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-privacy-action-btn #ur-new-erase-request {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #6B6B6B;
  letter-spacing: 0.1px;
  transition: all 0.3s ease-in-out;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-privacy-action-btn #ur-new-erase-request:hover {
  color: #0170B9;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field {
  margin-bottom: 32px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field:last-child {
  margin-bottom: 0;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field label {
  font-weight: 400;
  font-size: 15px;
  color: #6B6B6B;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 16px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field .ur-field-area {
  margin-bottom: 16px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field .ur-field-area input[type=password] {
  padding: 8px 14px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field .ur-field-area input[type=password]::placeholder {
  color: #BABABA;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field .ur-field-area .ur-field-error {
  background: #FFF4F4;
  padding: 8px 12px 8px 16px;
  color: #F25656;
  font-weight: 500;
  border-left: 3px solid #F25656;
  margin-top: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field .ur-field-area .ur-field-error::before {
  content: "";
  background-image: url("../images/icons/alert-icon.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field .ur-request-button {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 10px 16px;
  background: #0170B9;
  border: 1px solid #0170B9;
  border-radius: 3px;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-in-out;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row .ur-about-your-data-input .ur-field .ur-request-button:hover {
  background: #004C7D;
  border-color: #004C7D;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row.ur-privacy-button {
  padding-top: 32px;
  border-top: 1px solid #e1e1e1;
  justify-content: flex-end;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row.ur-privacy-button input[type=submit] {
  min-height: 36px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 12px;
  background: #0170B9;
  border: 1px solid #0170B9;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form .user-registration-PrivacyTab .ur-form-row .user-registration-form-row.ur-privacy-button input[type=submit]:hover {
  background: #004C7D;
  border-color: #004C7D;
}
#user-registration .user-registration-MyAccount-content .ur-payments-container .ur-payment-invoices {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  overflow-x: auto;
  margin-top: 15px;
}
#user-registration .user-registration-MyAccount-content .ur-payments-container .ur-payment-invoices table {
  border-collapse: collapse;
  border: 1px solid #f1f1f1;
}
#user-registration .user-registration-MyAccount-content .ur-payments-container .ur-payment-invoices table tbody tr th {
  background: #F1F5F9;
  font-weight: 600;
}
#user-registration .user-registration-MyAccount-content .ur-payments-container .ur-payment-invoices table tbody tr td:last-child {
  color: #59B259;
  text-transform: capitalize;
}
#user-registration .user-registration-MyAccount-content .ur-payments-container .ur-payment-invoices table tbody tr td a {
  background: #475bb2;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 3px;
}
#user-registration .user-registration-MyAccount-content .ur-payments-container .ur-payment-invoices table tbody tr td a:hover {
  background: #38488e;
}
#user-registration .user-registration-MyAccount-content .ur-payments-container .ur-payment-invoices table tbody tr:nth-child(odd) td {
  background: #fafafa;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row {
  display: flex;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row .membership-label {
  min-width: 300px;
  text-align: left;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row .membership-data #ur-membership-status {
  font-size: 14px;
  line-height: 24px;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div {
  display: flex;
  gap: 12px;
  align-items: center;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  background: transparent;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.reactivate-membership-button {
  border: 1px solid #0067ab;
  color: #0067ab;
  display: flex;
  align-items: center;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.cancel-membership-button {
  border: 1px solid #f25656;
  color: #f25656;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.cancel-membership-button:hover {
  color: #ffffff;
  background: #f25656;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.renew-membership-button {
  border: 1px solid #00ab02;
  color: #00ab02;
  display: flex;
  align-items: center;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.change-membership-button {
  border: 1px solid #475bb2;
  color: #475bb2;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.change-membership-button:hover {
  color: #ffffff;
  background: #475bb2;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.change-membership-button .ur-front-spinner {
  background-size: 16px 16px;
  opacity: 0.7;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  float: right;
  color: #475bb2;
  display: none;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.cancel-membership-button:hover {
  background: red;
  color: white;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.change-membership-button:hover {
  background: #475bb2;
  color: white;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.renew-membership-button:hover {
  background: #00ab02;
  color: white;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.reactivate-membership-button:hover {
  background: #0067ab;
  color: white;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.cancel-membership-button:focus, #user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.change-membership-button:focus, #user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.renew-membership-button:focus, #user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container .btn-div .membership-tab-btn.reactivate-membership-button:focus {
  outline-style: none;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container #membership-error-div {
  width: 100%;
  text-align: left;
  padding: 8px 12px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  display: none;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container #membership-error-div.btn-error {
  background: #fff4f4;
  color: #f25656;
  border-left: 3px solid #f25656;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container #membership-error-div.btn-success {
  display: flex;
  justify-content: space-between;
  background: #ededed;
  color: #11b84c;
  border-left: 3px solid #00ff5a;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container #membership-error-div.btn-success .cancel-notice {
  cursor: pointer;
  font-size: larger;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container #membership-error-div.btn-success .cancel-notice:hover {
  color: #f25656;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container #bank-notice {
  display: flex;
  font-size: 500;
  justify-content: space-between;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container #bank-notice .notice-1 {
  width: auto;
  display: flex;
  gap: 12px;
  background: #f7fbff;
  border: 1px solid #475bb2;
  font-style: italic;
  border-radius: 5px;
  padding: 12px 16px;
  align-items: center;
}
#user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row-btn-container #bank-notice .view-bank-data {
  cursor: pointer;
  font-style: italic;
  text-decoration: underline;
}
#user-registration .user-registration-MyAccount-content table.user-registration-email__entries {
  display: inline-block !important;
}

.ur-toggle-section .user-registration-toggle-form {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
}
.ur-toggle-section .user-registration-toggle-form input {
  position: relative;
  z-index: 99;
  opacity: 0;
  height: 16px;
  width: 30px;
  cursor: pointer;
}
.ur-toggle-section .user-registration-toggle-form input:checked + .slider {
  background: #475bb2;
}
.ur-toggle-section .user-registration-toggle-form input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.ur-toggle-section .user-registration-toggle-form input:checked + .slider::before {
  transform: translateX(14px);
}
.ur-toggle-section .user-registration-toggle-form .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #DFE1EA;
  transition: 0.4s;
}
.ur-toggle-section .user-registration-toggle-form .slider.round {
  border-radius: 30px;
}
.ur-toggle-section .user-registration-toggle-form .slider.round::before {
  border-radius: 50%;
}
.ur-toggle-section .user-registration-toggle-form .slider::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 100%;
}

@media screen and (max-width: 980px) {
  #user-registration.vertical .user-registration-MyAccount-navigation {
    width: 30%;
  }
  #user-registration.vertical .user-registration-MyAccount-content {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  #user-registration.vertical .user-registration-MyAccount-navigation {
    width: 100%;
  }
  #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
    padding: 15px 20px;
  }
  #user-registration.vertical .user-registration-MyAccount-content {
    width: 100%;
  }
  #user-registration .user-registration-MyAccount-content {
    padding: 15px;
  }
}
.tooltipster-base .tooltipster-box {
  background: #383838 !important;
  padding: 4px 8px;
  border-radius: 4px;
  border-color: #383838;
}

#user-registration.vertical, #user-registration.horizontal {
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0px 6px 26px 0px rgba(10, 10, 10, 0.08);
}
#user-registration.vertical .user-registration-MyAccount-navigation-link, #user-registration.horizontal .user-registration-MyAccount-navigation-link {
  border: 0 !important;
}
#user-registration.vertical .user-registration-MyAccount-navigation-link:last-child, #user-registration.horizontal .user-registration-MyAccount-navigation-link:last-child {
  border: 0 !important;
}
#user-registration.vertical .user-registration-MyAccount-navigation-link > a, #user-registration.horizontal .user-registration-MyAccount-navigation-link > a {
  display: flex;
  gap: 8px;
}
#user-registration.vertical .user-registration-MyAccount-navigation-link > a i, #user-registration.horizontal .user-registration-MyAccount-navigation-link > a i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0 !important;
}
#user-registration.vertical .user-registration-MyAccount-content__body h2, #user-registration.horizontal .user-registration-MyAccount-content__body h2 {
  margin-bottom: 20px;
  color: #383838;
  font-size: 22px;
  line-height: 32px;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-profile-header, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-profile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-profile-header .user-registration-img-container, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-profile-header .user-registration-img-container {
  margin: auto;
}
#user-registration.vertical .user-registration-MyAccount-content__body p, #user-registration.horizontal .user-registration-MyAccount-content__body p {
  margin-bottom: 8px;
}
#user-registration.vertical .user-registration-MyAccount-content__body p a, #user-registration.horizontal .user-registration-MyAccount-content__body p a {
  font-weight: 500;
  color: #475bb2;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row {
  margin-bottom: 20px;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row:last-child, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row:last-child {
  margin-bottom: 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row label, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row label {
  margin-top: 0;
  margin-bottom: 8px;
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group {
  display: block;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text {
  height: 38px;
  padding: 8px 10px 8px 14px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  background: #ffffff;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text:focus, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid fieldset .user-registration-form-row .password-input-group .input-text:focus {
  border-color: #475bb2;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row .ur-privacy-button, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row .ur-privacy-button {
  margin-bottom: 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p {
  float: unset;
  margin-top: 32px;
  text-align: right;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p .user-registration-Button.button, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p .user-registration-Button.button {
  background: #475bb2;
  border: 1px solid #475bb2;
  border-radius: 4px;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p .user-registration-Button.button:hover, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-frontend-form.login .ur-form-row .ur-form-grid > p .user-registration-Button.button:hover {
  background: #38488e;
  border-color: #38488e;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-membership-content .membership-label, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-membership-content .membership-label {
  width: 40%;
  text-align: left;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-membership-content .membership-data, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-membership-content .membership-data {
  flex: 1;
  text-align: left;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row {
  gap: 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row-btn-container, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row-btn-container {
  margin-top: 20px;
  justify-content: flex-start;
  flex-direction: unset;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row-btn-container .btn-div, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row-btn-container .btn-div {
  width: 100%;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row-btn-container .btn-div .cancel-membership-button, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row-btn-container .btn-div .cancel-membership-button {
  background: #F25656;
  padding: 8px 16px;
  display: flex;
  gap: 6px;
  align-items: center;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row-btn-container .btn-div .cancel-membership-button::before, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-membership-content .membership-row-btn-container .btn-div .cancel-membership-button::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M12 3.818a8.182 8.182 0 1 0 0 16.364 8.182 8.182 0 0 0 0-16.364ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm13.37-3.37a.91.91 0 0 1 0 1.286L13.286 12l2.084 2.084a.91.91 0 0 1-1.286 1.286L12 13.286 9.916 15.37a.91.91 0 0 1-1.286-1.286L10.714 12 8.63 9.916A.91.91 0 0 1 9.916 8.63L12 10.714l2.084-2.084a.91.91 0 0 1 1.286 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  display: block;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-pn-section .user-registration-pn-container .user-registration-pn-lists, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-pn-section .user-registration-pn-container .user-registration-pn-lists {
  border-radius: 8px 0 0 8px;
}
#user-registration.vertical .user-registration-MyAccount-content__body .user-registration-pn-section .user-registration-pn-container .user-registration-pn-display-detail-area, #user-registration.horizontal .user-registration-MyAccount-content__body .user-registration-pn-section .user-registration-pn-container .user-registration-pn-display-detail-area {
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #F1F1F1;
  background: #ffffff;
  border-left: 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details {
  margin-bottom: 40px;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details .ur-payments-table, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details .ur-payments-table {
  margin-bottom: 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details .ur-payments-table tbody tr.ur-payment-table-row, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details .ur-payments-table tbody tr.ur-payment-table-row {
  padding: 0;
  border-bottom: 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details .ur-payments-table tbody tr.ur-payment-table-row th, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details .ur-payments-table tbody tr.ur-payment-table-row th {
  padding: 0;
  width: 360px;
  padding: 12px 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details .ur-payments-table tbody tr.ur-payment-table-row td, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payments-details .ur-payments-table tbody tr.ur-payment-table-row td {
  padding: 12px 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices {
  margin-top: 0 !important;
  padding: 0 !important;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table {
  border-radius: 6px !important;
  margin-bottom: 0;
  border: 0 !important;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr:has(th), #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr:has(th) {
  background: #EDEFF7 !important;
  border-radius: 6px !important;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr th, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr th {
  padding: 16px 20px;
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr th:first-child, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr th:first-child {
  width: 200px;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr th:nth-child(2), #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr th:nth-child(2) {
  width: 230px !important;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td {
  border: 0;
  padding: 16px 20px;
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td a#ur_download_payment_invoice, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td a#ur_download_payment_invoice {
  padding: 0;
  background: none;
  color: #475bb2;
  border-radius: 0;
  position: relative;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td a#ur_download_payment_invoice::after, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td a#ur_download_payment_invoice::after {
  content: "";
  background: rgb(56.4578313253, 72.3614457831, 141.5421686747);
  width: 0px;
  height: 1.5px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td a#ur_download_payment_invoice:hover, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td a#ur_download_payment_invoice:hover {
  background: transparent;
  color: rgb(56.4578313253, 72.3614457831, 141.5421686747);
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td a#ur_download_payment_invoice:hover::after, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr td a#ur_download_payment_invoice:hover::after {
  width: 100%;
}
#user-registration.vertical .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr:nth-child(odd) td, #user-registration.horizontal .user-registration-MyAccount-content__body .ur-payments-container .ur-payment-invoices table.ur-payment-invoice-table tbody tr:nth-child(odd) td {
  background: #f8f8fa !important;
}
#user-registration.vertical {
  padding: 12px;
  border-radius: 16px;
}
#user-registration.vertical .user-registration-MyAccount-navigation {
  border-radius: 10px;
  background: #F8F8FA;
  max-width: 260px;
  width: 100%;
  padding: 26px 20px 16px;
  border: 0;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul {
  gap: 4px;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
  transition: all 0.3s;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
  padding: 12px 12px 12px 24px;
  border-radius: 4px;
  border-left: 3px solid transparent;
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link:hover a {
  background: #edeff7;
  color: #475bb2;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
  color: #475bb2;
  background: #edeff7;
}
#user-registration.vertical .user-registration-MyAccount-content {
  padding: 24px 24px 52px 36px;
}
#user-registration.vertical .user-registration-MyAccount-content__header {
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
#user-registration.vertical .user-registration-MyAccount-content__header h1 {
  margin-bottom: 0;
  text-align: left;
  color: #222222;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
#user-registration.horizontal .user-registration-MyAccount-navigation-link a {
  border-left: 0 !important;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #4E4E4E;
  border-bottom: 3px solid #ffffff;
  transition: all 0.3s;
}
#user-registration.horizontal .user-registration-MyAccount-navigation-link a:hover {
  color: #475bb2;
  background: #edeff7;
  border-bottom-color: #edeff7;
}
#user-registration.horizontal .user-registration-MyAccount-navigation-link.is-active a {
  border-bottom: 3px solid #475bb2;
  color: #475bb2;
  background: #edeff7;
}
#user-registration.horizontal .user-registration-MyAccount-content {
  padding: 24px 36px 52px 36px;
}

.user-registration-logout-swal2-container .swal2-modal {
  padding: 0px !important;
}
.user-registration-logout-swal2-container .swal2-modal:has(.swal2-confirm), .user-registration-logout-swal2-container .swal2-modal:has(.swal2-deny) {
  width: 400px;
}
.user-registration-logout-swal2-container .swal2-modal .swal2-header {
  padding: 20px;
  align-items: baseline;
}
.user-registration-logout-swal2-container .swal2-modal .swal2-header h2 {
  font-family: inherit;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 16px;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.user-registration-logout-swal2-container .swal2-modal .swal2-content {
  text-align: left;
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.user-registration-logout-swal2-container .swal2-modal .swal2-actions {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 18px 20px;
  gap: 16px;
  margin-top: 20px;
  border-radius: 0 0 5px 5px;
  background: #F4F4F4;
}
.user-registration-logout-swal2-container .swal2-modal .swal2-actions button {
  font-family: inherit;
  width: 45%;
  color: #383838;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 6px 12px;
}
.user-registration-logout-swal2-container .swal2-modal .swal2-actions button:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.user-registration-logout-swal2-container .swal2-modal .swal2-actions button.swal2-confirm {
  color: #ffffff;
}
.user-registration-logout-swal2-container .swal2-modal .swal2-actions button.swal2-cancel {
  color: #383838;
  background: #ffffff !important;
}

body.user-registration-page .user-registration-membership-notice__blue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 12px;
  gap: 16px;
  padding: 10px 20px;
}
body.user-registration-page .user-registration-membership-notice__blue .user-registration-membership__close_notice {
  padding-left: 0;
  color: #ff4859;
  font-size: 20px;
  line-height: 26px;
}
body.user-registration-page .user-registration-membership-notice__message {
  font-size: 14px;
  line-height: 24px;
}

.user-registration-MyAccount-content table.user-registration-email__entries td {
  text-align: left;
}

.rtl #user-registration.vertical .user-registration-MyAccount-content__header h1,
.rtl .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row label,
.rtl .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label,
.rtl .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label,
.rtl .user-registration-logout-swal2-container .swal2-header .swal2-title,
.rtl .user-registration-logout-swal2-container .swal2-header .swal2-content .swal2-content,
.rtl .user-registration-MyAccount-content table.user-registration-email__entries td {
  text-align: right;
}

.rtl #user-registration .user-registration-MyAccount-content .user-registration-membership-content .membership-row .membership-label {
  min-width: 0px;
}

.user-registration-myaccount-notice-box {
  background-color: #f4f6ff;
  border: 1px solid #d6e0ff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 32px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  border-left: 4px solid #6669f1;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.user-registration-myaccount-notice-box--title {
  display: flex;
  align-items: center;
}
.user-registration-myaccount-notice-box--title-icon {
  margin-right: 0.75rem;
}
.user-registration-myaccount-notice-box--title-icon .notice-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #6366f1;
}
.user-registration-myaccount-notice-box--title-text h2 {
  margin-top: 0;
  margin-bottom: 0.5rem !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333 !important;
}
.user-registration-myaccount-notice-box p {
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}
.user-registration-myaccount-notice-box p.pro-tip strong, .user-registration-myaccount-notice-box p.existing-users strong {
  font-weight: bolder !important;
}
.user-registration-myaccount-notice-box p.pro-tip::before {
  content: "💡";
  margin-right: 0.5rem;
}
.user-registration-myaccount-notice-box p.existing-users::before {
  content: "👤";
  margin-right: 0.5rem;
}
.user-registration-myaccount-notice-box strong,
.user-registration-myaccount-notice-box b {
  font-weight: 600 !important;
}
.user-registration-myaccount-notice-box .addon-link {
  color: #475bb2 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.user-registration-myaccount-notice-box .addon-link:hover {
  text-decoration: underline !important;
}
.user-registration-myaccount-notice-box .highlight {
  font-weight: bold;
}