.invite-modal button.Polaris-Button.Polaris-Button--iconOnly[aria-label="Close"] {
  display: none;
}
.invite-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.invite-expiry {
  font-size: 14px;
  font-weight: 300;
  color: #9CA3AF;
}
.invite-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 640px) {
  .invite-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .invite-buttons {
    width: 100%;
  }
  .invite-buttons > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .invite-buttons button {
    width: 100%;
  }
}
.wrapped-select-field .multi-select .select__control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wrapped-select-field .select__menu {
  z-index: 999;
}
.wrapped-select-field .multi-select .select__multi-value {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.grid-cols-custom {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 768px) {
  .grid-cols-custom {
    grid-template-columns: 1fr;
  }
}
.modal-container {
  -webkit-transform: translateY(90%);
  -moz-transform: translateY(90%);
  -ms-transform: translateY(90%);
  -o-transform: translateY(90%);
  transform: translateY(90%);
  -webkit-transition: -webkit-transform 1s ease-in;
  -moz-transition: -moz-transform 1s ease-in;
  -o-transition: -o-transform 1s ease-in;
  transition: -webkit-transform 1s ease-in;
  transition: -moz-transform 1s ease-in;
  transition: -o-transform 1s ease-in;
  transition: transform 1s ease-in;
}
.modal-container.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.ql-container {
  min-height: 10rem;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  border-color: #8A8A8A !important;
}
.ql-editor {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  width: 100%;
}
.quill .ql-toolbar {
  -webkit-border-radius: 8px 8px 0 0 !important;
  -moz-border-radius: 8px 8px 0 0 !important;
  border-radius: 8px 8px 0 0 !important;
  background-color: #f3f3f3;
  color: #4a4a4a;
  border-color: #8A8A8A !important;
}
.quill {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  border-color: #8A8A8A !important;
}
.quill-wrapper .ql-container {
  border: none;
  font-family: inherit;
}
.quill-wrapper .ql-editor {
  min-height: 150px;
  font-size: 14px;
  line-height: 1.5;
}
.custom-quill .ql-toolbar button {
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.custom-quill .ql-toolbar button:hover {
  background-color: #e5e7eb;
}
.custom-quill .ql-toolbar .ql-active {
  background-color: #e5e7eb;
}
.phone-number-container {
  width: 100%;
  z-index: 99 !important;
  margin-left: 3rem;
}
.phone-number-container .flag-dropdown {
  left: -3rem;
  border: 1px solid rgba(131, 128, 128, 0.837) !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #f3f4f6 !important;
}
.phone-number-container .flag-dropdown .selected-flag:hover {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: transparent !important;
}
.phone-number-input {
  width: -webkit-calc(100% - 3rem) !important;
  width: -moz-calc(100% - 3rem) !important;
  width: calc(100% - 3rem) !important;
  border: 1px solid rgba(131, 128, 128, 0.837) !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f3f4f6;
  margin-left: 0 !important;
  padding-left: 0.5rem !important;
}
.phone-number-dropdown {
  background-color: #f3f4f6;
}
.country-code-search input {
  background-color: #f3f4f6 !important;
  margin: 0 !important;
}
.option-list-wrapper {
  width: 100%;
}
.option-list {
  width: 100%;
  overflow-y: auto;
}
.option-item {
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.option-item.clickable {
  cursor: pointer;
  position: relative;
}
.option-item.clickable:hover {
  background-color: rgba(241, 242, 243, 0.8);
}
.option-item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.option-item.indented {
  padding-left: 24px;
}
.option-label {
  font-size: 13px;
  color: #202223;
}
.option-count {
  color: #B8B8B8;
  margin-left: 4px;
  font-size: 13px;
}
.group-header {
  padding: 12px 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  position: relative;
  min-height: 44px;
  width: 100%;
}
.group-title {
  font-size: 13px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.group-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.group-header [class^="Polaris-Icon"] {
  color: #5c5f62;
  height: 20px;
  width: 20px;
}
.group-header:hover {
  background-color: rgba(241, 242, 243, 0.8);
}
.group-options {
  background-color: rgba(249, 249, 250, 0.5);
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}
.option-item.status-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.option-item.clickable:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.option-list-wrapper .Polaris-Popover__Content {
  min-width: 250px;
}
.option-list-wrapper .Polaris-Button {
  width: 100%;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 36px;
}
.option-list-wrapper .Polaris-Button__Text {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.option-list-wrapper .Polaris-Button__Icon {
  margin-left: 4px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pac-container {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 4px;
  border: 1px solid #8F959A;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  font-family: inherit;
  font-size: 0.875rem;
  z-index: 9999;
}
.pac-item {
  padding: 8px 12px;
  cursor: pointer;
  font-family: inherit;
  border-top: 1px solid #e5e7eb;
}
.pac-item:first-child {
  border-top: none;
}
.pac-item:hover {
  background-color: #f3f4f6;
}
.pac-item-selected {
  background-color: #f3f4f6;
}
.pac-icon {
  margin-right: 8px;
}
.pac-item-query {
  font-size: 0.875rem;
  color: #111827;
  font-weight: 500;
}
.pac-matched {
  font-weight: 600;
  color: #1773B0;
}
.pac-item span:not(.pac-item-query) {
  font-size: 0.75rem;
  color: #6b7280;
}
.pac-container:after {
  background-image: none !important;
  height: 0;
  padding: 0;
  color: #999;
  font-size: 0;
  position: absolute;
  margin: 0;
  content: "";
}
.google-maps-attribution {
  font-size: 6px;
  color: #e5e7eb;
  text-align: right;
  padding-top: 1px;
  margin-right: 3px;
  opacity: 0.2;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.Polaris-TopBar {
  background-color: #343434 !important;
}
.Polaris-Frame__Main {
  -webkit-border-top-right-radius: 1rem;
  -moz-border-radius-topright: 1rem;
  border-top-right-radius: 1rem;
}
.Polaris-Frame__Content {
  -webkit-border-top-right-radius: 20px !important;
  -moz-border-radius-topright: 20px !important;
  border-top-right-radius: 20px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/ var(--tw-bg-opacity, 1));
}
.Polaris-Navigation, 
.Polaris-Navigation__PrimaryNavigation:hover {
  -webkit-border-top-left-radius: 20px !important;
  -moz-border-radius-topleft: 20px !important;
  border-top-left-radius: 20px !important;
}
.Polaris-Frame__Navigation {
  background-color: #343434 !important;
}
.Polaris-Frame__Main {
  background-color: #343434 !important;
  -webkit-border-end: none !important;
  -moz-border-end: none !important;
  border-inline-end: none !important;
}
.Polaris-TopBar-Menu__Activator.Polaris-TopBar-Menu__Activator--userMenu {
  background-color: transparent !important;
}
.Polaris-TopBar-Menu__Activator.Polaris-TopBar-Menu__Activator--userMenu .Polaris-Avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 15px;
}
.Polaris-TopBar-Menu__Activator.Polaris-TopBar-Menu__Activator--userMenu .Polaris-Text--root.Polaris-Text--bodySm.Polaris-Text--medium.Polaris-Text--block.Polaris-Text--start {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.notifications-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-top: 4px;
  margin-right: 8px;
}
.notifications-wrapper .MuiIconButton-root {
  color: rgb(32, 34, 35);
}
.notifications-wrapper .MuiBadge-badge {
  background-color: rgb(0, 128, 96);
  color: white;
}
.discount .Polaris-ShadowBevel {
  overflow: visible;
}
.modern-pagination button {
  background-color: transparent !important;
}
.stat-card {
  padding: 18px 22px !important;
  -webkit-border-radius: 18px !important;
  -moz-border-radius: 18px !important;
  border-radius: 18px !important;
  -webkit-box-shadow: 2px 7px 8px 2px rgba(233, 233, 233, 0.6) !important;
  -moz-box-shadow: 2px 7px 8px 2px rgba(233, 233, 233, 0.6) !important;
  box-shadow: 2px 7px 8px 2px rgba(233, 233, 233, 0.6) !important;
}
.feature-card-shadow {
  -webkit-box-shadow: 0px 0.74px 0px 0px rgba(26, 26, 26, 0.07), 0px 0.74px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -0.74px 0px 0px rgba(0, 0, 0, 0.17) inset, -0.74px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 0.74px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
  -moz-box-shadow: 0px 0.74px 0px 0px rgba(26, 26, 26, 0.07), 0px 0.74px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -0.74px 0px 0px rgba(0, 0, 0, 0.17) inset, -0.74px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 0.74px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
  box-shadow: 0px 0.74px 0px 0px rgba(26, 26, 26, 0.07), 0px 0.74px 0px 0px rgba(204, 204, 204, 0.5) inset, 0px -0.74px 0px 0px rgba(0, 0, 0, 0.17) inset, -0.74px 0px 0px 0px rgba(0, 0, 0, 0.13) inset, 0.74px 0px 0px 0px rgba(0, 0, 0, 0.13) inset;
}
.top-events-table-wrapper .Polaris-IndexTable__Table.Polaris-IndexTable__Table--unselectable.Polaris-IndexTable__Table--sticky tr th {
  background-color: #FAFAFA !important;
  border-top: 1px solid rgba(128, 128, 128, 0.219);
  padding: 10px;
}
.top-events-table-wrapper .Polaris-IndexTable__Table.Polaris-IndexTable__Table--unselectable.Polaris-IndexTable__Table--sticky tr th .Polaris-Text--root.Polaris-Text--bodySm.Polaris-Text--medium {
  font-size: 12px;
}
.top-events-table-wrapper .Polaris-IndexTable__Table.Polaris-IndexTable__Table--unselectable.Polaris-IndexTable__Table--sticky tr th.Polaris-IndexTable__TableHeading.Polaris-IndexTable__TableHeading--second.Polaris-IndexTable__TableHeading--unselectable {
  padding-left: 35px !important;
}
.top-events-table-wrapper .Polaris-IndexTable__TableRow {
  color: #5c5f6a !important;
}
.top-events-table-wrapper {
  width: 100%;
}
.top-events-table-wrapper table {
  table-layout: auto;
}
@media (max-width: 640px) {
  .top-events-table-wrapper .overflow-x-auto {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .top-events-table-wrapper .overflow-x-auto::-webkit-scrollbar {
    height: 4px;
  }
  .top-events-table-wrapper .overflow-x-auto::-webkit-scrollbar-track {
    background: #f1f5f9;
  }
  .top-events-table-wrapper .overflow-x-auto::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .top-events-table-wrapper table {
    min-width: 700px;
  }
}
@media (min-width: 1440px) {
  .top-events-table-wrapper table {
    min-width: auto;
  }
}
.text-success {
  color: #0EC217;
}
.bg-gray-50 {
  background-color: #f9fafb;
}
.border-gray-200 {
  border-color: #e5e7eb;
}
.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}
.transition-colors {
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-timing-function: color, background-color, border-color;
  -o-transition-timing-function: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.organizer-list-wrapper {
  width: 100%;
}
.organizer-list-wrapper table.organizer-verification-table {
  table-layout: fixed;
}
@media (max-width: 640px) {
  .organizer-list-wrapper .overflow-x-auto {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .organizer-list-wrapper .overflow-x-auto::-webkit-scrollbar {
    height: 4px;
  }
  .organizer-list-wrapper .overflow-x-auto::-webkit-scrollbar-track {
    background: #f1f5f9;
  }
  .organizer-list-wrapper .overflow-x-auto::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
}
.text-success {
  color: #0ec217;
}
.bg-gray-50 {
  background-color: #f9fafb;
}
.border-gray-200 {
  border-color: #e5e7eb;
}
.hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}
.transition-colors {
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-timing-function: color, background-color, border-color;
  -o-transition-timing-function: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.Polaris-DataTable__Table thead {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245/ var(--tw-bg-opacity, 1));
}
.tickets-list-table-wrapper .Polaris-IndexTable__TableHeading {
  color: #202224;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-color: #f5f5f5 !important;
  margin-left: 35px;
}
.tickets-list-table-wrapper .Polaris-IndexTable__Table.Polaris-IndexTable__Table--unselectable.Polaris-IndexTable__Table--sticky tr th .Polaris-Text--root.Polaris-Text--bodySm.Polaris-Text--medium {
  font-size: 13px !important;
  font-weight: 650;
}
.tickets-list-table-wrapper .Polaris-IndexTable__Table.Polaris-IndexTable__Table--unselectable.Polaris-IndexTable__Table--sticky tr th.Polaris-IndexTable__TableHeading.Polaris-IndexTable__TableHeading--second.Polaris-IndexTable__TableHeading--unselectable {
  padding-left: 45px !important;
}
.tickets-list-table-wrapper .Polaris-Badge .Polaris-Text--root.Polaris-Text--bodySm {
  color: #616161;
  font-size: 13px;
  font-weight: 600;
}
.carousel-container {
  position: relative;
  width: 100%;
}
.carousel-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 1rem;
  scroll-behavior: smooth;
  width: 100%;
}
.carousel-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: -webkit-calc((100% - (7 * 8px)) / 7.5);
  width: -moz-calc((100% - (7 * 8px)) / 7.5);
  width: calc((100% - (7 * 8px)) / 7.5);
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(188, 188, 188, 0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.6;
  cursor: pointer;
  padding: 8px;
}
.carousel-arrow.left {
  left: 0;
}
.carousel-arrow.right {
  right: 0;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .carousel-item {
    width: -webkit-calc((100% - (2 * 10px)) / 2);
    width: -moz-calc((100% - (2 * 10px)) / 2);
    width: calc((100% - (2 * 10px)) / 2);
  }
}
.collection-rte .ProseMirror {
  min-height: 180px;
  padding: 12px 14px;
  outline: none;
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
}
.collection-rte .ProseMirror > * + * {
  margin-top: 0.5rem;
}
.collection-rte .ProseMirror h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
.collection-rte .ProseMirror h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
.collection-rte .ProseMirror ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.collection-rte .ProseMirror ol {
  list-style: decimal;
  padding-left: 1.25rem;
}
.collection-rte .ProseMirror a {
  color: #2563eb;
  text-decoration: underline;
  cursor: pointer;
}
.collection-rte .ProseMirror p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  color: #9ca3af;
  float: left;
  height: 0;
  pointer-events: none;
}
/*# sourceMappingURL=index_5585.82cef035.css.map */