@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap");@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&display=swap");._modal_1zmt4_1 {
  max-height: calc(100dvh - 32px);
  max-height: calc(100vh - 32px);
  /* Wider than default .modalBody (600px) for webhook + receiver forms */
  max-width: min(800px, calc(100vw - 32px)) !important;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

._modalInner_1zmt4_15 {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  flex: 1;
}

._modalTitle_1zmt4_23 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ce-border, #e3e8ef);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--ce-text-primary, #0f172a);
  font-family: var(--ce-font-family);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

._modalFormArea_1zmt4_35 {
  flex: 1;
  min-height: 0;
  overflow: auto;
}

@media (max-width: 768px) {
  ._modal_1zmt4_1 {
    max-width: min(800px, calc(100vw - 24px)) !important;
  }
}

@media (max-width: 600px) {
  ._modal_1zmt4_1 {
    max-height: calc(100dvh - 16px);
    max-height: calc(100vh - 16px);
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  ._modal_1zmt4_1 {
    max-height: calc(100dvh - 0px);
    max-height: 100vh;
  }
}
._heading_1ueqz_1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

._container_1ueqz_8 {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
._container_86ng5_1 {
  display: flex;
  flex-direction: column;
  font-family: var(--ce-font-family);
}

._header_86ng5_7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

._heading_86ng5_14 {
  font-weight: 700;
  font-size: 24px;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
  letter-spacing: -0.02em;
}

._searchContainer_86ng5_22 {
  margin-bottom: 20px;
}

._dotIconBtn_86ng5_26 {
  padding: 4px;
}

._threeDotIcon_86ng5_30 {
  width: 20px;
  height: 20px;
}

._detailContainer_86ng5_35 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

._detailRow_86ng5_42 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._detailLabel_86ng5_48 {
  font-weight: 600;
  font-size: 12px;
  color: var(--ce-text-muted);
  letter-spacing: 0.02em;
  font-family: var(--ce-font-family);
}

._detailValue_86ng5_56 {
  font-size: 14px;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
}

._templateBody_86ng5_62 {
  background-color: var(--ce-table-head-bg);
  padding: 12px;
  border-radius: var(--ce-border-radius-sm);
  border: 1px solid var(--ce-border);
  max-height: 300px;
  overflow-y: auto;
}

._templateBodyText_86ng5_71 {
  margin: 0;
  font-size: 13px;
  font-family: monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* View Details modal redesign – matches Campaign View design */
._detailModalPaper_86ng5_80 {
  border-radius: var(--ce-border-radius);
  border: 1px solid var(--ce-border);
  box-shadow: var(--ce-shadow-md);
  max-height: 90vh;
  font-family: var(--ce-font-family);
}

._detailModalHeader_86ng5_88 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 8px;
  flex-wrap: wrap;
  gap: 12px;
}

._detailModalTitleRow_86ng5_97 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

._detailModalTitle_86ng5_97 {
  font-weight: 700;
  font-size: 18px;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
  letter-spacing: -0.02em;
}

._detailModalCloseBtn_86ng5_112 {
  margin-left: auto;
}

._detailModalContent_86ng5_116 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}

._detailSection_86ng5_123 {
  background: var(--ce-table-head-bg);
  border-radius: var(--ce-border-radius-sm);
  padding: 16px;
  border: 1px solid var(--ce-border);
}

._detailSectionTitle_86ng5_130 {
  font-weight: 700;
  font-size: 11px;
  color: var(--ce-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ce-border);
  font-family: var(--ce-font-family);
}

._detailGrid_86ng5_142 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px 24px;
}

._detailGridFull_86ng5_148 {
  grid-column: 1 / -1;
}

._detailItem_86ng5_152 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

._detailItemFullWidth_86ng5_159 {
  grid-column: 1 / -1;
}

._detailItemLabel_86ng5_163 {
  font-size: 12px;
  font-weight: 600;
  color: var(--ce-text-muted);
  letter-spacing: 0.02em;
  font-family: var(--ce-font-family);
}

._detailItemValue_86ng5_171 {
  font-size: 14px;
  color: var(--ce-text-primary);
  font-weight: 400;
  font-family: var(--ce-font-family);
  word-break: break-word;
  overflow-wrap: break-word;
}

._detailItemValueMuted_86ng5_180 {
  font-weight: 400;
  color: var(--ce-text-secondary);
  font-family: var(--ce-font-family);
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Status badge in detail modal */
._statusBadge_86ng5_189 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: capitalize;
}

._statusBadgeActive_86ng5_200 {
  background: #d4edda;
  color: #155724;
}

._statusBadgeInactive_86ng5_205 {
  background: #f8d7da;
  color: #721c24;
}

._templateBodySection_86ng5_210 {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  padding: 12px;
  max-height: 280px;
  overflow-y: auto;
}

._detailModalActions_86ng5_219 {
  padding-top: 8px;
  border-top: 1px solid #eef1f5;
  gap: 8px;
}

._sideBySideContainer_86ng5_225 {
  display: flex;
  gap: 20px;
  width: 100%;
  height: calc(100vh - 200px);
  min-height: 600px;
}

._sidePanel_86ng5_233 {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
}

._sidePanelHeader_86ng5_241 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

._sidePanelTitle_86ng5_250 {
  font-weight: 600;
  font-size: 18px;
  color: #212b36;
}

._integrationSearchContainer_86ng5_256 {
  margin-bottom: 20px;
}
._container_1gl8b_1 {
  display: flex;
  flex-direction: column;
}

._header_1gl8b_6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

._heading_1gl8b_13 {
  font-weight: 700;
  font-size: 24px;
  color: #212b36;
}

._searchContainer_1gl8b_19 {
  margin-bottom: 20px;
}

._editIconBtn_1gl8b_23 {
  padding: 4px;
}

._fullPageLoaderOverlay_1gl8b_27 {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
}
._container_wtcs6_1 {
  display: flex;
  flex-direction: column;
  font-family: var(--ce-font-family);
}

._header_wtcs6_7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

._heading_wtcs6_14 {
  font-weight: 700;
  font-size: 24px;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
  letter-spacing: -0.02em;
}

._createBtn_wtcs6_22 {
  font-weight: 600;
  font-size: 14px;
  color: #fff !important;
  background-color: var(--ce-accent-blue) !important;
  font-family: var(--ce-font-family);
  text-transform: none;
  border-radius: var(--ce-border-radius-sm);
  box-shadow: var(--ce-shadow);
}

._createBtn_wtcs6_22:hover {
  background-color: #1d4ed8 !important;
  box-shadow: var(--ce-shadow-md);
}
._container_1wy6n_1 {
  background-color: var(--ce-surface);
  padding: 24px;
  box-shadow: var(--ce-shadow);
  border-radius: var(--ce-border-radius);
  border: 1px solid var(--ce-border);
  font-family: var(--ce-font-family);
}

._header_1wy6n_10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

._downloadIcon_1wy6n_17 {
  cursor: pointer;
}

._threeDotIcon_1wy6n_21 {
  cursor: pointer;
  color: var(--ce-text-secondary);
}

._dotIconBtn_1wy6n_26 {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--ce-border);
  color: var(--ce-text-secondary);
  transition: background 0.15s, border-color 0.15s;
}

._dotIconBtn_1wy6n_26:hover {
  background: var(--ce-accent-blue-bg);
  border-color: var(--ce-accent-blue);
  color: var(--ce-accent-blue);
}

._defaultChip_1wy6n_41 {
  height: 22px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  font-family: var(--ce-font-family) !important;
  background: var(--ce-success-bg) !important;
  color: var(--ce-success) !important;
  border: 1px solid var(--ce-success-border) !important;
  border-radius: var(--ce-border-radius-pill) !important;
}

._defaultChip_1wy6n_41 > span {
  padding: 0 8px;
}

._channelsCell_1wy6n_56 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  max-width: 200px;
  min-width: 100px;
}

._channelChip_1wy6n_65 {
  height: 24px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  font-family: var(--ce-font-family) !important;
  background: var(--ce-accent-blue-bg) !important;
  color: var(--ce-accent-blue) !important;
  border: 1px solid var(--ce-accent-blue-border, rgba(59, 130, 246, 0.3)) !important;
  border-radius: 6px !important;
}

._channelChip_1wy6n_65 > span {
  padding: 0 8px;
}
._text_fpkl9_1 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
}

._btnContainer_fpkl9_9 {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  gap: 12px;
}

._btn_fpkl9_9 {
  min-width: 96px;
  font-family: var(--ce-font-family);
  border-radius: var(--ce-border-radius-sm);
  font-weight: 600;
  font-size: 14px;
}
._wrapper_fn2yp_1 {
  border-radius: var(--ce-border-radius);
  border: 1px solid var(--ce-border);
  box-sizing: border-box;
  background: var(--ce-surface);
  font-family: var(--ce-font-family);
}

._scrollContainer_fn2yp_9 {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

._table_fn2yp_15 {
  min-width: max-content; /* Prevent table from shrinking; enables horizontal scroll when columns overflow */
}

._paginationWrapper_fn2yp_19 {
  display: flex;
  justify-content: flex-end;
  padding: 8px 0 0;
  border-top: 1px solid var(--ce-border);
  flex-shrink: 0;
}

._tableBody_fn2yp_27 tr:last-child {
  border-bottom: none;
}

._loadingContainer_fn2yp_31 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
._container_3wd1m_1 {
  border: 1px solid #e4e4e4 !important;
  padding: 30px 10px;
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2),
    0px 12px 24px -4px rgba(145, 158, 171, 0.12);
  border-radius: 4px;
  text-align: center;
}
._conatiner_wi3ck_1 {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  background: var(--ce-surface);
  border: 1px solid var(--ce-border);
  border-radius: 10px;
  width: 300px;
  gap: 10px;
  font-family: var(--ce-font-family);
  transition: border-color 0.15s, box-shadow 0.15s;
}

._conatiner_wi3ck_1:focus-within {
  border-color: var(--ce-accent-blue);
  box-shadow: 0 0 0 2px var(--ce-accent-blue-bg);
}

._input_wi3ck_19 {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
}

._input_wi3ck_19::placeholder {
  color: var(--ce-text-muted);
}

._clearBtn_wi3ck_34 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--ce-text-muted);
  line-height: 0;
}

._clearBtn_wi3ck_34:hover,
._clearBtn_wi3ck_34:focus-visible {
  color: var(--ce-text-secondary);
  outline: none;
}
._layoutRoot_1a1t4_1 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

._childrenContainer_1a1t4_7 {
  flex: 1 1 auto;
  width: 100%;
  margin-top: 0;
}
._children_1a1t4_7 {
  padding: 16px 30px 20px 30px;
}

._headerWrapper_1a1t4_16 {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

._footerWrapper_1a1t4_24 {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 100;
}/* Wrapper ensures full-width layout and prevents overlap with content below */
._notificationWrapper_1s4dq_2 {
  width: 100%;
}

._notificationBar_1s4dq_6 {
  width: 100%;
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  background-color: white; /* or your type-specific background */
}

/* Base styles */
._notificationBar_1s4dq_6 {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  margin-bottom: 1rem;
  pointer-events: auto; /* Allows interaction with the bar itself */
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  /* width: fit-content; */
}

/* Type-based styling */
._info_1s4dq_34 {
  background-color: #eff6ff;
  border: 1px solid #2563eb;

}

._success_1s4dq_40 {
  background-color: #ecfdf5;
  border: 1px solid #16a34a;
}

._warning_1s4dq_45 {
  background-color: #FEFCE8;
  border: 1px solid #FDE68A;
}

._error_1s4dq_50 {
  background-color: #fef2f2;
  border: 1px solid #dc2626;
}

._maintenance_1s4dq_55 {
  background-color: #fff7ed;
  border-left: 4px solid #ea580c;
}

._promotion_1s4dq_60 {
  background-color: #f5f3ff;
  border-left: 4px solid #9333ea;
}

/* Icons */
._icon_1s4dq_66 {
  margin-top: 4px;
}

._iconInfo_1s4dq_70 {
  color: #2563eb;
}

._iconSuccess_1s4dq_74 {
  color: #16a34a;
}

._iconWarning_1s4dq_78 {
  color: #ca8a04;
}

._iconError_1s4dq_82 {
  color: #dc2626;
}

._iconMaintenance_1s4dq_86 {
  color: #ea580c;
}

._iconPromotion_1s4dq_90 {
  color: #9333ea;
}

/* Text styles */
._notificationContent_1s4dq_95 {
  flex: 1;
}

._notificationHeader_1s4dq_99 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._notificationTitle_1s4dq_105 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
}

._notificationDescription_1s4dq_111 {
  font-size: 0.855rem;
  margin-top: 4px;
  line-height: 1.2; 
}.swal2-icon.swal2-question {
  border: 2px solid #ADD8E6;
  border-radius: 50%; 
  padding: 10px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 10px; 
  animation: pop-zoom 0.3s ease-in-out;
}

.swal2-confirm {
  background-color: #007bff !important;
  color: white !important;
  border-radius: 6px !important;
  padding: 8px 16px !important;
}

.swal2-cancel {
  background-color: #e0e0e0 !important;
  color: #333 !important;
  border-radius: 6px !important;
  padding: 8px 16px !important;
}

.swal2-custom-title {
  font-size: 28px !important; 
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

@keyframes pop-zoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 567px) {
  .swal2-icon.swal2-question {
    border: 2px solid #ADD8E6;
    border-radius: 50%; 
  padding: 8px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 10px; 
    animation: pop-zoom 0.3s ease-in-out;
  }
  .swal2-popup {
    height: 330px !important;
    width: 350px !important;
    padding: 1rem !important;
    box-sizing: border-box;
  }

  .swal2-custom-title {
    font-size: 20px !important; 
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
  }
  .swal2-confirm {
    background-color: #007bff !important;
    color: white !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
  }
  .swal2-cancel {
    background-color: #e0e0e0 !important;
    color: #333 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
  }
}
/*
* @sweetalert2/themes v5.0.27
* Released under the MIT License.
*/

body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}
div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: rgb(84.15, 84.15, 84.15);
  font-family: inherit;
  font-size: 1rem;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0 1em;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(33, 150, 243, 0.1), rgba(33, 150, 243, 0.1));
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(33, 150, 243, 0.3), rgba(33, 150, 243, 0.3));
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0;
  background: initial;
  background-color: rgba(43, 21, 21, 0);
  color: #2196f3;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: none;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border: 0;
  border-radius: 0;
  background: initial;
  background-color: rgba(43, 21, 21, 0);
  color: #2196f3;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
  box-shadow: none;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border: 0;
  border-radius: 0;
  background: initial;
  background-color: rgba(255, 255, 255, 0);
  color: #2196f3;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
  box-shadow: none;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
  box-shadow: none;
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  text-align: center;
  cursor: initial;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}
div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #ccc;
  font-family: arial;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: rgb(242, 242, 242);
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 1em 1.6em 0.3em;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: rgb(239.7, 239.7, 239.7);
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
div:where(.swal2-icon).swal2-warning {
  border-color: rgb(249.95234375, 205.965625, 167.74765625);
  color: #f8bb86;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
div:where(.swal2-icon).swal2-info {
  border-color: rgb(156.7033492823, 224.2822966507, 246.2966507177);
  color: #3fc3ee;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
div:where(.swal2-icon).swal2-question {
  border-color: rgb(200.8064516129, 217.9677419355, 225.1935483871);
  color: #87adbd;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.075), 0 1px 2px hsla(0, 0%, 0%, 0.075), 1px 2px 4px hsla(0, 0%, 0%, 0.075), 1px 3px 8px hsla(0, 0%, 0%, 0.075), 2px 4px 16px hsla(0, 0%, 0%, 0.075);
  pointer-events: all;
}
.swal2-toast > * {
  grid-column: 2;
}
.swal2-toast h2:where(.swal2-title) {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-toast div:where(.swal2-footer) {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-toast div:where(.swal2-html-container) {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-toast button:where(.swal2-styled) {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
.swal2-input.swal2-inputerror {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20height%3D%2232%22%20style%3D%22overflow%3Avisible%3Benable-background%3Anew%200%200%2032%2032%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%20id%3D%22Error_1_%22%3E%3Cg%20id%3D%22Error%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20id%3D%22BG%22%20r%3D%2216%22%20style%3D%22fill%3A%23D72828%3B%22%2F%3E%3Cpath%20d%3D%22M14.5%2C25h3v-3h-3V25z%20M14.5%2C6v13h3V6H14.5z%22%20id%3D%22Exclamatory_x5F_Sign%22%20style%3D%22fill%3A%23E6E6E6%3B%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 3% top 50%;
  background-size: 1em auto, 100%;
}

.swal2-styled[disabled] {
  opacity: 1;
  color: #808080;
}
.swal2-styled:focus {
  background-color: rgba(33, 150, 243, 0.3);
}

.swal2-close {
  font-family: arial;
}

.swal2-select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  appearance: none;
}

.swal2-radio input[type=radio] {
  opacity: 0;
}
.swal2-radio label {
  position: relative;
}
.swal2-radio .swal2-label {
  padding-left: 0.2em;
}
.swal2-radio .swal2-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #808080;
  border-radius: 100%;
}

[type=radio]:hover + .swal2-label::before {
  border: 2px solid #2196f3;
}
[type=radio]:checked + .swal2-label::before {
  border: 2px solid #2196f3;
}
[type=radio]:checked + .swal2-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #2196f3;
}

.swal2-checkbox input {
  position: relative;
  left: 30px;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s, transform 0.2s;
  border-radius: 50%;
  outline: none;
  opacity: 0;
  background-color: #2196f3;
  box-shadow: none;
  appearance: none;
  pointer-events: none;
}
.swal2-checkbox input:checked, .swal2-checkbox input:indeterminate {
  background-color: #2196f3;
}
.swal2-checkbox input:checked + span::before {
  border-color: #2196f3;
  background-color: #2196f3;
}
.swal2-checkbox input:checked + span::after {
  border-color: #fff;
}
.swal2-checkbox input:indeterminate + span::before {
  border-color: #2196f3;
  background-color: #2196f3;
}
.swal2-checkbox input:indeterminate + span::after {
  transform: translate(-4px, 3px);
  border-left: 0;
  border-color: #2196f3;
}
.swal2-checkbox input:active {
  transform: scale(0);
  transition: transform 0s, opacity 0s;
  opacity: 1;
}
.swal2-checkbox input:active + span::before {
  border-color: #2196f3;
}
.swal2-checkbox input:checked:active + span::before {
  border-color: transparent;
  background-color: #2196f3;
}
.swal2-checkbox input:focus {
  opacity: 0.12;
}
.swal2-checkbox span::before {
  content: "";
  position: relative;
  top: 1px;
  left: -2px;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  float: left;
  transition: border-color 0.2s, background-color 0.2s;
  border: solid 2px;
  border-radius: 2px;
  border-color: #808080;
  vertical-align: top;
}
.swal2-checkbox span::after {
  content: "";
  position: relative;
  left: -20px;
  width: 10px;
  height: 4px;
  float: left;
  transform: translate(3px, 4px) rotate(-45deg); /* stylelint-disable-line */
  border: solid 2px transparent;
  border-top: 0;
  border-right: 0;
}
.swal2-checkbox:hover > input {
  opacity: 0.04;
}
.swal2-checkbox:hover > input:focus {
  opacity: 0.16;
}

[type=range] {
  appearance: none;
}
[type=range]:focus {
  outline: none;
}
[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: rgb(178.1538461538, 218.6538461538, 250.8461538462);
}
[type=range]::-moz-range-track {
  height: 2px;
  background: rgb(178.1538461538, 218.6538461538, 250.8461538462);
}
[type=range]::-ms-track {
  height: 2px;
  background: rgb(178.1538461538, 218.6538461538, 250.8461538462);
}
[type=range]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -7px; /* stylelint-disable-line */
  border: 0;
  border-radius: 50%;
  background: #2196f3;
  appearance: none;
}
[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  margin-top: -7px; /* stylelint-disable-line */
  border: 0;
  border-radius: 50%;
  background: #2196f3;
  appearance: none;
}
[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  margin-top: -7px; /* stylelint-disable-line */
  border: 0;
  border-radius: 50%;
  background: #2196f3;
  appearance: none;
}
[type=range]::-moz-range-progress {
  background: #2196f3;
}
._header_rlxcg_1 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  font-family: var(--ce-font-family);
}
._backArrow_rlxcg_8 {
  cursor: pointer;
  color: var(--ce-text-secondary);
}
._heading_rlxcg_12 {
  font-weight: 700;
  font-size: 24px;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
  letter-spacing: -0.02em;
}
._cardContainer_rlxcg_19 {
  display: grid;
  grid-template-columns: auto auto auto;
}
._dashboardHeading_rlxcg_23 {
  margin-bottom: 30px;
  font-family: var(--ce-font-family);
  color: var(--ce-text-primary);
}
._cardConatiner_1bpoi_1 {
  /* display: grid;
  grid-template-columns: auto auto auto;
  gap: 50px 36px;
  padding: 0; */
  display: flex;
  flex-direction: column;
  gap: 50px;
  /* align-items: center; */
  justify-content: center;
  margin-top: 90px;
}
._card_1bpoi_1 {
  cursor: pointer;
  list-style: none;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
  text-align: center;

}

._card_1bpoi_1:hover {
  border: 1px solid #136ad5;
  background: rgba(19, 106, 213, 0.06);
}
._activeCard_1bpoi_30 {
  background: rgba(19, 106, 213, 0.06);
  border: 1px solid #136ad5;
}
._heading_1bpoi_34 {
  font-weight: 700;
  font-size: 24px;
  color: #919eab;
}
._activeCardHeading_1bpoi_39 {
  color: #136ad5;
}
._description_1bpoi_42 {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #919eab;
}
._activeCardDescription_1bpoi_48 {
  color: #212b36;
}
._exampleText_1bpoi_51 {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #919eab;
}
._activeCardExampleText_1bpoi_57 {
  color: #212b36;
}
._btnContainer_1bpoi_60 {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}
._nextBtn_1bpoi_65 {
  padding: 6px 50px;
}
._container_s2x3g_1 {
  margin-top: 30px;
}
._fromComponent_s2x3g_4 {
  margin-top: 30px;
}
/* BasicDetails – design aligned with CampaignView (tokens from index.css) */

._container_1p3dg_3 {
  display: flex;
  flex-direction: column;
  min-height: 0;
  container-type: inline-size;
  container-name: basic-details;
  font-family: var(--ce-font-family);
}

/* ── Section header (matches CampaignView section label) ── */
._sectionHeader_1p3dg_13 {
  margin: -24px -24px 0 -24px;
  padding: 20px 24px 18px;
}

._sectionLabel_1p3dg_18 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ce-text-secondary);
}

._sectionLabelDot_1p3dg_29 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--ce-accent-blue);
  flex-shrink: 0;
}

/* ── Divider ── */
._divider_1p3dg_38 {
  height: 1px;
  background-color: var(--ce-border);
  margin: 0 24px;
}

/* ── Form body ── */
._formBody_1p3dg_45 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
  flex: 1;
  min-height: 0;
}

/* Top row: Campaign Name + Event side by side when both present */
._fieldRow_1p3dg_55 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

/* Single field in row (e.g. when only Campaign Name or only Event) */
._fieldRowSingle_1p3dg_63 {
  grid-template-columns: 1fr;
}

/* Each field block */
._fieldBlock_1p3dg_68 {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._fieldLabel_1p3dg_75 {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--ce-text-muted);
  letter-spacing: 0.02em;
  font-family: var(--ce-font-family);
}

._selectControl_1p3dg_84 {
  width: 100%;
}

._selectControl_1p3dg_84 .MuiOutlinedInput-root {
  border-radius: var(--ce-border-radius-sm);
  font-size: 13px;
  font-family: var(--ce-font-family);
}

._selectControl_1p3dg_84 .MuiOutlinedInput-notchedOutline {
  border-color: var(--ce-border);
}

._selectControl_1p3dg_84.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #dc2626;
}

._selectInput_1p3dg_102 {
  font-size: 13px !important;
  font-family: var(--ce-font-family) !important;
}

/* Description: full width */
._descriptionBlock_1p3dg_108 {
  width: 100%;
  min-width: 0;
}

/* Product-wise checkbox row */
._checkboxRow_1p3dg_114 {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  background: var(--ce-table-head-bg);
  border: 1px solid var(--ce-border);
  border-radius: var(--ce-border-radius-sm);
  margin-top: 4px;
}

._checkboxRow_1p3dg_114 .MuiFormControlLabel-root {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
}

._checkboxRow_1p3dg_114 .MuiCheckbox-root {
  padding: 6px;
}

/* ── Footer (actions) ── */
._footer_1p3dg_137 {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin: 0 -24px -24px -24px;
  padding: 16px 24px 24px;
  background: var(--ce-table-head-bg);
  border-top: 1px solid var(--ce-border);
}

._btn_1p3dg_147 {
  min-width: 112px;
  text-transform: none;
  font-weight: 600;
  padding: 8px 20px;
  font-family: var(--ce-font-family);
  border-radius: var(--ce-border-radius-sm);
  font-size: 13px;
}

._btnOutlined_1p3dg_157 {
  border-color: var(--ce-border);
  color: var(--ce-text-secondary);
}

._btnOutlined_1p3dg_157:hover {
  border-color: var(--ce-accent-blue);
  background: var(--ce-accent-blue-bg);
  color: var(--ce-accent-blue);
}

/* Responsive: stack fields on narrow containers */
@container basic-details (max-width: 420px) {
  ._fieldRow_1p3dg_55 {
    grid-template-columns: 1fr;
  }
}
._inputContainer_1ynlu_1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 300px;
  font-family: var(--ce-font-family);
}

._fullWidth_1ynlu_9 {
  width: 100%;
}

._inputLabel_1ynlu_13 {
  font-weight: 500;
  font-size: 13px;
  color: var(--ce-text-secondary);
  font-family: var(--ce-font-family);
  letter-spacing: 0.02em;
}

._inputField_1ynlu_21 {
  border: 1px solid var(--ce-border);
  border-radius: var(--ce-border-radius-sm);
  padding: 10px 14px;
  font-weight: 400;
  font-size: 14px;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
  transition: border-color 0.15s, box-shadow 0.15s;
}

._inputField_1ynlu_21:focus {
  border-color: var(--ce-accent-blue);
  outline: none;
  box-shadow: 0 0 0 2px var(--ce-accent-blue-bg);
}

._errorInput_1ynlu_38 {
  border-color: #dc2626;
}

._helperText_1ynlu_42 {
  color: #dc2626;
  font-weight: 400;
  font-size: 12px;
  font-family: var(--ce-font-family);
}
._inputContainer_w50op_1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 300px;
}
._fullWidth_w50op_7 {
  width: 100%;
}
._inputLabel_w50op_10 {
  font-weight: 400;
  font-size: 16px;
  color: #637381;
}
._inputField_w50op_15 {
  border: 1px solid rgba(145, 158, 171, 0.24);
  border-radius: 4px;
  padding: 13px 14px;
  font-weight: 500;
  font-size: 16px;
  color: #212b36;
}
._errorInput_w50op_23 {
  border: 1px solid #d32f2f;
}
._inputField_w50op_15:focus {
  border: 1px solid #136ad5;
  outline: none;
}
._helperText_w50op_30 {
  color: #d32f2f;
  font-weight: 400;
  font-size: 12px;
}
._heading_dm9ec_1 {
  font-weight: 600;
  font-size: 20px;
  color: #212b36;
}
._selectInput_dm9ec_6 {
  gap: 5px;
  width: 100%;
  min-width: 0;
  flex: 1 1 260px;
}
._selectLabel_dm9ec_12 {
  font-weight: 600;
  font-size: 16px;
  color: #637381;
}
._frequencyContainer_dm9ec_17 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
._formContainer_dm9ec_22 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
._inputs_dm9ec_34 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  box-sizing: border-box;
  gap: 15px;
}

._inputsCentered_dm9ec_43 {
  margin: 0 auto;
}

._inputsLeft_dm9ec_47 {
  margin: 0;
}
._form_dm9ec_22 {
  border: 1px solid rgba(145, 158, 171, 0.5);
  border-radius: 8px;
  padding: 16px;
  overflow-x: hidden;
  box-sizing: border-box;
}
._inputContainer_dm9ec_57 {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
._chip_dm9ec_63 {
  margin: 5px 5px 0 0;
}
._btnContainer_dm9ec_66 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 20px 0;
  width: 100%;
  box-sizing: border-box;
}
._errorText_dm9ec_74 {
  color: #d32f2f;
  font-weight: 400;
  font-size: 12px;
}
._formContainer_11seo_1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--ce-surface);
  border-radius: var(--ce-border-radius-sm);
  padding: 30px 10px;
  max-width: 100%;
  box-sizing: border-box;
  font-family: var(--ce-font-family);
}

@media (max-width: 600px) {
  ._formContainer_11seo_1 {
    padding: 16px 8px;
    gap: 16px;
  }
}

._heading_11seo_20 {
  font-weight: 700;
  font-size: 18px;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
  letter-spacing: -0.02em;
}

@media (max-width: 600px) {
  ._heading_11seo_20 {
    font-size: 18px;
  }
}

._channelBtn_11seo_34 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px dashed var(--ce-accent-blue);
  border-radius: var(--ce-border-radius-sm);
  cursor: pointer;
  min-height: 150px;
  box-shadow: var(--ce-shadow);
  transition: border-color 0.15s, background 0.15s;
}

._channelBtn_11seo_34:hover {
  background: var(--ce-accent-blue-bg);
  border-color: var(--ce-accent-blue);
}

._channelText_11seo_53 {
  font-weight: 700;
  font-size: 14px;
  color: var(--ce-accent-blue);
  font-family: var(--ce-font-family);
}

@media (max-width: 600px) {
  ._channelText_11seo_53 {
    font-size: 14px;
  }
}

._inputContainer_11seo_66 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 560px;
  box-sizing: border-box;
}

._channelChips_11seo_75 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  ._channelChips_11seo_75 {
    gap: 8px;
  }
}
._channelChip_11seo_75 {
  background-color: transparent;
  border: 1px solid #637381;
  font-weight: 400;
  font-size: 14px;
  color: #637381;
  min-width: 70px;
  min-height: 36px;
  cursor: pointer;
  transition: all 0.2s ease;
}

@media (max-width: 600px) {
  ._channelChip_11seo_75 {
    min-height: 40px;
    padding: 6px 12px;
  }
}

._plusIcon_11seo_106 {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

._activeChannel_11seo_112 {
  background-color: #136ad5 !important;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff !important;
  opacity: 1 !important;
  border-color: #136ad5 !important;
  box-shadow: 0 2px 8px rgba(19, 106, 213, 0.4);
  transform: scale(1.05);
  z-index: 1;
  position: relative;
}
._activeChannel_11seo_112:hover {
  background-color: #136ad5 !important;
  box-shadow: 0 4px 12px rgba(19, 106, 213, 0.5);
}

/* Delete icon inside channel chips - blue on inactive, white on active */
._channelChip_11seo_75 [class*="MuiChip-deleteIcon"] {
  color: #136ad5;
  font-size: 18px !important;
}
._channelChip_11seo_75 [class*="MuiChip-deleteIcon"]:hover {
  color: #0d4a9e;
}
._channelChip_11seo_75._activeChannel_11seo_112 [class*="MuiChip-deleteIcon"] {
  color: #ffffff;
}
._channelChip_11seo_75._activeChannel_11seo_112 [class*="MuiChip-deleteIcon"]:hover {
  color: rgba(255, 255, 255, 0.85);
}

._tooltip_11seo_144 {
  padding: 0;
}

._channelBtn_11seo_34:hover {
  background-color: rgba(19, 106, 213, 0.1);
}

/* Read-only empty state for detail view when no channel mapping exists */
._channelEmptyMessage_11seo_153 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  border: 1px dashed #bdbdbd;
  border-radius: 4px;
  background-color: rgba(145, 158, 171, 0.04);
}

._channelEmptyText_11seo_164 {
  font-weight: 500;
  font-size: 14px;
  color: #919eab;
}
._btnContainer_11seo_169 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  ._btnContainer_11seo_169 {
    margin-top: 16px;
    gap: 8px;
  }
}

._templatesListContainer_11seo_184 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
  max-width: 100%;
}

@media (max-width: 600px) {
  ._templatesListContainer_11seo_184 {
    margin-bottom: 16px;
    gap: 10px;
  }
}

._templateListItem_11seo_199 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  ._templateListItem_11seo_199 {
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    gap: 10px;
  }
}

._templateListItem_11seo_199:hover {
  background-color: #e9ecef;
  border-color: #d0d7de;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

._templateListItemContent_11seo_227 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

._templateListItemName_11seo_235 {
  font-weight: 600;
  font-size: 14px;
  color: #212b36;
}

._templateListItemBody_11seo_241 {
  font-weight: 400;
  font-size: 12px;
  color: #637381;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._templateListItemActions_11seo_252 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  ._templateListItemActions_11seo_252 {
    justify-content: flex-end;
  }
}

._templateListHeader_11seo_265 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

._templateListTitle_11seo_274 {
  font-weight: 600;
  font-size: 16px;
  color: #212b36;
}

@media (max-width: 600px) {
  ._templateListTitle_11seo_274 {
    font-size: 15px;
  }
}

._templateListCount_11seo_286 {
  font-weight: 500;
  font-size: 14px;
  color: #637381;
  background-color: #e3f2fd;
  padding: 4px 10px;
  border-radius: 12px;
}

@media (max-width: 600px) {
  ._templateListCount_11seo_286 {
    font-size: 12px;
    padding: 4px 8px;
  }
}/* !important so base Modal.module.css (600px / 24px padding) does not win in bundle order */
._channelListModalBody_w9ie3_2 {
  width: min(400px, calc(100vw - 32px)) !important;
  max-width: min(400px, calc(100vw - 32px)) !important;
  padding: 0 !important;
  overflow: hidden;
}

._container_w9ie3_9 {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  font-family: var(--ce-font-family);
}

._header_w9ie3_19 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--ce-border);
  flex-shrink: 0;
}

._heading_w9ie3_29 {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-weight: 600;
  font-size: 18px;
  color: var(--ce-text-primary);
  font-family: var(--ce-font-family);
  letter-spacing: -0.02em;
}

@media (max-width: 600px) {
  ._heading_w9ie3_29 {
    font-size: 16px;
  }
}

._crossIcon_w9ie3_46 {
  cursor: pointer;
  height: 28px;
  width: 28px;
  flex-shrink: 0;
  padding: 4px;
  border-radius: var(--ce-border-radius-sm);
  color: var(--ce-text-secondary);
  transition: background 0.15s, color 0.15s;
}

._crossIcon_w9ie3_46:hover {
  background: var(--ce-accent-blue-bg);
  color: var(--ce-text-primary);
}

._body_w9ie3_62 {
  padding: 20px;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}

._selectControl_w9ie3_69 {
  width: 100%;
  margin: 0;
  display: block;
}

._selectControl_w9ie3_69 .MuiOutlinedInput-root {
  width: 100%;
  border-radius: var(--ce-border-radius-sm);
  font-size: 13px;
  font-family: var(--ce-font-family);
}

._selectControl_w9ie3_69 .MuiOutlinedInput-notchedOutline {
  border-color: var(--ce-border);
}

._selectControl_w9ie3_69.Mui-error .MuiOutlinedInput-notchedOutline {
  border-color: #dc2626;
}

._selectLabel_w9ie3_90 {
  display: block;
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
  color: var(--ce-text-secondary);
  font-family: var(--ce-font-family);
}

._selectInput_w9ie3_99 {
  font-size: 13px !important;
  font-family: var(--ce-font-family) !important;
}

._channelChipConatiner_w9ie3_104 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 4px;
}

._footer_w9ie3_112 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid var(--ce-border);
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  ._channelListModalBody_w9ie3_2 {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  ._header_w9ie3_19 {
    padding: 14px 16px;
  }

  ._body_w9ie3_62 {
    padding: 16px;
  }

  ._footer_w9ie3_112 {
    padding: 14px 16px;
  }
}

._btn_w9ie3_143 {
  min-width: 80px;
  width: 100px;
  font-family: var(--ce-font-family);
  border-radius: var(--ce-border-radius-sm);
}

@media (max-width: 600px) {
  ._btn_w9ie3_143 {
    min-width: 72px;
    width: auto;
    flex: 1;
    max-width: 120px;
  }
}
._container_1r6sa_1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  ._container_1r6sa_1 {
    gap: 16px;
  }
}

._slelctInput_1r6sa_16 {
  gap: 5px;
}

._selectLabel_1r6sa_20 {
  font-weight: 600;
  font-size: 16px;
  color: #637381;
}

._addTemplateCard_1r6sa_26 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px dashed #136ad5;
  border-radius: 4px;
  cursor: pointer;
  min-height: 150px;
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2),
    0px 12px 24px -4px rgba(145, 158, 171, 0.12);
}

._addTemplateCard_1r6sa_26:hover {
  background-color: rgba(19, 106, 213, 0.1);
}

._templateCard_1r6sa_44 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2),
    0px 12px 24px -4px rgba(145, 158, 171, 0.12);
  border-radius: 4px;
  background-color: #e4e5e6;
  min-height: 150px;
  width: 100%;
  padding: 20px;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  ._templateCard_1r6sa_44 {
    padding: 16px;
    min-height: 120px;
  }
}

._templateCardName_1r6sa_67 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 16px;
  color: #212b36;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  ._templateCardName_1r6sa_67 {
    font-size: 14px;
  }
}

._templateCardMessage_1r6sa_84 {
  font-weight: 500;
  font-size: 12px;
  color: #637381;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}
._templateErrorMsg_1r6sa_92 {
  color: #d32f2f;
  font-weight: 400;
  font-size: 12px;
}
._editIcon_1r6sa_97 {
  cursor: pointer;
  height: 12px;
  width: 12px;
}
._editIcon_1r6sa_97 > path {
  fill: #637381;
}
._crossIcon_1r6sa_105 {
  cursor: pointer;
  height: 15px;
  width: 15px;
}
._titleContainer_1r6sa_110 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
._title_1r6sa_110 {
  font-weight: 600;
  font-size: 16px;
  color: #637381;
}
._value_1r6sa_120 {
  font-weight: 700;
  font-size: 16px;
  color: #212b36;
}
/* Ensures this modal appears above parent modals (e.g. CampaignEditModal) */
._addTemplateModalOverlay_1f30e_2 {
  /* Above sticky header (100) and base modal overlay (1200), below MUI menus (1300+) */
  z-index: 1250;
}

/* When in "create template" mode: make modal body a flex column so content scrolls and footer stays visible */
._addTemplateModalBody_1f30e_8 {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

/* Shrink modal body to fit content - removes right-side whitespace when showing Template choice */
._modalBodyShrink_1f30e_15 {
  width: auto !important;
  max-width: 640px !important;
}

@media (max-width: 768px) {
  ._modalBodyShrink_1f30e_15 {
    max-width: calc(100vw - 32px) !important;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  ._modalBodyShrink_1f30e_15 {
    max-width: calc(100vw - 16px) !important;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  ._modalBodyShrink_1f30e_15 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

._container_1f30e_41 {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 640px;
  min-width: 0;
  box-sizing: border-box;
  background: var(--ce-surface);
  border-radius: var(--ce-border-radius);
  border: 1px solid var(--ce-border);
  overflow: hidden;
  font-family: var(--ce-font-family);
}

@media (max-width: 768px) {
  ._container_1f30e_41 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  ._container_1f30e_41 {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  ._container_1f30e_41 {
    gap: 0;
    border-radius: 12px;
  }
}

._containerWithTemplate_1f30e_75 {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: min(640px, calc(100vw - 48px));
  min-width: 0;
  max-height: 100%;
  flex: 1;
  min-height: 0;
  box-sizing: border-box;
  background: var(--ce-surface);
  border-radius: var(--ce-border-radius);
  border: 1px solid var(--ce-border);
  overflow: hidden;
  font-family: var(--ce-font-family);
}

@media (max-width: 768px) {
  ._containerWithTemplate_1f30e_75 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  ._containerWithTemplate_1f30e_75 {
    max-width: 100%;
    gap: 0;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  ._containerWithTemplate_1f30e_75 {
    gap: 0;
    border-radius: 12px;
  }
}

._header_1f30e_114 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: var(--ce-table-head-bg);
  border-bottom: 1px solid var(--ce-border);
  gap: 16px;
  flex-shrink: 0;
}

._heading_1f30e_125 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--ce-text-primary);
  text-transform: capitalize;
  min-width: 0;
  flex: 1;
  font-family: var(--ce-font-family);
}

@media (max-width: 600px) {
  ._heading_1f30e_125 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  ._heading_1f30e_125 {
    font-size: 18px;
  }
}

._crossIcon_1f30e_148 {
  cursor: pointer;
  height: 28px;
  width: 28px;
  flex-shrink: 0;
  padding: 4px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

._crossIcon_1f30e_148:hover {
  background-color: var(--ce-accent-blue-bg);
  color: var(--ce-text-primary);
}

._content_1f30e_163 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 28px 40px 32px;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 600px) {
  ._content_1f30e_163 {
    padding: 24px 24px 28px;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  ._content_1f30e_163 {
    padding: 20px 16px 24px;
    gap: 12px;
  }
}

._templateTypeCard_1f30e_189 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ce-border);
  border-radius: var(--ce-border-radius);
  height: 100px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: var(--ce-text-secondary);
  background: var(--ce-surface);
  box-shadow: var(--ce-shadow);
  cursor: pointer;
  padding: 16px 24px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
  font-family: var(--ce-font-family);
}

._templateTypeCard_1f30e_189::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--ce-accent-blue);
  opacity: 0;
  transition: opacity 0.2s ease;
}

@media (max-width: 600px) {
  ._templateTypeCard_1f30e_189 {
    height: 88px;
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  ._templateTypeCard_1f30e_189 {
    height: 80px;
    font-size: 15px;
    padding: 12px 16px;
    border-radius: 10px;
  }
}

._templateTypeCard_1f30e_189:hover {
  border-color: var(--ce-accent-blue);
  background: linear-gradient(to right, var(--ce-accent-blue-bg) 0%, var(--ce-surface) 20%);
  color: var(--ce-accent-blue);
  box-shadow: var(--ce-shadow-md);
}

._templateTypeCard_1f30e_189:hover::before {
  opacity: 1;
}

._templateTypeCard_1f30e_189:first-child,
._templateTypeCard_1f30e_189:last-child {
  border-color: var(--ce-border);
}

._selectLabel_1f30e_260 {
  font-weight: 600;
  font-size: 14px;
  color: var(--ce-text-primary);
  margin-bottom: 6px;
  display: block;
  font-family: var(--ce-font-family);
}

._defaultTemplateSelectWrapper_1f30e_269 {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 480px) {
  ._defaultTemplateSelectWrapper_1f30e_269 {
    max-width: 100%;
  }
}

._footer_1f30e_283 {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px 24px;
  background: var(--ce-table-head-bg);
  border-top: 1px solid var(--ce-border);
  flex-shrink: 0;
}

@media (max-width: 480px) {
  ._footer_1f30e_283 {
    gap: 10px;
    padding: 16px;
  }
}

._btn_1f30e_301 {
  min-width: 96px;
  width: auto;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  text-transform: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 480px) {
  ._btn_1f30e_301 {
    min-width: 80px;
    padding: 8px 16px;
    font-size: 13px;
    flex: 1;
    max-width: 140px;
  }
}

._inputContainer_1f30e_322 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: start;
}

@media (max-width: 600px) {
  ._inputContainer_1f30e_322 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

._note_1f30e_336 {
  color: var(--ce-text-primary);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--ce-font-family);
}

@media (max-width: 480px) {
  ._note_1f30e_336 {
    font-size: 13px;
  }
}

._bodyVariableExamplesSection_1f30e_349 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  grid-column: 1 / -1;
  width: 100%;
}

._bodyVariableExamplesSection_1f30e_349 ._formLabel_1f30e_358 {
  margin-bottom: 4px;
}

/* Form labels - responsive */
._formLabel_1f30e_358 {
  color: var(--ce-text-secondary);
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  font-family: var(--ce-font-family);
}

@media (max-width: 600px) {
  ._formLabel_1f30e_358 {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  ._formLabel_1f30e_358 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

._formLabelBold_1f30e_385 {
  color: var(--ce-text-secondary);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  font-family: var(--ce-font-family);
}

@media (max-width: 480px) {
  ._formLabelBold_1f30e_385 {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

._formFieldColumn_1f30e_401 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  min-width: 0;
}

._formFieldFullWidth_1f30e_409 {
  grid-column: 1 / -1;
}

._messageEditorWrapper_1f30e_413 {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  grid-column: 1 / -1;
}

/* Constrain message textarea so it doesn't grow the modal - fixed height with scroll */
._messageEditorWrapper_1f30e_413 textarea {
  min-height: 120px;
  max-height: 200px;
  overflow-y: auto;
  resize: none;
  box-sizing: border-box;
}

/* Quill editor - fixed height range so it doesn't grow the modal (ql-editor is from react-quill) */
._quillWrapper_1f30e_431 {
  width: 100%;
  min-width: 0;
}

._quillWrapper_1f30e_431 .ql-editor {
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
}

@media (max-width: 600px) {
  ._quillWrapper_1f30e_431 .ql-editor {
    min-height: 90px;
  }
}

@media (max-width: 480px) {
  ._quillWrapper_1f30e_431 .ql-editor {
    min-height: 80px;
  }
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
._inputContainer_61rg0_1 {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  ._inputContainer_61rg0_1 {
    padding: 24px 20px;
  }
}
._heading_61rg0_15 {
  font-weight: 600;
  font-size: 20px;
  color: #212b36;
}
._inputs_61rg0_20 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
._btnContainer_61rg0_28 {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0 0;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
._slelctInput_61rg0_38 {
  gap: 5px;
}
._selectLabel_61rg0_41 {
  font-weight: 600;
  font-size: 16px;
  color: #637381;
}
._selectErrorMsg_61rg0_46 {
  color: #d32f2f;
  font-weight: 400;
  font-size: 12px;
}
._receiverCategoryContainer_61rg0_51 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
._receiverCategoryCard_61rg0_57 {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
._receiverCategoryCard_61rg0_57:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-color: #d0d7de;
}
._receiverCategoryHeader_61rg0_68 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9ecef;
}
._receiverCategoryBadge_61rg0_77 {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: linear-gradient(135deg, #136ad5 0%, #0d5bb8 100%);
  color: #ffffff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
  box-shadow: 0 2px 4px rgba(19, 106, 213, 0.2);
}
._receiverCategoryContent_61rg0_89 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._receiverFieldsContainer_61rg0_94 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}
._receiverFieldGroup_61rg0_100 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 250px;
  flex: 1;
}
._receiverFieldLabel_61rg0_107 {
  font-weight: 500;
  font-size: 13px;
  color: #637381;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
._addCategoryContainer_61rg0_115 {
  background-color: #f8f9fa;
  border: 2px dashed #d0d7de;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  transition: all 0.2s ease-in-out;
}
._addCategoryContainer_61rg0_115:hover {
  border-color: #136ad5;
  background-color: #f0f7ff;
}
._addCategoryLabel_61rg0_127 {
  font-weight: 600;
  font-size: 14px;
  color: #212b36;
  margin-bottom: 12px;
}
._receiverSectionHeading_61rg0_133 {
  font-weight: 600;
  font-size: 18px;
  color: #212b36;
  margin-bottom: 8px;
}

/* Selected Receivers table (view mode) */
._receiversTableWrap_61rg0_141 {
  overflow-x: auto;
  width: 100%;
}
._receiversTable_61rg0_141 {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
._receiversTableHead_61rg0_150 {
  background-color: #f8fafc;
  border-bottom: 2px solid #e3e8ef;
}
._receiversTableTh_61rg0_154 {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #94a3b8;
}
._receiversTableBodyTr_61rg0_163 {
  border-bottom: 1px solid #e3e8ef;
  transition: background 0.15s;
}
._receiversTableTd_61rg0_167 {
  padding: 12px 16px;
  color: #0f172a;
  vertical-align: top;
}
._receiversCategoryBadge_61rg0_172 {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2563eb;
  background: #eff4ff;
  border: 1px solid #bfdbfe;
  padding: 4px 12px;
  border-radius: 100px;
}
._receiversEmptyText_61rg0_185 {
  font-size: 13px;
  color: #94a3b8;
  font-style: italic;
  padding: 12px 16px;
}
._extraReceiversSection_61rg0_191 {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
._extraReceiverAddForm_61rg0_196 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #f8f9fa;
  border: 2px dashed #d0d7de;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 8px;
  transition: border-color 0.2s ease-in-out;
}
._extraReceiverAddForm_61rg0_196:focus-within {
  border-color: #136ad5;
}._container_1vtac_1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
._container_1yw1u_1 {
  margin-top: 30px;
}
._fromComponent_1yw1u_4 {
  margin-top: 30px;
}




/* Design system: matches Campaign View – DM Sans, colors, radii */
:root {
  /* Header height for fixed elements below it (set dynamically by PageLayout) */
  --ce-header-height: 64px;
  /* Campaign View design tokens – use across list view, edit view, modals */
  --ce-bg: #F4F6FA;
  --ce-surface: #FFFFFF;
  --ce-border: #E3E8EF;
  --ce-border-radius: 14px;
  --ce-border-radius-sm: 8px;
  --ce-border-radius-pill: 100px;
  --ce-accent-blue: #2563EB;
  --ce-accent-blue-bg: #EFF4FF;
  --ce-accent-blue-border: #BFDBFE;
  --ce-text-primary: #0F172A;
  --ce-text-secondary: #64748B;
  --ce-text-muted: #94A3B8;
  --ce-success: #16A34A;
  --ce-success-bg: #F0FDF4;
  --ce-success-border: #BBF7D0;
  --ce-table-head-bg: #F8FAFC;
  --ce-shadow: 0 1px 3px 0 rgba(0,0,0,0.07), 0 1px 2px -1px rgba(0,0,0,0.04);
  --ce-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -2px rgba(0,0,0,0.04);
  --ce-font-family: 'DM Sans', 'Söhne', 'Graphik', -apple-system, BlinkMacSystemFont, sans-serif;
  --ce-required-asterisk: #dc2626;
}
.ce-required-asterisk,
.MuiFormLabel-asterisk,
.MuiInputLabel-asterisk {
  color: var(--ce-required-asterisk) !important;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--ce-bg);
  font-family: var(--ce-font-family);
}
* {
  font-family: var(--ce-font-family) !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*::-webkit-scrollbar-track {
  background: #F1F5F9;
}
*::-webkit-scrollbar-thumb {
  background: #CBD5E1;
  border-radius: 100px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #94A3B8;
}
._modalOverlay_onu7o_1 {
  background: rgba(15, 23, 42, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
    Must be above sticky header (PageLayout.headerWrapper is 100),
    but below MUI popovers/menus (typically 1300+) so dropdowns inside modals work.
  */
  z-index: 1200;
  padding: 16px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-family: var(--ce-font-family);
}

._modalBody_onu7o_28 {
  position: relative;
  overflow: auto;
  background-color: var(--ce-surface);
  border: 1px solid var(--ce-border);
  border-radius: var(--ce-border-radius);
  padding: 24px;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  max-width: min(600px, calc(100vw - 32px));
  width: 100%;
  min-height: 0;
  box-sizing: border-box;
  flex-shrink: 0;
  -webkit-overflow-scrolling: touch;
  box-shadow: var(--ce-shadow-md);
  font-family: var(--ce-font-family);
  color: var(--ce-text-primary);
}

._nestedModalOverlay_onu7o_48 {
  z-index: 1250;
}

@media (max-width: 600px) {
  ._modalOverlay_onu7o_1 {
    padding: 8px;
    align-items: flex-start;
  }

  ._modalBody_onu7o_28 {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    padding: 16px;
    border-radius: var(--ce-border-radius-sm);
  }
}

@media (max-width: 480px) {
  ._modalOverlay_onu7o_1 {
    padding: 0;
    align-items: stretch;
  }

  ._modalBody_onu7o_28 {
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    border-radius: 14px 14px 0 0;
    padding: 16px 12px 12px;
  }
}
._errorModal_1rqhs_1 {
  width: 360px;
  font-family: var(--ce-font-family);
}

._container_1rqhs_6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

._warnIcon_1rqhs_14 {
  height: 80px;
  width: 80px;
  color: var(--ce-text-muted);
}

._btn_1rqhs_20 {
  color: #fff !important;
  background-color: var(--ce-accent-blue) !important;
  box-shadow: var(--ce-shadow);
  min-width: 96px;
  padding: 8px 20px;
  border-radius: var(--ce-border-radius-sm);
  border: 0;
  cursor: pointer;
  outline: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--ce-font-family);
  transition: background 0.15s, box-shadow 0.15s;
}

._btn_1rqhs_20:hover {
  background-color: #1d4ed8 !important;
  box-shadow: var(--ce-shadow-md);
}

._errorListContainer_1rqhs_42 {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

._errorText_1rqhs_49 {
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  color: var(--ce-text-secondary);
  font-family: var(--ce-font-family);
}

._msg_1rqhs_57 {
  font-weight: 600;
  font-size: 15px;
  color: var(--ce-text-primary);
  text-align: center;
  font-family: var(--ce-font-family);
}
._loadingContainer_1kvrc_1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
._dashboardCard_1ikpk_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 18px;
  min-width: 240px;
  max-width: 400px;
  width: 100%;
  border-radius: 16px;
}
._dashboardCardValue_1ikpk_12 {
  font-weight: 700;
  font-size: 32px;
  color: #333333;
  margin-bottom: 10px;
}
._dashboardCardTitle_1ikpk_18 {
  font-weight: 600;
  font-size: 14px;
  color: #637381;
}
/* Filter button - white background, light blue border, blue text (matches image) */
._filterBtn_i58yv_2 {
  background: #ffffff !important;
  border: 1px solid var(--ce-accent-blue-border) !important;
  color: var(--ce-accent-blue) !important;
  font-family: "'DM Sans', sans-serif" !important;
  font-weight: 500 !important;
  text-transform: none !important;
  border-radius: 8px !important;
}

._filterBtn_i58yv_2:hover {
  background: var(--ce-accent-blue-bg) !important;
  border-color: var(--ce-accent-blue) !important;
}

/* Clear Filter button - solid blue background, white text */
._clearFilterBtn_i58yv_18 {
  background: var(--ce-accent-blue) !important;
  color: #ffffff !important;
  font-family: "'DM Sans', sans-serif" !important;
  font-weight: 500 !important;
  text-transform: none !important;
  border-radius: 8px !important;
  border: none !important;
}

._clearFilterBtn_i58yv_18:hover:not(:disabled) {
  background: #1d4ed8 !important;
}

._clearFilterBtn_i58yv_18:disabled {
  background: #e2e8f0 !important;
  color: #94a3b8 !important;
}
.rdrCalendarWrapper {
  box-sizing: border-box;
  background: #ffffff;
  display: inline-flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateDisplay{
  display: flex;
  justify-content: space-between;
}

.rdrDateDisplayItem{
  flex: 1 1;
  width: 0;
  text-align: center;
  color: inherit;
}

.rdrDateDisplayItem + .rdrDateDisplayItem{
    margin-left: 0.833em;
  }

.rdrDateDisplayItem input{
    text-align: inherit
  }

.rdrDateDisplayItem input:disabled{
      cursor: default;
    }

.rdrDateDisplayItemActive{}

.rdrMonthAndYearWrapper {
  box-sizing: inherit;
  display: flex;
  justify-content: space-between;
}

.rdrMonthAndYearPickers{
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdrMonthPicker{}

.rdrYearPicker{}

.rdrNextPrevButton {
  box-sizing: inherit;
  cursor: pointer;
  outline: none;
}

.rdrPprevButton {}

.rdrNextButton {}

.rdrMonths{
  display: flex;
}

.rdrMonthsVertical{
  flex-direction: column;
}

.rdrMonthsHorizontal > div > div > div{
  display: flex;
  flex-direction: row;
}

.rdrMonth{
  width: 27.667em;
}

.rdrWeekDays{
  display: flex;
}

.rdrWeekDay {
  flex-basis: calc(100% / 7);
  box-sizing: inherit;
  text-align: center;
}

.rdrDays{
  display: flex;
  flex-wrap: wrap;
}

.rdrDateDisplayWrapper{}

.rdrMonthName{}

.rdrInfiniteMonths{
  overflow: auto;
}

.rdrDateRangeWrapper{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDateInput {
  position: relative;
}

.rdrDateInput input {
    outline: none;
  }

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: .25em;
    color: #FF0000;
  }

.rdrDay {
  box-sizing: inherit;
  width: calc(100% / 7);
  position: relative;
  font: inherit;
  cursor: pointer;
}

.rdrDayNumber {
  display: block;
  position: relative;
}

.rdrDayNumber span{
    color: #1d2429;
  }

.rdrDayDisabled {
  cursor: not-allowed;
}

@supports (-ms-ime-align: auto) {
  .rdrDay {
    flex-basis: 14.285% !important;
  }
}

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  pointer-events: none;
}

.rdrInRange{}

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  pointer-events: none;
}

.rdrDayHovered{}

.rdrDayActive{}

.rdrDateRangePickerWrapper{
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.rdrDefinedRangesWrapper{}

.rdrStaticRanges{
  display: flex;
  flex-direction: column;
}

.rdrStaticRange{
  font-size: inherit;
}

.rdrStaticRangeLabel{}

.rdrInputRanges{}

.rdrInputRange{
  display: flex;
}

.rdrInputRangeInput{}
.rdrCalendarWrapper{
  color: #000000;
  font-size: 12px;
}

.rdrDateDisplayWrapper{
  background-color: rgb(239, 242, 247);
}

.rdrDateDisplay{
  margin: 0.833em;
}

.rdrDateDisplayItem{
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
  border: 1px solid transparent;
}

.rdrDateDisplayItem input{
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
  }

.rdrDateDisplayItemActive{
  border-color: currentColor;
}

.rdrDateDisplayItemActive input{
    color: #7d888d
  }

.rdrMonthAndYearWrapper {
  align-items: center;
  height: 60px;
  padding-top: 10px;
}

.rdrMonthAndYearPickers{
  font-weight: 600;
}

.rdrMonthAndYearPickers select{
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center
  }

.rdrMonthAndYearPickers select:hover{
      background-color: rgba(0,0,0,0.07);
    }

.rdrMonthPicker, .rdrYearPicker{
  margin: 0 5px
}

.rdrNextPrevButton {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0.833em;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #EFF2F7
}

.rdrNextPrevButton:hover{
    background: #E1E7F0;
  }

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    transform: translate(-3px, 0px);
  }

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent rgb(52, 73, 94) transparent transparent;
    transform: translate(-3px, 0px);
  }

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent rgb(52, 73, 94);
    transform: translate(3px, 0px);
  }

.rdrWeekDays {
  padding: 0 0.833em;
}

.rdrMonth{
  padding: 0 0.833em 1.666em 0.833em;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
  }

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{
  display: none;
}

.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: rgb(132, 144, 149);
}

.rdrDay {
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  padding: 0;
  line-height: 3.000em;
  height: 3.000em;
  text-align: center;
  color: #1d2429
}

.rdrDay:focus {
    outline: 0;
  }

.rdrDayNumber {
  outline: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rdrDayToday .rdrDayNumber span{
  font-weight: 500
}

.rdrDayToday .rdrDayNumber span:after{
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #3d91ff;
  }

.rdrDayToday:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span:after{
      background: #fff;
    }

.rdrDay:not(.rdrDayPassive) .rdrInRange ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge ~ .rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected ~ .rdrDayNumber span{
          color: rgba(255, 255, 255, 0.85);
        }

.rdrSelected, .rdrInRange, .rdrStartEdge, .rdrEndEdge{
  background: currentColor;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 5px;
}

.rdrSelected{
  left: 2px;
  right: 2px;
}

.rdrInRange{}

.rdrStartEdge{
  border-top-left-radius: 1.042em;
  border-bottom-left-radius: 1.042em;
  left: 2px;
}

.rdrEndEdge{
  border-top-right-radius: 1.042em;
  border-bottom-right-radius: 1.042em;
  right: 2px;
}

.rdrSelected{
  border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange, .rdrDayStartOfMonth .rdrEndEdge, .rdrDayStartOfWeek .rdrInRange, .rdrDayStartOfWeek .rdrEndEdge{
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
  }

.rdrDayEndOfMonth .rdrInRange,  .rdrDayEndOfMonth .rdrStartEdge,  .rdrDayEndOfWeek .rdrInRange,  .rdrDayEndOfWeek .rdrStartEdge{
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
  }

.rdrDayStartOfMonth .rdrDayInPreview, .rdrDayStartOfMonth .rdrDayEndPreview, .rdrDayStartOfWeek .rdrDayInPreview, .rdrDayStartOfWeek .rdrDayEndPreview{
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
  }

.rdrDayEndOfMonth .rdrDayInPreview, .rdrDayEndOfMonth .rdrDayStartPreview, .rdrDayEndOfWeek .rdrDayInPreview, .rdrDayEndOfWeek .rdrDayStartPreview{
   border-top-right-radius: 1.333em;
   border-bottom-right-radius: 1.333em;
   border-right-width: 1px;
   right: 0px;
 }

.rdrDayStartPreview, .rdrDayInPreview, .rdrDayEndPreview{
  background: rgba(255, 255, 255, 0.09);
  position: absolute;
  top: 3px;
  left: 0px;
  right: 0px;
  bottom: 3px;
  pointer-events: none;
  border: 0px solid currentColor;
  z-index: 1;
}

.rdrDayStartPreview{
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 1.333em;
  border-bottom-left-radius: 1.333em;
  left: 0px;
}

.rdrDayInPreview{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.rdrDayEndPreview{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-right-radius: 1.333em;
  border-bottom-right-radius: 1.333em;
  right: 2px;
  right: 0px;
}

.rdrDefinedRangesWrapper{
  font-size: 12px;
  width: 226px;
  border-right: solid 1px #eff2f7;
  background: #fff;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected{
    color: currentColor;
    font-weight: 600;
  }

.rdrStaticRange{
  border: 0;
  cursor: pointer;
  display: block;
  outline: 0;
  border-bottom: 1px solid #eff2f7;
  padding: 0;
  background: #fff
}

.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{
      background: #eff2f7;
    }

.rdrStaticRangeLabel{
  display: block;
  outline: 0;
  line-height: 18px;
  padding: 10px 20px;
  text-align: left;
}

.rdrInputRanges{
  padding: 10px 0;
}

.rdrInputRange{
  align-items: center;
  padding: 5px 20px;
}

.rdrInputRangeInput{
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgb(222, 231, 235);
  margin-right: 10px;
  color: rgb(108, 118, 122)
}

.rdrInputRangeInput:focus, .rdrInputRangeInput:hover{
    border-color: rgb(180, 191, 196);
    outline: 0;
    color: #333;
  }

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{
  content: '';
  border: 1px solid currentColor;
  border-radius: 1.333em;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0px;
  right: 0px;
  background: transparent;
}

.rdrDayPassive{
  pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span{
    color: #d5dce0;
  }

.rdrDayPassive .rdrInRange, .rdrDayPassive .rdrStartEdge, .rdrDayPassive .rdrEndEdge, .rdrDayPassive .rdrSelected, .rdrDayPassive .rdrDayStartPreview, .rdrDayPassive .rdrDayInPreview, .rdrDayPassive .rdrDayEndPreview{
    display: none;
  }

.rdrDayDisabled {
  background-color: rgb(248, 248, 248);
}

.rdrDayDisabled .rdrDayNumber span{
    color: #aeb9bf;
  }

.rdrDayDisabled .rdrInRange, .rdrDayDisabled .rdrStartEdge, .rdrDayDisabled .rdrEndEdge, .rdrDayDisabled .rdrSelected, .rdrDayDisabled .rdrDayStartPreview, .rdrDayDisabled .rdrDayInPreview, .rdrDayDisabled .rdrDayEndPreview{
    filter: grayscale(100%) opacity(60%);
  }

.rdrMonthName{
  text-align: left;
  font-weight: 600;
  color: #849095;
  padding: 0.833em;
}
.date-range-picker-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #ccc;
}

.date-icon-calendar {
  display: flex;
  align-items: center;
  position: relative;
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
  cursor: pointer;
}

.date-range-input {
  width: 80%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  text-align: center;
  height: 40px;
  cursor: pointer;
  font-size: 15px;
}

.date-range-picker-wrapper {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
}

.date-range-picker {
  width: 100%;
  max-width: 400px;
}
.date-range-picker .rdrCalendarWrapper {
  transform: scale(0.5);
  transform-origin: top left;
  height: 200px;
  overflow: hidden;
}
.date-range-picker .rdrMonths {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.date-range-picker .rdrMonth {
  flex: 1;
}
.date-range-picker .rdrDateDisplayWrapper {
  font-size: 0.8em;
}
.date-range-picker .rdrMonthAndYearPickers select {
  font-size: 0.8em;
}
.date-range-picker .rdrDayNumber span {
  font-size: 0.8em;
  color: #000 !important;
}
.date-range-picker .rdrDayHovered {
  border-radius: 50%;
}
.date-range-picker .rdrDayActive {
  background-color: #357ebd;
  color: #000 !important;
}
.date-range-picker .rdrInRange, .date-range-picker .rdrStartEdge, .date-range-picker .rdrEndEdge {
  background-color: #ebf4f8 !important;
  color: #000 !important;
}
.date-range-picker .rdrStartEdge {
  background-color: #357ebd !important;
  color: #fff !important;
}
.date-range-picker .rdrEndEdge {
  background-color: #357ebd !important;
  color: #fff !important;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.apply-button,
.cancel-button {
  margin-left: 10px;
  padding: 5px 10px;
  border: none;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9em;
  text-align: center;
}

.apply-button:hover,
.cancel-button:hover {
  opacity: 0.8;
}._modal_1hrqv_1 {
  max-width: 80%;
  max-height: 80%;
  scrollbar-width: none;
  padding: 0px 24px;
}
._loadingContainer_1hrqv_7 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
._iphone14_vef6f_1 {
  position: relative;
  z-index: 1;
  height: auto;
  width: 342px;
}
._iphone14_vef6f_1 *,
._iphone14_vef6f_1 *::before,
._iphone14_vef6f_1 *::after {
  box-sizing: border-box;
  display: block;
}
._iphone14_vef6f_1 ._side_vef6f_13 {
  background: #1c1c1c;
  border-radius: 54px;
  box-shadow: inset 0 0 2px 2px dimgrey, inset 0 0 0 6px #e2e3e9,
    0px -1px 13px 9px rgba(255, 255, 255, 0.8) inset;
  height: 610px;
  padding: 15px 15px;
  width: 342px;
  z-index: 1;
}
._iphone14_vef6f_1 ._screen_vef6f_23 {
  background: url("/assets/IphoneBg-6638efbf.png");
  background-position: center center;
  background-size: cover;
  border-radius: 33px;
  position: relative;
  height: 100%;
  z-index: 198;
  overflow: hidden;
  color: #fcfcfc;
}
img {
  height: 100%;
  object-fit: cover;
}
._iphone14_vef6f_1 ._line_vef6f_38::after,
._iphone14_vef6f_1 ._line_vef6f_38::before {
  content: "";
  position: absolute;
  border: solid rgba(68, 68, 68, 0.25);
  border-width: 0 6px;
  height: 5px;
  left: 0;
  width: 100%;
  z-index: 9;
}
._iphone14_vef6f_1 ._line_vef6f_38::after {
  top: 68px;
}
._iphone14_vef6f_1 ._line_vef6f_38::before {
  bottom: 68px;
}
._iphone14_vef6f_1 ._header_vef6f_55 {
  background: #1c1c1c;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  height: 24px;
  left: 50%;
  margin-left: -82px;
  position: absolute;
  top: 15px;
  width: 164px;
  z-index: 199;
}
._iphone14_vef6f_1 ._sensor1_vef6f_67::after,
._iphone14_vef6f_1 ._sensor1_vef6f_67::before {
  content: "";
  position: absolute;
}
._iphone14_vef6f_1 ._sensor1_vef6f_67::after {
  background: #222;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  left: 1%;
  margin-left: 10px;
  top: 3px;
}
._iphone14_vef6f_1 ._sensor1_vef6f_67::before {
  background: #222;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  left: 10%;
  margin-left: 20px;
  top: 3px;
}
._iphone14_vef6f_1 ._sensor2_vef6f_90::after,
._iphone14_vef6f_1 ._sensor2_vef6f_90::before {
  content: "";
  position: absolute;
}
._iphone14_vef6f_1 ._sensor2_vef6f_90::before {
  background: #333;
  border-radius: 2.5px;
  height: 5px;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  top: 7px;
}
._iphone14_vef6f_1 ._sensor3_vef6f_104::after,
._iphone14_vef6f_1 ._sensor3_vef6f_104::before {
  content: "";
  position: absolute;
}
._iphone14_vef6f_1 ._sensor3_vef6f_104::before {
  background: #444;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  left: 50%;
  margin-left: 35px;
  top: 3px;
  box-shadow: 0px 0px 5px 2px navy inset;
}
._iphone14_vef6f_1 ._sensor3_vef6f_104::after {
  background: #222;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  left: 65%;
  margin-left: 33px;
}
._iphone14_vef6f_1 ._volumeButton_vef6f_127 {
  background: #c8cacb;
  height: 26px;
  left: -2px;
  position: absolute;
  top: 92px;
  width: 3px;
}
._iphone14_vef6f_1 ._volumeButton_vef6f_127::after,
._iphone14_vef6f_1 ._volumeButton_vef6f_127::before {
  content: "";
  position: absolute;
  background: #c8cacb;
  height: 50px;
  left: 0;
  width: 3px;
}
._iphone14_vef6f_1 ._volumeButton_vef6f_127::after {
  top: 48px;
}
._iphone14_vef6f_1 ._volumeButton_vef6f_127::before {
  top: 112px;
}
._iphone14_vef6f_1 ._powerButton_vef6f_150 {
  background: #c8cacb;
  height: 80px;
  right: -2px;
  position: absolute;
  top: 160px;
  width: 3px;
}
._message_vef6f_158 {
  border-radius: 12px;
  padding: 12px;
  /* background: rgba( 171, 171, 171, 0.3 ); */
  background: rgba(148, 148, 148, 0.45);
  /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(10.5px);
  border-radius: 10px;
  /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
  margin: 40px 8px;
}
._message_vef6f_158 small {
  font-size: 12px;
  font-weight: 500;
  /* color: #55535c; */
}

._msgContainer_vef6f_176 {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
}
._msgContainer_vef6f_176 span {
  font-size: 10px;
  border-radius: 30px;
  background-color: #949494;
  /* color: #1c1c1c; */
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
._msgContainer_vef6f_176 span img {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 11px;
  height: 11px;
}
._msgHeader_vef6f_200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
._msgHeader_vef6f_200 h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
._msgHeader_vef6f_200 p {
  font-weight: 500;
  font-size: 12px;
  color: #ececec;
  background-color: transparent;
  width: max-content;
  margin: 0;
}
._msg_vef6f_176 {
  font-size: 14px;
  line-height: 1;
  margin: 4px 0;
}
._sender_vef6f_224 {
  font-size: 14px;
  /* color: #313135; */
}
._time_vef6f_228 {
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
time {
  font-size: 40px;
}
date {
  font-size: 20px;
  margin-top: 4px;
}
._button_vef6f_241 {
  position: absolute;
  padding: 0 30px;
  width: 100%;
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._button_vef6f_241 span {
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  background: rgb(148, 148, 148, 0.45);
  /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  backdrop-filter: blur(7.5px);
}

._modalBody_vef6f_262 {
  background: transparent;
  position: relative;
}

._closeIcon_vef6f_267 {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  color: #0a0a0a;
}

._closeIcon_vef6f_267:hover {
  background-color: #e7e3e3;
}
._container_1ugst_1 {
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2),
    0px 12px 24px -4px rgba(145, 158, 171, 0.12);
  border-radius: 16px;
}
._heading_1ugst_8 {
  font-weight: 700;
  font-size: 24px;
  color: #212b36;
  margin-bottom: 15px;
}
._header_1ugst_14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._dashboardCardContainer_1ugst_20 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}
