header {
  z-index: 105;
}
.overlay.calendar {
  background: transparent;
  backdrop-filter: none;
}

.abbot__registro {
  padding: 40px 0;
}
.abbot__registro__container {
  position: relative;
  justify-content: center;
  max-width: 1600px;
  margin: auto;
  padding: 0 2rem;
  width: 80%;
}
.form__border {
  flex-direction: column;
  align-items: flex-start;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
  width: 100%;
  padding: 3.25rem;
  margin-top: 4rem;
  border: 2px solid #222731;
  border-radius: 40px 0px;
}
.inputs__form {
  display: flex;
  /* column-gap: 1.5rem; */
  justify-content: space-between;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  margin: 3.5rem 0;
}
.inputs__form h1 {
  width: 100%;
  font-weight: 420;
  font-size: 1.25rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
}
.inputs__form p {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  color: #222731;
  width: 100%;
}
.inputs__form a {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  text-decoration-line: underline;
  color: #004f71;
}
.inputs__form a:hover {
  color: #009cde;
}
.input__registro {
  flex: 1 1 auto;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #222731;
  padding: 0.75rem 0.5rem;
  border: 1px solid #222731;
  border-radius: 4px;
  width: 46%;
}
.input__date {
  position: relative;
  flex: 1 1 auto;
  width: 46%;
}
.input__date input {
  flex: 1 1 auto;
  width: 100%;
}
.input__date span {
  position: absolute;
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  background-color: white;
  line-height: 150%;
  color: #757575;
  left: 8px;
  top: 14px;
}
.input__registro.input__hide {
  opacity: 0;
}
.input__registro::-webkit-calendar-picker-indicator {
  display: none;
}
.input__date .icon__date {
  position: absolute;
  cursor: pointer;
  background-image: url("../icons/icn_calendar.svg");
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 24px;
  right: 10px;
  top: 14px;
}
.input__date .icon__date:hover {
  background-image: url("../icons/icn_calendar_blue.svg");
}

/* .input__registro[name="repeatPassword"] {
  flex: initial;
  width: 49.2%;
} */
.custom-select {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  flex: 1 1 auto;
  row-gap: 18px;
  width: 46%;
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select #profesion-select {
  display: flex;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:focus {
  outline: none;
}
/* .select-arrow {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  display: block;
  border-left: 2px solid #767676;
  border-bottom: 2px solid #767676;
  transform: rotate(-45deg);
  transition: all 0.25s ease;
  z-index: 20;
  transform: rotate(-225deg);
}
.select-arrow.select-hide {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 8px;
  height: 8px;
  display: block;
  max-height: none;
  overflow: visible;
  opacity: 1;
  border-left: 2px solid #767676;
  border-bottom: 2px solid #767676;
  transform: rotate(-45deg);
  transition: all 0.25s ease;
  z-index: 20;
} */
.select-selected {
  background-color: #ffffff;
  border: 1px solid #767676;
}
.select-selected:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 7px;
  height: 7px;
  display: block;
  border-left: 2px solid #767676;
  border-bottom: 2px solid #767676;
  transform: rotate(-45deg); /* Giramos el cuadrado */
  transition: all 0.25s ease;
  z-index: 20;
}
.select-selected.select-arrow-active:after {
  transform: rotate(-225deg);
}
.select-selected.select-selected-bottom-rounded.select-arrow-active.select-selected-bottom-square {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.select-items label,
.select-items div,
.select-selected {
  cursor: pointer;
  /* flex: 1 1 auto; */
  font-family: "Georgia";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #222731;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  transition: border-color 0.2s;
}
/* .select-items div{
    margin: 1rem 2rem;
} */
.select-items label {
  justify-content: flex-end;
  display: flex;
  border-bottom: none;
  flex-direction: row-reverse;
}
.select-items label .check__drop {
  margin-right: 0.5rem;
}
.select-items label:first-of-type {
  border-top: 1px solid #fff;
}
.select-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #ffffff;
  overflow-y: auto;
  height: auto;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 99;
  border-left: 1px solid #767676;
  border-right: 1px solid #767676;
  border-bottom: 1px solid #767676;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 1px 8px 2px #cacaca;
  max-height: 400px;
  overflow: overlay;
  opacity: 1;
  transition: max-height 0.3s ease-in, overflow 0.4s ease-in,
    opacity 0.4s ease-in;
}
.select-hide {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-out, overflow 0.4s ease-out,
    opacity 0.4s ease-out;
}
.select-items label:hover,
.select-items div:hover,
.same-as-selected {
  background-color: #edf9fe;
}
.same-as-selected {
  padding: 0.75rem 1rem !important;
  margin: 0.5rem 1rem;
}
/* scrollbar width */
.select-items::-webkit-scrollbar {
  width: 0.5rem;
}
/* scrollbar track */
.select-items::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 4px 0px 4px 4px;
}
/* scrollbar handle */
.select-items::-webkit-scrollbar-thumb {
  background-color: #d9d9d6;
  border-radius: 4px; /* optional rounded handle */
}
/* scrollbar handle on hover */
.select-items::-webkit-scrollbar-thumb:hover {
  background: rgba(118, 118, 118, 0.6);
  border-radius: 4px;
}
.change-mini {
  display: none;
}
.mini-cards {
  display: flex;
  width: 100%;
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
.mini-small {
  display: none;
}
.mini-cards.hide,
.mini-cards .group.hide {
  display: none;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.mini-cards .group {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  background: #ffffff;
  border: 1.5px solid #009cde;
  border-radius: 50px;
}
.mini-cards .group span {
  font-family: "Calibri";
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: #2c3131;
}
.mini-cards .group svg {
  fill: #667080;
  cursor: pointer;
  margin-left: 0.15rem;
}

.pass__container {
  flex: 1 1 auto;
  position: relative;
  width: 46%;
}
.pass__container input {
  width: 100%;
}
.pass__container svg {
  top: 30%;
}
.pass__container svg:hover path {
  fill: #009cde;
}

.check__form div {
  display: flex;
  flex-wrap: wrap;
}
.check__form div p {
  font-family: "Calibri";
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 150%;
  color: #888b8d;
  margin-left: 0.5rem;
}
.btn__geek.btn__blue.registrarme {
  cursor: pointer;
  margin: 2rem auto 0;
  text-transform: uppercase;
  width: 332px;
}
.btn__geek.btn__blue.registrarme[disabled] {
  cursor: auto;
  background-color: #d9d9d6;
}

.litepicker {
  top: auto !important;
  left: 0 !important;
  box-shadow: 0px 4px 4px #888b8d !important;
  border-radius: 8px !important;
  z-index: 102 !important;
}
.litepicker,
.container__main,
.container__months,
.month-item {
  width: 362px !important;
}
.month-item {
  padding: 1.5rem !important;
}
.litepicker .container__months .month-item-header button {
  align-items: center;
  border: 1px solid #cacaca;
  border-radius: 8px !important;
  cursor: pointer !important;
  display: flex;
  justify-content: center;
  padding: 8px !important;
}
.litepicker .container__months .month-item-header .button-previous-month > svg,
.litepicker .container__months .month-item-header .button-previous-month > img,
.litepicker .container__months .month-item-header .button-next-month > svg {
  fill: none !important;
  transform: scale(0.7);
}
.month-item-name,
.month-item-year {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 24px;
  color: #000000;
  border: none;
}
.month-item-weekdays-row > div {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem !important;
  line-height: 16px;
  text-align: center;
  color: #9c9d9f;
}
.litepicker .container__days {
  gap: 8px;
}
.litepicker .container__days .day-item {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 16px;
  text-align: center;
  color: #000000 !important;
  transition: none !important;
  padding: 8px 12px !important;
}
.litepicker .container__days .day-item:hover {
  color: #2c3131 !important;
  /* border: 1px solid #009cde; */
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0 1px #009cde !important;
  box-shadow: inset 0 0 0 1px #009cde !important;
}
.litepicker .container__days .day-item.is-start-date.is-end-date {
  border-radius: 8px !important;
  background-color: #009cde !important;
  color: #ffffff !important;
}
.litepicker .container__days .day-item.is-today {
  color: red !important;
}

/*Styles for oneThrust*/
.ot-form-wrapper {
  max-width: 750px;
  height: 800px;
  border: 1px solid #c0c2c7;
  margin: auto;
}

.ot-form-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.otnotice-content{
  margin: 0px !important;
  padding: 0px !important;
}
.otnotice-content .otnotice-menu {
  display: none !important;
}

.otnotice-content .otnotice-sections {
  margin-left: 5px !important;
  margin-right: 0px !important;
}
.ot-privacy-notice-language-dropdown-container {
  display: none !important;
}
div.otnotice__version {
  display: none !important;
}
.otnotice-section-content p span{
  font-family: "Georgia" !important;
  line-height: 1.2rem !important;
  font-size: 1rem !important;

}
.selected-language-display{
  color: #667080 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  margin-left: 15px;
}
.otnotice-section-content p{
  font-family: "Georgia" !important;
  line-height: 1.2rem !important;
  font-size: 1rem !important;
  color: #000000 !important;
}

.otnotice-section-content {
  margin-left: 0px !important;
}

.side-by-side {
  display: inline-block;
  height: auto;
}

.otnotice-menu-mobile {
  display: none !important;
}
.otnotice-version{
  display: none !important;
}
.check_trust {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.check_trust div {
  display: flex;
  flex-direction: row;
}

.otnotice-section-content span {
  background-color: transparent !important;
}
.onetrhust{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 3px 0px;
}
.check__form{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.otnotice-content .otnotice-sections .otnotice-section-content p {
  margin: 0!important;
}

@media screen and (max-width: 1550px) {
  .abbot__registro__container {
    padding: 0 156px;
    margin: auto;
    max-width: 100%;
  }
  /* .input__registro[name="repeatPassword"] {
    width: 48.5%;
  } */
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 996px) {
  .abbot__registro__container {
    padding: 0 96px;
  }
  .input__registro {
    width: 100%;
  }
  .input__registro[name="repeatPassword"] {
    flex: initial;
    width: 100%;
  }
  .input__registro.input__hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .abbot__registro__container {
    width: 100%;
    padding: 0 2rem;
  }
  .form__border {
    padding: 0;
    border: none;
  }
  .btn__geek.btn__blue.registrarme {
    width: 100%;
  }
  .custom-select {
    width: 100%;
  }
  .mini-cards {
    width: 100%;
  }
  /* .mini-cards.big {
    display: none;
  } */
  .mini-small {
    display: block;
  }
  .mini-small.hide {
    display: none;
  }
  .overlay.calendar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #2c3131;
    opacity: 0.55;
    backdrop-filter: blur(1px);
    z-index: 99;
  }

  .litepicker {
    width: 100% !important;
    position: fixed !important;
  }
  .litepicker,
  .container__main,
  .container__months,
  .month-item {
    width: 100% !important;
  }

  .litepicker .container__days {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    gap: 0 !important;
    row-gap: 2px !important;
  }
  .litepicker .container__days > div {
    width: 100% !important;
  }

  .month-item {
    padding: 30px 10px 30px !important;
  }
  .onetrhust {
    align-items: flex-start;
  }
  .otnotice-version{
    display: none !important;
  }
  .onetrhust input{
    margin-top: 5px;
  }
  .otnotice-content .otnotice-sections .otnotice-section-content p {
    margin: 0;
  }
  .otnotice-sections>.otnotice-section>.otnotice-section-content {
    margin: 0 !important;
  }
}
/* nuevos estilos */
.choices[data-type*=select-one] .choices__input, .py-4{
  padding: 0 !important;
  background-color: transparent !important;
 
  /* padding: 0.75rem 0.5rem !important; */
  box-shadow: none !important;
}
.pb-5{
  padding: 0 !important;
}
.shadow{
  box-shadow: none !important;
}
.choices__list--single{
  padding: 10px 0.5rem !important;
}
.choices__list--single .choices__item, .choices__list--dropdown .choices__item, .choices[data-type*=select-one] .choices__input{
  font-family: "Georgia" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 150% !important;
  color: #222731 !important;
}
.choices[data-type*=select-one] .choices__input--cloned{
  padding: 10px !important;
}
.check__form div p{
  margin-bottom: 0;
}
.choices__list--dropdown{
  z-index: 10 !important;
}
.input__hcp{
  width: 48%;
  position: relative; 
  max-height: 50px;
}
.input__hcp input{
  width: 100% !important;
}
.show-password, .show-new-password, .show-repeat-password, .show-reg-pass, .show-repeat-reg{
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}
.check__form div label{
  font-family: "Georgia" !important;
}
.check__form div em{
  width: 100%;
}
em{
  color: Red;
}