.cmiq-body-lock {
  overflow: hidden;
}

.cmiq-launcher-wrap .cmiq-launcher,
.cmiq-floating-launcher .cmiq-launcher,
.cmiq-root .cmiq-primary-button,
.cmiq-root .cmiq-secondary-button {
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s ease;
}

.cmiq-floating-launcher .cmiq-launcher,
.cmiq-root .cmiq-primary-button {
  background-image: linear-gradient(200deg, #13a0d8 0%, #0c2c64 100%);
  color: #fff;
}

.cmiq-launcher-wrap .cmiq-launcher {
  background-color: transparent;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  background-image: linear-gradient(200deg, #13a0d8 0%, #0c2c64 100%);
  box-shadow: 0px 3px 25px 0px rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 30px 15px 30px;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.cmiq-launcher-wrap .cmiq-launcher--border-btn {
  background-color: #FFFFFF1C;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 50px 50px 50px 50px;
  padding: 13px 30px 13px 30px;
  background-image: none;
}

.cmiq-launcher-wrap .blue {
  fill: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
  box-shadow: 0px 3px 25px 0px rgba(255, 255, 255, 0.3);
}

.cmiq-launcher-wrap .cmiq-launcher:hover {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  transform: translateY(-5px);
}

.cmiq-launcher-wrap .cmiq-launcher--border-btn:hover {
  background-color: var(--e-global-color-992aac4);
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-992aac4);
}

.cmiq-launcher-wrap .blue:hover {
  fill: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-primary)
}

.cmiq-launcher-wrap .cmiq-launcher i {
  margin-left: 10px;
}

.cmiq-root .cmiq-secondary-button {
  background: #eef6f5;
  color: #12343d;
  border: 1px solid #d6e6e3;
}

.cmiq-floating-launcher {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9998;
}

.cmiq-root {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999999999 !important;
  pointer-events: none !important;
  transform: none !important;
}

.cmiq-root .cmiq-overlay,
.cmiq-root .cmiq-modal {
  pointer-events: auto !important;
}

.cmiq-root .cmiq-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 24, 31, 0.58);
  backdrop-filter: blur(6px);
}

.cmiq-root .cmiq-modal {
  position: fixed;
  inset: 2vh 2vw;
  overflow: auto;
  background: linear-gradient(180deg, #f9fcfc, #eef5f5);
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: 0 30px 90px rgba(8, 24, 31, 0.22);
}

.cmiq-root .cmiq-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(18, 52, 61, 0.08);
  color: #12343d;
  cursor: pointer;
}

.cmiq-root .cmiq-step-nav {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.cmiq-root .cmiq-step-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid #d6e6e3;
  background: #fff;
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  cursor: pointer;
  color: #12343d;
}

.cmiq-root .cmiq-step-pill {
  color: #12343d;
}

.cmiq-root .cmiq-step-pill span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eef6f5;
  color: #12343d;
  font-size: 0.8rem;
  font-weight: 700;
}

.cmiq-root .cmiq-step-pill.is-active,
.cmiq-root .cmiq-step-pill.is-complete,
.cmiq-root .cmiq-country-card.is-active,
.cmiq-root .cmiq-tab.is-active {
  border-color: #13a0d8;
}

.cmiq-root .cmiq-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
  gap: 1.25rem;
  align-items: start;
}

.cmiq-root .cmiq-workspace,
.cmiq-root .cmiq-summary-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d6e6e3;
  border-radius: 24px;
  padding: 1.35rem;
}

.cmiq-root .cmiq-summary-panel {
  position: sticky;
  top: 0;
}

.cmiq-root .cmiq-eyebrow,
.cmiq-root .cmiq-role-label,
.cmiq-root .cmiq-country-meta,
.cmiq-root .cmiq-summary-panel span,
.cmiq-root .cmiq-team-head span {
  color: #69828a;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cmiq-root .cmiq-section-head h2,
.cmiq-root .cmiq-section-head h3,
.cmiq-root .cmiq-summary-top h3,
.cmiq-root .cmiq-role-card h4 {
  color: #12343d;
  margin: 0.2rem 0 0.35rem;
}

.cmiq-root .cmiq-section-head p,
.cmiq-root .cmiq-role-card p,
.cmiq-root .cmiq-disclaimer,
.cmiq-root .cmiq-form-message,
.cmiq-root .cmiq-team-role small {
  color: #69828a;
}

.cmiq-root .cmiq-country-grid,
.cmiq-root .cmiq-roles-grid,
.cmiq-root .cmiq-form-grid {
  display: grid;
  gap: 1rem;
}

.cmiq-root .cmiq-country-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.cmiq-root .cmiq-country-card,
.cmiq-root .cmiq-tab,
.cmiq-root .cmiq-chip,
.cmiq-root .cmiq-link-button {
  border: 1px solid #d6e6e3;
  background: #fff;
  color: #12343d;
  border-radius: 16px;
  cursor: pointer;
}

.cmiq-root .cmiq-country-card {
  text-align: left;
  padding: 1rem;
}

.cmiq-root .cmiq-country-name {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.cmiq-root .cmiq-toolbar,
.cmiq-root .cmiq-tab-row,
.cmiq-root .cmiq-chip-row,
.cmiq-root .cmiq-summary-top,
.cmiq-root .cmiq-footer-nav {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}

.cmiq-root .cmiq-chip-row {
  margin-bottom: 10px;
}

.cmiq-root .cmiq-tab-row {
  margin-bottom: 10px;
}

.cmiq-root .cmiq-toolbar {
  margin-bottom: 1rem;
}

.cmiq-root .cmiq-toolbar input,
.cmiq-root .cmiq-form input,
.cmiq-root .cmiq-form textarea,
.cmiq-root .cmiq-request-role input,
.cmiq-root .cmiq-request-role textarea,
.cmiq-root .cmiq-role-card__actions select,
.cmiq-root .cmiq-team-row select {
  width: 100%;
  border: 1px solid #d6e6e3;
  border-radius: 16px;
  background: #fff;
  color: #12343d;
  padding: 0.6rem 1rem;
}

.cmiq-root .cmiq-chip,
.cmiq-root .cmiq-tab,
.cmiq-root .cmiq-link-button {
  padding: 0.72rem 1rem;
  border-radius: 999px;
}

.cmiq-root .cmiq-roles-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cmiq-root .cmiq-role-card,
.cmiq-root .cmiq-empty-builder,
.cmiq-root .cmiq-additional-savings,
.cmiq-root .cmiq-request-role {
  border: 1px solid #d6e6e3;
  border-radius: 22px;
  background: #fff;
  padding: 1.2rem;
}

.cmiq-additional-savings {
  margin-top: 10px;
}

.cmiq-root .cmiq-empty-state {
  padding: 1.2rem;
}

.cmiq-root .cmiq-role-card__footer,
.cmiq-root .cmiq-summary-stats,
.cmiq-root .cmiq-summary-breakdown__head,
.cmiq-root .cmiq-summary-breakdown__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.cmiq-root .cmiq-role-card__header {
  width: 100%;
}

.cmiq-root .cmiq-role-list,
.cmiq-root .cmiq-trust-list,
.cmiq-root .cmiq-additional-savings ul {
  margin: 1rem 0 0;
  padding-left: 1rem;
  color: #12343d;
}

.cmiq-root .cmiq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  background: rgba(15, 167, 160, 0.12);
  color: #0d7f7a;
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.cmiq-root .cmiq-team-table {
  display: grid;
  gap: 0.75rem;
}

.cmiq-root .cmiq-team-head,
.cmiq-root .cmiq-team-row {
  display: grid;
  grid-template-columns: 2fr 1fr 140px 130px 92px;
  gap: 0.75rem;
  align-items: center;
}

.cmiq-root .cmiq-team-row {
  background: #fff;
  border: 1px solid #d6e6e3;
  border-radius: 18px;
  padding: 1rem;
}

.cmiq-root .cmiq-qty-control {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  border: 1px solid #d6e6e3;
  border-radius: 999px;
  padding: 0.25rem;
}

.cmiq-root .cmiq-qty-control button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #eef6f5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #0d7f7a;
}

.cmiq-root .cmiq-qty-control button:hover {
  background: #0d7f7a;
  color: #fff;
}

.cmiq-root .cmiq-team-amount,
.cmiq-root .cmiq-summary-hero strong,
.cmiq-root .cmiq-summary-annual strong {
  font-weight: 800;
  color: #12343d;
}

.cmiq-root .cmiq-summary-hero {
  border: 1px solid #d6e6e3;
  border-radius: 20px;
  background: #fff;
  padding: 1rem;
  margin-top: 1rem;
}

.cmiq-root .cmiq-summary-hero strong {
  display: block;
  font-size: clamp(2rem, 3vw, 1.8rem);
  line-height: 1;
  margin-top: 0.3rem;
}

.cmiq-root .cmiq-summary-stats,
.cmiq-root .cmiq-summary-annual,
.cmiq-root .cmiq-summary-breakdown {
  border: 1px solid #d6e6e3;
  border-radius: 20px;
  background: #fff;
  padding: 1rem;
  margin-top: 1rem;
}

.cmiq-root .cmiq-summary-stats strong,
.cmiq-root .cmiq-summary-annual strong {
  display: block;
  margin-top: 0.25rem;
}

.cmiq-root .cmiq-summary-stats .is-positive strong,
.cmiq-root .cmiq-summary-annual strong {
  color: #13a0d8;
}

.cmiq-root .cmiq-summary-breakdown__head,
.cmiq-root .cmiq-summary-breakdown__row {
  grid-template-columns: 1.8fr 0.5fr 0.8fr 0.9fr;
}

.cmiq-root .cmiq-summary-breakdown__row,
.cmiq-root .cmiq-summary-breakdown__head {
  padding: 0.6rem 0;
  border-bottom: 1px solid #edf3f2;
}

.cmiq-root .cmiq-summary-breakdown__row:last-child {
  border-bottom: 0;
}

.cmiq-root .cmiq-summary-breakdown__empty {
  color: #69828a;
  padding-top: 0.6rem;
}

.cmiq-root .cmiq-request-role {
  display: none;
  margin-top: 1rem;
  margin-bottom: 20px;
}

.cmiq-root .cmiq-request-role.is-visible {
  display: block;
}

.cmiq-root .cmiq-request-role form,
.cmiq-root .cmiq-form-grid {
  display: grid;
  gap: 0.75rem;
}

.cmiq-root .cmiq-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cmiq-root .cmiq-form textarea,
.cmiq-root .cmiq-request-role textarea {
  min-height: 120px;
}

.cmiq-root .cmiq-form textarea {
  grid-column: 1 / -1;
}

.cmiq-root .cmiq-primary-button--wide {
  width: 100%;
  margin-top: 1rem;
}

.cmiq-root .cmiq-footer-nav {
  justify-content: space-between;
  margin-top: 1.25rem;
}

.cmiq-root .cmiq-disclaimer {
  margin-top: 1rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.cmiq-role-card .cmiq-primary-button {
  margin-top: 10px;
}

.cmiq-root .cmiq-role-card__actions {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(140px, 160px) minmax(150px, 190px);
  gap: 0.6rem;
  align-items: end;
  margin-top: 10px;
  justify-content: start;
}

.cmiq-root .cmiq-role-card__field {
  display: grid;
  gap: 0.3rem;
}

.cmiq-root .cmiq-role-card__actions select,
.cmiq-root .cmiq-role-card__actions .cmiq-primary-button {
  min-height: 46px;
}

.cmiq-root .cmiq-role-card__actions .cmiq-primary-button {
  width: 100%;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  white-space: nowrap;
}

.cmiq-root .cmiq-qty-control--card {
  min-height: 46px;
  width: 100%;
}

.cmiq-root .cmiq-role-list {
  list-style: none;
  padding-left: 0rem !important;
  margin-top: 5px !important;
  margin-bottom: 10px;
}

.cmiq-trust-list {
  list-style: none;
  padding-left: 0rem !important;
  margin-top: 5px !important;
}

.cmiq-role-list i,
.cmiq-trust-list i {
  color: #13a0d8;
}

.cmiq-additional-savings ul {
  list-style: none;
  padding-left: 0rem !important;
  margin-bottom: 5px !important;
}

.cmiq-additional-savings i {
  color: #bd3c33;
}

.cmiq-role-card__actions select:focus-visible,
.cmiq-team-row select:focus-visible {
  outline: none;
}

.cmiq-form-grid input:focus,
.cmiq-form-grid textarea:focus {
  outline: none;
  border-color: #0d7f7a;
}

/* popup css  */
.rs-success-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  z-index: 99999;
}

.rs-success-popup.active {
  opacity: 1;
  visibility: visible;
}

/* box */
.rs-success-box {
  background: #fff;
  padding: 45px 35px;
  border-radius: 16px;
  text-align: center;
  width: 360px;
  transform: translateY(30px) scale(0.9);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.rs-success-popup.active .rs-success-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* icon */
.rs-success-icon {
  /* width: 75px;
  height: 75px; */
  margin: 0 auto 20px;
  border-radius: 50%;
  /* background: linear-gradient(135deg, #22c55e, #16a34a); */
  color: #13a0d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  animation: popIn 0.5s ease;
}

/* text */
.rs-success-box h3 {
  margin: 10px 0 8px;
  font-size: 22px;
  font-weight: 600;
}

.rs-success-box p {
  font-size: 14px;
  color: #666;
}

/* icon animation */
@keyframes popIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  70% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.cmiq-modal {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

/* Chrome, Edge, Safari */
.cmiq-modal::-webkit-scrollbar {
  width: 8px;
}

.cmiq-modal::-webkit-scrollbar-track {
  background: transparent;
}

.cmiq-modal::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #cbd5e1, #94a3b8);
  border-radius: 10px;
  transition: 0.3s;
}

.cmiq-modal::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #94a3b8, #64748b);
}

.cmiq-location-image {
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 2px;
  background: linear-gradient(200deg, #13a0d8 0%, #0c2c64 100%);
}

.cmiq-location-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

@media (max-width: 1100px) {
  .cmiq-root .cmiq-modal-grid {
    grid-template-columns: 1fr;
  }

  .cmiq-root .cmiq-summary-panel {
    position: static;
  }
}

@media (max-width: 767px) {
  .cmiq-root .cmiq-modal {
    inset: 0;
    border-radius: 0;
    padding: 1rem;
  }

  .cmiq-root .cmiq-team-head,
  .cmiq-root .cmiq-team-row,
  .cmiq-root .cmiq-form-grid,
  .cmiq-root .cmiq-role-card__header,
  .cmiq-root .cmiq-role-card__footer,
  .cmiq-root .cmiq-summary-stats,
  .cmiq-root .cmiq-summary-breakdown__head,
  .cmiq-root .cmiq-summary-breakdown__row {
    grid-template-columns: 1fr;
  }

  .cmiq-floating-launcher {
    right: 16px;
    bottom: 16px;
  }

  .cmiq-root .cmiq-role-card__actions {
    grid-template-columns: minmax(0, 1fr) minmax(116px, 0.75fr);
    justify-content: stretch;
  }

  .cmiq-root .cmiq-role-card__actions .cmiq-primary-button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .cmiq-root .cmiq-role-card__actions {
    grid-template-columns: minmax(0, 1fr) minmax(108px, 0.8fr);
  }
}
