[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before, .simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.seatComponents-login-component .wrapper_content form .create_account .disclosure_wrapper .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  background-color: #ccc;
}

.loginComponentProcessed {
  display: none;
}

.global-header .navbar-options .navbar-nav {
  padding-right: 0;
  position: relative;
}
.global-header .navbar-options .navbar-nav .nav-item {
  padding: 0 16px 0 16px;
  cursor: pointer;
}
.global-header .navbar-options .navbar-nav .nav-item:hover {
  padding: 0 16px 0 16px;
  cursor: pointer;
  color: rgba(15, 15, 15, 0.6);
}
.global-header .navbar-options .navbar-nav .nav-item span {
  position: relative;
  display: inline-block;
}
.global-header .navbar-options .navbar-nav .nav-item span .connected {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #00afac;
  bottom: 6px;
  right: 1px;
  border-radius: 50%;
  z-index: 1;
}
.global-header .navbar-options .navbar-nav .nav-item span .pending {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #ffc306;
  bottom: 0;
  right: 8px;
  border-radius: 50%;
  z-index: 1;
}
.global-header .navbar-options .icon-link img {
  opacity: 0.6;
}
.global-header .navbar-menu .nav {
  height: 100%;
}
.global-header .navbar-menu .nav .nav-item {
  height: 100%;
}
.global-header .btn-icon {
  padding: 16px 16px 14px;
}
.global-header .btn-icon span {
  position: relative;
  width: 24px;
  height: 24px;
}
.global-header .btn-icon span img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.global-header .btn-icon span .connected {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #00afac;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  z-index: 1;
}
.global-header .btn-icon span .pending {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #ffc306;
  bottom: 0;
  right: -1px;
  border-radius: 50%;
  z-index: 1;
}

.seatId-profileOptions {
  min-width: 256px;
  margin: 0 32px;
}

.seatId-profileOptions-modal .login-profile-popup {
  display: block;
  background-color: #fafaf9;
  border: none;
  height: 100vh;
  margin: 0 auto;
  max-width: 440px;
  min-width: 320px;
  padding: 0 32px 0 32px;
  position: relative;
  width: auto;
  top: 0;
}

.seatComponents-login-component {
  /* Modal */
  /* Modal Register */
}
.seatComponents-login-component span.seatComponents-loginName {
  display: none;
}
.seatComponents-login-component .seatComponents-loginLink.icon-link span img {
  width: 16px;
  margin: 0;
}
.seatComponents-login-component .login-profile {
  background-color: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  z-index: 5000;
  margin-top: -65px;
  display: none;
  padding-top: 64px;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
}
.seatComponents-login-component .login-profile a {
  cursor: pointer;
}
.seatComponents-login-component .login-profile p {
  margin-block-end: 0;
}
.seatComponents-login-component .login-profile ul {
  margin-bottom: 0;
  padding-left: 0;
}
.seatComponents-login-component .login-profile .greeting {
  color: #33302e;
  font-family: SeatRegular;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  position: relative;
  font-size: 38px;
  line-height: 0.92;
  min-height: 70px;
  min-width: 256px;
  margin-top: 64px;
}
.seatComponents-login-component .login-profile .greeting .salutation {
  display: inline-block;
}
.seatComponents-login-component .login-profile .changeAccount {
  color: rgba(15, 15, 15, 0.6);
  display: inline-flex;
  font-family: SeatMedium;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 500;
  height: 22px;
  line-height: 1.83;
  position: relative;
  width: auto;
  word-break: break-word;
  margin-top: 8px;
}
.seatComponents-login-component .login-profile .title {
  color: #0f0f0f;
  font-family: SeatBold;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: bold;
  line-height: 1.86;
  margin-top: 40px;
  min-height: 26px;
  width: auto;
  word-break: break-word;
}
.seatComponents-login-component .login-profile .options {
  border-style: none;
  margin-top: 8px;
}
.seatComponents-login-component .login-profile .options li {
  list-style-type: none;
}
.seatComponents-login-component .login-profile .options .option {
  color: #0f0f0f;
  display: inline-flex;
  font-family: SeatRegular;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: normal;
  line-height: 1.86;
  margin-top: 24px;
  min-height: 26px;
  position: relative;
  width: auto;
  word-break: break-word;
}
.seatComponents-login-component .login-profile .options .option .option-icon {
  display: inline-block;
  height: 23.4px;
  margin-right: 16.6px;
  position: relative;
  width: 23.4px;
}
.seatComponents-login-component .login-profile .options .option .option-icon img {
  width: 100%;
}
.seatComponents-login-component .login-profile .options .option .option-text {
  color: #0f0f0f;
  display: inline-block;
  font-family: SeatRegular;
  position: relative;
  max-width: 216px;
  width: auto;
}
.seatComponents-login-component .login-profile .signout {
  border-bottom: 1px solid black;
  color: #0f0f0f;
  display: inline-flex;
  font-family: SeatRegular;
  font-size: 14px;
  font-weight: normal;
  height: 26px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.86;
  margin-top: 32px;
  width: auto;
  word-break: break-word;
}
.seatComponents-login-component .profileWrapper {
  position: relative;
  max-width: 1436px;
  margin: 0 auto;
}
.seatComponents-login-component .modal .close-modal {
  background-color: white;
  border-radius: 4px;
  height: 40px;
  position: fixed;
  right: 16px;
  margin-left: auto;
  top: 16px;
  width: 40px;
  cursor: pointer;
}
.seatComponents-login-component .modal .close-modal img {
  margin: 14.2px 14.2px;
}
.seatComponents-login-component .modal .close-modal:hover img {
  opacity: 0.4;
}
.seatComponents-login-component .login-modal {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 500000;
  top: 0;
  right: 0;
  display: none;
}
.seatComponents-login-component .login-modal .idDesktop {
  display: none;
}
.seatComponents-login-component .login-modal .idMobile {
  display: block;
}
.seatComponents-login-component .inlineLabel {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin: 0px;
}
.seatComponents-login-component .loader {
  display: none;
}
.seatComponents-login-component .modal_close {
  position: fixed;
  width: auto;
  height: auto;
  background: #fff;
  top: 16px;
  right: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.seatComponents-login-component .register-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  display: none;
  overflow: auto;
  word-wrap: break-word;
}
.seatComponents-login-component .register-modal .hidden {
  display: none !important;
  visibility: hidden !important;
}
.seatComponents-login-component .register-modal .required {
  display: none;
  height: 30px;
}
.seatComponents-login-component .register-modal .form-group.gender {
  margin-top: 0px;
}
.seatComponents-login-component .register-modal .form-group input[type='text'], .seatComponents-login-component .register-modal .form-group .form-group input[type='email'], .seatComponents-login-component .register-modal .form-group .form-group input[type='tel'] {
  transition: border-bottom 100ms ease;
  -webkit-appearance: none;
  appearance: none;
}
.seatComponents-login-component .register-modal .form-group input[type='text']:focus, .seatComponents-login-component .register-modal .form-group input[type='text']:hover, .seatComponents-login-component .register-modal .form-group input[type='email']:focus, .seatComponents-login-component .register-modal .form-group input[type='email']:hover, .seatComponents-login-component .register-modal .form-group input[type='tel']:focus, .seatComponents-login-component .register-modal .form-group input[type='tel']:hover {
  outline: none;
  border-color: rgba(15, 15, 15, 0.6);
}
.seatComponents-login-component .register-modal .dp_p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.86;
  color: rgba(15, 15, 15, 0.6);
}
.seatComponents-login-component .register-modal .marketing .dp_p.dis_p {
  font-size: 12px;
  margin-top: 32px;
  line-height: 1.67;
}
.seatComponents-login-component .register-modal .marketing .dp_p.dis_p p {
  font-size: 12px;
  line-height: 1.67;
}
.seatComponents-login-component .register-modal .marketing .dis_p .dp_p.mkt_txt {
  margin-bottom: 32px;
}
.seatComponents-login-component .register-modal .dp_p.dp_info {
  max-height: 106px;
  position: relative;
}
.seatComponents-login-component .register-modal .checkbox-inline {
  padding-left: 0;
  position: relative;
}
.seatComponents-login-component .register-modal .checkbox-inline .required {
  position: relative;
  margin-left: 32px;
}
.seatComponents-login-component .register-modal .checkbox-inline a, .seatComponents-login-component .register-modal .checkbox-inline .link {
  padding-bottom: 4px;
}
.seatComponents-login-component .register-modal .checkbox {
  position: relative;
  display: inline-block;
  margin: 0 32px 0 0;
}
.seatComponents-login-component .register-modal .checkbox input[type='checkbox'] {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -9999px;
}
.seatComponents-login-component .register-modal .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 32px;
  margin-top: 27px;
}
.seatComponents-login-component .register-modal .checkbox label p {
  margin-bottom: 8px;
}
.seatComponents-login-component .register-modal .checkbox input[type='checkbox']:not(:checked) + label::before, .seatComponents-login-component .register-modal .checkbox input[type='checkbox']:checked + label::before, .seatComponents-login-component .register-modal .checkbox input[type='checkbox']:not(:checked) + label::after, .seatComponents-login-component .register-modal .checkbox input[type='checkbox']:checked + label::after {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  display: block;
  border-radius: 4px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease;
  padding: 0;
}
.seatComponents-login-component .register-modal .checkbox input[type='checkbox']:not(:checked) + label::before, .seatComponents-login-component .register-modal .checkbox input[type='checkbox']:checked + label::before {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(15, 15, 15, 0.2);
}
.seatComponents-login-component .register-modal .checkbox input[type='checkbox']:not(:checked) + label::after, .seatComponents-login-component .register-modal .checkbox input[type='checkbox']:checked + label::after {
  width: 20px;
  height: 20px;
  background: #0f0f0f url("../../../../etc/designs/nuevaswebs/main/img/icon-check.svg") center center no-repeat;
  background-size: 20px 20px;
  transform: translate(0, 0);
}
.seatComponents-login-component .register-modal .checkbox input[type='checkbox']:not(:checked) + label::after {
  opacity: 0;
}
.seatComponents-login-component .register-modal input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
.seatComponents-login-component .wrapper_modal_register {
  height: 100%;
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.seatComponents-login-component .login-modal .wrapper_content {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  margin-top: 136px;
}
.seatComponents-login-component .tit_box {
  text-align: center;
}
.seatComponents-login-component .page-info {
  margin-top: 40px;
}
.seatComponents-login-component .wrapper_content form {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.seatComponents-login-component .wrapper_content form .create_account {
  display: block;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  position: relative;
}
.seatComponents-login-component .wrapper_content form .create_account .disclosure_wrapper {
  text-align: justify;
  margin-bottom: 56px;
}
.seatComponents-login-component .wrapper_content form .create_account .ca_1_l {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 16px;
}
.seatComponents-login-component .wrapper_content form .create_account .radios {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 0;
}
.seatComponents-login-component .wrapper_content form .create_account .radio {
  position: relative;
  margin: 0 32px 0 0;
  display: inline-block;
}
.seatComponents-login-component .wrapper_content form .create_account .radio label {
  position: relative;
  display: inline-block;
  padding: 2px 0 0 32px;
  cursor: pointer;
}
.seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::before, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:checked + label::before, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::after, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:checked + label::after {
  position: absolute;
  content: '';
  z-index: 1;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.1s ease;
  padding: 0;
}
.seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::before, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:checked + label::before {
  top: 2px;
  left: 0;
  background-color: #fafaf9;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(15, 15, 15, 0.2);
}
.seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::after, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:checked + label::after {
  top: 4px;
  left: 2px;
  background: #0f0f0f;
  width: 20px;
  height: 20px;
  border: 5px solid #fafaf9;
}
.seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked), .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:checked {
  position: absolute;
  left: -9999px;
}
.seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::before, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:checked + label::before, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::after, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:checked + label::after {
  position: absolute;
  content: '';
  z-index: 1;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.1s ease;
  padding: 0;
}
.seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::before, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:checked + label::before {
  top: 2px;
  left: 0;
  background-color: #fafaf9;
  width: 24px;
  height: 24px;
  border: 2px solid rgba(15, 15, 15, 0.2);
}
.seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::after, .seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:checked + label::after {
  top: 4px;
  left: 2px;
  background: #0f0f0f;
  width: 20px;
  height: 20px;
  border: 5px solid #fafaf9;
}
.seatComponents-login-component .wrapper_content form .create_account .radio input[type='radio']:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.seatComponents-login-component .wrapper_content form .create_account input[type='radio'] {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.seatComponents-login-component .wrapper_content form .create_account input[type='radio']:not(:checked), .seatComponents-login-component .wrapper_content form .create_account input[type='radio']:checked {
  position: absolute;
  left: -9999px;
}
.seatComponents-login-component .wrapper_content form .create_account .disclosure_wrapper input[type='radio']:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
.seatComponents-login-component .wrapper_content form .create_account .form-group {
  position: relative;
  text-align: left;
  margin-top: 56px;
  margin-bottom: 0;
}
.seatComponents-login-component .wrapper_content form .create_account .form-group.gender {
  position: relative;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
.seatComponents-login-component .wrapper_content form .create_account .form-group label {
  top: 8px;
  display: flex;
  margin-bottom: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  height: 20px;
}
.seatComponents-login-component .wrapper_content form .create_account .form-group label.lc--active {
  top: -18px;
  height: 16px;
  line-height: 16px;
}
.seatComponents-login-component .wrapper_content form .create_account .form-group .form-control {
  position: relative;
  padding: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 15, 15, 0.2);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  transition: border-bottom 100ms ease;
  padding-bottom: 4px;
  margin-bottom: 0;
  height: 36px;
}
.seatComponents-login-component .all-requireds {
  margin-top: 38px;
  margin-bottom: 32px;
}
.seatComponents-login-component .dis_p p {
  display: inline-block;
}
.seatComponents-login-component .dp_p_title {
  position: relative;
}
.seatComponents-login-component .dp_p_title_consent {
  display: none;
}
.seatComponents-login-component .dp_info {
  text-align: justify !important;
}
.seatComponents-login-component .dp_info a {
  padding-bottom: 4px;
}
.seatComponents-login-component .dp_info ul {
  margin-left: 16px;
}
.seatComponents-login-component .privacy_link {
  cursor: pointer;
}
.seatComponents-login-component .bsc {
  margin-bottom: 24px;
}
.seatComponents-login-component .disclaimer_modal {
  position: relative;
  padding-left: 0;
}
.seatComponents-login-component .notuser {
  margin-bottom: 64px;
}
.seatComponents-login-component .legal_note_container {
  text-align: center;
  height: 116px;
  box-shadow: 0 -1px 0 0 #d5d5d5;
  padding-top: 49px;
}
.seatComponents-login-component .sign_out {
  margin-left: 0;
  cursor: pointer;
}
.seatComponents-login-component .legal_note {
  font-size: 12px;
  line-height: 30px;
  color: rgba(15, 15, 15, 0.6);
  text-decoration: none;
  margin-left: 0;
  cursor: pointer;
}

/* M Responsive */
@media (min-width: 764px) {
  .global-header .btn-icon {
    padding: 20px 20px 18px;
  }
  .global-header .connected {
    position: relative;
    height: 8px;
    width: 8px;
    bottom: -1px;
    left: 18px;
    border-radius: 50%;
    z-index: 1;
    background-color: #00afac;
  }
  .global-header .pending {
    background-color: #ffc306;
    position: relative;
    height: 8px;
    width: 8px;
    top: 34px;
    left: 20px;
    border-radius: 50%;
    z-index: 1;
  }

  .seatComponents-login-component .page-info {
    padding-left: 0;
  }
  .seatComponents-login-component .seatComponents-loginLink.icon-link {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .seatComponents-login-component .seatComponents-loginLink.icon-link span img {
    width: 16px;
  }
  .seatComponents-login-component .login-profile {
    padding: 25px 15px 24px 16px;
    display: none;
    background-color: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    width: 287px;
    z-index: 5000;
    position: absolute;
    margin-top: -49px;
    right: -3px;
    top: 120px;
  }
  .seatComponents-login-component .login-profile .changeAccount {
    margin-top: 0;
  }
  .seatComponents-login-component .login-profile .title {
    margin-top: 16px;
  }
  .seatComponents-login-component .login-profile .options {
    margin-top: 8px;
    border-top: 1px solid #ccc;
  }
  .seatComponents-login-component .login-profile .greeting {
    position: relative;
    width: 239px;
    margin-top: 0;
    font-size: 25px;
    line-height: 1.28;
    min-height: 26px;
  }
  .seatComponents-login-component .login-modal .wrapper_content {
    margin-top: 88px;
  }
  .seatComponents-login-component .wrapper_content form .create_account .ca_1_l {
    margin-top: 32px;
    padding-left: 0;
  }
  .seatComponents-login-component .wrapper_content form .create_account .form-group {
    margin-top: 48px;
    padding-left: 0;
  }
  .seatComponents-login-component .wrapper_content form .create_account .form-groupgender {
    padding-left: 0;
  }
  .seatComponents-login-component .disclosure_wrapper {
    padding-left: 0;
  }
  .seatComponents-login-component .all-requireds {
    margin-top: 30px;
    padding-left: 0;
  }
  .seatComponents-login-component .legal_note_container {
    height: 78px;
    padding-top: 28px;
  }
}
/* Large */
@media (min-width: 1016px) {
  .global-header .btn-icon span {
    height: 32px;
    width: 32px;
  }
  .global-header .btn-icon span .connected {
    right: -1px;
    left: 18px;
  }

  .seatComponents-login-component .seatComponents-loginLink.icon-link {
    padding: 0;
  }
  .seatComponents-login-component .wrapper_content form .create_account .form-group {
    margin-top: 48px;
  }
  .seatComponents-login-component span.seatComponents-loginName {
    display: block;
  }
  .seatComponents-login-component .login-profile {
    margin-top: -73px;
    padding: 16px 15px 24px 17px;
  }
  .seatComponents-login-component .login-profile .greeting {
    font-size: 25px;
    line-height: 1.28;
    min-height: 26px;
    width: 239px;
    margin-top: 0;
  }
  .seatComponents-login-component .login-profile .changeAccount {
    margin-top: 8px;
  }
  .seatComponents-login-component .login-profile .title {
    margin-top: 8px;
  }
  .seatComponents-login-component .login-profile .options {
    margin-top: 13px;
  }
  .seatComponents-login-component .login-profile .options .option {
    margin-top: 16px;
  }
  .seatComponents-login-component .login-profile .signout {
    margin-top: 24px;
  }
  .seatComponents-login-component .login-modal .wrapper_content {
    margin-top: 88px;
  }
  .seatComponents-login-component .login-modal .idDesktop {
    display: block;
  }
  .seatComponents-login-component .login-modal .idMobile {
    display: none;
  }
  .seatComponents-login-component .all-requireds {
    margin-top: 30px;
  }
  .seatComponents-login-component .bsc {
    margin-bottom: 40px;
  }
  .seatComponents-login-component .legal_note_container {
    height: 80px;
    padding-top: 28px;
  }
}
/* Extra Large*/
@media (min-width: 1436px) {
  .seatComponents-login-component .login-profile {
    padding: 23px 15px 24px 16px;
    display: none;
    margin-top: -73px;
  }
  .seatComponents-login-component .login-profile .changeAccount {
    margin-top: 0;
  }
  .seatComponents-login-component .login-profile .title {
    margin-top: 16px;
  }
  .seatComponents-login-component .login-profile .options {
    margin-top: 8px;
  }
  .seatComponents-login-component .login-profile .options ul {
    display: block !important;
  }

  .global-header .btn-icon span {
    height: 32px;
    width: 32px;
  }
  .global-header .btn-icon span .connected {
    right: -1px;
  }
}
.profile-edit-component {
  /*Medium*/
  /*Large*/
  /*Extra Large*/
}
.profile-edit-component .content_title {
  text-align: left;
}
.profile-edit-component .profilePageHead {
  padding-top: 24px;
}
.profile-edit-component .profilePageHead .content_title {
  padding-left: 16px;
}
.profile-edit-component .page-info {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 16px;
}
.profile-edit-component .content_body {
  margin-top: 8px;
}
.profile-edit-component .infoProfilePage {
  height: auto;
  margin-top: 16px;
}
.profile-edit-component .infoProfilePage div {
  padding-left: 16px;
}
.profile-edit-component .infoProfilePage span {
  padding-left: 0;
}
.profile-edit-component .btn {
  margin-left: 16px;
  padding-top: 10px;
  margin-top: 40px;
}
.profile-edit-component .disclaimer_modal {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 16px;
}
.profile-edit-component .signoutProfilePage {
  display: none;
}
.profile-edit-component .signoutProfilePageMobile {
  display: block;
  margin-bottom: 32px;
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 764px) {
  .profile-edit-component .btn {
    margin-left: 16.66667%;
    margin-top: 40px;
    padding-top: 10px;
  }
  .profile-edit-component .profilePageHead {
    padding-top: 48px;
  }
  .profile-edit-component .profilePageHead .content_title {
    padding-left: 0px;
  }
  .profile-edit-component .infoProfilePage {
    height: 26px;
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.63;
  }
  .profile-edit-component .infoProfilePage div {
    padding-left: 0;
  }
  .profile-edit-component .infoProfilePage span {
    padding-left: 32px;
  }
}
@media (min-width: 1016px) {
  .profile-edit-component .profilePageHead .content_title {
    padding-left: 0;
  }
  .profile-edit-component .page-info {
    margin-top: 32px;
    margin-bottom: 8px;
    padding-left: 0;
  }
  .profile-edit-component .infoProfilePage {
    height: 26px;
    margin-top: 32px;
  }
  .profile-edit-component .infoProfilePage div {
    padding-left: 0;
  }
  .profile-edit-component .infoProfilePage span {
    padding-left: 32px;
  }
  .profile-edit-component .disclaimer_modal {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .profile-edit-component .btn {
    margin-top: 40px;
    margin-left: 25%;
  }
  .profile-edit-component .sign_out {
    display: inline-block;
  }
  .profile-edit-component .signoutProfilePage {
    width: 100%;
    max-width: max-content;
    padding: 0;
  }
  .profile-edit-component .signoutProfilePageMobile {
    display: none;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1436px) {
  .profile-edit-component .btn {
    margin-top: 64px;
  }
  .profile-edit-component .profilePageHead {
    padding-top: 40px;
  }
  .profile-edit-component .profilePageHead .content_title {
    padding-left: 0;
  }
  .profile-edit-component .page-info {
    margin-top: 40px;
    margin-bottom: 42px;
    padding-left: 0;
  }
  .profile-edit-component .infoProfilePage {
    font-size: 20px;
    height: 30px;
    margin-top: 24px;
    line-height: 1.5;
  }
  .profile-edit-component .infoProfilePage div {
    padding-left: 0;
  }
  .profile-edit-component .infoProfilePage span {
    padding-left: 32px;
  }
  .profile-edit-component .disclaimer_modal {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 0;
  }
  .profile-edit-component .sign_out {
    display: inline-block;
  }
  .profile-edit-component .signoutProfilePage {
    display: block;
    width: 100%;
    max-width: max-content;
    padding: 0;
  }
  .profile-edit-component .signoutProfilePageMobile {
    display: none;
  }
}
