:root{
  /* =========================
     Colores base
  ========================== */
  --color-primary: #2A2C67;
  --color-text: #ffffff;
  --ds-control-border: #CBD1D7;
    --ds-c-1: #DD042B;
    --ds-c-2: #6F73B6;
    --ds-c-3: #EEF0FA;
    --ds-c-4: #E4E6EB;
    --ds-c-5: #FFFFFF;
    --ds-n-1: #2A2F51;
    --ds-n-2: #6A6F80;
    --ds-n-3: #9AA0B2;
    /* =========================
     Tipograf�a
    ========================== */
    --ds-font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    /* Escala tipogr�fica */
    --ds-fs-8: 8px;
    --ds-fs-10: 10px;
    --ds-fs-12: 12px;
    --ds-fs-14: 14px;
    --ds-fs-16: 16px;
    --ds-fs-18: 18px;
    --ds-fs-20: 20px;
    /* Pesos */
    --ds-fw-300: 300;
    --ds-fw-400: 400;
    --ds-fw-500: 500;
    /* =========================
     UI general
  ========================== */
    --ds-radius-lg: 28px;
    --ds-radius-pill: 999px;
    --ds-surface: var(--ds-c-3);
    --ds-text: var(--ds-n-1);
    --ds-border: rgba(111, 115, 182, 0.85);
    /* =========================
     Botones
  ========================== */
    --ds-btn-h-md: 48px;
    --ds-btn-h-lg: 60px;
    --ds-btn-focus: rgba(111, 115, 182, 0.25);
    --ds-primary: var(--ds-c-1);
    --ds-primary-2: var(--ds-c-2);
    /* =========================
     Controles (inputs, selects)
  ========================== */
    --ds-control-bg: var(--ds-c-5);
    --ds-control-border: rgba(42, 47, 81, 0.18);
    --ds-control-placeholder: var(--ds-n-3);
    --ds-control-text: var(--ds-n-1);
  }


  body{
    padding: 0 !important;
  }

.cmp-container {
  max-width: 1450px;
}

.bg-brand {
  background-color: #2A2C67;
}

.text-brand {
  color: #2A2C67;
}

.logo-img {
  height: 40px;
}

.flyer-preview {
  border-radius: 8px;
  overflow: hidden;
  background: var(--color-text);
  padding: 10px;
  display: flex;
  justify-content: center;
}

.flyer-previewpfd {
  border-radius: 8px;
  overflow: hidden;
  background: var(--color-text);
  padding: 10px;
  display: flex;
  justify-content: center;
  height: 90%;
}

.flyer-preview img {
  width: 80%;
}

.flyer-preview iframe {
  height: 100%;
}

.btn-danger {
  background-color: #E30613;
  border-color: #E30613;
}

.btn-danger:hover {
  background-color: #c70511;
  border-color: #c70511;
}

.bg-brand {
  background-color: #2f2f7e;
}

.em-header {
  min-height: 72px;
}

.em-header__inner {
  min-height: 72px;
}

.em-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.em-header__logo {
  width: 150px;
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
}

.em-user-menu__toggle {
  border: 0;
  background: transparent;
  color: var(--color-text);
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: none !important;
}

.em-user-menu__toggle::after {
  display: none;
}

.em-user-menu__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-text);
  color: #2f2f7e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  flex-shrink: 0;
}

.em-user-menu__info {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-align: left;
}

.em-user-menu__name {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text);
}

.em-user-menu__agency {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.em-user-menu__dropdown {
  width: 250px;
  margin-top: 14px !important;
  border: 1px solid #d9d9e3;
  border-radius: 18px;
  padding: 16px 0 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.em-user-menu__summary {
  padding: 0 10px 12px;
  text-align: right;
}

.em-user-menu__summary-name {
  font-size: 18px;
  font-weight: 400;
  color: #2f2f7e;
  line-height: 1.2;
  margin-bottom: 4px;
}

.em-user-menu__summary-agency {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 1.3;
}

.em-user-menu__divider {
  margin: 0 20px 10px;
  border-top-color: #d7d7df;
  opacity: 1;
}

.em-user-menu__item {
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #2f2f7e;
  text-decoration: none;
  background: transparent !important;
}

.em-user-menu__item:hover,
.em-user-menu__item:focus {
  color: #2f2f7e;
  background: #f5f6fb !important;
}

.em-user-menu__item i {
  font-size: 16px;
  color: #2f2f7e;
  margin-left: 14px;
}


/* Título */
.text-brand {
  color: #222a44;
}

.text-muted {
  color: #6b7280 !important;
}

/* Labels */
.cmp-label {
  font-size: 12px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 8px;
}

/*Radio */

.cmp-radio-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.cmp-radio {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  /* mismo nivel visual que inputs */
  font-weight: 600;
  color: #1f2a44;
  cursor: pointer;
}

.cmp-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Control pill */
.cmp-control {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #d5dbe5;
  background: #f7f8fb;
  border-radius: 15px;
  height: 50px;
  padding: 0 16px;
}


/* Focus: borde + glow suave */
.cmp-control:focus-within {
  border-color: #b9c6df;
  background: var(--color-text);
  box-shadow: 0 0 0 4px rgba(91, 95, 151, 0.12), 0 10px 26px rgba(17, 24, 39, 0.10);
}


/* Iconos */
.cmp-control__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  margin-right: 10px;
  color: #111827;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}

.cmp-control__chev {
  position: absolute;
  right: 16px;
  color: #1f2a44;
  pointer-events: auto;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
  transition: transform .18s ease;
}

.cmp-control:focus-within .cmp-control__chev {
  transform: rotate(180deg);
}

/* Select sin flecha nativa */
.select2-container {
  padding-right: 44px !important;
  /* espacio para chevron */
  font-weight: 500 !important;
  color: #24324a !important;
}

.select2-container--default .select2-selection--multiple {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.cmp-packages-summary{
  font-size: 14px;
}

.cmp-select {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-right: 44px !important;
  /* espacio para chevron */
  font-size: 14px;
  height: 100% !important;
  font-weight: 500 !important;
  color: #24324a !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer !important;
}

.cmp-select:focus {
  outline: none !important;
}

/* Input date */
.cmp-input {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 100%;
  width: 100%;
  font-weight: 500;
  color: #24324a;
  font-size: 14px;
}

/* Focus bonito */
.cmp-control:focus-within {
  border-color: #b7c3d8;
  background: var(--color-text);
}

/* Generar Imagen (checks) */
.cmp-gen {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.cmp-gen__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #1f2a44;
}

.cmp-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #24324a;
}

.cmp-check .form-check-input {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid #d5dbe5;
  margin-top: 0;
}

/* Botón pill centrado */
.cmp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 72px;
  min-width: 380px;
  border: 0;
  border-radius: 999px;
  background: #d90429;
  /* rojo tipo imagen */
  color: var(--color-text);
  font-weight: 800;
  font-size: 22px;
  box-shadow: 0 14px 30px rgba(217, 4, 41, .25);
}

.cmp-btn:hover {
  filter: brightness(.95);
}

@media (max-width: 575.98px) {
  .cmp-btn {
    min-width: 100%;
    font-size: 18px;
    height: 64px;
  }
}

.cmp-gen {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cmp-gen__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: #1f2a44;
  font-size: 16px;
}

.cmp-gen__options {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: nowrap;
}

.cmp-check {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  color: #24324a;
  font-size: 20px;
  white-space: nowrap;
}

.cmp-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #cfd6e3;
  margin: 0;
  box-shadow: none !important;
}

.cmp-check {
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .cmp-gen__options {
    padding-left: 0;
    flex-wrap: wrap;
    /* en móvil sí puede brincar */
    gap: 18px;
  }

  .cmp-gen__title {
    font-size: 18px;
  }

  .cmp-check {
    font-size: 16px;
  }

  .cmp-check .form-check-input {
    width: 28px;
    height: 28px;
  }
}

.cmp-link{
  display: flex;
  justify-content: center;
}

.cmp-link__label {
  display: block;
  font-weight: 700;
  color: #1f2a44;
  width: 80%;
  align-items: center;
  margin-bottom: 10px;
}

.cmp-link__control {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;

  border: 2px solid #d5dbe5;
  border-radius: 18px;
  background: var(--color-text);
  padding: 0 16px;
}

.cmp-link__input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;

  font-size: 18px;
  color: #24324a;
  padding-right: 56px;
  /* espacio para el botón icono */
}

.cmp-link__copy {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);

  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: transparent;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #111827;
  cursor: pointer;
}

.cmp-link__copy:hover {
  background: #f3f4f6;
}

.cmp-link__control:focus-within {
  border-color: #b9c6df;
  box-shadow: 0 0 0 4px rgba(91, 95, 151, 0.12);
}

@media (max-width: 575.98px) {
  .cmp-link__control {
    height: 58px;
  }

  .cmp-link__input {
    font-size: 15px;
  }
}

.cmp-gen__title {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cmp-gen__text {
  margin: 15px 0;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.cmp-gen__check-label {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cmp-gen__block {
  width: 100%;
}

.cmp-gen__check {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cmp-gen__check-input {
  width: 20px;
  height: 20px;
}

.cmp-gen__agency-preview {
  margin-top: 20px;
}

.cmp-gen__agency-preview.is-visible {
  display: block;
}

.cmp-gen__agency-card {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 15px;
  border: 1px solid #cfd4dc;
  border-radius: 18px;
}

.cmp-gen__agency-logo {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmp-gen__agency-logo img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
  display: block;
}

.cmp-gen__agency-info {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 10px;
}

.cmp-gen__agency-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.cmp-gen__agency-dot {
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 50%;
  background: #d91c4a;
  flex-shrink: 0;
}

.cmp-gen__agency-label {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #4b4f58;
  line-height: 1.3;
}

.cmp-gen__agency-value {
  display: block;
  font-size: 12px;
  color: #2a2d34;
  line-height: 1.4;
  font-weight: 700;
  word-break: break-word;
}

.cmp-gen__agency-note {
  margin: 5px 6px 0;
  font-size: 12px;
  color: #6b6f76;
  line-height: 1.5;
}

.cmp-gen__agency-note strong {
  color: #2a2d34;
}

@media (max-width: 991px) {
  .cmp-gen__agency-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .cmp-gen__agency-info {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    width: 100%;
  }
}

@media (max-width: 576px) {
  .cmp-gen__agency-card {
    padding: 20px 16px;
    gap: 20px;
  }

  .cmp-gen__agency-info {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cmp-gen__agency-logo {
    flex-basis: auto;
    width: 100%;
    justify-content: flex-start;
  }
}

.agency-profile {
  min-height: 100vh;
}

.agency-profile__row {
  width: 80%;
  display: flex;
  margin: 0 auto;
}

.agency-profile__top {
  margin-bottom: 18px;
}

.agency-profile__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2f2f7e;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.agency-profile__back:hover {
  color: #2f2f7e;
}

.agency-profile__section {
  margin-bottom: 40px;
}

.agency-profile__section--contact {
  margin-top: 24px;
}

.agency-profile__title {
  margin: 0 0 22px;
  color: #2f2f7e;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.agency-profile__label {
  display: block;
  margin-bottom: 8px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 500;
}

.agency-profile__input {
  width: 100%;
  height: 45px;
  border: 1px solid #cfd3dc;
  border-radius: 10px;
  font-size: 14px;
  color: #4b4b4b;
  padding: 12px 16px;
  box-shadow: none !important;
}

.agency-profile__input:focus {
  border-color: #2f2f7e;
}

.agency-profile__file {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 45px;
  border: 1px solid #cfd3dc;
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-text);
}

.agency-profile__file-btn {
  min-width: 190px;
  padding: 0 18px;
  background: #2f2f7e;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
}

.agency-profile__file-name {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  color: #5a5a5a;
  background: var(--color-text);
}

.agency-profile__file-input {
  display: none;
}

.agency-profile__help {
  margin: 10px 0 0;
  color: #7b7b7b;
  font-size: 10px;
  line-height: 1.35;
}

.agency-profile__help strong {
  color: #2f2f7e;
}

.agency-profile__logo-card {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  border: 1px solid #cfd3dc;
  border-radius: 14px;
  background: var(--color-text);
  overflow: hidden;
}

.agency-profile__logo-preview {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.agency-profile__logo-preview img {
  max-width: 110px;
  max-height: 110px;
  object-fit: contain;
  display: block;
}

.agency-profile__logo-date {
  background: #efefef;
  color: #8c8c8c;
  text-align: center;
  font-size: 14px;
  padding: 10px 12px;
}

.agency-profile__actions {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.agency-profile__submit {
  min-width: 230px;
  min-height: 47px;
  border: 0;
  border-radius: 999px;
  background: #2f2f7e;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 28px;
  transition: 0.2s ease;
}

.agency-profile__submit:hover {
  background: #252564;
}

@media (max-width: 991.98px) {
  .agency-profile__title {
    font-size: 30px;
  }

  .agency-profile__label {
    font-size: 18px;
  }

  .agency-profile__input {
    font-size: 18px;
  }

  .agency-profile__logo-card {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .agency-profile {
    padding: 20px 16px 40px;
  }

  .agency-profile__back {
    font-size: 18px;
  }

  .agency-profile__title {
    font-size: 26px;
  }

  .agency-profile__label {
    font-size: 16px;
  }

  .agency-profile__input {
    height: 48px;
    font-size: 16px;
  }

  .agency-profile__file {
    flex-direction: column;
  }

  .agency-profile__file-btn {
    min-width: 100%;
    min-height: 48px;
  }

  .agency-profile__file-name {
    min-height: 48px;
    font-size: 16px;
  }

  .agency-profile__submit {
    width: 100%;
    min-width: auto;
    font-size: 18px;
  }
}


.em-share-modal .modal-content {
    border: 0;
    box-shadow: none;
}

.em-share-modal__dialog {
    max-width: 550px;
}

.em-share-modal__content {
    position: relative;
    background: var(--color-text);
    border-radius: 26px;
    padding: 30px;
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

.em-share-modal__body {
    text-align: center;
}

.em-share-modal__close {
    position: absolute;
    top: 26px;
    right: 32px;
    border: 0;
    background: transparent;
    color: #ef002b;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
}

.em-share-modal__close:hover {
    color: #d30025;
}

.em-share-modal__title {
    margin: 8px 0 18px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #2f2f7e;
}

.em-share-modal__text {
    margin: 0 auto 28px;
    max-width: 620px;
    font-size: 16px;
    line-height: 1.25;
    color: #374151;
}

.em-share-modal__socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-bottom: 32px;
}

.em-share-modal__social {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #2f2f7e;
    color: var(--color-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.em-share-modal__social:hover {
    color: var(--color-text);
    opacity: 0.95;
    transform: translateY(-1px);
}

.em-share-modal__accept {
    min-width: 150px;
    height: 35px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: #ef002b;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.em-share-modal__accept:hover {
    background: #d80026;
}

@media (max-width: 767.98px) {
    .em-share-modal__content {
        padding: 34px 18px 32px;
        border-radius: 22px;
    }

    .em-share-modal__close {
        top: 18px;
        right: 20px;
        font-size: 28px;
    }

    .em-share-modal__title {
        font-size: 28px;
        margin-top: 14px;
    }

    .em-share-modal__text {
        font-size: 18px;
        max-width: 100%;
    }

    .em-share-modal__socials {
        gap: 14px;
        flex-wrap: wrap;
    }

    .em-share-modal__social {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .em-share-modal__accept {
        width: 100%;
        max-width: 260px;
    }
}



/* Caja principal del select */
.cmp-packages-selection.select2-container--default .select2-selection--multiple {
    min-height: 42px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    background: #fff;
}

/* ocultamos chips nativos */
.cmp-packages-selection .select2-selection__choice {
    display: none;
}

.cmp-packages-selection .select2-search--inline {
    display: none;
}

.cmp-packages-selection .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    color: #212529;
    line-height: normal !important;
}

.cmp-packages-placeholder {
    color: #6c757d;
}

/* Dropdown */
.cmp-packages-dropdown.select2-dropdown {
    border: 1px solid #5b5b5b;
    border-radius: 10px;
    overflow: hidden;
    background: #4a4a4a;
    color: #fff;
}

/* Lista */
.cmp-packages-dropdown .select2-results > .select2-results__options {
    max-height: 220px;
    padding: 8px 0;
}

/* Opción */
.cmp-packages-dropdown .select2-results__option {
    position: relative;
    padding: 8px 14px 8px 40px;
    color: #fff;
    background: transparent;
}

/* hover */
.cmp-packages-dropdown .select2-results__option--highlighted {
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
}

/* checkbox visual */
.cmp-packages-dropdown .select2-results__option::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 1px solid #bfc3c7;
    border-radius: 3px;
    background: transparent;
}

/* opción seleccionada */
.cmp-packages-dropdown .select2-results__option[aria-selected="true"]::before,
.cmp-packages-dropdown .select2-results__option.select2-results__option--selected::before {
    background: #0d6efd;
    border-color: #0d6efd;
}

.cmp-packages-dropdown .select2-results__option[aria-selected="true"]::after,
.cmp-packages-dropdown .select2-results__option.select2-results__option--selected::after {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-58%);
    font-size: 11px;
    color: #fff;
}

/* Estado base */
.cmp-packages-dropdown .select2-results__option {
    position: relative;
    padding: 8px 14px 8px 40px;
    color: #fff !important;
    background: #4a4a4a !important;
}

/* Opción seleccionada */
.cmp-packages-dropdown .select2-results__option[aria-selected="true"] {
    background: #4a4a4a !important;
    color: #fff !important;
}

/* Hover / resaltada */
.cmp-packages-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #5a5a5a !important;
    color: #fff !important;
}

/* Seleccionada + hover */
.cmp-packages-dropdown .select2-results__option--highlighted[aria-selected="true"] {
    background: #5a5a5a !important;
    color: #fff !important;
}


.flyer-preview__pdf{
  width: 100%;
}