@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap&family=Ubuntu:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap&family=Ubuntu:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap&family=Ubuntu:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap&family=Ubuntu:wght@400;500;600;700&display=swap");body {
  padding: 0;
  margin: 0;
}

.preloader {
  position: "fixed";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-element {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #01c864;
  animation: fill 1s ease-in infinite alternate;
}
.preloader-element::before,
.preloader-element::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.preloader-element::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 10px inset;
  }
}
.home {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 2rem;
}
.home__container {
  background: white;
  border-radius: 1rem;
  padding: 3rem;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.home__title {
  font-size: 2.5rem;
  margin: 0 0 0.5rem 0;
  color: #333;
  text-align: center;
}
.home__subtitle {
  font-size: 1.1rem;
  color: #666;
  margin: 0 0 2rem 0;
  text-align: center;
}
.home__nav {
  margin-top: 2rem;
}
.home__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.home__item {
  margin: 0;
}
.home__link {
  display: block;
  padding: 1rem 1.5rem;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 500;
}
.home__link:hover {
  background: #667eea;
  color: white;
  border-color: #667eea;
  transform: translateX(0.25rem);
}
.home__link:active {
  transform: translateX(0.125rem);
}.arrow-icon {
  width: 100% !important;
  height: 100% !important;
  max-width: 20px;
  max-height: 20px;
}

.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.switch {
  width: 26px !important;
  height: 16px !important;
  background: #cbd5e0 !important;
  border: none !important;
}
.switch span {
  cursor: pointer !important;
  width: 12px !important;
  left: 2px !important;
  top: 2px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff;
}

.active-switch {
  width: 26px !important;
  height: 16px !important;
  background: #007aff !important;
  border: none !important;
  box-shadow: none !important;
}
.active-switch span {
  cursor: pointer !important;
  width: 12px !important;
  height: 12px !important;
  left: 12px !important;
  top: 2px !important;
  box-shadow: none !important;
  background: #fff;
}._footer_1vyhs_1 {
  width: 100%;
  box-shadow: inset 0px 1px 0px #e5e9eb;
  display: flex;
  align-items: center;
  padding: 10px 16px;
}

._footerLeftSide_1vyhs_9 {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
}
._footerLeftSide_1vyhs_9 button {
  min-height: 36px !important;
}
._footerLeftSide_1vyhs_9 ._title_1vyhs_18 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._footerExtraSide_1vyhs_24 {
  margin-left: auto;
}._header_1as4g_1 {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 16px;
}

._headerLeftSide_1as4g_10 {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
._headerLeftSide_1as4g_10 ._title_1as4g_16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

._border_1as4g_23 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_1as4g_30 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_1as4g_36 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._server_1lks5_1 svg {
  width: 16px !important;
  height: 16px !important;
}.arrow-icon {
  width: 100% !important;
  height: 100% !important;
  max-width: 20px;
  max-height: 20px;
}

.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.switch {
  width: 26px !important;
  height: 16px !important;
  background: #cbd5e0 !important;
  border: none !important;
}
.switch span {
  cursor: pointer !important;
  width: 12px !important;
  left: 2px !important;
  top: 2px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff;
}

.active-switch {
  width: 26px !important;
  height: 16px !important;
  background: #007aff !important;
  border: none !important;
  box-shadow: none !important;
}
.active-switch span {
  cursor: pointer !important;
  width: 12px !important;
  height: 12px !important;
  left: 12px !important;
  top: 2px !important;
  box-shadow: none !important;
  background: #fff;
}._pageHeader_z6zu2_1 {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: white;
}

._headerLeftSide_z6zu2_10 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 16px;
  height: 100%;
}
._headerLeftSide_z6zu2_10 ._title_z6zu2_17 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

._border_z6zu2_24 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_z6zu2_31 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_z6zu2_37 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 33px;
  height: 100%;
}
._container_1gw1o_2 {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
._container_1gw1o_2 ._table_1gw1o_8 {
  width: 100%;
  border-collapse: separate;
  /* Важно для применения border-radius */
  border-spacing: 0;
  /* Убираем промежутки между ячейками */
  /* Закругление углов таблицы */
  border-radius: 6px;
  overflow: hidden;
}
._container_1gw1o_2 ._table_1gw1o_8 td,
._container_1gw1o_2 ._table_1gw1o_8 th {
  border: 1px solid #e5e9eb;
  padding: 9.8px 24px;
}
._container_1gw1o_2 ._table_1gw1o_8 td:first-child,
._container_1gw1o_2 ._table_1gw1o_8 th:first-child {
  border-left: none;
}
._container_1gw1o_2 ._table_1gw1o_8 td:last-child,
._container_1gw1o_2 ._table_1gw1o_8 th:last-child {
  border-right: none;
}
._container_1gw1o_2 ._table_1gw1o_8 tr:last-child td {
  border-bottom: none;
}
._container_1gw1o_2 ._table_1gw1o_8 th {
  border-top: none;
}
._container_1gw1o_2 ._table_1gw1o_8 th {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.084px;
  background-color: #f6f8f9;
}
._container_1gw1o_2 ._table_1gw1o_8 th > div {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
._container_1gw1o_2 ._table_1gw1o_8 td {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}
._container_1gw1o_2 ._table_1gw1o_8 tbody tr td {
  color: #11181c;
  padding: 0px 12px !important;
  height: 48px !important;
}
._container_1gw1o_2 ._table_1gw1o_8 tbody tr td:first-child {
  width: 48px !important;
  text-align: center;
  margin-right: 40px;
}
._container_1gw1o_2 ._table_1gw1o_8 tbody tr:hover {
  background-color: rgba(1, 131, 255, 0.1);
}

._loader_1gw1o_72 {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
._loader_1gw1o_72 ._loaderIcon_1gw1o_81 {
  animation: _lds-hourglass_1gw1o_1 1.2s infinite;
}

/* Иконки */
._icons_1gw1o_86,
._icon_1gw1o_86 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
}

/* Анимация для загрузчика */
@keyframes _lds-hourglass_1gw1o_1 {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(720deg);
  }
}
.easy-to-travel_table .rc-pagination {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.easy-to-travel_table .rc-pagination ul,
.easy-to-travel_table .rc-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.easy-to-travel_table .rc-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: " ";
}
.easy-to-travel_table .rc-pagination-total-text {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
  line-height: 26px;
  vertical-align: middle;
}
.easy-to-travel_table .rc-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  font-family: Arial;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.easy-to-travel_table .rc-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.easy-to-travel_table .rc-pagination-item a:hover {
  text-decoration: none;
}
.easy-to-travel_table .rc-pagination-item:focus,
.easy-to-travel_table .rc-pagination-item:hover {
  border-color: #007aff;
  transition: all 0.3s;
}
.easy-to-travel_table .rc-pagination-item:hover a {
  color: #007aff;
}
.easy-to-travel_table .rc-pagination-item-active {
  font-weight: 500;
  background: #007aff;
}
.easy-to-travel_table .rc-pagination-item-active a {
  color: #fff;
}
.easy-to-travel_table .rc-pagination-item-active:focus,
.easy-to-travel_table .rc-pagination-item-active:hover {
  border-color: #0263ca;
}
.easy-to-travel_table .rc-pagination-item-active:focus a,
.easy-to-travel_table .rc-pagination-item-active:hover a {
  background-color: #007aff;
  color: #fff;
}
.easy-to-travel_table .rc-pagination-jump-prev,
.easy-to-travel_table .rc-pagination-jump-next {
  outline: 0;
}
.easy-to-travel_table .rc-pagination-jump-prev button,
.easy-to-travel_table .rc-pagination-jump-next button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
}
.easy-to-travel_table .rc-pagination-jump-prev button:after,
.easy-to-travel_table .rc-pagination-jump-next button:after {
  display: block;
  content: "•••";
}
.easy-to-travel_table .rc-pagination-prev,
.easy-to-travel_table .rc-pagination-next,
.easy-to-travel_table .rc-pagination-jump-prev,
.easy-to-travel_table .rc-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Arial;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.easy-to-travel_table .rc-pagination-prev svg path,
.easy-to-travel_table .rc-pagination-next svg path,
.easy-to-travel_table .rc-pagination-jump-prev svg path,
.easy-to-travel_table .rc-pagination-jump-next svg path {
  fill: #0082ff;
}
.easy-to-travel_table .rc-pagination-prev,
.easy-to-travel_table .rc-pagination-next {
  outline: 0;
}
.easy-to-travel_table .rc-pagination-prev button,
.easy-to-travel_table .rc-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}
.easy-to-travel_table .rc-pagination-prev:hover button,
.easy-to-travel_table .rc-pagination-next:hover button {
  border-color: #40a9ff;
}
.easy-to-travel_table .rc-pagination-prev .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-next .rc-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.easy-to-travel_table .rc-pagination-prev:focus .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-prev:hover .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-next:focus .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-next:hover .rc-pagination-item-link {
  color: #007aff;
  border-color: #007aff;
}
.easy-to-travel_table .rc-pagination-prev button:after {
  content: "‹";
  display: block;
}
.easy-to-travel_table .rc-pagination-next button:after {
  content: "›";
  display: block;
}
.easy-to-travel_table .rc-pagination-disabled,
.easy-to-travel_table .rc-pagination-disabled:hover,
.easy-to-travel_table .rc-pagination-disabled:focus {
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination-disabled svg path,
.easy-to-travel_table .rc-pagination-disabled:hover svg path,
.easy-to-travel_table .rc-pagination-disabled:focus svg path {
  fill: #687076 !important;
  opacity: 0.5;
}
.easy-to-travel_table .rc-pagination-disabled .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-disabled:hover .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-disabled:focus .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination-slash {
  margin: 0 10px 0 5px;
}
.easy-to-travel_table .rc-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .easy-to-travel_table .rc-pagination-options *::-ms-backdrop,
  .easy-to-travel_table .rc-pagination-options {
    vertical-align: top;
  }
}
.easy-to-travel_table .rc-pagination-options-size-changer.rc-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.easy-to-travel_table .rc-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}
.easy-to-travel_table .rc-pagination-options-quick-jumper input {
  width: 50px;
  margin: 0 8px;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-prev,
.easy-to-travel_table .rc-pagination-simple .rc-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-simple .rc-pagination-next .rc-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link::after,
.easy-to-travel_table .rc-pagination-simple .rc-pagination-next .rc-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #007aff;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled {
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item {
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-active {
  background: red;
  border-color: transparent;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-active a {
  color: #fff;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon {
  opacity: 0;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .easy-to-travel_table .rc-pagination-item-after-jump-prev,
  .easy-to-travel_table .rc-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .easy-to-travel_table .rc-pagination-options {
    display: none;
  }
}
.react-datepicker__header {
  background: #FBFBFB;
}

.react-datepicker__month-container {
  background: #FBFBFB;
  border-radius: 6px;
}

.btn-prev, .btn-next {
  position: absolute;
  top: 50%;
  padding: 8px;
  transform: translate(0, -50%);
}

.btn-prev svg, .btn-next svg {
  width: 16px;
  height: 16px;
}

.btn-prev {
  right: 36px;
}

.btn-next {
  right: 0;
}

.select-year, .select-month {
  color: #737373;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  background: transparent;
  /* Heading */
  font-family: Inter;
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__year-text--selected:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--in-range:hover {
  background-color: #2D6CE5;
  color: white;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  background-color: #2D6CE5;
  color: white;
}

.easy-to-travel_table__menu {
  margin-top: 0; /* Минимальное расстояние между кнопкой и меню */
  transform: translateY(-10px); /* Сдвиг вверх */
}.react-calendar {
  width: 260px;
  max-width: 100%;
  background: white;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation__prev2-button {
  display: none;
}

.react-calendar__navigation__next2-button {
  display: none;
}

.react-calendar__navigation__label {
  pointer-events: none;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 8px;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 4px;
}
.react-calendar__month-view__weekdays__weekday abbr {
  text-decoration: none !important;
  color: #000;
  display: inline-block;
  width: 100%;
  line-height: 1.7rem;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days {
  row-gap: 4px;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  font: inherit;
  font-size: 0.833em;
  transition: 0.2s;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #007AFE;
  color: #fff;
  box-shadow: 0 0 3px #8798ad;
}

.react-calendar__tile--now {
  color: #fff;
  background-color: #7fdbff;
}

.react-calendar__tile--hasActive {
  background: #007AFE;
  color: #fff;
}

.react-calendar__tile-equal.react-calendar__tile--active {
  border-radius: 50% !important;
}
.react-calendar__tile-equal .react-calendar__tile--rangeStart {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.react-calendar__tile-equal .react-calendar__tile--rangeEnd {
  border-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.react-calendar__tile-equal .react-calendar__tile--rangeBothEnds {
  border-radius: 50% !important;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #1087ff;
}

.react-calendar__tile--active {
  background: #007AFE;
  color: white;
  box-shadow: 0 0 3px #8798ad;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}.RingLoader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.RingLoader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #0166F3;
  border-color: #0166F3 transparent #0166F3 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.RingLoaderWithWrapper {
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/assets/ajax-loader.e7b44c86.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=');
    src: url('data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=') format('embedded-opentype'), url('data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF') format('woff'), url('data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=') format('truetype'), url('/assets/slick.12459f22.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.App {
  background: #fff;
  height: 100vh !important;
}
.slick-slide.slick-center img {
  transform: scale(1.05);
}
.slick-list {
  overflow-y: visible;
  overflow-x: clip;
}
.slick-slide > div {
  margin: 0 16px;
}
.slick-list {
  margin: 0 -16px;
}
.strongText {
  color: #11181c;
  font-size: 12px;
  font-weight: 600;
}
.image-gallery-thumbnail {
  width: 136px;
  height: 96px;
  border-radius: 8px;
  overflow: hidden;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  width: 100%;
  height: 100%;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner .image-gallery-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yarl__fullsize {
  height: 100%;
  width: 100%;
}
.yarl__relative {
  position: relative;
}
.yarl__portal {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity var(--yarl__fade_animation_duration, 0.25s) var(--yarl__fade_animation_timing_function, ease);
  z-index: var(--yarl__portal_zindex, 9999);
}
.yarl__portal_open {
  opacity: 1;
}
.yarl__container {
  background-color: var(--yarl__container_background_color, var(--yarl__color_backdrop, #000));
  bottom: 0;
  left: 0;
  outline: 0;
  overflow: hidden;
  overscroll-behavior: var(--yarl__controller_overscroll-behavior, contain);
  position: absolute;
  right: 0;
  top: 0;
  touch-action: var(--yarl__controller_touch_action, none);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.yarl__carousel {
  align-content: center;
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  justify-content: center;
  opacity: var(--yarl__pull_down_opacity, 1);
  -webkit-transform: translate(var(--yarl__swipe_offset, 0), var(--yarl__pull_down_offset, 0));
  transform: translate(var(--yarl__swipe_offset, 0), var(--yarl__pull_down_offset, 0));
  width: calc(100% + (var(--yarl__carousel_slides_count) - 1) * (100% + var(--yarl__carousel_spacing_px, 0) * 1px + var(--yarl__carousel_spacing_percent, 0) * 1%));
}
.yarl__carousel_with_slides {
  -webkit-column-gap: calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);
  -moz-column-gap: calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);
  column-gap: calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);
}
.yarl__flex_center {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.yarl__slide {
  flex: 1;
  overflow: hidden;
  padding: calc(var(--yarl__carousel_padding_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_padding_percent, 0) * 1%);
  position: relative;
}
[dir=rtl] .yarl__slide {
  --yarl__direction: -1;
}
.yarl__slide_image {
  -webkit-touch-callout: none;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  touch-action: var(--yarl__controller_touch_action, none);
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
@media screen and (min-width: 800px) {
  .yarl__slide_image {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
}
.yarl__slide_image_cover {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.yarl__slide_image_loading {
  opacity: 0;
}
.yarl__slide_placeholder {
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.yarl__slide_loading {
  -webkit-animation: yarl__delayed_fadein 1s linear;
  animation: yarl__delayed_fadein 1s linear;
  color: var(--yarl__slide_icon_loading_color, var(--yarl__color_button, hsla(0, 0%, 100%, 0.8)));
}
.yarl__slide_loading line {
  -webkit-animation: yarl__stroke_opacity 1s linear infinite;
  animation: yarl__stroke_opacity 1s linear infinite;
}
.yarl__slide_loading line:first-of-type {
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}
.yarl__slide_loading line:nth-of-type(2) {
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}
.yarl__slide_loading line:nth-of-type(3) {
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}
.yarl__slide_loading line:nth-of-type(4) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.yarl__slide_loading line:nth-of-type(5) {
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
.yarl__slide_loading line:nth-of-type(6) {
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
.yarl__slide_loading line:nth-of-type(7) {
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
.yarl__slide_loading line:nth-of-type(8) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.yarl__slide_error {
  color: var(--yarl__slide_icon_error_color, red);
  height: var(--yarl__slide_icon_error_size, 48px);
  width: var(--yarl__slide_icon_error_size, 48px);
}
@media (prefers-reduced-motion) {
  .yarl__portal,
  .yarl__slide {
    transition: unset;
  }
  .yarl__slide_loading,
  .yarl__slide_loading line {
    -webkit-animation: unset;
    animation: unset;
  }
}
.yarl__toolbar {
  bottom: auto;
  display: flex;
  justify-content: flex-end;
  left: auto;
  padding: var(--yarl__toolbar_padding, 8px);
  position: absolute;
  right: 0;
  top: 0;
}
[dir=rtl] .yarl__toolbar {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}
.yarl__icon {
  height: var(--yarl__icon_size, 32px);
  width: var(--yarl__icon_size, 32px);
}
.yarl__button {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--yarl__button_background_color, transparent);
  border: var(--yarl__button_border, 0);
  color: var(--yarl__color_button, hsla(0, 0%, 100%, 0.8));
  cursor: pointer;
  -webkit-filter: var(--yarl__button_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)));
  filter: var(--yarl__button_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)));
  line-height: 0;
  margin: var(--yarl__button_margin, 0);
  outline: none;
  padding: var(--yarl__button_padding, 8px);
}
.yarl__button:focus {
  color: var(--yarl__color_button_active, #fff);
}
.yarl__button:focus:not(:focus-visible) {
  color: var(--yarl__color_button, hsla(0, 0%, 100%, 0.8));
}
.yarl__button:focus-visible {
  color: var(--yarl__color_button_active, #fff);
}
@media (hover: hover) {
  .yarl__button:focus-visible:hover,
  .yarl__button:focus:hover,
  .yarl__button:hover {
    color: var(--yarl__color_button_active, #fff);
  }
}
.yarl__button:disabled {
  color: var(--yarl__color_button_disabled, hsla(0, 0%, 100%, 0.4));
  cursor: default;
}
.yarl__navigation_next,
.yarl__navigation_prev {
  padding: var(--yarl__navigation_button_padding, 24px 16px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yarl__navigation_prev {
  left: 0;
}
[dir=rtl] .yarl__navigation_prev {
  left: unset;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.yarl__navigation_next {
  right: 0;
}
[dir=rtl] .yarl__navigation_next {
  left: 0;
  right: unset;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.yarl__no_scroll {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}
@-webkit-keyframes yarl__delayed_fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes yarl__delayed_fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes yarl__stroke_opacity {
  0% {
    stroke-opacity: 1;
  }
  to {
    stroke-opacity: 0.125;
  }
}
@keyframes yarl__stroke_opacity {
  0% {
    stroke-opacity: 1;
  }
  to {
    stroke-opacity: 0.125;
  }
}
.yarl__slide_captions_container {
  background: var(--yarl__slide_captions_container_background, rgba(0, 0, 0, 0.5));
  left: var(--yarl__slide_captions_container_left, 0);
  padding: var(--yarl__slide_captions_container_padding, 16px);
  position: absolute;
  right: var(--yarl__slide_captions_container_right, 0);
  -webkit-transform: translateZ(0);
}
.yarl__slide_title {
  color: var(--yarl__slide_title_color, #fff);
  font-size: var(--yarl__slide_title_font_size, 125%);
  font-weight: var(--yarl__slide_title_font_weight, bolder);
  max-width: calc(100% - var(--yarl__toolbar_width, 0px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yarl__slide_title_container {
  top: var(--yarl__slide_title_container_top, 0);
}
.yarl__slide_description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--yarl__slide_description_max_lines, 3);
  color: var(--yarl__slide_description_color, #fff);
  display: -webkit-box;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  text-align: var(--yarl__slide_description_text_align, start);
}
.yarl__slide_description_container {
  bottom: var(--yarl__slide_description_container_bottom, 0);
}
.yarl__thumbnails {
  display: flex;
  height: 100%;
}
.yarl__thumbnails_bottom,
.yarl__thumbnails_end .yarl__thumbnails_track,
.yarl__thumbnails_start .yarl__thumbnails_track,
.yarl__thumbnails_top {
  flex-direction: column;
}
.yarl__thumbnails_wrapper {
  flex: 1;
  position: relative;
}
.yarl__thumbnails_container {
  -webkit-touch-callout: none;
  background-color: var(--yarl__thumbnails_container_background_color, var(--yarl__color_backdrop, #000));
  flex: 0 0 auto;
  overflow: hidden;
  padding: var(--yarl__thumbnails_container_padding, 16px);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.yarl__thumbnails_vignette {
  --yarl__thumbnails_vignette_size: 12%;
  pointer-events: none;
  position: absolute;
}
@media (min-width: 1200px) {
  .yarl__thumbnails_vignette {
    --yarl__thumbnails_vignette_size: 8%;
  }
}
@media (min-width: 2000px) {
  .yarl__thumbnails_vignette {
    --yarl__thumbnails_vignette_size: 5%;
  }
}
.yarl__thumbnails_bottom .yarl__thumbnails_vignette,
.yarl__thumbnails_top .yarl__thumbnails_vignette {
  background: linear-gradient(to right, var(--yarl__color_backdrop, #000) 0, transparent var(--yarl__thumbnails_vignette_size, 12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)), var(--yarl__color_backdrop, #000) 100%);
  height: 100%;
  left: 0;
  right: 0;
}
.yarl__thumbnails_end .yarl__thumbnails_vignette,
.yarl__thumbnails_start .yarl__thumbnails_vignette {
  background: linear-gradient(to bottom, var(--yarl__color_backdrop, #000) 0, transparent var(--yarl__thumbnails_vignette_size, 12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)), var(--yarl__color_backdrop, #000) 100%);
  bottom: 0;
  top: 0;
  width: 100%;
}
.yarl__thumbnails_track {
  gap: var(--yarl__thumbnails_thumbnail_gap, 16px);
}
.yarl__thumbnails_thumbnail {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--yarl__thumbnails_thumbnail_background, #000);
  border: var(--yarl__thumbnails_thumbnail_border, 1px solid var(--yarl__color_button, hsla(0, 0%, 100%, 0.8)));
  border-radius: var(--yarl__thumbnails_thumbnail_border_radius, 4px);
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 0 auto;
  height: var(--yarl__thumbnails_thumbnail_height, 80px);
  overflow: hidden;
  padding: var(--yarl__thumbnails_thumbnail_padding, 4px);
  position: relative;
  width: var(--yarl__thumbnails_thumbnail_width, 120px);
}
.yarl__thumbnails_thumbnail_active {
  border-color: var(--yarl__thumbnails_thumbnail_active_border_color, var(--yarl__color_button_active, #fff));
}
.yarl__thumbnails_thumbnail_fadein {
  -webkit-animation: yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration, 0.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay, 0s) forwards;
  animation: yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration, 0.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay, 0s) forwards;
  opacity: 0;
}
.yarl__thumbnails_thumbnail_fadeout {
  -webkit-animation: yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration, 0.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay, 0s) forwards;
  animation: yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration, 0.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay, 0s) forwards;
  cursor: unset;
}
.yarl__thumbnails_thumbnail_placeholder {
  cursor: unset;
  visibility: hidden;
}
.yarl__thumbnails_thumbnail_icon {
  color: var(--yarl__thumbnails_thumbnail_icon_color, var(--yarl__color_button, hsla(0, 0%, 100%, 0.8)));
  -webkit-filter: var(--yarl__thumbnails_thumbnail_icon_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)));
  filter: var(--yarl__thumbnails_thumbnail_icon_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)));
  height: var(--yarl__thumbnails_thumbnail_icon_size, 32px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: var(--yarl__thumbnails_thumbnail_icon_size, 32px);
}
.yarl__thumbnails_contain_image {
  -o-object-fit: contain;
  object-fit: contain;
}
@-webkit-keyframes yarl__thumbnails_thumbnail_fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes yarl__thumbnails_thumbnail_fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes yarl__thumbnails_thumbnail_fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes yarl__thumbnails_thumbnail_fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}._card_1txob_1 {
  background: #ffffff;
  border: 1px solid #e5e9eb;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.0509803922);
  border-radius: 16px;
  padding: 23px;
  max-height: 188px;
}
._card_1txob_1 ._title_1txob_9 {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: -0.1800000072px !important;
  color: #007aff;
}
._card_1txob_1 ._header_1txob_16 {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
._card_1txob_1 ._content_1txob_22 {
  display: flex;
  align-items: center;
  column-gap: 16px;
  justify-content: space-between;
}
._card_1txob_1 ._description_1txob_28 {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  letter-spacing: -0.006em;
  color: #7e868c;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._card_1txob_1 ._show_1txob_40 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #007aff;
  padding: 8px 0;
  margin-top: 8px;
  cursor: pointer;
}
._close_1o1jg_2:hover {
  background-color: skyblue;
}

._confirm_1o1jg_6:hover {
  background-color: cornflowerblue;
}

._icon_1o1jg_10 svg {
  width: 12px !important;
  height: 12px !important;
  color: #11181c !important;
}

._description_1o1jg_16 strong {
  color: #0082ff;
}
._description_1o1jg_16 ul {
  margin-left: 22px !important;
}
._description_1o1jg_16 ul li {
  position: relative;
}
._description_1o1jg_16 ul li::marker {
  color: #0082ff;
  content: "━  ";
}._card_1w0un_1 {
  background: #ffffff;
  border: 1px solid #e5e9eb;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.0509803922);
  border-radius: 16px;
  padding: 23px;
}
._card_1w0un_1 ._title_1w0un_8 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1800000072px;
  text-align: left;
  color: #11181c;
}
._card_1w0un_1 ._header_1w0un_16 {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
._card_1w0un_1 ._content_1w0un_22 {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
._card_1w0un_1 ._content_1w0un_22 svg {
  width: 56px !important;
  height: 56px !important;
}
._card_1w0un_1 ._description_1w0un_31 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.006em;
  text-align: left;
  color: #7e868c;
  margin-top: 8px;
}._title_um4pj_1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  color: #11181c;
  padding: 0 0 24px 0;
}._body_kr1ps_1 {
  padding: 24px;
}._header_c0ea6_1 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 24px 16px;
  width: 100%;
}
._header_c0ea6_1 ._title_c0ea6_7 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #444444;
}

._banner_c0ea6_15 {
  padding: 24px 24px 16px 24px;
  width: 100%;
  max-width: 716px;
}
._banner_c0ea6_15 ._title_c0ea6_7 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4699999988px;
  text-align: left;
  color: #444444;
  margin-bottom: 8px;
}
._banner_c0ea6_15 ._text_c0ea6_29 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1800000072px;
  text-align: left;
  color: #444444;
}

._tabs_c0ea6_38 ._tab_c0ea6_38 {
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}._body_kr1ps_1 {
  padding: 24px;
}._body_kr1ps_1 {
  padding: 24px;
}._body_kr1ps_1 {
  padding: 24px;
}._container_ll09k_1 {
  font-family: sans-serif;
  max-width: 280px;
  width: 100%;
}

._label_ll09k_7 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #11181c;
}

._activeButton_ll09k_14 {
  background-color: #007aff;
  color: #ffffff;
  border: 1px solid #0082ff;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

._inactiveButton_ll09k_23 {
  background-color: #fff;
  color: #000000;
  border: 1px solid #0082ff;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
}/**
 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/* Reset */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-color-base-foreground: 								hsl(0, 0%, 98%);
	--ck-color-base-background: 								hsl(0, 0%, 100%);
	--ck-color-base-border: 									hsl(220, 6%, 81%);
	--ck-color-base-action: 									hsl(104, 50.2%, 42.5%);
	--ck-color-base-focus: 										hsl(209, 92%, 70%);
	--ck-color-base-text: 										hsl(0, 0%, 20%);
	--ck-color-base-active: 									hsl(218.1, 100%, 58%);
	--ck-color-base-active-focus:								hsl(218.2, 100%, 52.5%);
	--ck-color-base-error:										hsl(15, 100%, 43%);

	/* -- Generic colors ------------------------------------------------------------------------ */

	--ck-color-focus-border-coordinates: 						218, 81.8%, 56.9%;
	--ck-color-focus-border: 									hsl(var(--ck-color-focus-border-coordinates));
	--ck-color-focus-outer-shadow:								hsl(212.4, 89.3%, 89%);
	--ck-color-focus-disabled-shadow:							hsla(209, 90%, 72%,.3);
	--ck-color-focus-error-shadow:								hsla(9,100%,56%,.3);
	--ck-color-text: 											var(--ck-color-base-text);
	--ck-color-shadow-drop: 									hsla(0, 0%, 0%, 0.15);
	--ck-color-shadow-drop-active:								hsla(0, 0%, 0%, 0.2);
	--ck-color-shadow-inner: 									hsla(0, 0%, 0%, 0.1);

	/* -- Buttons ------------------------------------------------------------------------------- */

	--ck-color-button-default-background: 						transparent;
	--ck-color-button-default-hover-background: 				hsl(0, 0%, 94.1%);
	--ck-color-button-default-active-background: 				hsl(0, 0%, 94.1%);
	--ck-color-button-default-disabled-background: 				transparent;

	--ck-color-button-on-background: 							hsl(212, 100%, 97.1%);
	--ck-color-button-on-hover-background: 						hsl(211.7, 100%, 92.9%);
	--ck-color-button-on-active-background: 					hsl(211.7, 100%, 92.9%);
	--ck-color-button-on-disabled-background: 					hsl(211, 15%, 95%);
	--ck-color-button-on-color:									hsl(218.1, 100%, 58%);


	--ck-color-button-action-background: 						var(--ck-color-base-action);
	--ck-color-button-action-hover-background: 					hsl(104, 53.2%, 40.2%);
	--ck-color-button-action-active-background: 				hsl(104, 53.2%, 40.2%);
	--ck-color-button-action-disabled-background: 				hsl(104, 44%, 58%);
	--ck-color-button-action-text: 								var(--ck-color-base-background);

	--ck-color-button-save: 									hsl(120, 100%, 27%);
	--ck-color-button-cancel: 									hsl(15, 100%, 43%);

	--ck-color-switch-button-off-background:					hsl(0, 0%, 57.6%);
	--ck-color-switch-button-off-hover-background:				hsl(0, 0%, 49%);
	--ck-color-switch-button-on-background:						var(--ck-color-button-action-background);
	--ck-color-switch-button-on-hover-background:				hsl(104, 53.2%, 40.2%);
	--ck-color-switch-button-inner-background:					var(--ck-color-base-background);
	--ck-color-switch-button-inner-shadow:						hsla(0, 0%, 0%, 0.1);

	/* -- Dropdown ------------------------------------------------------------------------------ */

	--ck-color-dropdown-panel-background: 						var(--ck-color-base-background);
	--ck-color-dropdown-panel-border: 							var(--ck-color-base-border);

	/* -- Dialog -------------------------------------------------------------------------------- */

	--ck-color-dialog-background: 								var(--ck-custom-background);
	--ck-color-dialog-form-header-border: 						var(--ck-custom-border);

	/* -- Input --------------------------------------------------------------------------------- */

	--ck-color-input-background: 								var(--ck-color-base-background);
	--ck-color-input-border: 									var(--ck-color-base-border);
	--ck-color-input-error-border:								var(--ck-color-base-error);
	--ck-color-input-text: 										var(--ck-color-base-text);
	--ck-color-input-disabled-background: 						hsl(0, 0%, 95%);
	--ck-color-input-disabled-border: 							var(--ck-color-base-border);
	--ck-color-input-disabled-text: 							hsl(0, 0%, 46%);

	/* -- List ---------------------------------------------------------------------------------- */

	--ck-color-list-background: 								var(--ck-color-base-background);
	--ck-color-list-button-hover-background: 					var(--ck-color-button-default-hover-background);
	--ck-color-list-button-on-background: 						var(--ck-color-button-on-color);
	--ck-color-list-button-on-background-focus: 				var(--ck-color-button-on-color);
	--ck-color-list-button-on-text:								var(--ck-color-base-background);

	/* -- Panel --------------------------------------------------------------------------------- */

	--ck-color-panel-background: 								var(--ck-color-base-background);
	--ck-color-panel-border: 									var(--ck-color-base-border);

	/* -- Toolbar ------------------------------------------------------------------------------- */

	--ck-color-toolbar-background: 								var(--ck-color-base-background);
	--ck-color-toolbar-border: 									var(--ck-color-base-border);

	/* -- Tooltip ------------------------------------------------------------------------------- */

	--ck-color-tooltip-background: 								var(--ck-color-base-text);
	--ck-color-tooltip-text: 									var(--ck-color-base-background);

	/* -- Engine -------------------------------------------------------------------------------- */

	--ck-color-engine-placeholder-text: 						hsl(0, 0%, 44%);

	/* -- Upload -------------------------------------------------------------------------------- */

	--ck-color-upload-bar-background:		 					hsl(209, 92%, 70%);

	/* -- Link -------------------------------------------------------------------------------- */

	--ck-color-link-default:									hsl(240, 100%, 47%);
	--ck-color-link-selected-background:						hsla(201, 100%, 56%, 0.1);
	--ck-color-link-fake-selection:								hsla(201, 100%, 56%, 0.3);

	/* -- Search result highlight ---------------------------------------------------------------- */

	--ck-color-highlight-background:							hsl(60, 100%, 50%);

	/* -- Generic colors ------------------------------------------------------------------------- */

	--ck-color-light-red:										hsl(0, 100%, 90%);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	/**
	 * An opacity value of disabled UI item.
	 */
	--ck-disabled-opacity: .5;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	/**
	 * The geometry of the of focused element's outer shadow.
	 */
	--ck-focus-outer-shadow-geometry: 0 0 0 3px;

	/**
	 * A visual style of focused element's outer shadow.
	 */
	--ck-focus-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);

	/**
	 * A visual style of focused element's outer shadow (when disabled).
	 */
	--ck-focus-disabled-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);

	/**
	 * A visual style of focused element's outer shadow (when has errors).
	 */
	--ck-focus-error-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);

	/**
	 * A visual style of focused element's border or outline.
	 */
	--ck-focus-ring: 1px solid var(--ck-color-focus-border);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-font-size-base: 13px;
	--ck-line-height-base: 1.84615;
	--ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;

	--ck-font-size-tiny: 0.7em;
	--ck-font-size-small: 0.75em;
	--ck-font-size-normal: 1em;
	--ck-font-size-big: 1.4em;
	--ck-font-size-large: 1.8em;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	/* This is super-important. This is **manually** adjusted so a button without an icon
	is never smaller than a button with icon, additionally making sure that text-less buttons
	are perfect squares. The value is also shared by other components which should stay "in-line"
	with buttons. */
	--ck-ui-component-min-height: 2.3em;
}
/**
 * Resets an element, ignoring its children.
 */
.ck.ck-reset,
.ck.ck-reset_all,
.ck-reset_all *:not(.ck-reset_all-excluded *) {
	box-sizing: border-box;
	width: auto;
	height: auto;
	position: static;

	/* Do not include inheritable rules here. */
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-decoration: none;
	vertical-align: middle;
	transition: none;

	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/105 */
	word-wrap: break-word;
}
/**
 * Resets an element AND its children.
 */
.ck.ck-reset_all,
.ck-reset_all *:not(.ck-reset_all-excluded *) {
	/* These are rule inherited by all children elements. */
	border-collapse: collapse;
	font: normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);
	color: var(--ck-color-text);
	text-align: left;
	white-space: nowrap;
	cursor: auto;
	float: none;
}
.ck-reset_all .ck-rtl *:not(.ck-reset_all-excluded *) {
		text-align: right;
	}
.ck-reset_all iframe:not(.ck-reset_all-excluded *) {
		/* For IE */
		vertical-align: inherit;
	}
.ck-reset_all textarea:not(.ck-reset_all-excluded *) {
		white-space: pre-wrap;
	}
.ck-reset_all textarea:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="text"]:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="password"]:not(.ck-reset_all-excluded *) {
		cursor: text;
	}
.ck-reset_all textarea[disabled]:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="text"][disabled]:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="password"][disabled]:not(.ck-reset_all-excluded *) {
		cursor: default;
	}
.ck-reset_all fieldset:not(.ck-reset_all-excluded *) {
		padding: 10px;
		border: 2px groove hsl(255, 7%, 88%);
	}
.ck-reset_all button:not(.ck-reset_all-excluded *)::-moz-focus-inner {
		/* See http://stackoverflow.com/questions/5517744/remove-extra-button-spacing-padding-in-firefox */
		padding: 0;
		border: 0
	}
/**
 * Default UI rules for RTL languages.
 */
.ck[dir="rtl"],
.ck[dir="rtl"] .ck {
	text-align: right;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Default border-radius value.
 */
:root{
	--ck-border-radius: 2px;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	/**
	 * A visual style of element's inner shadow (i.e. input).
	 */
	--ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset;

	/**
	 * A visual style of element's drop shadow (i.e. panel).
	 */
	--ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop);

	/**
	 * A visual style of element's active shadow (i.e. comment or suggestion).
	 */
	--ck-drop-shadow-active: 0 3px 6px 1px var(--ck-color-shadow-drop-active);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-spacing-unit: 						0.6em;
	--ck-spacing-large: 					calc(var(--ck-spacing-unit) * 1.5);
	--ck-spacing-standard: 					var(--ck-spacing-unit);
	--ck-spacing-medium: 					calc(var(--ck-spacing-unit) * 0.8);
	--ck-spacing-small: 					calc(var(--ck-spacing-unit) * 0.5);
	--ck-spacing-tiny: 						calc(var(--ck-spacing-unit) * 0.3);
	--ck-spacing-extra-tiny: 				calc(var(--ck-spacing-unit) * 0.16);
}

/* Components */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
.ck.ck-autocomplete > .ck-search__results {
		border-radius: 0;
	}
.ck-rounded-corners .ck.ck-autocomplete > .ck-search__results, .ck.ck-autocomplete > .ck-search__results.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-autocomplete > .ck-search__results {
		box-shadow: var(--ck-drop-shadow), 0 0;

		max-height: 200px;
		overflow-y: auto;
		background: var(--ck-color-base-background);
		border: 1px solid var(--ck-color-dropdown-panel-border);
		min-width: auto;
	}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_n {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;

			/* Prevent duplicated borders between the input and the results pane. */
			margin-bottom: -1px;
		}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_s {
			border-top-left-radius: 0;
			border-top-right-radius: 0;

			/* Prevent duplicated borders between the input and the results pane. */
			margin-top: -1px;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-button,
a.ck.ck-button {
	background: var(--ck-color-button-default-background);
	border-radius: 0;

	white-space: nowrap;
	cursor: default;
	vertical-align: middle;
	padding: var(--ck-spacing-tiny);
	text-align: center;

	/* A very important piece of styling. Go to variable declaration to learn more. */
	min-width: var(--ck-ui-component-min-height);
	min-height: var(--ck-ui-component-min-height);

	/* Normalize the height of the line. Removing this will break consistent height
	among text and text-less buttons (with icons). */
	line-height: 1;

	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;

	/* Avoid flickering when the foucs border shows up. */
	border: 1px solid transparent;

	/* Apply some smooth transition to the box-shadow and border. */
	transition: box-shadow .2s ease-in-out, border .2s ease-in-out;

	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/189 */
	-webkit-appearance: none;
}
.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
			background: var(--ck-color-button-default-hover-background);
		}
.ck.ck-button:not(.ck-disabled):active, a.ck.ck-button:not(.ck-disabled):active {
			background: var(--ck-color-button-default-active-background);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button.ck-disabled, a.ck.ck-button.ck-disabled {
		background: var(--ck-color-button-default-disabled-background);
	}
.ck-rounded-corners .ck.ck-button,
.ck-rounded-corners a.ck.ck-button,
.ck.ck-button.ck-rounded-corners,
a.ck.ck-button.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
}
@media (prefers-reduced-motion: reduce) {
.ck.ck-button,
a.ck.ck-button {
		transition: none;
}
	}
.ck.ck-button:active,
	a.ck.ck-button:active,
	.ck.ck-button:focus,
	a.ck.ck-button:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-focus-outer-shadow), 0 0;
	}
/* Allow icon coloring using the text "color" property. */
.ck.ck-button .ck-button__icon use,
		a.ck.ck-button .ck-button__icon use,
		.ck.ck-button .ck-button__icon use *,
		a.ck.ck-button .ck-button__icon use * {
			color: inherit;
		}
.ck.ck-button .ck-button__label, a.ck.ck-button .ck-button__label {
		/* Enable font size inheritance, which allows fluid UI scaling. */
		font-size: inherit;
		font-weight: inherit;
		color: inherit;
		cursor: inherit;

		/* Must be consistent with .ck-icon's vertical align. Otherwise, buttons with and
		without labels (but with icons) have different sizes in Chrome */
		vertical-align: middle;
	}
[dir="ltr"] .ck.ck-button .ck-button__label, [dir="ltr"] a.ck.ck-button .ck-button__label {
			text-align: left;
	}
[dir="rtl"] .ck.ck-button .ck-button__label, [dir="rtl"] a.ck.ck-button .ck-button__label {
			text-align: right;
	}
.ck.ck-button .ck-button__keystroke, a.ck.ck-button .ck-button__keystroke {
		color: inherit;
	}
[dir="ltr"] .ck.ck-button .ck-button__keystroke, [dir="ltr"] a.ck.ck-button .ck-button__keystroke {
			margin-left: var(--ck-spacing-large);
	}
[dir="rtl"] .ck.ck-button .ck-button__keystroke, [dir="rtl"] a.ck.ck-button .ck-button__keystroke {
			margin-right: var(--ck-spacing-large);
	}
.ck.ck-button .ck-button__keystroke, a.ck.ck-button .ck-button__keystroke {

		opacity: .5;
	}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/70 */
.ck.ck-button.ck-disabled:active,
		a.ck.ck-button.ck-disabled:active,
		.ck.ck-button.ck-disabled:focus,
		a.ck.ck-button.ck-disabled:focus {
			/* The disabled button should have a slightly less visible shadow when focused. */
			box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
		}
.ck.ck-button.ck-disabled .ck-button__icon, a.ck.ck-button.ck-disabled .ck-button__icon {
			opacity: var(--ck-disabled-opacity);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button.ck-disabled .ck-button__label, a.ck.ck-button.ck-disabled .ck-button__label {
			opacity: var(--ck-disabled-opacity);
		}
.ck.ck-button.ck-disabled .ck-button__keystroke, a.ck.ck-button.ck-disabled .ck-button__keystroke {
			opacity: .3;
		}
.ck.ck-button.ck-button_with-text, a.ck.ck-button.ck-button_with-text {
		padding: var(--ck-spacing-tiny) var(--ck-spacing-standard);

		/* stylelint-disable-next-line no-descending-specificity */
	}
[dir="ltr"] .ck.ck-button.ck-button_with-text .ck-button__icon, [dir="ltr"] a.ck.ck-button.ck-button_with-text .ck-button__icon {
				margin-left: calc(-1 * var(--ck-spacing-small));
				margin-right: var(--ck-spacing-small);
		}
[dir="rtl"] .ck.ck-button.ck-button_with-text .ck-button__icon, [dir="rtl"] a.ck.ck-button.ck-button_with-text .ck-button__icon {
				margin-right: calc(-1 * var(--ck-spacing-small));
				margin-left: var(--ck-spacing-small);
		}
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-button.ck-button_with-keystroke .ck-button__label, a.ck.ck-button.ck-button_with-keystroke .ck-button__label {
			flex-grow: 1;
		}
/* A style of the button which is currently on, e.g. its feature is active. */
.ck.ck-button.ck-on, a.ck.ck-button.ck-on {
		background: var(--ck-color-button-on-background);

		color: var(--ck-color-button-on-color);
	}
.ck.ck-button.ck-on:not(.ck-disabled):hover, a.ck.ck-button.ck-on:not(.ck-disabled):hover {
			background: var(--ck-color-button-on-hover-background);
		}
.ck.ck-button.ck-on:not(.ck-disabled):active, a.ck.ck-button.ck-on:not(.ck-disabled):active {
			background: var(--ck-color-button-on-active-background);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button.ck-on.ck-disabled, a.ck.ck-button.ck-on.ck-disabled {
		background: var(--ck-color-button-on-disabled-background);
	}
.ck.ck-button.ck-button-save, a.ck.ck-button.ck-button-save {
		color: var(--ck-color-button-save);
	}
.ck.ck-button.ck-button-cancel, a.ck.ck-button.ck-button-cancel {
		color: var(--ck-color-button-cancel);
	}
/* A style of the button which handles the primary action. */
.ck.ck-button-action,
a.ck.ck-button-action {
	background: var(--ck-color-button-action-background);

	color: var(--ck-color-button-action-text);
}
.ck.ck-button-action:not(.ck-disabled):hover, a.ck.ck-button-action:not(.ck-disabled):hover {
			background: var(--ck-color-button-action-hover-background);
		}
.ck.ck-button-action:not(.ck-disabled):active, a.ck.ck-button-action:not(.ck-disabled):active {
			background: var(--ck-color-button-action-active-background);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button-action.ck-disabled, a.ck.ck-button-action.ck-disabled {
		background: var(--ck-color-button-action-disabled-background);
	}
.ck.ck-button-bold,
a.ck.ck-button-bold {
	font-weight: bold;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/* Note: To avoid rendering issues (aliasing) but to preserve the responsive nature
of the component, floating–point numbers have been used which, for the default font size
(see: --ck-font-size-base), will generate simple integers. */
:root {
	/* 34px at 13px font-size */
	--ck-switch-button-toggle-width: 2.6153846154em;
	/* 14px at 13px font-size */
	--ck-switch-button-toggle-inner-size: calc(1.0769230769em + 1px);
	--ck-switch-button-translation: calc(
		var(--ck-switch-button-toggle-width) -
		var(--ck-switch-button-toggle-inner-size) -
		2px /* Border */
	);
	--ck-switch-button-inner-hover-shadow: 0 0 0 5px var(--ck-color-switch-button-inner-shadow);
}
/* Unlike a regular button, the switch button text color and background should never change.
	 * Changing toggle switch (background, outline) is enough to carry the information about the
	 * state of the entire component (https://github.com/ckeditor/ckeditor5/issues/12519)
	 */
.ck.ck-button.ck-switchbutton, .ck.ck-button.ck-switchbutton:hover, .ck.ck-button.ck-switchbutton:focus, .ck.ck-button.ck-switchbutton:active, .ck.ck-button.ck-switchbutton.ck-on:hover, .ck.ck-button.ck-switchbutton.ck-on:focus, .ck.ck-button.ck-switchbutton.ck-on:active {
		color: inherit;
		background: transparent;
	}
[dir="ltr"] .ck.ck-button.ck-switchbutton .ck-button__label {
			/* Separate the label from the switch */
			margin-right: calc(2 * var(--ck-spacing-large));
	}
[dir="rtl"] .ck.ck-button.ck-switchbutton .ck-button__label {
			/* Separate the label from the switch */
			margin-left: calc(2 * var(--ck-spacing-large));
	}
.ck.ck-button.ck-switchbutton .ck-button__toggle {
		border-radius: 0;
	}
.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle, .ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
[dir="ltr"] .ck.ck-button.ck-switchbutton .ck-button__toggle {
			/* Make sure the toggle is always to the right as far as possible. */
			margin-left: auto;
	}
[dir="rtl"] .ck.ck-button.ck-switchbutton .ck-button__toggle {
			/* Make sure the toggle is always to the left as far as possible. */
			margin-right: auto;
	}
.ck.ck-button.ck-switchbutton .ck-button__toggle {

		/* Apply some smooth transition to the box-shadow and border. */
		/* Gently animate the background color of the toggle switch */
		transition: background 400ms ease, box-shadow .2s ease-in-out, outline .2s ease-in-out;
		border: 1px solid transparent;
		width: var(--ck-switch-button-toggle-width);
		background: var(--ck-color-switch-button-off-background);
	}
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
			border-radius: 0;
		}
.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner, .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-radius: calc(.5 * var(--ck-border-radius));
		}
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {

			width: var(--ck-switch-button-toggle-inner-size);
			height: var(--ck-switch-button-toggle-inner-size);
			background: var(--ck-color-switch-button-inner-background);

			/* Gently animate the inner part of the toggle switch */
			transition: all 300ms ease;
		}
@media (prefers-reduced-motion: reduce) {
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
				transition: none;
		}
			}
.ck.ck-button.ck-switchbutton .ck-button__toggle:hover {
			background: var(--ck-color-switch-button-off-hover-background);
		}
.ck.ck-button.ck-switchbutton .ck-button__toggle:hover .ck-button__toggle__inner {
				box-shadow: var(--ck-switch-button-inner-hover-shadow);
			}
.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle {
		opacity: var(--ck-disabled-opacity);
	}
/* Overriding default .ck-button:focus styles + an outline around the toogle */
.ck.ck-button.ck-switchbutton:focus {
		border-color: transparent;
		outline: none;
		box-shadow: none;
	}
.ck.ck-button.ck-switchbutton:focus .ck-button__toggle {
			box-shadow: 0 0 0 1px var(--ck-color-base-background), 0 0 0 5px var(--ck-color-focus-outer-shadow);
			outline-offset: 1px;
			outline: var(--ck-focus-ring);
		}
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle {
			background: var(--ck-color-switch-button-on-background);
		}
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover {
				background: var(--ck-color-switch-button-on-hover-background);
			}
/*
				* Move the toggle switch to the right. It will be animated.
				*/
[dir="ltr"] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
					transform: translateX( var( --ck-switch-button-translation ) );
			}
[dir="rtl"] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
					transform: translateX( calc( -1 * var( --ck-switch-button-translation ) ) );
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-collapsible-arrow-size: calc(0.5 * var(--ck-icon-size));
}
.ck.ck-collapsible > .ck.ck-button {
		width: 100%;
		font-weight: bold;
		padding: var(--ck-list-button-padding);
		border-radius: 0;
		color: inherit;
	}
.ck.ck-collapsible > .ck.ck-button:focus {
			background: transparent;
		}
.ck.ck-collapsible > .ck.ck-button:active, .ck.ck-collapsible > .ck.ck-button:not(:focus), .ck.ck-collapsible > .ck.ck-button:hover:not(:focus) {
			background: transparent;
			border-color: transparent;
			box-shadow: none;
		}
.ck.ck-collapsible > .ck.ck-button > .ck-icon {
			margin-right: var(--ck-spacing-medium);
			width: var(--ck-collapsible-arrow-size);
		}
.ck.ck-collapsible > .ck-collapsible__children {
		padding: var(--ck-spacing-medium) var(--ck-spacing-large) var(--ck-spacing-large);
	}
.ck.ck-collapsible.ck-collapsible_collapsed > .ck.ck-button .ck-icon {
			transform: rotate(-90deg);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-color-grid-tile-size: 24px;

	/* Not using global colors here because these may change but some colors in a pallette
	 * require special treatment. For instance, this ensures no matter what the UI text color is,
	 * the check icon will look good on the black color tile. */
	--ck-color-color-grid-check-icon: hsl(212, 81%, 46%);
}
.ck.ck-color-grid {
	grid-gap: 5px;
	padding: 8px;
}
.ck.ck-color-grid__tile {
	transition: .2s ease box-shadow;
}
@media (forced-colors: none) {
		.ck.ck-color-grid__tile {
		width: var(--ck-color-grid-tile-size);
		height: var(--ck-color-grid-tile-size);
		min-width: var(--ck-color-grid-tile-size);
		min-height: var(--ck-color-grid-tile-size);
		padding: 0;
		border: 0;
		}

		.ck.ck-color-grid__tile.ck-on,
		.ck.ck-color-grid__tile:focus:not( .ck-disabled ),
		.ck.ck-color-grid__tile:hover:not( .ck-disabled ) {
			/* Disable the default .ck-button's border ring. */
			border: 0;
		}

		.ck.ck-color-grid__tile.ck-color-selector__color-tile_bordered {
			box-shadow: 0 0 0 1px var(--ck-color-base-border);
		}

		.ck.ck-color-grid__tile.ck-on {
			box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-base-text);
		}

		.ck.ck-color-grid__tile:focus:not( .ck-disabled ),
		.ck.ck-color-grid__tile:hover:not( .ck-disabled ) {
			box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
		}
	}
/*
	 * In high contrast mode, the colors are replaced with text labels.
	 * See https://github.com/ckeditor/ckeditor5/issues/14907.
	 */
@media (forced-colors: active) {
		.ck.ck-color-grid__tile {
		width: unset;
		height: unset;
		min-width: unset;
		min-height: unset;
		padding: 0 var(--ck-spacing-small);
		}

		.ck.ck-color-grid__tile .ck-button__label {
			display: inline-block;
		}
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-color-grid__tile {
		transition: none;
}
	}
.ck.ck-color-grid__tile.ck-disabled {
		cursor: unset;
		transition: unset;
	}
.ck.ck-color-grid__tile .ck.ck-icon {
		display: none;
		color: var(--ck-color-color-grid-check-icon);
	}
.ck.ck-color-grid__tile.ck-on .ck.ck-icon {
			display: block;
		}
.ck.ck-color-grid__label {
	padding: 0 var(--ck-spacing-standard);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/* View fragment with color grids. */
.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,
		.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
			width: 100%;
		}
.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
			padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker:not(:focus) {
				border-top: 1px solid var(--ck-color-base-border);
			}
[dir="ltr"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon {
					margin-right: var(--ck-spacing-standard);
			}
[dir="rtl"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon {
					margin-left: var(--ck-spacing-standard);
			}
.ck.ck-color-selector .ck-color-grids-fragment label.ck.ck-color-grid__label {
			font-weight: unset;
		}
/* View fragment with a color picker. */
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker {
			padding: 8px;
		}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker {
				height: 100px;
				min-width: 180px;
			}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation) {
					border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;
				}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue) {
					border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
				}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation-pointer),
				.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue-pointer) {
					width: 15px;
					height: 15px;
				}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar {
			padding: 0 8px 8px;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-dialog-overlay-background-color: hsla( 0, 0%, 0%, .5 );
	--ck-dialog-drop-shadow: 0px 0px 6px 2px hsl(0deg 0% 0% / 15%);
	--ck-dialog-max-width: 100vw;
	--ck-dialog-max-height: 90vh;
	--ck-color-dialog-background: var(--ck-color-base-background);
	--ck-color-dialog-form-header-border: var(--ck-color-base-border);
}
.ck.ck-dialog-overlay {
	animation: ck-dialog-fade-in .3s;
	background: var(--ck-dialog-overlay-background-color);
	z-index: var(--ck-z-dialog);
}
.ck.ck-dialog {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-dialog, .ck.ck-dialog.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
}
.ck.ck-dialog {
	box-shadow: var(--ck-drop-shadow), 0 0;

	--ck-drop-shadow: var(--ck-dialog-drop-shadow);

	background: var(--ck-color-dialog-background);
	max-height: var(--ck-dialog-max-height);
	max-width: var(--ck-dialog-max-width);
	border: 1px solid var(--ck-color-base-border);
}
.ck.ck-dialog .ck.ck-form__header {
		border-bottom: 1px solid var(--ck-color-dialog-form-header-border);
	}
@keyframes ck-dialog-fade-in {
	0% {
		background: hsla( 0, 0%, 0%, 0 );
	}

	100% {
		background: var(--ck-dialog-overlay-background-color);
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-dialog .ck.ck-dialog__actions {
		padding: var(--ck-spacing-large);
	}
.ck.ck-dialog .ck.ck-dialog__actions > * + * {
			margin-left: var(--ck-spacing-large);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-dropdown-arrow-size: calc(0.5 * var(--ck-icon-size));
}
.ck.ck-dropdown {
	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;
}
.ck.ck-dropdown .ck-dropdown__arrow {
		width: var(--ck-dropdown-arrow-size);
	}
[dir="ltr"] .ck.ck-dropdown .ck-dropdown__arrow {
			right: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-dropdown .ck-dropdown__arrow {
			left: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-right: var(--ck-spacing-small);
		}
.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow {
		opacity: var(--ck-disabled-opacity);
	}
[dir="ltr"] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
				/* Make sure dropdowns with just an icon have the right inner spacing */
				padding-left: var(--ck-spacing-small);
			}
[dir="rtl"] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
				/* Make sure dropdowns with just an icon have the right inner spacing */
				padding-right: var(--ck-spacing-small);
			}
/* #23 */
.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label {
			width: 7em;
			overflow: hidden;
			text-overflow: ellipsis;
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/70 */
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label {
			opacity: var(--ck-disabled-opacity);
		}
/* https://github.com/ckeditor/ckeditor5/issues/816 */
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label {
			width: auto;
		}
/* https://github.com/ckeditor/ckeditor5/issues/8699 */
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,
		.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active {
			box-shadow: none;
		}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus, .ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus {
				box-shadow: var(--ck-focus-outer-shadow), 0 0;
			}
.ck.ck-dropdown__panel {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-dropdown__panel, .ck.ck-dropdown__panel.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
}
.ck.ck-dropdown__panel {
	box-shadow: var(--ck-drop-shadow), 0 0;

	background: var(--ck-color-dropdown-panel-background);
	border: 1px solid var(--ck-color-dropdown-panel-border);
	bottom: 0;

	/* Make sure the panel is at least as wide as the drop-down's button. */
	min-width: 100%;

	/* Disabled corner border radius to be consistent with the .dropdown__button
	https://github.com/ckeditor/ckeditor5/issues/816 */
}
.ck.ck-dropdown__panel.ck-dropdown__panel_se {
		border-top-left-radius: 0;
	}
.ck.ck-dropdown__panel.ck-dropdown__panel_sw {
		border-top-right-radius: 0;
	}
.ck.ck-dropdown__panel.ck-dropdown__panel_ne {
		border-bottom-left-radius: 0;
	}
.ck.ck-dropdown__panel.ck-dropdown__panel_nw {
		border-bottom-right-radius: 0;
	}
.ck.ck-dropdown__panel:focus {
		outline: none;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list {
	/* Disabled radius of top-left border to be consistent with .dropdown__button
	https://github.com/ckeditor/ckeditor5/issues/816 */
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list, .ck.ck-dropdown > .ck-dropdown__panel > .ck-list.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		border-top-left-radius: 0;
}
/* Make sure the button belonging to the first/last child of the list goes well with the
	border radius of the entire panel. */
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:first-child > .ck-button {
			border-radius: 0;
		}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:first-child > .ck-button, .ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:first-child > .ck-button.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
		}
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:last-child > .ck-button {
			border-radius: 0;
		}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:last-child > .ck-button, .ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:last-child > .ck-button.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-top-left-radius: 0;
				border-top-right-radius: 0;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-color-split-button-hover-background: hsl(0, 0%, 92%);
	--ck-color-split-button-hover-border: hsl(0, 0%, 70%);
}
/*
	 * Note: ck-rounded and ck-dir mixins don't go together (because they both use @nest).
	 */
[dir="ltr"] .ck.ck-splitbutton:hover > .ck-splitbutton__action,
	[dir="ltr"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action {
			/* Don't round the action button on the right side */
			border-top-right-radius: unset;
			border-bottom-right-radius: unset;
	}
[dir="rtl"] .ck.ck-splitbutton:hover > .ck-splitbutton__action,
	[dir="rtl"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action {
			/* Don't round the action button on the left side */
			border-top-left-radius: unset;
			border-bottom-left-radius: unset;
	}
.ck.ck-splitbutton > .ck-splitbutton__arrow {
		/* It's a text-less button and since the icon is positioned absolutely in such situation,
		it must get some arbitrary min-width. */
		min-width: unset;
	}
[dir="ltr"] .ck.ck-splitbutton > .ck-splitbutton__arrow {
			/* Don't round the arrow button on the left side */
			border-top-left-radius: unset;
			border-bottom-left-radius: unset;
	}
[dir="rtl"] .ck.ck-splitbutton > .ck-splitbutton__arrow {
			/* Don't round the arrow button on the right side */
			border-top-right-radius: unset;
			border-bottom-right-radius: unset;
	}
.ck.ck-splitbutton > .ck-splitbutton__arrow svg {
			width: var(--ck-dropdown-arrow-size);
		}
/* Make sure the divider stretches 100% height of the button
	https://github.com/ckeditor/ckeditor5/issues/10936 */
.ck.ck-splitbutton > .ck-splitbutton__arrow:not(:focus) {
		border-top-width: 0px;
		border-bottom-width: 0px;
	}
/* When the split button is "open" (the arrow is on) or being hovered, it should get some styling
	as a whole. The background of both buttons should stand out and there should be a visual
	separation between both buttons. */
/* When the split button hovered as a whole, not as individual buttons. */
.ck.ck-splitbutton.ck-splitbutton_open > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover), .ck.ck-splitbutton:hover > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover) {
			background: var(--ck-color-split-button-hover-background);
		}
/* Splitbutton separator needs to be set with the ::after pseudoselector
		to display properly the borders on focus */
.ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after {
			content: '';
			position: absolute;
			width: 1px;
			height: 100%;
			background-color: var(--ck-color-split-button-hover-border);
		}
/* Make sure the divider between the buttons looks fine when the button is focused */
.ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:focus::after, .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:focus::after {
			--ck-color-split-button-hover-border: var(--ck-color-focus-border);
		}
[dir="ltr"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, [dir="ltr"] .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after {
				left: -1px;
			}
[dir="rtl"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, [dir="rtl"] .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after {
				right: -1px;
			}
/* Don't round the bottom left and right corners of the buttons when "open"
	https://github.com/ckeditor/ckeditor5/issues/816 */
.ck.ck-splitbutton.ck-splitbutton_open {
		border-radius: 0;
	}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners > .ck-splitbutton__action {
				border-bottom-left-radius: 0;
			}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners > .ck-splitbutton__arrow {
				border-bottom-right-radius: 0;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-toolbar-dropdown .ck-toolbar {
	border: 0;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-accessibility-help-dialog-max-width: 600px;
	--ck-accessibility-help-dialog-max-height: 400px;
	--ck-accessibility-help-dialog-border-color: hsl(220, 6%, 81%);
	--ck-accessibility-help-dialog-code-background-color: hsl(0deg 0% 92.94%);
	--ck-accessibility-help-dialog-kbd-shadow-color: hsl(0deg 0% 61%);
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content {
	padding: var(--ck-spacing-large);
	max-width: var(--ck-accessibility-help-dialog-max-width);
	max-height: var(--ck-accessibility-help-dialog-max-height);
	overflow: auto;
	user-select: text;

	border: 1px solid transparent;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-focus-outer-shadow), 0 0;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content * {
		white-space: normal;
	}
/* Hide the main label of the content container. */
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content .ck-label {
		display: none;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3 {
		font-weight: bold;
		font-size: 1.2em;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4 {
		font-weight: bold;
		font-size: 1em;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content p,
	.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3,
	.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4,
	.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content table {
		margin: 1em 0;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl {
		display: grid;
		grid-template-columns: 2fr 1fr;
		border-top: 1px solid var(--ck-accessibility-help-dialog-border-color);
		border-bottom: none;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt, .ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd {
			border-bottom: 1px solid var(--ck-accessibility-help-dialog-border-color);
			padding: .4em 0;
		}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt {
			grid-column-start: 1;
		}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd {
			grid-column-start: 2;
			text-align: right;
		}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd, .ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code {
		display: inline-block;
		background: var(--ck-accessibility-help-dialog-code-background-color);
		padding: .4em;
		vertical-align: middle;
		line-height: 1;
		border-radius: 2px;
		text-align: center;
		font-size: .9em;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code {
		font-family: monospace;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd {
		min-width: 1.8em;
		box-shadow: 0px 1px 1px var(--ck-accessibility-help-dialog-kbd-shadow-color);
		margin: 0 1px;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd + kbd {
			margin-left: 2px;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
:root {
	--ck-color-editable-blur-selection: hsl(0, 0%, 85%);
}
.ck.ck-editor__editable:not(.ck-editor__nested-editable) {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable), .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
		border-radius: var(--ck-border-radius);
}
.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-inner-shadow), 0 0;
	}
.ck.ck-editor__editable_inline {
	overflow: auto;
	padding: 0 var(--ck-spacing-standard);
	border: 1px solid transparent;
}
.ck.ck-editor__editable_inline[dir="ltr"] {
		text-align: left;
	}
.ck.ck-editor__editable_inline[dir="rtl"] {
		text-align: right;
	}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/116 */
.ck.ck-editor__editable_inline > *:first-child {
		margin-top: var(--ck-spacing-large);
	}
/* https://github.com/ckeditor/ckeditor5/issues/847 */
.ck.ck-editor__editable_inline > *:last-child {
		/*
		 * This value should match with the default margins of the block elements (like .media or .image)
		 * to avoid a content jumping when the fake selection container shows up (See https://github.com/ckeditor/ckeditor5/issues/9825).
		 */
		margin-bottom: var(--ck-spacing-large);
	}
/* https://github.com/ckeditor/ckeditor5/issues/6517 */
.ck.ck-editor__editable_inline.ck-blurred ::selection {
		background: var(--ck-color-editable-blur-selection);
	}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/111 */
.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_n"]::after {
		border-bottom-color: var(--ck-color-panel-background);
	}
.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_s"]::after {
		border-top-color: var(--ck-color-panel-background);
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-form-header-height: 44px;
}
.ck.ck-form__header {
	padding: var(--ck-spacing-small) var(--ck-spacing-large);
	height: var(--ck-form-header-height);
	line-height: var(--ck-form-header-height);
	border-bottom: 1px solid var(--ck-color-base-border);
}
[dir="ltr"] .ck.ck-form__header > .ck-icon {
			margin-right: var(--ck-spacing-medium);
	}
[dir="rtl"] .ck.ck-form__header > .ck-icon {
			margin-left: var(--ck-spacing-medium);
	}
.ck.ck-form__header .ck-form__header__label {
		--ck-font-size-base: 15px;
		font-weight: bold;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-icon-size: calc(var(--ck-line-height-base) * var(--ck-font-size-normal));
}
.ck.ck-icon {
	width: var(--ck-icon-size);
	height: var(--ck-icon-size);

	/* Multiplied by the height of the line in "px" should give SVG "viewport" dimensions */
	font-size: .8333350694em;

	/* Inherit cursor style (#5). */
	cursor: inherit;

	/* This will prevent blurry icons on Firefox. See #340. */
	will-change: transform;
}
.ck.ck-icon * {
		/* Inherit cursor style (#5). */
		cursor: inherit;
	}
/* Allows dynamic coloring of an icon by inheriting its color from the parent. */
.ck.ck-icon.ck-icon_inherit-color {
		color: inherit;
	}
.ck.ck-icon.ck-icon_inherit-color * {
			color: inherit;
		}
.ck.ck-icon.ck-icon_inherit-color *:not([fill]) {
				/* Needed by FF. */
				fill: currentColor;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-input-width: 18em;

	/* Backward compatibility. */
	--ck-input-text-width: var(--ck-input-width);
}
.ck.ck-input {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-input, .ck.ck-input.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
}
.ck.ck-input {

	background: var(--ck-color-input-background);
	border: 1px solid var(--ck-color-input-border);
	padding: var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);
	min-width: var(--ck-input-width);

	/* This is important to stay of the same height as surrounding buttons */
	min-height: var(--ck-ui-component-min-height);

	/* Apply some smooth transition to the box-shadow and border. */
	transition: box-shadow .1s ease-in-out, border .1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.ck.ck-input {
		transition: none;
}
	}
.ck.ck-input:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-focus-outer-shadow), 0 0;
	}
.ck.ck-input[readonly] {
		border: 1px solid var(--ck-color-input-disabled-border);
		background: var(--ck-color-input-disabled-background);
		color: var(--ck-color-input-disabled-text);
	}
.ck.ck-input[readonly]:focus {
			/* The read-only input should have a slightly less visible shadow when focused. */
			box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
		}
.ck.ck-input.ck-error {
		border-color: var(--ck-color-input-error-border);
		animation: ck-input-shake .3s ease both;
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-input.ck-error {
			animation: none;
	}
		}
.ck.ck-input.ck-error:focus {
			box-shadow: var(--ck-focus-error-outer-shadow), 0 0;
		}
@keyframes ck-input-shake {
	20% {
		transform: translateX(-2px);
	}

	40% {
		transform: translateX(2px);
	}

	60% {
		transform: translateX(-1px);
	}

	80% {
		transform: translateX(1px);
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-label {
	font-weight: bold;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-labeled-field-view-transition: .1s cubic-bezier(0, 0, 0.24, 0.95);
	--ck-labeled-field-empty-unfocused-max-width: 100% - 2 * var(--ck-spacing-medium);
	--ck-labeled-field-label-default-position-x: var(--ck-spacing-medium);
	--ck-labeled-field-label-default-position-y: calc(0.6 * var(--ck-font-size-base));
	--ck-color-labeled-field-label-background: var(--ck-color-base-background);
}
.ck.ck-labeled-field-view {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-labeled-field-view, .ck.ck-labeled-field-view.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
}
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
		width: 100%;
	}
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			top: 0px;
		}
[dir="ltr"] .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
				left: 0px;
				transform-origin: 0 0;
				/* By default, display the label scaled down above the field. */
				transform: translate(var(--ck-spacing-medium), -6px) scale(.75);
		}
[dir="rtl"] .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
				right: 0px;
				transform-origin: 100% 0;
				transform: translate(calc(-1 * var(--ck-spacing-medium)), -6px) scale(.75);
		}
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {

			pointer-events: none;

			background: var(--ck-color-labeled-field-label-background);
			padding: 0 calc(.5 * var(--ck-font-size-tiny));
			line-height: initial;
			font-weight: normal;

			/* Prevent overflow when the label is longer than the input */
			text-overflow: ellipsis;
			overflow: hidden;

			max-width: 100%;

			transition:
				transform var(--ck-labeled-field-view-transition),
				padding var(--ck-labeled-field-view-transition),
				background var(--ck-labeled-field-view-transition);
		}
@media (prefers-reduced-motion: reduce) {
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
				transition: none;
		}
			}
.ck.ck-labeled-field-view.ck-error > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			color: var(--ck-color-base-error);
		}
.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly]) + .ck.ck-label {
			color: var(--ck-color-base-error);
		}
.ck.ck-labeled-field-view .ck-labeled-field-view__status {
		font-size: var(--ck-font-size-small);
		margin-top: var(--ck-spacing-small);

		/* Let the info wrap to the next line to avoid stretching the layout horizontally.
		The status could be very long. */
		white-space: normal;
	}
.ck.ck-labeled-field-view .ck-labeled-field-view__status.ck-labeled-field-view__status_error {
			color: var(--ck-color-base-error);
		}
/* Disabled fields and fields that have no focus should fade out. */
.ck.ck-labeled-field-view.ck-disabled > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
	.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
		color: var(--ck-color-input-disabled-text);
	}
/* Fields that are disabled or not focused and without a placeholder should have full-sized labels. */
/* stylelint-disable-next-line no-descending-specificity */
[dir="ltr"] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
	[dir="ltr"] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			transform: translate(var(--ck-labeled-field-label-default-position-x), var(--ck-labeled-field-label-default-position-y)) scale(1);
	}
[dir="rtl"] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
	[dir="rtl"] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			transform: translate(calc(-1 * var(--ck-labeled-field-label-default-position-x)), var(--ck-labeled-field-label-default-position-y)) scale(1);
	}
.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
	.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {

		/* Compensate for the default translate position. */
		max-width: calc(var(--ck-labeled-field-empty-unfocused-max-width));

		background: transparent;
		padding: 0;
	}
/*------ DropdownView integration ----------------------------------------------------------------------------------- */
/* Make sure dropdown' background color in any of dropdown's state does not collide with labeled field. */
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown > .ck.ck-button {
		background: transparent;
	}
/* When the dropdown is "empty", the labeled field label replaces its label. */
.ck.ck-labeled-field-view.ck-labeled-field-view_empty > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown > .ck-button > .ck-button__label {
		opacity: 0;
	}
/* Make sure the label of the empty, unfocused input does not cover the dropdown arrow. */
.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown + .ck-label {
		max-width: calc(var(--ck-labeled-field-empty-unfocused-max-width) - var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard));
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-labeled-input .ck-labeled-input__status {
	font-size: var(--ck-font-size-small);
	margin-top: var(--ck-spacing-small);

	/* Let the info wrap to the next line to avoid stretching the layout horizontally.
	The status could be very long. */
	white-space: normal;
}
.ck.ck-labeled-input .ck-labeled-input__status_error {
	color: var(--ck-color-base-error);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-list-button-padding:
		calc(.11 * var(--ck-line-height-base) * var(--ck-font-size-base))
		calc(.4 * var(--ck-line-height-base) * var(--ck-font-size-base));
}
.ck.ck-list {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-list, .ck.ck-list.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
}
.ck.ck-list {

	list-style-type: none;
	background: var(--ck-color-list-background);
}
.ck.ck-list__item {
	cursor: default;
	min-width: 12em;
}
.ck.ck-list__item > .ck-button {
		min-height: unset;
		width: 100%;
		border-radius: 0;
	}
[dir="ltr"] .ck.ck-list__item > .ck-button {
			text-align: left;
	}
[dir="rtl"] .ck.ck-list__item > .ck-button {
			text-align: right;
	}
.ck.ck-list__item > .ck-button {

		/* List items should have the same height. Use absolute units to make sure it is so
		   because e.g. different heading styles may have different height
		   https://github.com/ckeditor/ckeditor5-heading/issues/63 */
		padding: var(--ck-list-button-padding);
	}
.ck.ck-list__item > .ck-button:active {
			box-shadow: none;
		}
.ck.ck-list__item > .ck-button.ck-on {
			background: var(--ck-color-list-button-on-background);
			color: var(--ck-color-list-button-on-text);
		}
.ck.ck-list__item > .ck-button.ck-on:active {
				box-shadow: none;
			}
.ck.ck-list__item > .ck-button.ck-on:hover:not(.ck-disabled) {
				background: var(--ck-color-list-button-on-background-focus);
			}
.ck.ck-list__item > .ck-button.ck-on:focus:not(.ck-switchbutton):not(.ck-disabled) {
				border-color: var(--ck-color-base-background);
			}
.ck.ck-list__item > .ck-button:hover:not(.ck-disabled) {
			background: var(--ck-color-list-button-hover-background);
		}
/* It's unnecessary to change the background/text of a switch toggle; it has different ways
	of conveying its state (like the switcher) */
.ck.ck-list__item > .ck-switchbutton.ck-on {
			background: var(--ck-color-list-background);
			color: inherit;
		}
.ck.ck-list__item > .ck-switchbutton.ck-on:hover:not(.ck-disabled) {
				background: var(--ck-color-list-button-hover-background);
				color: inherit;
			}
.ck-list .ck-list__group {
	padding-top: var(--ck-spacing-medium);

	/* The group should have a border when it's not the first item. */
}
*:not(.ck-hidden) ~ .ck-list .ck-list__group {
		border-top: 1px solid var(--ck-color-base-border);
	}
.ck-list .ck-list__group > .ck-label {
		font-size: 11px;
		font-weight: bold;
		padding: var(--ck-spacing-medium) var(--ck-spacing-medium) 0 var(--ck-spacing-medium);
	}
.ck.ck-list__separator {
	height: 1px;
	width: 100%;
	background: var(--ck-color-base-border);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-menu-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background: var(--ck-color-base-background);
	padding: var(--ck-spacing-small);
	gap: var(--ck-spacing-small);
	border: 1px solid var(--ck-color-toolbar-border);
	width: 100%;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-menu-bar__menu {
	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;
}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level {
		max-width: 100%;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
	 * All menu buttons.
	 */
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button {
		padding: var(--ck-list-button-padding);
		width: 100%;
	}
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button > .ck-button__label {
			flex-grow: 1;
			overflow: hidden;
			text-overflow: ellipsis;
		}
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button.ck-disabled > .ck-button__label {
			opacity: var(--ck-disabled-opacity);
		}
[dir="ltr"] .ck.ck-menu-bar__menu > .ck-menu-bar__menu__button:not(.ck-button_with-text) {
				padding-left: var(--ck-spacing-small);
			}
[dir="rtl"] .ck.ck-menu-bar__menu > .ck-menu-bar__menu__button:not(.ck-button_with-text) {
				padding-right: var(--ck-spacing-small);
			}
/*
	 * Top-level menu buttons only.
	 */
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button {
		padding: var(--ck-spacing-small) var(--ck-spacing-medium);
		min-height: unset;
	}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button .ck-button__label {
			width: unset;
			line-height: unset;
		}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button.ck-on {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button .ck-icon {
			display: none;
		}
/*
	 * Sub-menu buttons.
	 */
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button {
		border-radius: 0;
	}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button:focus {
			border-color: transparent;
			box-shadow: none;
		}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button:focus:not(.ck-on) {
				background: var(--ck-color-button-default-hover-background);
			}
/* Spacing in buttons that miss the icon. */
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button:not(:has(.ck-button__icon)) > .ck-button__label {
			margin-left: calc(var(--ck-icon-size) - var(--ck-spacing-small));
		}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
			width: var(--ck-dropdown-arrow-size);
		}
[dir="ltr"] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
				transform: rotate(-90deg);
		}
[dir="rtl"] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
				transform: rotate(90deg);
		}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button.ck-disabled > .ck-menu-bar__menu__button__arrow {
			opacity: var(--ck-disabled-opacity);
		}
[dir="ltr"] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
				right: var(--ck-spacing-standard);

				/* A space to accommodate the triangle. */
				margin-left: var(--ck-spacing-standard);
			}
[dir="rtl"] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
				left: var(--ck-spacing-standard);

				/* A space to accommodate the triangle. */
				margin-right: var(--ck-spacing-small);
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-menu-bar-menu-item-min-width: 18em;
}
.ck.ck-menu-bar__menu .ck.ck-menu-bar__menu__item {
	min-width: var(--ck-menu-bar-menu-item-min-width);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
	 * List item buttons.
	 */
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button {
		border-radius: 0;
	}
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container,
		.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container .ck-spinner {
			/* These styles correspond to .ck-icon so that the spinner seamlessly replaces the icon. */
			--ck-toolbar-spinner-size: 20px;
		}
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container {
			/* These margins are the same as for .ck-icon. */
			margin-left: calc(-1 * var(--ck-spacing-small));
			margin-right: var(--ck-spacing-small);
		}
/*
		 * Hovered items automatically get focused. Default focus styles look odd
		 * while moving across a huge list of items so let's get rid of them
		 */
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button:focus {
			border-color: transparent;
			box-shadow: none;
		}
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button:focus:not(.ck-on) {
				background: var(--ck-color-button-default-hover-background);
			}
/*
	 * First-level sub-menu item buttons.
	 */
/* Spacing in buttons that miss the icon. */
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__panel > ul > .ck-menu-bar__menu__item > .ck-menu-bar__menu__item__button:not(:has(.ck-button__icon)) > .ck-button__label {
			margin-left: calc(var(--ck-icon-size) - var(--ck-spacing-small));
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-menu-bar-menu-panel-max-width: 75vw;
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel, .ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
	box-shadow: var(--ck-drop-shadow), 0 0;

	background: var(--ck-color-dropdown-panel-background);
	border: 1px solid var(--ck-color-dropdown-panel-border);
	bottom: 0;
	height: fit-content;
	max-width: var(--ck-menu-bar-menu-panel-max-width);

	/* Corner border radius consistent with the button. */
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se {
		border-top-left-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
		border-top-right-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne {
		border-bottom-left-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw {
		border-bottom-right-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel:focus {
		outline: none;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-balloon-border-width: 1px;
	--ck-balloon-arrow-offset: 2px;
	--ck-balloon-arrow-height: 10px;
	--ck-balloon-arrow-half-width: 8px;
	--ck-balloon-arrow-drop-shadow: 0 2px 2px var(--ck-color-shadow-drop);
}
.ck.ck-balloon-panel {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
}
.ck.ck-balloon-panel {
	box-shadow: var(--ck-drop-shadow), 0 0;

	min-height: 15px;

	background: var(--ck-color-panel-background);
	border: var(--ck-balloon-border-width) solid var(--ck-color-panel-border);
}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::before,
		.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::after {
			width: 0;
			height: 0;
			border-style: solid;
		}
.ck.ck-balloon-panel[class*="arrow_n"]::before,
		.ck.ck-balloon-panel[class*="arrow_n"]::after {
			border-width: 0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width);
		}
.ck.ck-balloon-panel[class*="arrow_n"]::before {
			border-color: transparent transparent var(--ck-color-panel-border) transparent;
			margin-top: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_n"]::after {
			border-color: transparent transparent var(--ck-color-panel-background) transparent;
			margin-top: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_s"]::before,
		.ck.ck-balloon-panel[class*="arrow_s"]::after {
			border-width: var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width);
		}
.ck.ck-balloon-panel[class*="arrow_s"]::before {
			border-color: var(--ck-color-panel-border) transparent transparent;
			filter: drop-shadow(var(--ck-balloon-arrow-drop-shadow));
			margin-bottom: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_s"]::after {
			border-color: var(--ck-color-panel-background) transparent transparent transparent;
			margin-bottom: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_e"]::before,
		.ck.ck-balloon-panel[class*="arrow_e"]::after {
			border-width: var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height);
		}
.ck.ck-balloon-panel[class*="arrow_e"]::before {
			border-color: transparent transparent transparent var(--ck-color-panel-border);
			margin-right: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_e"]::after {
			border-color: transparent transparent transparent var(--ck-color-panel-background);
			margin-right: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_w"]::before,
		.ck.ck-balloon-panel[class*="arrow_w"]::after {
			border-width: var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0;
		}
.ck.ck-balloon-panel[class*="arrow_w"]::before {
			border-color: transparent var(--ck-color-panel-border) transparent transparent;
			margin-left: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_w"]::after {
			border-color: transparent var(--ck-color-panel-background) transparent transparent;
			margin-left: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_n::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_n::after {
			left: 50%;
			margin-left: calc(-1 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw::after {
			left: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne::after {
			right: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_s::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_s::after {
			left: 50%;
			margin-left: calc(-1 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw::after {
			left: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_se::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_se::after {
			right: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme::after {
			right: 25%;
			margin-right: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw::after {
			left: 25%;
			margin-left: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme::after {
			right: 25%;
			margin-right: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw::after {
			left: 25%;
			margin-left: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_e::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_e::after {
			right: calc(-1 * var(--ck-balloon-arrow-height));
			margin-top: calc(-1 * var(--ck-balloon-arrow-half-width));
			top: 50%;
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_w::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_w::after {
			left: calc(-1 * var(--ck-balloon-arrow-height));
			margin-top: calc(-1 * var(--ck-balloon-arrow-half-width));
			top: 50%;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck .ck-balloon-rotator__navigation {
	background: var(--ck-color-toolbar-background);
	border-bottom: 1px solid var(--ck-color-toolbar-border);
	padding: 0 var(--ck-spacing-small);

	/* Let's keep similar appearance to `ck-toolbar`. */
}
.ck .ck-balloon-rotator__navigation > * {
		margin-right: var(--ck-spacing-small);
		margin-top: var(--ck-spacing-small);
		margin-bottom: var(--ck-spacing-small);
	}
/* Gives counter more breath than buttons. */
.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter {
		margin-right: var(--ck-spacing-standard);

		/* We need to use smaller margin because of previous button's right margin. */
		margin-left: var(--ck-spacing-small);
	}
/* Disable default annotation shadow inside rotator with fake panels. */
.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper {
		box-shadow: none;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-balloon-fake-panel-offset-horizontal: 6px;
	--ck-balloon-fake-panel-offset-vertical: 6px;
}
/* Let's use `.ck-balloon-panel` appearance. See: balloonpanel.css. */
.ck .ck-fake-panel div {
	box-shadow: var(--ck-drop-shadow), 0 0;

	min-height: 15px;

	background: var(--ck-color-panel-background);
	border: 1px solid var(--ck-color-panel-border);
	border-radius: var(--ck-border-radius);

	width: 100%;
	height: 100%;
}
.ck .ck-fake-panel div:nth-child( 1 ) {
	margin-left: var(--ck-balloon-fake-panel-offset-horizontal);
	margin-top: var(--ck-balloon-fake-panel-offset-vertical);
}
.ck .ck-fake-panel div:nth-child( 2 ) {
	margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 2);
	margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 2);
}
.ck .ck-fake-panel div:nth-child( 3 ) {
	margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 3);
	margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 3);
}
/* If balloon is positioned above element, we need to move fake panel to the top. */
.ck .ck-balloon-panel_arrow_s + .ck-fake-panel,
.ck .ck-balloon-panel_arrow_se + .ck-fake-panel,
.ck .ck-balloon-panel_arrow_sw + .ck-fake-panel {
	--ck-balloon-fake-panel-offset-vertical: -6px;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
		box-shadow: var(--ck-drop-shadow), 0 0;

		border-width: 0 1px 1px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck-vertical-form > .ck-button:nth-last-child(2)::after {
	border-right: 1px solid var(--ck-color-base-border);
}
.ck.ck-responsive-form {
	padding: var(--ck-spacing-large);
}
.ck.ck-responsive-form:focus {
		/* See: https://github.com/ckeditor/ckeditor5/issues/4773 */
		outline: none;
	}
[dir="ltr"] .ck.ck-responsive-form > :not(:first-child) {
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-responsive-form > :not(:last-child) {
			margin-left: var(--ck-spacing-standard);
		}
@media screen and (max-width: 600px) {
.ck.ck-responsive-form {
		padding: 0;
		width: calc(.8 * var(--ck-input-width));
}

		.ck.ck-responsive-form .ck-labeled-field-view {
			margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
		}

			.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text,
			.ck.ck-responsive-form .ck-labeled-field-view .ck-input-number {
				min-width: 0;
				width: 100%;
			}

			/* Let the long error messages wrap in the narrow form. */
			.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error {
				white-space: normal;
			}

		/* Styles for two last buttons in the form (save&cancel, edit&unlink, etc.). */
			.ck.ck-responsive-form > .ck-button:nth-last-child(2)::after {
				border-right: 1px solid var(--ck-color-base-border);
			}

		.ck.ck-responsive-form > .ck-button:nth-last-child(1),
		.ck.ck-responsive-form > .ck-button:nth-last-child(2) {
			padding: var(--ck-spacing-standard);
			margin-top: var(--ck-spacing-large);
			border-radius: 0;
		}

			.ck.ck-responsive-form > .ck-button:nth-last-child(1):not(:focus), .ck.ck-responsive-form > .ck-button:nth-last-child(2):not(:focus) {
				border-top: 1px solid var(--ck-color-base-border);
			}

		[dir="ltr"] .ck.ck-responsive-form > .ck-button:nth-last-child(1),
		[dir="ltr"] .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
				margin-left: 0;
		}

		[dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(1),
		[dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
				margin-left: 0;
		}

				[dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(1):last-of-type, [dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(2):last-of-type {
					border-right: 1px solid var(--ck-color-base-border);
				}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-search-field-view-horizontal-spacing: calc(var(--ck-icon-size) + var(--ck-spacing-medium));
}
.ck.ck-search > .ck-labeled-field-view .ck-input {
			width: 100%;
		}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon {
			--ck-labeled-field-label-default-position-x: var(--ck-search-field-view-horizontal-spacing);
		}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon > .ck-labeled-field-view__input-wrapper > .ck-icon {
				opacity: .5;
				pointer-events: none;
			}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input {
				width: 100%;
			}
[dir="ltr"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input {
					padding-left: var(--ck-search-field-view-horizontal-spacing);
			}
[dir="rtl"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input:not(.ck-input-text_empty) {
						padding-left: var(--ck-search-field-view-horizontal-spacing);
					}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset {
			--ck-labeled-field-empty-unfocused-max-width: 100% - 2 * var(--ck-search-field-view-horizontal-spacing);
		}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset.ck-labeled-field-view_empty {
				--ck-labeled-field-empty-unfocused-max-width: 100% - var(--ck-search-field-view-horizontal-spacing) - var(--ck-spacing-medium);
			}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset {
				min-width: auto;
				min-height: auto;

				background: none;
				opacity: .5;
				padding: 0;
			}
[dir="ltr"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset {
					right: var(--ck-spacing-medium);
			}
[dir="rtl"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset {
					left: var(--ck-spacing-medium);
			}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset:hover {
					opacity: 1;
				}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input {
				width: 100%;
			}
[dir="ltr"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input:not(.ck-input-text_empty) {
						padding-right: var(--ck-search-field-view-horizontal-spacing);
					}
[dir="rtl"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input {
					padding-right: var(--ck-search-field-view-horizontal-spacing);
			}
.ck.ck-search > .ck-search__results {
		min-width: 100%;
	}
.ck.ck-search > .ck-search__results > .ck-search__info {
			width: 100%;
			padding: var(--ck-spacing-medium) var(--ck-spacing-large);
		}
.ck.ck-search > .ck-search__results > .ck-search__info * {
				white-space: normal;
			}
.ck.ck-search > .ck-search__results > .ck-search__info > span:first-child {
				font-weight: bold;
			}
.ck.ck-search > .ck-search__results > .ck-search__info > span:last-child {
				margin-top: var(--ck-spacing-medium);
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-toolbar-spinner-size: 18px;
}
.ck.ck-spinner-container {
	width: var(--ck-toolbar-spinner-size);
	height: var(--ck-toolbar-spinner-size);
	animation: 1.5s infinite ck-spinner-rotate linear;
}
@media (prefers-reduced-motion: reduce) {
.ck.ck-spinner-container {
		animation-duration: 3s;
}
	}
.ck.ck-spinner {
	width: var(--ck-toolbar-spinner-size);
	height: var(--ck-toolbar-spinner-size);
	border-radius: 50%;
	border: 2px solid var(--ck-color-text);
	border-top-color: transparent;
}
@keyframes ck-spinner-rotate {
	to {
		transform: rotate(360deg)
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * This fixes a problem in Firefox when the initial height of the complement does not match the number of rows.
 * This bug is especially visible when rows=1.
 */
.ck-textarea {
	overflow-x: hidden
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-color-block-toolbar-button: var(--ck-color-text);
	--ck-block-toolbar-button-size: var(--ck-font-size-normal);
}
.ck.ck-block-toolbar-button {
	color: var(--ck-color-block-toolbar-button);
	font-size: var(--ck-block-toolbar-size);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-toolbar {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-toolbar, .ck.ck-toolbar.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
}
.ck.ck-toolbar {

	background: var(--ck-color-toolbar-background);
	padding: 0 var(--ck-spacing-small);
	border: 1px solid var(--ck-color-toolbar-border);
}
.ck.ck-toolbar .ck.ck-toolbar__separator {
		height: var(--ck-icon-size);
		width: 1px;
		min-width: 1px;
		background: var(--ck-color-toolbar-border);

		/*
		 * These margins make the separators look better in balloon toolbars (when aligned with the "tip").
		 * See https://github.com/ckeditor/ckeditor5/issues/7493.
		 */
		margin-top: var(--ck-spacing-small);
		margin-bottom: var(--ck-spacing-small);
	}
.ck.ck-toolbar .ck-toolbar__line-break {
		height: 0;
	}
.ck.ck-toolbar > .ck-toolbar__items > *:not(.ck-toolbar__line-break) {
			/* (#11) Separate toolbar items. */
			margin-right: var(--ck-spacing-small);
		}
/* Don't display a separator after an empty items container, for instance,
		when all items were grouped */
.ck.ck-toolbar > .ck-toolbar__items:empty + .ck.ck-toolbar__separator {
			display: none;
		}
.ck.ck-toolbar > .ck-toolbar__items > *:not(.ck-toolbar__line-break),
	.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown {
		/* Make sure items wrapped to the next line have v-spacing */
		margin-top: var(--ck-spacing-small);
		margin-bottom: var(--ck-spacing-small);
	}
.ck.ck-toolbar.ck-toolbar_vertical {
		/* Items in a vertical toolbar span the entire width. */
		padding: 0;

		/* Specificity matters here. See https://github.com/ckeditor/ckeditor5-theme-lark/issues/168. */
	}
.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items > .ck {
			/* Items in a vertical toolbar should span the horizontal space. */
			width: 100%;

			/* Items in a vertical toolbar should have no margin. */
			margin: 0;

			/* Items in a vertical toolbar span the entire width so rounded corners are pointless. */
			border-radius: 0;
		}
.ck.ck-toolbar.ck-toolbar_compact {
		/* No spacing around items. */
		padding: 0;
	}
.ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > * {
			/* Compact toolbar items have no spacing between them. */
			margin: 0;

			/* "Middle" children should have no rounded corners. */
		}
.ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > *:not(:first-child):not(:last-child) {
				border-radius: 0;
			}
/*
		 * Dropdown button has asymmetric padding to fit the arrow.
		 * This button has no arrow so let's revert that padding back to normal.
		 */
.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown > .ck.ck-button.ck-dropdown__button {
			padding-left: var(--ck-spacing-tiny);
		}
/* A drop-down containing the nested toolbar with configured items. */
/* Prevent empty space in the panel when the dropdown label is visible and long but the toolbar has few items. */
.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown > .ck-dropdown__panel {
			min-width: auto;
		}
.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown > .ck-button > .ck-button__label {
			max-width: 7em;
			width: auto;
		}
.ck.ck-toolbar:focus {
		outline: none;
	}
.ck-toolbar-container .ck.ck-toolbar {
		border: 0;
}
/* stylelint-disable */
/*
 * Styles for RTL toolbars.
 *
 * Note: In some cases (e.g. a decoupled editor), the toolbar has its own "dir"
 * because its parent is not controlled by the editor framework.
 */
[dir="rtl"] .ck.ck-toolbar > .ck-toolbar__items > .ck, .ck.ck-toolbar[dir="rtl"] > .ck-toolbar__items > .ck {
		margin-right: 0;
	}
[dir="rtl"] .ck.ck-toolbar:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck, .ck.ck-toolbar[dir="rtl"]:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck {
		/* (#11) Separate toolbar items. */
		margin-left: var(--ck-spacing-small);
	}
[dir="rtl"] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar[dir="rtl"] > .ck-toolbar__items > .ck:last-child {
		margin-left: 0;
	}
/* No rounded corners on the right side of the first child. */
[dir="rtl"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:first-child, .ck.ck-toolbar.ck-toolbar_compact[dir="rtl"] > .ck-toolbar__items > .ck:first-child {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
/* No rounded corners on the left side of the last child. */
[dir="rtl"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar.ck-toolbar_compact[dir="rtl"] > .ck-toolbar__items > .ck:last-child {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
/* Separate the the separator form the grouping dropdown when some items are grouped. */
[dir="rtl"] .ck.ck-toolbar > .ck.ck-toolbar__separator, .ck.ck-toolbar[dir="rtl"] > .ck.ck-toolbar__separator {
		margin-left: var(--ck-spacing-small);
	}
/* Some spacing between the items and the separator before the grouped items dropdown. */
[dir="rtl"] .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items:not(:empty):not(:only-child), .ck.ck-toolbar.ck-toolbar_grouping[dir="rtl"] > .ck-toolbar__items:not(:empty):not(:only-child) {
		margin-left: var(--ck-spacing-small);
	}
/*
 * Styles for LTR toolbars.
 *
 * Note: In some cases (e.g. a decoupled editor), the toolbar has its own "dir"
 * because its parent is not controlled by the editor framework.
 */
[dir="ltr"] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar[dir="ltr"] > .ck-toolbar__items > .ck:last-child {
		margin-right: 0;
	}
/* No rounded corners on the right side of the first child. */
[dir="ltr"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:first-child, .ck.ck-toolbar.ck-toolbar_compact[dir="ltr"] > .ck-toolbar__items > .ck:first-child {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
/* No rounded corners on the left side of the last child. */
[dir="ltr"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar.ck-toolbar_compact[dir="ltr"] > .ck-toolbar__items > .ck:last-child {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
/* Separate the the separator form the grouping dropdown when some items are grouped. */
[dir="ltr"] .ck.ck-toolbar > .ck.ck-toolbar__separator, .ck.ck-toolbar[dir="ltr"] > .ck.ck-toolbar__separator {
		margin-right: var(--ck-spacing-small);
	}
/* Some spacing between the items and the separator before the grouped items dropdown. */
[dir="ltr"] .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items:not(:empty):not(:only-child), .ck.ck-toolbar.ck-toolbar_grouping[dir="ltr"] > .ck-toolbar__items:not(:empty):not(:only-child) {
		margin-right: var(--ck-spacing-small);
	}
/* stylelint-enable */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
.ck.ck-balloon-panel.ck-tooltip {
	--ck-balloon-border-width: 0px;
	--ck-balloon-arrow-offset: 0px;
	--ck-balloon-arrow-half-width: 4px;
	--ck-balloon-arrow-height: 4px;
	--ck-tooltip-text-padding: 4px;
	--ck-color-panel-background: var(--ck-color-tooltip-background);

	padding: 0 var(--ck-spacing-medium);

	/* Reset balloon panel styles */
	box-shadow: none;
}
.ck.ck-balloon-panel.ck-tooltip .ck-tooltip__text {
		font-size: .9em;
		line-height: 1.5;
		color: var(--ck-color-tooltip-text);
	}
.ck.ck-balloon-panel.ck-tooltip.ck-tooltip_multi-line .ck-tooltip__text {
		white-space: break-spaces;
		display: inline-block;
		padding: var(--ck-tooltip-text-padding) 0;
		max-width: 200px;
	}
/* Hide the default shadow of the .ck-balloon-panel tip */
.ck.ck-balloon-panel.ck-tooltip::before {
		display: none;
	}

/* Editor */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
			border-radius: 0;
		}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content, .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
		}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {

			border: 1px solid var(--ck-color-base-border);
			border-bottom-width: 0;
		}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
				border-bottom-width: 1px;
			}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar {
				border: 0;
				border-bottom: 1px solid var(--ck-color-base-border);
			}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar {
				border: 0;
			}
/* Note: Use ck-editor__main to make sure these styles don't apply to other editor types */
.ck.ck-editor__main > .ck-editor__editable {
	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/113 */
	background: var(--ck-color-base-background);

	border-radius: 0;
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
		border-color: var(--ck-color-base-border);
	}

/* Plugins */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-clipboard-drop-target-dot-width: 12px;
	--ck-clipboard-drop-target-dot-height: 8px;
	--ck-clipboard-drop-target-color: var(--ck-color-focus-border);
}
/*
	 * Vertical drop target (in text).
	 */
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
			bottom: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
			top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
			border: 1px solid var(--ck-clipboard-drop-target-color);
			background: var(--ck-clipboard-drop-target-color);
			margin-left: -1px;

			/* The triangle above the marker */
		}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span::after {
				content: '';
				width: 0;
				height: 0;

				display: block;
				position: absolute;
				left: 50%;
				top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));

				transform: translateX(-50%);
				border-color: var(--ck-clipboard-drop-target-color) transparent transparent transparent;
				border-width: calc(var(--ck-clipboard-drop-target-dot-height)) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width));
				border-style: solid;
			}
/*
	 * Styles of the widget that it a drop target.
	 */
.ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range {
		outline: var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color) !important;
	}
/*
	 * Styles of the widget being dragged (its preview).
	 */
.ck.ck-editor__editable .ck-widget:-webkit-drag {
		zoom: 0.6;
		outline: none !important;
	}
.ck.ck-clipboard-drop-target-line {
	height: 0;
	border: 1px solid var(--ck-clipboard-drop-target-color);
	background: var(--ck-clipboard-drop-target-color);
	margin-top: -1px;
}
.ck.ck-clipboard-drop-target-line::before {
		content: '';
		position: absolute;
		top: calc(-.5 * var(--ck-clipboard-drop-target-dot-width));
		width: 0;
		height: 0;
		border-style: solid;
	}
[dir="ltr"] .ck.ck-clipboard-drop-target-line::before {
			left: -1px;

			border-width: calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height);
			border-color: transparent transparent transparent var(--ck-clipboard-drop-target-color);
	}
[dir="rtl"] .ck.ck-clipboard-drop-target-line::before {
			right: -1px;

			border-width:calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0;
			border-color: transparent var(--ck-clipboard-drop-target-color) transparent transparent;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-color-code-block-label-background: hsl(0, 0%, 46%);
}
.ck.ck-editor__editable pre[data-language]::after {
	top: -1px;
	right: 10px;
	background: var(--ck-color-code-block-label-background);

	font-size: 10px;
	font-family: var(--ck-font-face);
	line-height: 16px;
	padding: var(--ck-spacing-tiny) var(--ck-spacing-medium);
	color: hsl(0, 0%, 100%);
	white-space: nowrap;
}
.ck.ck-code-block-dropdown .ck-dropdown__panel {
	/* There could be dozens of languages available. Use scroll to prevent a 10e6px dropdown. */
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/* See ckeditor/ckeditor5#936. */
@media (forced-colors: active) {
		.ck.ck-placeholder, .ck .ck-placeholder {
		/*
		 * This is needed for Edge on Windows to use the right color for the placeholder content (::before).
		 * See https://github.com/ckeditor/ckeditor5/issues/14907.
		 */
		forced-color-adjust: preserve-parent-color;
		}
	}
.ck.ck-placeholder::before, .ck .ck-placeholder::before {
		cursor: text;
	}
@media (forced-colors: none) {
		.ck.ck-placeholder::before, .ck .ck-placeholder::before {
			color: var(--ck-color-engine-placeholder-text);
		}
	}
@media (forced-colors: active) {
		.ck.ck-placeholder::before, .ck .ck-placeholder::before {
			/*
			 * In the high contrast mode there is no telling between regular and placeholder text. Using
			 * italic text to address that issue. See https://github.com/ckeditor/ckeditor5/issues/14907.
			 */
			font-style: italic;

			/*
			 * Without this margin, the caret will not show up and blink when the user puts the selection
			 * in the placeholder (Edge on Windows). See https://github.com/ckeditor/ckeditor5/issues/14907.
			 */
			margin-left: 1px;
		}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-find-and-replace-form {
	width: 400px;

	/*
	 * The <form> needs tabindex="-1" for proper Esc handling after being clicked
	 * but the side effect is that this creates a nasty focus outline in some browsers.
	 */
}
.ck.ck-find-and-replace-form:focus {
		outline: none;
	}
/* Generic styles for the form inputs and actions. */
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs,
	.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
		flex: 1 1 auto;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		align-content: stretch;

		padding: var(--ck-spacing-large);
		margin: 0;

	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button {
			flex: 0 0 auto;
		}
[dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > * + *, [dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > * + * {
				margin-left: var(--ck-spacing-standard);
			}
[dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > * + *, [dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > * + * {
				margin-right: var(--ck-spacing-standard);
			}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-labeled-field-view, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions .ck-labeled-field-view {
			flex: 1 1 auto;
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-labeled-field-view .ck-input, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions .ck-labeled-field-view .ck-input {
				width: 100%;
				min-width: 50px;
			}
/* Styles specific for inputs area. */
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs {
		/* To display all controls in line when there's an error under the input */
		align-items: flex-start;
	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button-prev > .ck-icon {
			transform: rotate(90deg);
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button-next > .ck-icon {
			transform: rotate(-90deg);
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {
			top: 50%;
			transform: translateY(-50%);
		}
[dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {
				right: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {
				left: var(--ck-spacing-standard);
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {

			color: var(--ck-color-base-border);
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-labeled-field-replace {
			flex: 0 0 100%;
			padding-top: var(--ck-spacing-standard);
		}
[dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-labeled-field-replace {
				margin-left: 0;
		}
[dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-labeled-field-replace {
				margin-right: 0;
		}
/* Styles specific for actions area. */
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: calc( -1 * var(--ck-spacing-large) );
	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button-find {
			font-weight: bold;

			/* Beef the find button up a little. It's the main action button in the form */
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button-find .ck-button__label {
				padding-left: var(--ck-spacing-large);
				padding-right: var(--ck-spacing-large);
			}
.ck.ck-find-and-replace-form .ck-switchbutton {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
@media screen and (max-width: 600px) {
	.ck.ck-find-and-replace-form {
		width: 300px;

		/* Don't let the form overflow from the dialog (https://github.com/cksource/ckeditor5-commercial/issues/5913) */
		max-width: 100%;

		/* Styles specific for inputs area. */
	}
		.ck.ck-find-and-replace-form.ck-find-and-replace-form__input {
			flex-wrap: wrap;
		}

			.ck.ck-find-and-replace-form.ck-find-and-replace-form__input .ck-labeled-field-view {
				flex: 1 0 auto;
				width: 100%;
				margin-bottom: var(--ck-spacing-standard);
			}

			.ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button {
				text-align: center;
			}

				.ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type {
					flex: 1 1 auto;
				}

				[dir="ltr"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type {
						margin-left: 0;
				}

				[dir="rtl"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type {
						margin-right: 0;
				}

					.ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type .ck-button__label {
						width: 100%;
						text-align: center;
					}

		/* Styles specific for actions area. */
		.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) {
			flex-wrap: wrap;
			flex: 1 1 auto;
		}

			.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button {
				text-align: center;
			}

				.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button:first-of-type {
					flex: 1 1 auto;
				}

				[dir="ltr"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button:first-of-type {
						margin-left: 0;
				}

				[dir="rtl"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button:first-of-type {
						margin-right: 0;
				}

				.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button .ck-button__label {
					width: 100%;
					text-align: center;
				}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/* Resize dropdown's button label. */
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
		width: 8em;
	}
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
		min-width: 18em;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Note: This file should contain the wireframe styles only. But since there are no such styles,
 * it acts as a message to the builder telling that it should look for the corresponding styles
 * **in the theme** when compiling the editor.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-html-embed-content-width: calc(100% - 1.5 * var(--ck-icon-size));
	--ck-html-embed-source-height: 10em;
	--ck-html-embed-unfocused-outline-width: 1px;
	--ck-html-embed-content-min-height: calc(var(--ck-icon-size) + var(--ck-spacing-standard));

	--ck-html-embed-source-disabled-background: var(--ck-color-base-foreground);
	--ck-html-embed-source-disabled-color: hsl(0deg 0% 45%);
}
/* The feature container. */
.ck-widget.raw-html-embed {
	font-size: var(--ck-font-size-base);
	background-color: var(--ck-color-base-foreground);
}
.ck-widget.raw-html-embed:not(.ck-widget_selected):not(:hover) {
		outline: var(--ck-html-embed-unfocused-outline-width) dashed var(--ck-color-widget-blurred-border);
	}
/* HTML embed widget itself should respect UI language direction */
.ck-widget.raw-html-embed[dir="ltr"] {
		text-align: left;
	}
.ck-widget.raw-html-embed[dir="rtl"] {
		text-align: right;
	}
/* ----- Embed label in the upper left corner ----------------------------------------------- */
.ck-widget.raw-html-embed::before {
		content: attr(data-html-embed-label);
		top: calc(-1 * var(--ck-html-embed-unfocused-outline-width));
		left: var(--ck-spacing-standard);
		background: hsl(0deg 0% 60%);
		transition: background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
		padding: calc(var(--ck-spacing-tiny) + var(--ck-html-embed-unfocused-outline-width)) var(--ck-spacing-small) var(--ck-spacing-tiny);
		border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
		color: var(--ck-color-base-background);
		font-size: var(--ck-font-size-tiny);
		font-family: var(--ck-font-face);
	}
.ck-widget.raw-html-embed[dir="rtl"]::before {
		left: auto;
		right: var(--ck-spacing-standard);
	}
/* Make space for label but it only collides in LTR languages */
.ck-widget.raw-html-embed[dir="ltr"] .ck-widget__type-around .ck-widget__type-around__button.ck-widget__type-around__button_before {
		margin-left: 50px;
	}
.ck.ck-editor__editable.ck-blurred .ck-widget.raw-html-embed.ck-widget_selected::before {
		top: 0px;
		padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
}
.ck.ck-editor__editable:not(.ck-blurred) .ck-widget.raw-html-embed.ck-widget_selected::before {
		top: 0;
		padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
		background: var(--ck-color-focus-border);
}
.ck.ck-editor__editable .ck-widget.raw-html-embed:not(.ck-widget_selected):hover::before {
		top: 0px;
		padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
}
/* ----- Emebed internals --------------------------------------------------------------------- */
.ck-widget.raw-html-embed .raw-html-embed__content-wrapper {
		padding: var(--ck-spacing-standard);
	}
/* The switch mode button wrapper. */
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper {
		top: var(--ck-spacing-standard);
		right: var(--ck-spacing-standard);
	}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button.raw-html-embed__save-button {
			color: var(--ck-color-button-save);
		}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button.raw-html-embed__cancel-button {
			color: var(--ck-color-button-cancel);
		}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button:not(:first-child) {
			margin-top: var(--ck-spacing-small);
		}
.ck-widget.raw-html-embed[dir="rtl"] .raw-html-embed__buttons-wrapper {
		left: var(--ck-spacing-standard);
		right: auto;
	}
/* The edit source element. */
.ck-widget.raw-html-embed .raw-html-embed__source {
		box-sizing: border-box;
		height: var(--ck-html-embed-source-height);
		width: var(--ck-html-embed-content-width);
		resize: none;
		min-width: 0;
		padding: var(--ck-spacing-standard);

		font-family: monospace;
		tab-size: 4;
		white-space: pre-wrap;
		font-size: var(--ck-font-size-base); /* Safari needs this. */

		/* HTML code is direction–agnostic. */
		text-align: left;
		direction: ltr;
	}
.ck-widget.raw-html-embed .raw-html-embed__source[disabled] {
			background: var(--ck-html-embed-source-disabled-background);
			color: var(--ck-html-embed-source-disabled-color);

			/* Safari needs this for the proper text color in disabled input (https://github.com/ckeditor/ckeditor5/issues/8320). */
			-webkit-text-fill-color: var(--ck-html-embed-source-disabled-color);
			opacity: 1;
		}
/* The preview data container. */
.ck-widget.raw-html-embed .raw-html-embed__preview {
		min-height: var(--ck-html-embed-content-min-height);
		width: var(--ck-html-embed-content-width);

		/* Disable all mouse interaction as long as the editor is not read–only. */
	}
.ck-editor__editable:not(.ck-read-only) .ck-widget.raw-html-embed .raw-html-embed__preview {
			pointer-events: none;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-content {
		box-sizing: border-box;
		background-color: var(--ck-color-base-foreground);
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-content > * {
			margin-left: auto;
			margin-right: auto;
		}
.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder {
		color: var(--ck-html-embed-source-disabled-color)
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-image-insert-insert-by-url-width: 250px;
}
.ck.ck-image-insert-url {
	--ck-input-width: 100%;
}
.ck.ck-image-insert-url .ck-image-insert-url__action-row {
		grid-column-gap: var(--ck-spacing-large);
		margin-top: var(--ck-spacing-large);
	}
.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-save,
		.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-cancel {
			justify-content: center;
			min-width: auto;
		}
.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button .ck-button__label {
			color: var(--ck-color-text);
		}
.ck.ck-image-insert-form > .ck.ck-button {
		display: block;
		width: 100%;
		padding: var(--ck-list-button-padding);
	}
[dir="ltr"] .ck.ck-image-insert-form > .ck.ck-button {
			text-align: left;
	}
[dir="rtl"] .ck.ck-image-insert-form > .ck.ck-button {
			text-align: right;
	}
.ck.ck-image-insert-form > .ck.ck-collapsible {

		min-width: var(--ck-image-insert-insert-by-url-width);
	}
.ck.ck-image-insert-form > .ck.ck-collapsible:not(:first-child) {
			border-top: 1px solid var(--ck-color-base-border);
		}
.ck.ck-image-insert-form > .ck.ck-collapsible:not(:last-child) {
			border-bottom: 1px solid var(--ck-color-base-border);
		}
/* This is the case when there are no other integrations configured than insert by URL */
.ck.ck-image-insert-form > .ck.ck-image-insert-url {
		min-width: var(--ck-image-insert-insert-by-url-width);
		padding: var(--ck-spacing-large);
	}
.ck.ck-image-insert-form:focus {
		outline: none;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-color-image-upload-icon: hsl(0, 0%, 100%);
	--ck-color-image-upload-icon-background: hsl(120, 100%, 27%);

	/* Match the icon size with the linked image indicator brought by the link image feature. */
	--ck-image-upload-icon-size: 20;
	--ck-image-upload-icon-width: 2px;
	--ck-image-upload-icon-is-visible: clamp(0px, 100% - 50px, 1px);
}
.ck-image-upload-complete-icon {
	opacity: 0;
	background: var(--ck-color-image-upload-icon-background);
	animation-name: ck-upload-complete-icon-show, ck-upload-complete-icon-hide;
	animation-fill-mode: forwards, forwards;
	animation-duration: 500ms, 500ms;

	/* To make animation scalable. */
	font-size: calc(1px * var(--ck-image-upload-icon-size));

	/* Hide completed upload icon after 3 seconds. */
	animation-delay: 0ms, 3000ms;

	/*
	 * Use CSS math to simulate container queries.
	 * https://css-tricks.com/the-raven-technique-one-step-closer-to-container-queries/#what-about-showing-and-hiding-things
	 */
	overflow: hidden;
	width: calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size));
	height: calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size));

	/* This is check icon element made from border-width mixed with animations. */
}
.ck-image-upload-complete-icon::after {
		/* Because of border transformation we need to "hard code" left position. */
		left: 25%;

		top: 50%;
		opacity: 0;
		height: 0;
		width: 0;

		transform: scaleX(-1) rotate(135deg);
		transform-origin: left top;
		border-top: var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);
		border-right: var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);

		animation-name: ck-upload-complete-icon-check;
		animation-duration: 500ms;
		animation-delay: 500ms;
		animation-fill-mode: forwards;

		/* #1095. While reset is not providing proper box-sizing for pseudoelements, we need to handle it. */
		box-sizing: border-box;
	}
@media (prefers-reduced-motion: reduce) {
.ck-image-upload-complete-icon {
		animation-duration: 0ms;
}

		.ck-image-upload-complete-icon::after {
			animation: none;
			opacity: 1;
			width: 0.3em;
			height: 0.45em;
		}
	}
@keyframes ck-upload-complete-icon-show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes ck-upload-complete-icon-hide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
@keyframes ck-upload-complete-icon-check {
	0% {
		opacity: 1;
		width: 0;
		height: 0;
	}
	33% {
		width: 0.3em;
		height: 0;
	}
	100% {
		opacity: 1;
		width: 0.3em;
		height: 0.45em;
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-color-upload-placeholder-loader: hsl(0, 0%, 70%);
	--ck-upload-placeholder-loader-size: 32px;
	--ck-upload-placeholder-image-aspect-ratio: 2.8;
}
.ck .ck-image-upload-placeholder {
	/* We need to control the full width of the SVG gray background. */
	width: 100%;
	margin: 0;
}
.ck .ck-image-upload-placeholder.image-inline {
		width: calc( 2 * var(--ck-upload-placeholder-loader-size) * var(--ck-upload-placeholder-image-aspect-ratio) );
	}
.ck .ck-image-upload-placeholder img {
		/*
		 * This is an arbitrary aspect for a 1x1 px GIF to display to the user. Not too tall, not too short.
		 * There's nothing special about this number except that it should make the image placeholder look like
		 * a real image during this short period after the upload started and before the image was read from the
		 * file system (and a rich preview was loaded).
		 */
		aspect-ratio: var(--ck-upload-placeholder-image-aspect-ratio);
	}
.ck .ck-upload-placeholder-loader {
	width: 100%;
	height: 100%;
}
.ck .ck-upload-placeholder-loader::before {
		width: var(--ck-upload-placeholder-loader-size);
		height: var(--ck-upload-placeholder-loader-size);
		border-radius: 50%;
		border-top: 3px solid var(--ck-color-upload-placeholder-loader);
		border-right: 2px solid transparent;
		animation: ck-upload-placeholder-loader 1s linear infinite;
	}
@keyframes ck-upload-placeholder-loader {
	to {
		transform: rotate( 360deg );
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/* Showing animation. */
.ck.ck-editor__editable .image.ck-appear, .ck.ck-editor__editable .image-inline.ck-appear {
			animation: fadeIn 700ms;
		}
@media (prefers-reduced-motion: reduce) {
.ck.ck-editor__editable .image.ck-appear, .ck.ck-editor__editable .image-inline.ck-appear {
				opacity: 1;
				animation: none;
		}
			}
/* Upload progress bar. */
.ck.ck-editor__editable .image .ck-progress-bar,
	.ck.ck-editor__editable .image-inline .ck-progress-bar {
		height: 2px;
		width: 0;
		background: var(--ck-color-upload-bar-background);
		transition: width 100ms;
	}
@keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/* Class added to span element surrounding currently selected link. */
.ck .ck-link_selected {
	background: var(--ck-color-link-selected-background);

	/* Give linked inline images some outline to let the user know they are also part of the link. */
}
.ck .ck-link_selected span.image-inline {
		outline: var(--ck-widget-outline-thickness) solid var(--ck-color-link-selected-background);
	}
/*
 * Classes used by the "fake visual selection" displayed in the content when an input
 * in the link UI has focus (the browser does not render the native selection in this state).
 */
.ck .ck-fake-link-selection {
	background: var(--ck-color-link-fake-selection);
}
/* A collapsed fake visual selection. */
.ck .ck-fake-link-selection_collapsed {
	height: 100%;
	border-right: 1px solid var(--ck-color-base-text);
	margin-right: -1px;
	outline: solid 1px hsla(0, 0%, 100%, .5);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Makes element unselectable.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-link-actions .ck-button.ck-link-actions__preview {
		padding-left: 0;
		padding-right: 0;
	}
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
			padding: 0 var(--ck-spacing-medium);
			color: var(--ck-color-link-default);
			text-overflow: ellipsis;
			cursor: pointer;

			/* Match the box model of the link editor form's input so the balloon
			does not change width when moving between actions and the form. */
			max-width: var(--ck-input-width);
			min-width: 3em;
			text-align: center;
		}
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label:hover {
				text-decoration: underline;
			}
.ck.ck-link-actions .ck-button.ck-link-actions__preview,
		.ck.ck-link-actions .ck-button.ck-link-actions__preview:hover,
		.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus,
		.ck.ck-link-actions .ck-button.ck-link-actions__preview:active {
			background: none;
		}
.ck.ck-link-actions .ck-button.ck-link-actions__preview:active {
			box-shadow: none;
		}
.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus .ck-button__label {
				text-decoration: underline;
			}
[dir="ltr"] .ck.ck-link-actions .ck-button:not(:first-child) {
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-link-actions .ck-button:not(:last-child) {
			margin-left: var(--ck-spacing-standard);
		}
@media screen and (max-width: 600px) {
		.ck.ck-link-actions .ck-button.ck-link-actions__preview {
			margin: var(--ck-spacing-standard) var(--ck-spacing-standard) 0;
		}

			.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
				min-width: 0;
				max-width: 100%;
			}

		[dir="ltr"] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
				margin-left: 0;
		}

		[dir="rtl"] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
				margin-left: 0;
		}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Style link form differently when manual decorators are available.
 * See: https://github.com/ckeditor/ckeditor5-link/issues/186.
 */
.ck.ck-link-form_layout-vertical {
	padding: 0;
	min-width: var(--ck-input-width);
}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view {
		margin: var(--ck-spacing-large) var(--ck-spacing-large) var(--ck-spacing-small);
	}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view .ck-input-text {
			min-width: 0;
			width: 100%;
		}
.ck.ck-link-form_layout-vertical > .ck-button {
		padding: var(--ck-spacing-standard);
		margin: 0;
		width: 50%;
		border-radius: 0;
	}
.ck.ck-link-form_layout-vertical > .ck-button:not(:focus) {
			border-top: 1px solid var(--ck-color-base-border);
		}
[dir="ltr"] .ck.ck-link-form_layout-vertical > .ck-button {
			margin-left: 0;
	}
[dir="rtl"] .ck.ck-link-form_layout-vertical > .ck-button {
			margin-left: 0;
	}
[dir="rtl"] .ck.ck-link-form_layout-vertical > .ck-button:last-of-type {
				border-right: 1px solid var(--ck-color-base-border);
			}
/* Using additional `.ck` class for stronger CSS specificity than `.ck.ck-link-form > :not(:first-child)`. */
.ck.ck-link-form_layout-vertical .ck.ck-list {
		margin: var(--ck-spacing-standard) var(--ck-spacing-large);
	}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton {
			padding: 0;
			width: 100%;
		}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton:hover {
				background: none;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	/* Match the icon size with the upload indicator brought by the image upload feature. */
	--ck-link-image-indicator-icon-size: 20;
	--ck-link-image-indicator-icon-is-visible: clamp(0px, 100% - 50px, 1px);
}
/* Linked image indicator */
.ck.ck-editor__editable figure.image > a::after, .ck.ck-editor__editable a span.image-inline::after {
			content: "";

			/*
			 * Smaller images should have the icon closer to the border.
			 * Match the icon position with the upload indicator brought by the image upload feature.
			 */
			top: min(var(--ck-spacing-medium), 6%);
			right: min(var(--ck-spacing-medium), 6%);

			background-color: hsla(0, 0%, 0%, .4);
			background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTExLjA3NyAxNSAuOTkxLTEuNDE2YS43NS43NSAwIDEgMSAxLjIyOS44NmwtMS4xNDggMS42NGEuNzQ4Ljc0OCAwIDAgMS0uMjE3LjIwNiA1LjI1MSA1LjI1MSAwIDAgMS04LjUwMy01Ljk1NS43NDEuNzQxIDAgMCAxIC4xMi0uMjc0bDEuMTQ3LTEuNjM5YS43NS43NSAwIDEgMSAxLjIyOC44Nkw0LjkzMyAxMC43bC4wMDYuMDAzYTMuNzUgMy43NSAwIDAgMCA2LjEzMiA0LjI5NGwuMDA2LjAwNHptNS40OTQtNS4zMzVhLjc0OC43NDggMCAwIDEtLjEyLjI3NGwtMS4xNDcgMS42MzlhLjc1Ljc1IDAgMSAxLTEuMjI4LS44NmwuODYtMS4yM2EzLjc1IDMuNzUgMCAwIDAtNi4xNDQtNC4zMDFsLS44NiAxLjIyOWEuNzUuNzUgMCAwIDEtMS4yMjktLjg2bDEuMTQ4LTEuNjRhLjc0OC43NDggMCAwIDEgLjIxNy0uMjA2IDUuMjUxIDUuMjUxIDAgMCAxIDguNTAzIDUuOTU1em0tNC41NjMtMi41MzJhLjc1Ljc1IDAgMCAxIC4xODQgMS4wNDVsLTMuMTU1IDQuNTA1YS43NS43NSAwIDEgMS0xLjIyOS0uODZsMy4xNTUtNC41MDZhLjc1Ljc1IDAgMCAxIDEuMDQ1LS4xODR6Ii8+PC9zdmc+");
			background-size: 14px;
			background-repeat: no-repeat;
			background-position: center;
			border-radius: 100%;

			/*
			* Use CSS math to simulate container queries.
			* https://css-tricks.com/the-raven-technique-one-step-closer-to-container-queries/#what-about-showing-and-hiding-things
			*/
			overflow: hidden;
			width: calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));
			height: calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/* When there are no list styles and there is no collapsible. */
.ck.ck-list-properties.ck-list-properties_without-styles {
		padding: var(--ck-spacing-large);
	}
.ck.ck-list-properties.ck-list-properties_without-styles > * {
			min-width: 14em;
		}
.ck.ck-list-properties.ck-list-properties_without-styles > * + * {
				margin-top: var(--ck-spacing-standard);
			}
/*
	 * When the numbered list property fields (start at, reversed) should be displayed,
	 * more horizontal space is needed. Reconfigure the style grid to create that space.
	 */
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-list-styles-list {
			grid-template-columns: repeat( 4, auto );
		}
/* When list styles are rendered and property fields are in a collapsible. */
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible {
			border-top: 1px solid var(--ck-color-base-border);
		}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible > .ck-collapsible__children > * {
					width: 100%;
				}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible > .ck-collapsible__children > * + * {
						margin-top: var(--ck-spacing-standard);
					}
.ck.ck-list-properties .ck.ck-numbered-list-properties__start-index .ck-input {
		min-width: auto;
		width: 100%;
	}
.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order {
		background: transparent;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: calc(-1 * var(--ck-spacing-tiny));
	}
.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:active, .ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:hover {
			box-shadow: none;
			border-color: transparent;
			background: none;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-list-style-button-size: 44px;
}
.ck.ck-list-styles-list {
	grid-template-columns: repeat( 3, auto );
	row-gap: var(--ck-spacing-medium);
	column-gap: var(--ck-spacing-medium);
	padding: var(--ck-spacing-large);
}
.ck.ck-list-styles-list .ck-button {
		/* Make the button look like a thumbnail (the icon "takes it all"). */
		width: var(--ck-list-style-button-size);
		height: var(--ck-list-style-button-size);
		padding: 0;

		/*
		 * Buttons are aligned by the grid so disable default button margins to not collide with the
		 * gaps in the grid.
		 */
		margin: 0;

		/*
		 * Make sure the button border (which is displayed on focus, BTW) does not steal pixels
		 * from the button dimensions and, as a result, decrease the size of the icon
		 * (which becomes blurry as it scales down).
		 */
		box-sizing: content-box;
	}
.ck.ck-list-styles-list .ck-button .ck-icon {
			width: var(--ck-list-style-button-size);
			height: var(--ck-list-style-button-size);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-media-embed-placeholder-icon-size: 3em;

	--ck-color-media-embed-placeholder-url-text: hsl(0, 0%, 46%);
	--ck-color-media-embed-placeholder-url-text-hover: var(--ck-color-base-text);
}
.ck-media__wrapper {
	margin: 0 auto;
}
.ck-media__wrapper .ck-media__placeholder {
		padding: calc( 3 * var(--ck-spacing-standard) );
		background: var(--ck-color-base-foreground);
	}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon {
			min-width: var(--ck-media-embed-placeholder-icon-size);
			height: var(--ck-media-embed-placeholder-icon-size);
			margin-bottom: var(--ck-spacing-large);
			background-position: center;
			background-size: cover;
		}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon .ck-icon {
				width: 100%;
				height: 100%;
			}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text {
			color: var(--ck-color-media-embed-placeholder-url-text);
			white-space: nowrap;
			text-align: center;
			font-style: italic;
			text-overflow: ellipsis;
		}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: var(--ck-color-media-embed-placeholder-url-text-hover);
				cursor: pointer;
				text-decoration: underline;
			}
.ck-media__wrapper[data-oembed-url*="open.spotify.com"] {
		max-width: 300px;
		max-height: 380px;
	}
.ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon,
	.ck-media__wrapper[data-oembed-url*="goo.gl/maps"] .ck-media__placeholder__icon,
	.ck-media__wrapper[data-oembed-url*="maps.google.com"] .ck-media__placeholder__icon,
	.ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"] .ck-media__placeholder__icon {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAuMzc4IiBoZWlnaHQ9IjI1NC4xNjciIHZpZXdCb3g9IjAgMCA2Ni4yNDYgNjcuMjQ4Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjUzMSAtMjE4LjQ1NSkgc2NhbGUoLjk4MDEyKSI+PHJlY3Qgcnk9IjUuMjM4IiByeD0iNS4yMzgiIHk9IjIzMS4zOTkiIHg9IjE3Ni4wMzEiIGhlaWdodD0iNjAuMDk5IiB3aWR0aD0iNjAuMDk5IiBmaWxsPSIjMzRhNjY4IiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxwYXRoIGQ9Ik0yMDYuNDc3IDI2MC45bC0yOC45ODcgMjguOTg3YTUuMjE4IDUuMjE4IDAgMCAwIDMuNzggMS42MWg0OS42MjFjMS42OTQgMCAzLjE5LS43OTggNC4xNDYtMi4wMzd6IiBmaWxsPSIjNWM4OGM1Ii8+PHBhdGggZD0iTTIyNi43NDIgMjIyLjk4OGMtOS4yNjYgMC0xNi43NzcgNy4xNy0xNi43NzcgMTYuMDE0LjAwNyAyLjc2Mi42NjMgNS40NzQgMi4wOTMgNy44NzUuNDMuNzAzLjgzIDEuNDA4IDEuMTkgMi4xMDcuMzMzLjUwMi42NSAxLjAwNS45NSAxLjUwOC4zNDMuNDc3LjY3My45NTcuOTg4IDEuNDQgMS4zMSAxLjc2OSAyLjUgMy41MDIgMy42MzcgNS4xNjguNzkzIDEuMjc1IDEuNjgzIDIuNjQgMi40NjYgMy45OSAyLjM2MyA0LjA5NCA0LjAwNyA4LjA5MiA0LjYgMTMuOTE0di4wMTJjLjE4Mi40MTIuNTE2LjY2Ni44NzkuNjY3LjQwMy0uMDAxLjc2OC0uMzE0LjkzLS43OTkuNjAzLTUuNzU2IDIuMjM4LTkuNzI5IDQuNTg1LTEzLjc5NC43ODItMS4zNSAxLjY3My0yLjcxNSAyLjQ2NS0zLjk5IDEuMTM3LTEuNjY2IDIuMzI4LTMuNCAzLjYzOC01LjE2OS4zMTUtLjQ4Mi42NDUtLjk2Mi45ODgtMS40MzkuMy0uNTAzLjYxNy0xLjAwNi45NS0xLjUwOC4zNTktLjcuNzYtMS40MDQgMS4xOS0yLjEwNyAxLjQyNi0yLjQwMiAyLTUuMTE0IDIuMDA0LTcuODc1IDAtOC44NDQtNy41MTEtMTYuMDE0LTE2Ljc3Ni0xNi4wMTR6IiBmaWxsPSIjZGQ0YjNlIiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxlbGxpcHNlIHJ5PSI1LjU2NCIgcng9IjUuODI4IiBjeT0iMjM5LjAwMiIgY3g9IjIyNi43NDIiIGZpbGw9IiM4MDJkMjciIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PHBhdGggZD0iTTE5MC4zMDEgMjM3LjI4M2MtNC42NyAwLTguNDU3IDMuODUzLTguNDU3IDguNjA2czMuNzg2IDguNjA3IDguNDU3IDguNjA3YzMuMDQzIDAgNC44MDYtLjk1OCA2LjMzNy0yLjUxNiAxLjUzLTEuNTU3IDIuMDg3LTMuOTEzIDIuMDg3LTYuMjkgMC0uMzYyLS4wMjMtLjcyMi0uMDY0LTEuMDc5aC04LjI1N3YzLjA0M2g0Ljg1Yy0uMTk3Ljc1OS0uNTMxIDEuNDUtMS4wNTggMS45ODYtLjk0Mi45NTgtMi4wMjggMS41NDgtMy45MDEgMS41NDgtMi44NzYgMC01LjIwOC0yLjM3Mi01LjIwOC01LjI5OSAwLTIuOTI2IDIuMzMyLTUuMjk5IDUuMjA4LTUuMjk5IDEuMzk5IDAgMi42MTguNDA3IDMuNTg0IDEuMjkzbDIuMzgxLTIuMzhjMC0uMDAyLS4wMDMtLjAwNC0uMDA0LS4wMDUtMS41ODgtMS41MjQtMy42Mi0yLjIxNS01Ljk1NS0yLjIxNXptNC40MyA1LjY2bC4wMDMuMDA2di0uMDAzeiIgZmlsbD0iI2ZmZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJNMjE1LjE4NCAyNTEuOTI5bC03Ljk4IDcuOTc5IDI4LjQ3NyAyOC40NzVjLjI4Ny0uNjQ5LjQ0OS0xLjM2Ni40NDktMi4xMjN2LTMxLjE2NWMtLjQ2OS42NzUtLjkzNCAxLjM0OS0xLjM4MiAyLjAwNS0uNzkyIDEuMjc1LTEuNjgyIDIuNjQtMi40NjUgMy45OS0yLjM0NyA0LjA2NS0zLjk4MiA4LjAzOC00LjU4NSAxMy43OTQtLjE2Mi40ODUtLjUyNy43OTgtLjkzLjc5OS0uMzYzLS4wMDEtLjY5Ny0uMjU1LS44NzktLjY2N3YtLjAxMmMtLjU5My01LjgyMi0yLjIzNy05LjgyLTQuNi0xMy45MTQtLjc4My0xLjM1LTEuNjczLTIuNzE1LTIuNDY2LTMuOTktMS4xMzctMS42NjYtMi4zMjctMy40LTMuNjM3LTUuMTY5bC0uMDAyLS4wMDN6IiBmaWxsPSIjYzNjM2MzIi8+PHBhdGggZD0iTTIxMi45ODMgMjQ4LjQ5NWwtMzYuOTUyIDM2Ljk1M3YuODEyYTUuMjI3IDUuMjI3IDAgMCAwIDUuMjM4IDUuMjM4aDEuMDE1bDM1LjY2Ni0zNS42NjZhMTM2LjI3NSAxMzYuMjc1IDAgMCAwLTIuNzY0LTMuOSAzNy41NzUgMzcuNTc1IDAgMCAwLS45ODktMS40NGMtLjI5OS0uNTAzLS42MTYtMS4wMDYtLjk1LTEuNTA4LS4wODMtLjE2Mi0uMTc2LS4zMjYtLjI2NC0uNDg5eiIgZmlsbD0iI2ZkZGM0ZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJNMjExLjk5OCAyNjEuMDgzbC02LjE1MiA2LjE1MSAyNC4yNjQgMjQuMjY0aC43ODFhNS4yMjcgNS4yMjcgMCAwIDAgNS4yMzktNS4yMzh2LTEuMDQ1eiIgZmlsbD0iI2ZmZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48L2c+PC9zdmc+);
	}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder {
		background: hsl(220, 46%, 48%);
	}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__icon {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMDI0cHgiIGhlaWdodD0iMTAyNHB4IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPkZpbGwgMTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImZMb2dvX1doaXRlIiBmaWxsPSIjRkZGRkZFIj4gICAgICAgICAgICA8cGF0aCBkPSJNOTY3LjQ4NCwwIEw1Ni41MTcsMCBDMjUuMzA0LDAgMCwyNS4zMDQgMCw1Ni41MTcgTDAsOTY3LjQ4MyBDMCw5OTguNjk0IDI1LjI5NywxMDI0IDU2LjUyMiwxMDI0IEw1NDcsMTAyNCBMNTQ3LDYyOCBMNDE0LDYyOCBMNDE0LDQ3MyBMNTQ3LDQ3MyBMNTQ3LDM1OS4wMjkgQzU0NywyMjYuNzY3IDYyNy43NzMsMTU0Ljc0NyA3NDUuNzU2LDE1NC43NDcgQzgwMi4yNjksMTU0Ljc0NyA4NTAuODQyLDE1OC45NTUgODY1LDE2MC44MzYgTDg2NSwyOTkgTDc4My4zODQsMjk5LjAzNyBDNzE5LjM5MSwyOTkuMDM3IDcwNywzMjkuNTI5IDcwNywzNzQuMjczIEw3MDcsNDczIEw4NjAuNDg3LDQ3MyBMODQwLjUwMSw2MjggTDcwNyw2MjggTDcwNywxMDI0IEw5NjcuNDg0LDEwMjQgQzk5OC42OTcsMTAyNCAxMDI0LDk5OC42OTcgMTAyNCw5NjcuNDg0IEwxMDI0LDU2LjUxNSBDMTAyNCwyNS4zMDMgOTk4LjY5NywwIDk2Ny40ODQsMCIgaWQ9IkZpbGwtMSI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
		}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text {
			color: hsl(220, 100%, 90%);
		}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: hsl(0, 0%, 100%);
			}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder {
		background: linear-gradient(-135deg,hsl(246, 100%, 39%),hsl(302, 100%, 36%),hsl(0, 100%, 48%));
	}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__icon {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MDRweCIgaGVpZ2h0PSI1MDRweCIgdmlld0JveD0iMCAwIDUwNCA1MDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Z2x5cGgtbG9nb19NYXkyMDE2PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDAuMTU5IDUwMy44NDEgMC4xNTkgNTAzLjg0MSA1MDMuOTQgMCA1MDMuOTQiPjwvcG9seWdvbj4gICAgPC9kZWZzPiAgICA8ZyBpZD0iZ2x5cGgtbG9nb19NYXkyMDE2IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cC0zIj4gICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgIDxnIGlkPSJDbGlwLTIiPjwvZz4gICAgICAgICAgICA8cGF0aCBkPSJNMjUxLjkyMSwwLjE1OSBDMTgzLjUwMywwLjE1OSAxNzQuOTI0LDAuNDQ5IDE0OC4wNTQsMS42NzUgQzEyMS4yNCwyLjg5OCAxMDIuOTI3LDcuMTU3IDg2LjkwMywxMy4zODUgQzcwLjMzNywxOS44MjIgNTYuMjg4LDI4LjQzNiA0Mi4yODIsNDIuNDQxIEMyOC4yNzcsNTYuNDQ3IDE5LjY2Myw3MC40OTYgMTMuMjI2LDg3LjA2MiBDNi45OTgsMTAzLjA4NiAyLjczOSwxMjEuMzk5IDEuNTE2LDE0OC4yMTMgQzAuMjksMTc1LjA4MyAwLDE4My42NjIgMCwyNTIuMDggQzAsMzIwLjQ5NyAwLjI5LDMyOS4wNzYgMS41MTYsMzU1Ljk0NiBDMi43MzksMzgyLjc2IDYuOTk4LDQwMS4wNzMgMTMuMjI2LDQxNy4wOTcgQzE5LjY2Myw0MzMuNjYzIDI4LjI3Nyw0NDcuNzEyIDQyLjI4Miw0NjEuNzE4IEM1Ni4yODgsNDc1LjcyMyA3MC4zMzcsNDg0LjMzNyA4Ni45MDMsNDkwLjc3NSBDMTAyLjkyNyw0OTcuMDAyIDEyMS4yNCw1MDEuMjYxIDE0OC4wNTQsNTAyLjQ4NCBDMTc0LjkyNCw1MDMuNzEgMTgzLjUwMyw1MDQgMjUxLjkyMSw1MDQgQzMyMC4zMzgsNTA0IDMyOC45MTcsNTAzLjcxIDM1NS43ODcsNTAyLjQ4NCBDMzgyLjYwMSw1MDEuMjYxIDQwMC45MTQsNDk3LjAwMiA0MTYuOTM4LDQ5MC43NzUgQzQzMy41MDQsNDg0LjMzNyA0NDcuNTUzLDQ3NS43MjMgNDYxLjU1OSw0NjEuNzE4IEM0NzUuNTY0LDQ0Ny43MTIgNDg0LjE3OCw0MzMuNjYzIDQ5MC42MTYsNDE3LjA5NyBDNDk2Ljg0Myw0MDEuMDczIDUwMS4xMDIsMzgyLjc2IDUwMi4zMjUsMzU1Ljk0NiBDNTAzLjU1MSwzMjkuMDc2IDUwMy44NDEsMzIwLjQ5NyA1MDMuODQxLDI1Mi4wOCBDNTAzLjg0MSwxODMuNjYyIDUwMy41NTEsMTc1LjA4MyA1MDIuMzI1LDE0OC4yMTMgQzUwMS4xMDIsMTIxLjM5OSA0OTYuODQzLDEwMy4wODYgNDkwLjYxNiw4Ny4wNjIgQzQ4NC4xNzgsNzAuNDk2IDQ3NS41NjQsNTYuNDQ3IDQ2MS41NTksNDIuNDQxIEM0NDcuNTUzLDI4LjQzNiA0MzMuNTA0LDE5LjgyMiA0MTYuOTM4LDEzLjM4NSBDNDAwLjkxNCw3LjE1NyAzODIuNjAxLDIuODk4IDM1NS43ODcsMS42NzUgQzMyOC45MTcsMC40NDkgMzIwLjMzOCwwLjE1OSAyNTEuOTIxLDAuMTU5IFogTTI1MS45MjEsNDUuNTUgQzMxOS4xODYsNDUuNTUgMzI3LjE1NCw0NS44MDcgMzUzLjcxOCw0Ny4wMTkgQzM3OC4yOCw0OC4xMzkgMzkxLjYxOSw1Mi4yNDMgNDAwLjQ5Niw1NS42OTMgQzQxMi4yNTUsNjAuMjYzIDQyMC42NDcsNjUuNzIyIDQyOS40NjIsNzQuNTM4IEM0MzguMjc4LDgzLjM1MyA0NDMuNzM3LDkxLjc0NSA0NDguMzA3LDEwMy41MDQgQzQ1MS43NTcsMTEyLjM4MSA0NTUuODYxLDEyNS43MiA0NTYuOTgxLDE1MC4yODIgQzQ1OC4xOTMsMTc2Ljg0NiA0NTguNDUsMTg0LjgxNCA0NTguNDUsMjUyLjA4IEM0NTguNDUsMzE5LjM0NSA0NTguMTkzLDMyNy4zMTMgNDU2Ljk4MSwzNTMuODc3IEM0NTUuODYxLDM3OC40MzkgNDUxLjc1NywzOTEuNzc4IDQ0OC4zMDcsNDAwLjY1NSBDNDQzLjczNyw0MTIuNDE0IDQzOC4yNzgsNDIwLjgwNiA0MjkuNDYyLDQyOS42MjEgQzQyMC42NDcsNDM4LjQzNyA0MTIuMjU1LDQ0My44OTYgNDAwLjQ5Niw0NDguNDY2IEMzOTEuNjE5LDQ1MS45MTYgMzc4LjI4LDQ1Ni4wMiAzNTMuNzE4LDQ1Ny4xNCBDMzI3LjE1OCw0NTguMzUyIDMxOS4xOTEsNDU4LjYwOSAyNTEuOTIxLDQ1OC42MDkgQzE4NC42NSw0NTguNjA5IDE3Ni42ODQsNDU4LjM1MiAxNTAuMTIzLDQ1Ny4xNCBDMTI1LjU2MSw0NTYuMDIgMTEyLjIyMiw0NTEuOTE2IDEwMy4zNDUsNDQ4LjQ2NiBDOTEuNTg2LDQ0My44OTYgODMuMTk0LDQzOC40MzcgNzQuMzc5LDQyOS42MjEgQzY1LjU2NCw0MjAuODA2IDYwLjEwNCw0MTIuNDE0IDU1LjUzNCw0MDAuNjU1IEM1Mi4wODQsMzkxLjc3OCA0Ny45OCwzNzguNDM5IDQ2Ljg2LDM1My44NzcgQzQ1LjY0OCwzMjcuMzEzIDQ1LjM5MSwzMTkuMzQ1IDQ1LjM5MSwyNTIuMDggQzQ1LjM5MSwxODQuODE0IDQ1LjY0OCwxNzYuODQ2IDQ2Ljg2LDE1MC4yODIgQzQ3Ljk4LDEyNS43MiA1Mi4wODQsMTEyLjM4MSA1NS41MzQsMTAzLjUwNCBDNjAuMTA0LDkxLjc0NSA2NS41NjMsODMuMzUzIDc0LjM3OSw3NC41MzggQzgzLjE5NCw2NS43MjIgOTEuNTg2LDYwLjI2MyAxMDMuMzQ1LDU1LjY5MyBDMTEyLjIyMiw1Mi4yNDMgMTI1LjU2MSw0OC4xMzkgMTUwLjEyMyw0Ny4wMTkgQzE3Ni42ODcsNDUuODA3IDE4NC42NTUsNDUuNTUgMjUxLjkyMSw0NS41NSBaIiBpZD0iRmlsbC0xIiBmaWxsPSIjRkZGRkZGIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgICAgIDxwYXRoIGQ9Ik0yNTEuOTIxLDMzNi4wNTMgQzIwNS41NDMsMzM2LjA1MyAxNjcuOTQ3LDI5OC40NTcgMTY3Ljk0NywyNTIuMDggQzE2Ny45NDcsMjA1LjcwMiAyMDUuNTQzLDE2OC4xMDYgMjUxLjkyMSwxNjguMTA2IEMyOTguMjk4LDE2OC4xMDYgMzM1Ljg5NCwyMDUuNzAyIDMzNS44OTQsMjUyLjA4IEMzMzUuODk0LDI5OC40NTcgMjk4LjI5OCwzMzYuMDUzIDI1MS45MjEsMzM2LjA1MyBaIE0yNTEuOTIxLDEyMi43MTUgQzE4MC40NzQsMTIyLjcxNSAxMjIuNTU2LDE4MC42MzMgMTIyLjU1NiwyNTIuMDggQzEyMi41NTYsMzIzLjUyNiAxODAuNDc0LDM4MS40NDQgMjUxLjkyMSwzODEuNDQ0IEMzMjMuMzY3LDM4MS40NDQgMzgxLjI4NSwzMjMuNTI2IDM4MS4yODUsMjUyLjA4IEMzODEuMjg1LDE4MC42MzMgMzIzLjM2NywxMjIuNzE1IDI1MS45MjEsMTIyLjcxNSBaIiBpZD0iRmlsbC00IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgICAgICA8cGF0aCBkPSJNNDE2LjYyNywxMTcuNjA0IEM0MTYuNjI3LDEzNC4zIDQwMy4wOTIsMTQ3LjgzNCAzODYuMzk2LDE0Ny44MzQgQzM2OS43MDEsMTQ3LjgzNCAzNTYuMTY2LDEzNC4zIDM1Ni4xNjYsMTE3LjYwNCBDMzU2LjE2NiwxMDAuOTA4IDM2OS43MDEsODcuMzczIDM4Ni4zOTYsODcuMzczIEM0MDMuMDkyLDg3LjM3MyA0MTYuNjI3LDEwMC45MDggNDE2LjYyNywxMTcuNjA0IiBpZD0iRmlsbC01IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
		}
/* stylelint-disable-next-line no-descending-specificity */
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text {
			color: hsl(302, 100%, 94%);
		}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: hsl(0, 0%, 100%);
			}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder {
		/* Use gradient to contrast with focused widget (ckeditor/ckeditor5-media-embed#22). */
		background: linear-gradient( to right, hsl(201, 85%, 70%), hsl(201, 85%, 35%) );
	}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__icon {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQwMCA0MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMCA0MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MDAsMjAwYzAsMTEwLjUtODkuNSwyMDAtMjAwLDIwMFMwLDMxMC41LDAsMjAwUzg5LjUsMCwyMDAsMFM0MDAsODkuNSw0MDAsMjAweiBNMTYzLjQsMzA1LjVjODguNywwLDEzNy4yLTczLjUsMTM3LjItMTM3LjJjMC0yLjEsMC00LjItMC4xLTYuMmM5LjQtNi44LDE3LjYtMTUuMywyNC4xLTI1Yy04LjYsMy44LTE3LjksNi40LTI3LjcsNy42YzEwLTYsMTcuNi0xNS40LDIxLjItMjYuN2MtOS4zLDUuNS0xOS42LDkuNS0zMC42LDExLjdjLTguOC05LjQtMjEuMy0xNS4yLTM1LjItMTUuMmMtMjYuNiwwLTQ4LjIsMjEuNi00OC4yLDQ4LjJjMCwzLjgsMC40LDcuNSwxLjMsMTFjLTQwLjEtMi03NS42LTIxLjItOTkuNC01MC40Yy00LjEsNy4xLTYuNSwxNS40LTYuNSwyNC4yYzAsMTYuNyw4LjUsMzEuNSwyMS41LDQwLjFjLTcuOS0wLjItMTUuMy0yLjQtMjEuOC02YzAsMC4yLDAsMC40LDAsMC42YzAsMjMuNCwxNi42LDQyLjgsMzguNyw0Ny4zYy00LDEuMS04LjMsMS43LTEyLjcsMS43Yy0zLjEsMC02LjEtMC4zLTkuMS0wLjljNi4xLDE5LjIsMjMuOSwzMy4xLDQ1LDMzLjVjLTE2LjUsMTIuOS0zNy4zLDIwLjYtNTkuOSwyMC42Yy0zLjksMC03LjctMC4yLTExLjUtMC43QzExMC44LDI5Ny41LDEzNi4yLDMwNS41LDE2My40LDMwNS41Ii8+PC9zdmc+);
		}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text {
			color: hsl(201, 100%, 86%);
		}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: hsl(0, 0%, 100%);
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
	--ck-color-mention-text: hsl(341, 100%, 30%);
}
.ck-content .mention {
	background: var(--ck-color-mention-background);
	color: var(--ck-color-mention-text);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-color-restricted-editing-exception-background: hsla(31, 100%, 65%, .2);
	--ck-color-restricted-editing-exception-hover-background: hsla(31, 100%, 65%, .35);
	--ck-color-restricted-editing-exception-brackets: hsla(31, 100%, 40%, .4);
	--ck-color-restricted-editing-selected-exception-background: hsla(31, 100%, 65%, .5);
	--ck-color-restricted-editing-selected-exception-brackets: hsla(31, 100%, 40%, .6);
}
.ck-editor__editable .restricted-editing-exception {
	transition: .2s ease-in-out background;
	background-color: var(--ck-color-restricted-editing-exception-background);
	border: 1px solid;
	border-image: linear-gradient(
		to right,
		var(--ck-color-restricted-editing-exception-brackets) 0%,
		var(--ck-color-restricted-editing-exception-brackets) 5px,
		hsla(0, 0%, 0%, 0) 6px,
		hsla(0, 0%, 0%, 0) calc(100% - 6px),
		var(--ck-color-restricted-editing-exception-brackets) calc(100% - 5px),
		var(--ck-color-restricted-editing-exception-brackets) 100%
	) 1;
}
@media (prefers-reduced-motion: reduce) {
.ck-editor__editable .restricted-editing-exception {
		transition: none;
}
	}
.ck-editor__editable .restricted-editing-exception.restricted-editing-exception_selected {
		background-color: var(--ck-color-restricted-editing-selected-exception-background);
		border-image: linear-gradient(
			to right,
			var(--ck-color-restricted-editing-selected-exception-brackets) 0%,
			var(--ck-color-restricted-editing-selected-exception-brackets) 5px,
			var(--ck-color-restricted-editing-selected-exception-brackets) calc(100% - 5px),
			var(--ck-color-restricted-editing-selected-exception-brackets) 100%
		) 1;
	}
.ck-editor__editable .restricted-editing-exception.restricted-editing-exception_collapsed {
		/* Empty exception should have the same width as exception with at least 1 char */
		padding-left: 1ch;
	}
.ck-restricted-editing_mode_restricted {
	cursor: default;

	/* We also have to override all elements inside the restricted editable to prevent cursor switching between default and text
	during the pointer movement. */
}
.ck-restricted-editing_mode_restricted * {
		cursor: default;
	}
.ck-restricted-editing_mode_restricted .restricted-editing-exception {
		cursor: text;
	}
.ck-restricted-editing_mode_restricted .restricted-editing-exception * {
			cursor: text;
		}
.ck-restricted-editing_mode_restricted .restricted-editing-exception:hover {
			background: var(--ck-color-restricted-editing-exception-hover-background);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-character-grid-tile-size: 24px;
}
.ck.ck-character-grid {
	overflow-y: auto;
	overflow-x: hidden;
	width: 350px;
	max-height: 200px;
}
@media screen and (max-width: 600px) {
.ck.ck-character-grid {
		width: 190px;
}
	}
.ck.ck-character-grid .ck-character-grid__tiles {
		grid-template-columns: repeat(10, 1fr);
		margin: var(--ck-spacing-standard) var(--ck-spacing-large);
		grid-gap: var(--ck-spacing-standard);
	}
@media screen and (max-width: 600px) {
.ck.ck-character-grid .ck-character-grid__tiles {
			grid-template-columns: repeat(5, 1fr);
	}
	}
.ck.ck-character-grid .ck-character-grid__tile {
		width: var(--ck-character-grid-tile-size);
		height: var(--ck-character-grid-tile-size);
		min-width: var(--ck-character-grid-tile-size);
		min-height: var(--ck-character-grid-tile-size);
		font-size: 1.2em;
		padding: 0;
		transition: .2s ease box-shadow;
		border: 0;
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-character-grid .ck-character-grid__tile {
			transition: none;
	}
		}
.ck.ck-character-grid .ck-character-grid__tile:focus:not( .ck-disabled ),
		.ck.ck-character-grid .ck-character-grid__tile:hover:not( .ck-disabled ) {
			/* Disable the default .ck-button's border ring. */
			border: 0;
			box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
		}
/* Make sure the glyph is rendered in the center of the button */
.ck.ck-character-grid .ck-character-grid__tile .ck-button__label {
			line-height: var(--ck-character-grid-tile-size);
			width: 100%;
			text-align: center;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-character-info {
	padding: var(--ck-spacing-small) var(--ck-spacing-large);
	border-top: 1px solid var(--ck-color-base-border);
}
.ck.ck-character-info > * {
		text-transform: uppercase;
		font-size: var(--ck-font-size-small);
	}
.ck.ck-character-info .ck-character-info__name {
		max-width: 280px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
.ck.ck-character-info .ck-character-info__code {
		opacity: .6;
	}
@media screen and (max-width: 600px) {
.ck.ck-character-info {
		max-width: 190px;
}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-special-characters-navigation > .ck-label {
		max-width: 160px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
.ck.ck-special-characters-navigation > .ck-dropdown .ck-dropdown__panel {
		/* There could be dozens of categories available. Use scroll to prevent a 10e6px dropdown. */
		max-height: 250px;
		overflow-y: auto;
		overflow-x: hidden;
	}
@media screen and (max-width: 600px) {
.ck.ck-special-characters-navigation {
		max-width: 190px;
}

		.ck.ck-special-characters-navigation > .ck-form__header__label {
			text-overflow: ellipsis;
			overflow: hidden;
		}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-dropdown.ck-style-dropdown.ck-style-dropdown_multiple-active > .ck-button > .ck-button__label {
	font-style: italic;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-style-panel-button-width: 120px;
	--ck-style-panel-button-height: 80px;
	--ck-style-panel-button-label-background: hsl(0, 0%, 94.1%);
	--ck-style-panel-button-hover-label-background: hsl(0, 0%, 92.1%);
	--ck-style-panel-button-hover-border-color: hsl(0, 0%, 70%);
}
.ck.ck-style-panel .ck-style-grid {
	row-gap: var(--ck-spacing-large);
	column-gap: var(--ck-spacing-large);
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
		--ck-color-button-default-hover-background: var(--ck-color-base-background);
		--ck-color-button-default-active-background: var(--ck-color-base-background);

		padding: 0;
		width: var(--ck-style-panel-button-width);
		height: var(--ck-style-panel-button-height);

		/* Let default .ck-button :focus styles apply */
	}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(:focus) {
			border: 1px solid var(--ck-color-base-border);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-button__label {
			height: 22px;
			line-height: 22px;
			width: 100%;
			padding: 0 var(--ck-spacing-medium);
			overflow: hidden;
			text-overflow: ellipsis;
			flex-shrink: 0;
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview {
			width: 100%;
			overflow: hidden;
			opacity: .9;

			padding: var(--ck-spacing-medium);
			background: var(--ck-color-base-background);
			border: 2px solid var(--ck-color-base-background);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled {
			--ck-color-button-default-disabled-background: var(--ck-color-base-foreground);

			/* Let default .ck-button :focus styles apply */
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled:not(:focus) {
				border-color: var(--ck-style-panel-button-label-background);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled .ck-style-grid__button__preview {
				opacity: .4;

				border-color: var(--ck-color-base-foreground);
				filter: saturate(.3);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on {
			border-color: var(--ck-color-base-active);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on .ck-button__label {
				box-shadow: 0 -1px 0 var(--ck-color-base-active);
				z-index: 1; /* Stay on top of the preview with the shadow. */
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on:hover {
				border-color: var(--ck-color-base-active-focus);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(.ck-on) .ck-button__label {
				background: var(--ck-style-panel-button-label-background);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(.ck-on):hover .ck-button__label {
				background: var(--ck-style-panel-button-hover-label-background);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on) {
			border-color: var(--ck-style-panel-button-hover-border-color);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on) .ck-style-grid__button__preview {
				opacity: 1;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-style-panel .ck-style-panel__style-group > .ck-label {
		margin: var(--ck-spacing-large) 0;
	}
.ck.ck-style-panel .ck-style-panel__style-group:first-child > .ck-label {
			margin-top: 0;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-style-panel-max-height: 470px;
}
.ck.ck-style-panel {
	padding: var(--ck-spacing-large);
	overflow-y: auto;
	max-height: var(--ck-style-panel-max-height);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
[dir="ltr"] .ck.ck-input-color > .ck.ck-input-text {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
	}
[dir="rtl"] .ck.ck-input-color > .ck.ck-input-text {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
	}
/* Make sure the focused input is always on top of the dropdown button so its
		   outline and border are never cropped (also when the input is read-only). */
.ck.ck-input-color > .ck.ck-input-text:focus {
			z-index: 0;
		}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
			padding: 0;
		}
[dir="ltr"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
		}
[dir="ltr"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button:not(:focus) {
					border-left: 1px solid transparent;
				}
[dir="rtl"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
		}
[dir="rtl"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button:not(:focus) {
					border-right: 1px solid transparent;
				}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button.ck-disabled {
				background: var(--ck-color-input-disabled-background);
			}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview {
				border-radius: 0;
			}
.ck-rounded-corners .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview, .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
			}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview {

				width: 20px;
				height: 20px;
				border: 1px solid var(--ck-color-input-border);
			}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
					top: -30%;
					left: 50%;
					height: 150%;
					width: 8%;
					background: hsl(0, 100%, 50%);
					border-radius: 2px;
					transform: rotate(45deg);
					transform-origin: 50%;
				}
.ck.ck-input-color .ck.ck-input-color__remove-color {
		width: 100%;
		padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);

		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
.ck.ck-input-color .ck.ck-input-color__remove-color:not(:focus) {
			border-bottom: 1px solid var(--ck-color-input-border);
		}
[dir="ltr"] .ck.ck-input-color .ck.ck-input-color__remove-color {
			border-top-right-radius: 0;
	}
[dir="rtl"] .ck.ck-input-color .ck.ck-input-color__remove-color {
			border-top-left-radius: 0;
	}
.ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
			margin-right: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
				margin-right: 0;
				margin-left: var(--ck-spacing-standard);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-form {
	padding: 0 0 var(--ck-spacing-large);
}
.ck.ck-form:focus {
		/* See: https://github.com/ckeditor/ckeditor5/issues/4773 */
		outline: none;
	}
.ck.ck-form .ck.ck-input-text {
		min-width: 100%;
		width: 0;
	}
.ck.ck-form .ck.ck-dropdown {
		min-width: 100%;
	}
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
				border: 1px solid var(--ck-color-base-border);
			}
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label {
				width: 100%;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-form__row {
	padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;

	/* Ignore labels that work as fieldset legends */
}
[dir="ltr"] .ck.ck-form__row > *:not(.ck-label) + * {
				margin-left: var(--ck-spacing-large);
		}
[dir="rtl"] .ck.ck-form__row > *:not(.ck-label) + * {
				margin-right: var(--ck-spacing-large);
		}
.ck.ck-form__row > .ck-label {
		width: 100%;
		min-width: 100%;
	}
.ck.ck-form__row.ck-table-form__action-row {
		margin-top: var(--ck-spacing-large);
	}
.ck.ck-form__row.ck-table-form__action-row .ck-button .ck-button__label {
			color: var(--ck-color-text);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-insert-table-dropdown-padding: 10px;
	--ck-insert-table-dropdown-box-height: 11px;
	--ck-insert-table-dropdown-box-width: 12px;
	--ck-insert-table-dropdown-box-margin: 1px;
}
.ck .ck-insert-table-dropdown__grid {
	/* The width of a container should match 10 items in a row so there will be a 10x10 grid. */
	width: calc(var(--ck-insert-table-dropdown-box-width) * 10 + var(--ck-insert-table-dropdown-box-margin) * 20 + var(--ck-insert-table-dropdown-padding) * 2);
	padding: var(--ck-insert-table-dropdown-padding) var(--ck-insert-table-dropdown-padding) 0;
}
.ck .ck-insert-table-dropdown__label,
.ck[dir=rtl] .ck-insert-table-dropdown__label {
	text-align: center;
}
.ck .ck-insert-table-dropdown-grid-box {
	min-width: var(--ck-insert-table-dropdown-box-width);
	min-height: var(--ck-insert-table-dropdown-box-height);
	margin: var(--ck-insert-table-dropdown-box-margin);
	border: 1px solid var(--ck-color-base-border);
	border-radius: 1px;
	outline: none;
	transition: none;
}
@media (prefers-reduced-motion: reduce) {
.ck .ck-insert-table-dropdown-grid-box {
		transition: none;
}
	}
.ck .ck-insert-table-dropdown-grid-box:focus {
		box-shadow: none;
	}
.ck .ck-insert-table-dropdown-grid-box.ck-on {
		border-color: var(--ck-color-focus-border);
		background: var(--ck-color-focus-outer-shadow);
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-table-cell-properties-form {
	width: 320px;
}
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__padding-row {
			align-self: flex-end;
			padding: 0;
			width: 25%;
		}
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar {
				background: none;

				/* Compensate for missing input label that would push the margin (toolbar has no inputs). */
				margin-top: var(--ck-spacing-standard);
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-color-selector-focused-cell-background: hsla(212, 90%, 80%, .3);
}
.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,
		.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused,
		.ck-widget.table td.ck-editor__nested-editable:focus,
		.ck-widget.table th.ck-editor__nested-editable:focus {
			/* A very slight background to highlight the focused cell */
			background: var(--ck-color-selector-focused-cell-background);

			/* Fixes the problem where surrounding cells cover the focused cell's border.
			It does not fix the problem in all places but the UX is improved.
			See https://github.com/ckeditor/ckeditor5-table/issues/29. */
			border-style: none;
			outline: 1px solid var(--ck-color-focus-border);
			outline-offset: -1px; /* progressive enhancement - no IE support */
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-table-properties-error-arrow-size: 6px;
	--ck-table-properties-min-error-width: 150px;
}
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
					font-size: var(--ck-font-size-tiny);
					text-align: center;
				}
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
			.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
				width: 80px;
				min-width: 80px;
				max-width: 80px;
			}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
			padding: 0;
		}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
			.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
				margin: 0
			}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
				align-self: flex-end;
				display: inline-block;
				height: var(--ck-ui-component-min-height);
				line-height: var(--ck-ui-component-min-height);
				margin: 0 var(--ck-spacing-small);
			}
.ck.ck-table-form .ck.ck-labeled-field-view {
		padding-top: var(--ck-spacing-standard);
	}
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
			border-radius: 0;
		}
.ck-rounded-corners .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status, .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		}
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {

			background: var(--ck-color-base-error);
			color: var(--ck-color-base-background);
			padding: var(--ck-spacing-small) var(--ck-spacing-medium);
			min-width: var(--ck-table-properties-min-error-width);
			text-align: center;

			animation: ck-table-form-labeled-view-status-appear .15s ease both;

			/* The arrow pointing towards the field. */
		}
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
				border-color: transparent transparent var(--ck-color-base-error) transparent;
				border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
				border-style: solid;
			}
@media (prefers-reduced-motion: reduce) {
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
				animation: none;
		}
			}
/* Hide the error balloon when the field is blurred. Makes the experience much more clear. */
.ck.ck-table-form .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
			display: none;
		}
@keyframes ck-table-form-labeled-view-status-appear {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
.ck.ck-table-properties-form {
	width: 320px;
}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
			align-self: flex-end;
			padding: 0;
		}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar {
				background: none;

				/* Compensate for missing input label that would push the margin (toolbar has no inputs). */
				margin-top: var(--ck-spacing-standard);
			}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > * {
					width: 40px;
				}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-table-selected-cell-background: hsla(208, 90%, 80%, .3);
}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected,
	.ck.ck-editor__editable .table table th.ck-editor__editable_selected {
		position: relative;
		caret-color: transparent;
		outline: unset;
		box-shadow: unset;

		/* https://github.com/ckeditor/ckeditor5/issues/6446 */
	}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected:after, .ck.ck-editor__editable .table table th.ck-editor__editable_selected:after {
			content: '';
			pointer-events: none;
			background-color: var(--ck-table-selected-cell-background);
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected ::selection,
		.ck.ck-editor__editable .table table th.ck-editor__editable_selected ::selection,
		.ck.ck-editor__editable .table table td.ck-editor__editable_selected:focus,
		.ck.ck-editor__editable .table table th.ck-editor__editable_selected:focus {
			background-color: transparent;
		}
/*
		 * To reduce the amount of noise, all widgets in the table selection have no outline and no selection handle.
		 * See https://github.com/ckeditor/ckeditor5/issues/9491.
		 */
.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget, .ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget {
			outline: unset;
		}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget > .ck-widget__selection-handle, .ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget > .ck-widget__selection-handle {
				display: none;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-widget-outline-thickness: 3px;
	--ck-widget-handler-icon-size: 16px;
	--ck-widget-handler-animation-duration: 200ms;
	--ck-widget-handler-animation-curve: ease;

	--ck-color-widget-blurred-border: hsl(0, 0%, 87%);
	--ck-color-widget-hover-border: hsl(43, 100%, 62%);
	--ck-color-widget-editable-focus-background: var(--ck-color-base-background);
	--ck-color-widget-drag-handler-icon-color: var(--ck-color-base-background);
}
.ck .ck-widget {
	outline-width: var(--ck-widget-outline-thickness);
	outline-style: solid;
	outline-color: transparent;
	transition: outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget {
		transition: none;
}
	}
.ck .ck-widget.ck-widget_selected,
	.ck .ck-widget.ck-widget_selected:hover {
		outline: var(--ck-widget-outline-thickness) solid var(--ck-color-focus-border);
	}
.ck .ck-widget:hover {
		outline-color: var(--ck-color-widget-hover-border);
	}
.ck .ck-editor__nested-editable {
	border: 1px solid transparent;

	/* The :focus style is applied before .ck-editor__nested-editable_focused class is rendered in the view.
	These styles show a different border for a blink of an eye, so `:focus` need to have same styles applied. */
}
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,
	.ck .ck-editor__nested-editable:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-inner-shadow), 0 0;
	}
@media (forced-colors: none) {
		.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused, .ck .ck-editor__nested-editable:focus {
			background-color: var(--ck-color-widget-editable-focus-background);
		}
	}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
		padding: 4px;
		box-sizing: border-box;

		/* Background and opacity will be animated as the handler shows up or the widget gets selected. */
		background-color: transparent;
		opacity: 0;

		/* Transition:
		   * background-color for the .ck-widget_selected state change,
		   * visibility for hiding the handler,
		   * opacity for the proper look of the icon when the handler disappears. */
		transition:
			background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),
			visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),
			opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);

		/* Make only top corners round. */
		border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;

		/* Place the drag handler outside the widget wrapper. */
		transform: translateY(-100%);
		left: calc(0px - var(--ck-widget-outline-thickness));
		top: 0;
	}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
			transition: none;
	}
		}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
			/* Make sure the dimensions of the icon are independent of the fon-size of the content. */
			width: var(--ck-widget-handler-icon-size);
			height: var(--ck-widget-handler-icon-size);
			color: var(--ck-color-widget-drag-handler-icon-color);

			/* The "selected" part of the icon is invisible by default */
		}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
				opacity: 0;

				/* Note: The animation is longer on purpose. Simply feels better. */
				transition: opacity 300ms var(--ck-widget-handler-animation-curve);
			}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
					transition: none;
			}
				}
/* Advertise using the look of the icon that once clicked the handler, the widget will be selected. */
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover .ck-icon .ck-icon__selected-indicator {
			opacity: 1;
		}
/* Show the selection handler on mouse hover over the widget, but not for nested widgets. */
.ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
		opacity: 1;
		background-color: var(--ck-color-widget-hover-border);
	}
/* Show the selection handler when the widget is selected, but not for nested widgets. */
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle {
			opacity: 1;
			background-color: var(--ck-color-focus-border);

			/* When the widget is selected, notify the user using the proper look of the icon. */
		}
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator, .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
				opacity: 1;
			}
/* In a RTL environment, align the selection handler to the right side of the widget */
/* stylelint-disable-next-line no-descending-specificity */
.ck[dir="rtl"] .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
	left: auto;
	right: calc(0px - var(--ck-widget-outline-thickness));
}
/* https://github.com/ckeditor/ckeditor5/issues/6415 */
.ck.ck-editor__editable.ck-read-only .ck-widget {
	/* Prevent the :hover outline from showing up because of the used outline-color transition. */
	transition: none;
}
.ck.ck-editor__editable.ck-read-only .ck-widget:not(.ck-widget_selected) {
		/* Disable visual effects of hover/active widget when CKEditor is in readOnly mode.
		 * See: https://github.com/ckeditor/ckeditor5/issues/1261
		 *
		 * Leave the unit because this custom property is used in calc() by other features.
		 * See: https://github.com/ckeditor/ckeditor5/issues/6775
		 */
		--ck-widget-outline-thickness: 0px;
	}
.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle,
		.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover {
			background: var(--ck-color-widget-blurred-border);
		}
/* Style the widget when it's selected but the editable it belongs to lost focus. */
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
	.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover {
		outline-color: var(--ck-color-widget-blurred-border);
	}
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle > .ck-widget__selection-handle,
			.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle,
			.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle > .ck-widget__selection-handle:hover,
			.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle:hover {
				background: var(--ck-color-widget-blurred-border);
			}
.ck.ck-editor__editable > .ck-widget.ck-widget_with-selection-handle:first-child,
.ck.ck-editor__editable blockquote > .ck-widget.ck-widget_with-selection-handle:first-child {
	/* Do not crop selection handler if a widget is a first-child in the blockquote or in the root editable.
	In fact, anything with overflow: hidden.
	https://github.com/ckeditor/ckeditor5-block-quote/issues/28
	https://github.com/ckeditor/ckeditor5-widget/issues/44
	https://github.com/ckeditor/ckeditor5-widget/issues/66 */
	margin-top: calc(1em + var(--ck-widget-handler-icon-size));
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-resizer-size: 10px;

	/* Set the resizer with a 50% offset. */
	--ck-resizer-offset: calc( ( var(--ck-resizer-size) / -2 ) - 2px);
	--ck-resizer-border-width: 1px;
}
.ck .ck-widget__resizer {
	outline: 1px solid var(--ck-color-resizer);
}
.ck .ck-widget__resizer__handle {
	width: var(--ck-resizer-size);
	height: var(--ck-resizer-size);
	background: var(--ck-color-focus-border);
	border: var(--ck-resizer-border-width) solid hsl(0, 0%, 100%);
	border-radius: var(--ck-resizer-border-radius);
}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left {
		top: var(--ck-resizer-offset);
		left: var(--ck-resizer-offset);
	}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right {
		top: var(--ck-resizer-offset);
		right: var(--ck-resizer-offset);
	}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right {
		bottom: var(--ck-resizer-offset);
		right: var(--ck-resizer-offset);
	}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left {
		bottom: var(--ck-resizer-offset);
		left: var(--ck-resizer-offset);
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-widget-type-around-button-size: 20px;
	--ck-color-widget-type-around-button-active: var(--ck-color-focus-border);
	--ck-color-widget-type-around-button-hover: var(--ck-color-widget-hover-border);
	--ck-color-widget-type-around-button-blurred-editable: var(--ck-color-widget-blurred-border);
	--ck-color-widget-type-around-button-radar-start-alpha: 0;
	--ck-color-widget-type-around-button-radar-end-alpha: .3;
	--ck-color-widget-type-around-button-icon: var(--ck-color-base-background);
}
/*
	 * Styles of the type around buttons
	 */
.ck .ck-widget .ck-widget__type-around__button {
		width: var(--ck-widget-type-around-button-size);
		height: var(--ck-widget-type-around-button-size);
		background: var(--ck-color-widget-type-around-button);
		border-radius: 100px;
		transition: opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve), background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);

		opacity: 0;

		pointer-events: none;
	}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget .ck-widget__type-around__button {
			transition: none;
	}
		}
.ck .ck-widget .ck-widget__type-around__button svg {
			width: 10px;
			height: 8px;
			transform: translate(-50%,-50%);
			transition: transform .5s ease;
			margin-top: 1px;
		}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget .ck-widget__type-around__button svg {
				transition: none;
		}
			}
.ck .ck-widget .ck-widget__type-around__button svg * {
				stroke-dasharray: 10;
				stroke-dashoffset: 0;

				fill: none;
				stroke: var(--ck-color-widget-type-around-button-icon);
				stroke-width: 1.5px;
				stroke-linecap: round;
				stroke-linejoin: round;
			}
.ck .ck-widget .ck-widget__type-around__button svg line {
				stroke-dasharray: 7;
			}
.ck .ck-widget .ck-widget__type-around__button:hover {
			/*
			 * Display the "sonar" around the button when hovered.
			 */
			animation: ck-widget-type-around-button-sonar 1s ease infinite;

			/*
			 * Animate active button's icon.
			 */
		}
.ck .ck-widget .ck-widget__type-around__button:hover svg polyline {
					animation: ck-widget-type-around-arrow-dash 2s linear;
				}
.ck .ck-widget .ck-widget__type-around__button:hover svg line {
					animation: ck-widget-type-around-arrow-tip-dash 2s linear;
				}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget .ck-widget__type-around__button:hover {
				animation: none;
		}
					.ck .ck-widget .ck-widget__type-around__button:hover svg polyline {
						animation: none;
					}

					.ck .ck-widget .ck-widget__type-around__button:hover svg line {
						animation: none;
					}
			}
/*
	 * Show type around buttons when the widget gets selected or being hovered.
	 */
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button, .ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__button {
			opacity: 1;
			pointer-events: auto;
		}
/*
	 * Styles for the buttons when the widget is NOT selected (but the buttons are visible
	 * and still can be hovered).
	 */
.ck .ck-widget:not(.ck-widget_selected) > .ck-widget__type-around > .ck-widget__type-around__button {
		background: var(--ck-color-widget-type-around-button-hover);
	}
/*
	 * Styles for the buttons when:
	 * - the widget is selected,
	 * - or the button is being hovered (regardless of the widget state).
	 */
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button,
	.ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover {
		background: var(--ck-color-widget-type-around-button-active);
	}
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button::after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover::after {
			width: calc(var(--ck-widget-type-around-button-size) - 2px);
			height: calc(var(--ck-widget-type-around-button-size) - 2px);
			border-radius: 100px;
			background: linear-gradient(135deg, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,.3) 100%);
		}
/*
	 * Styles for the "before" button when the widget has a selection handle. Because some space
	 * is consumed by the handle, the button must be moved slightly to the right to let it breathe.
	 */
.ck .ck-widget.ck-widget_with-selection-handle > .ck-widget__type-around > .ck-widget__type-around__button_before {
		margin-left: 20px;
	}
/*
	 * Styles for the horizontal "fake caret" which is displayed when the user navigates using the keyboard.
	 */
.ck .ck-widget .ck-widget__type-around__fake-caret {
		pointer-events: none;
		height: 1px;
		animation: ck-widget-type-around-fake-caret-pulse linear 1s infinite normal forwards;

		/*
		 * The semi-transparent-outline+background combo improves the contrast
		 * when the background underneath the fake caret is dark.
		 */
		outline: solid 1px hsla(0, 0%, 100%, .5);
		background: var(--ck-color-base-text);
	}
/*
	 * Styles of the widget when the "fake caret" is blinking (e.g. upon keyboard navigation).
	 * Despite the widget being physically selected in the model, its outline should disappear.
	 */
.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_before,
		.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_after {
			outline-color: transparent;
		}
/*
		 * When the "fake caret" is visible we simulate that the widget is not selected
		 * (despite being physically selected), so the outline color should be for the
		 * unselected widget.
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected:hover, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected:hover {
			outline-color: var(--ck-color-widget-hover-border);
		}
/*
		 * Styles of the type around buttons when the "fake caret" is blinking (e.g. upon keyboard navigation).
		 * In this state, the type around buttons would collide with the fake carets so they should disappear.
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__button, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__button {
			opacity: 0;
			pointer-events: none;
		}
/*
		 * Fake horizontal caret integration with the selection handle. When the caret is visible, simply
		 * hide the handle because it intersects with the caret (and does not make much sense anyway).
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle {
					opacity: 0
				}
/*
		 * Fake horizontal caret integration with the resize UI. When the caret is visible, simply
		 * hide the resize UI because it creates too much noise. It can be visible when the user
		 * hovers the widget, though.
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected.ck-widget_with-resizer > .ck-widget__resizer, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected.ck-widget_with-resizer > .ck-widget__resizer {
			opacity: 0
		}
/*
 * Styles for the "before" button when the widget has a selection handle in an RTL environment.
 * The selection handler is aligned to the right side of the widget so there is no need to create
 * additional space for it next to the "before" button.
 */
.ck[dir="rtl"] .ck-widget.ck-widget_with-selection-handle .ck-widget__type-around > .ck-widget__type-around__button_before {
	margin-left: 0;
	margin-right: 20px;
}
/*
 * Hide type around buttons when the widget is selected as a child of a selected
 * nested editable (e.g. mulit-cell table selection).
 *
 * See https://github.com/ckeditor/ckeditor5/issues/7263.
 */
.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button, .ck-editor__nested-editable.ck-editor__editable_selected .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__button {
				opacity: 0;
				pointer-events: none;
			}
/*
 * Styles for the buttons when the widget is selected but the user clicked outside of the editor (blurred the editor).
 */
.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:not(:hover) {
	background: var(--ck-color-widget-type-around-button-blurred-editable);
}
.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:not(:hover) svg * {
		stroke: hsl(0,0%,60%);
	}
@keyframes ck-widget-type-around-arrow-dash {
	0% {
		stroke-dashoffset: 10;
	}
	20%, 100% {
		stroke-dashoffset: 0;
	}
}
@keyframes ck-widget-type-around-arrow-tip-dash {
	0%, 20% {
		stroke-dashoffset: 7;
	}
	40%, 100% {
		stroke-dashoffset: 0;
	}
}
@keyframes ck-widget-type-around-button-sonar {
	0% {
		box-shadow: 0 0 0 0 hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
	}
	50% {
		box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-end-alpha));
	}
	100% {
		box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
	}
}
@keyframes ck-widget-type-around-fake-caret-pulse {
	0% {
		opacity: 1;
	}
	49% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-content code {
	background-color: hsla(0, 0%, 78%, 0.3);
	padding: .15em;
	border-radius: 2px;
}

.ck.ck-editor__editable .ck-code_selected  {
	background-color: hsla(0, 0%, 78%, 0.5);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-content blockquote {
	/* See #12 */
	overflow: hidden;

	/* https://github.com/ckeditor/ckeditor5-block-quote/issues/15 */
	padding-right: 1.5em;
	padding-left: 1.5em;

	margin-left: 0;
	margin-right: 0;
	font-style: italic;
	border-left: solid 5px hsl(0, 0%, 80%);
}

.ck-content[dir="rtl"] blockquote {
	border-left: 0;
	border-right: solid 5px hsl(0, 0%, 80%);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	/* Based on default CKBox theme colors */
	--ck-image-processing-highlight-color: hsl(220, 10%, 98%);
	--ck-image-processing-background-color: hsl(220, 10%, 90%);
}

.ck.ck-editor__editable .image.image-processing {
			position: relative;
		}

.ck.ck-editor__editable .image.image-processing:before {
				content: '';

				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;

				height: 100%;
				width: 100%;

				background: linear-gradient(
					90deg,
					var(--ck-image-processing-background-color),
					var(--ck-image-processing-highlight-color),
					var(--ck-image-processing-background-color)
				);
				background-size: 200% 100%;

				animation: ck-image-processing-animation 2s linear infinite;
			}

.ck.ck-editor__editable .image.image-processing img {
				height: 100%;
			}

@keyframes ck-image-processing-animation {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
	 * Vertical drop target (in text).
	 */

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position {
		display: inline;
		position: relative;
		pointer-events: none;
	}

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
			position: absolute;
			width: 0;
		}

/*
	 * Styles of the widget being dragged (its preview).
	 */

.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle {
			display: none;
		}

.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around {
			display: none;
		}

.ck.ck-clipboard-drop-target-line {
	position: absolute;
	pointer-events: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-content pre {
	padding: 1em;
	color: hsl(0, 0%, 20.8%);
	background: hsla(0, 0%, 78%, 0.3);
	border: 1px solid hsl(0, 0%, 77%);
	border-radius: 2px;

	/* Code block are language direction–agnostic. */
	text-align: left;
	direction: ltr;

	tab-size: 4;
	white-space: pre-wrap;

	/* Don't inherit the style, e.g. when in a block quote. */
	font-style: normal;

	/* Don't let the code be squashed e.g. when in a table cell. */
	min-width: 200px;
}

.ck-content pre code {
		background: unset;
		padding: 0;
		border-radius: 0;
	}

.ck.ck-editor__editable pre {
	position: relative;
}

.ck.ck-editor__editable pre[data-language]::after {
		content: attr(data-language);
		position: absolute;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-editor {
	/* All the elements within `.ck-editor` are positioned relatively to it.
	 If any element needs to be positioned with respect to the <body>, etc.,
	 it must land outside of the `.ck-editor` in DOM. */
	position: relative;
}

.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
		/* https://github.com/ckeditor/ckeditor5-editor-classic/issues/62 */
		z-index: var(--ck-z-panel);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/* See ckeditor/ckeditor5#936. */
.ck.ck-placeholder,
.ck .ck-placeholder {
	position: relative;
}
.ck.ck-placeholder::before, .ck .ck-placeholder::before {
		position: absolute;
		left: 0;
		right: 0;
		content: attr(data-placeholder);

		/* See ckeditor/ckeditor5#469. */
		pointer-events: none;
	}

/* See ckeditor/ckeditor5#1987. */
.ck.ck-read-only .ck-placeholder::before {
		display: none;
	}

/*
 * Rules for the `ck-placeholder` are loaded before the rules for `ck-reset_all` in the base CKEditor 5 DLL build.
 * This fix overwrites the incorrectly set `position: static` from `ck-reset_all`.
 * See https://github.com/ckeditor/ckeditor5/issues/11418.
 */
.ck.ck-reset_all .ck-placeholder {
	position: relative;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/* Elements marked by the Renderer as hidden should be invisible in the editor. */
.ck.ck-editor__editable span[data-ck-unsafe-element] {
	display: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-find-result {
	background: var(--ck-color-highlight-background);
	color: var(--ck-color-text);
}

.ck-find-result_selected {
	background: hsl(29, 100%, 60%);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-find-and-replace-form {
	max-width: 100%;
}

.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
		display: flex;

		/* The inputs area styles */
	}

.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs.ck-find-and-replace-form__inputs .ck-results-counter, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions.ck-find-and-replace-form__inputs .ck-results-counter {
			position: absolute;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/* The values should be synchronized with the "FONT_SIZE_PRESET_UNITS" object in the "/src/fontsize/utils.js" file. */

/* Styles should be prefixed with the `.ck-content` class.
See https://github.com/ckeditor/ckeditor5/issues/6636 */
.ck-content .text-tiny {
		font-size: .7em;
	}
.ck-content .text-small {
		font-size: .85em;
	}
.ck-content .text-big {
		font-size: 1.4em;
	}
.ck-content .text-huge {
		font-size: 1.8em;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-heading_heading1 {
	font-size: 20px;
}

.ck.ck-heading_heading2 {
	font-size: 17px;
}

.ck.ck-heading_heading3 {
	font-size: 14px;
}

.ck[class*="ck-heading_heading"] {
	font-weight: bold;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-highlight-marker-yellow: hsl(60, 97%, 73%);
	--ck-highlight-marker-green: hsl(120, 93%, 68%);
	--ck-highlight-marker-pink: hsl(345, 96%, 73%);
	--ck-highlight-marker-blue: hsl(201, 97%, 72%);
	--ck-highlight-pen-red: hsl(0, 85%, 49%);
	--ck-highlight-pen-green: hsl(112, 100%, 27%);
}

.ck-content .marker-yellow {
		background-color: var(--ck-highlight-marker-yellow);
	}
.ck-content .marker-green {
		background-color: var(--ck-highlight-marker-green);
	}
.ck-content .marker-pink {
		background-color: var(--ck-highlight-marker-pink);
	}
.ck-content .marker-blue {
		background-color: var(--ck-highlight-marker-blue);
	}

.ck-content .pen-red {
		color: var(--ck-highlight-pen-red);

		/* Override default yellow background of `<mark>` from user agent stylesheet */
		background-color: transparent;
	}
.ck-content .pen-green {
		color: var(--ck-highlight-pen-green);

		/* Override default yellow background of `<mark>` from user agent stylesheet */
		background-color: transparent;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */


.ck-editor__editable .ck-horizontal-line {
	/* Necessary to render properly next to floated objects, e.g. side image case. */
	display: flow-root;
}

.ck-content hr {
	margin: 15px 0;
	height: 4px;
	background: hsl(0, 0%, 87%);
	border: 0;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/* The feature container. */
.ck-widget.raw-html-embed {
	/* Give the embed some air. */
	/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
	margin: 0.9em auto;
	position: relative;
	display: flow-root;

	/* Give the html embed some minimal width in the content to prevent them
	from being "squashed" in tight spaces, e.g. in table cells (https://github.com/ckeditor/ckeditor5/issues/8331) */
	min-width: 15em;

	/* Don't inherit the style, e.g. when in a block quote. */
	font-style: normal;

	/* ----- Emebed label in the upper left corner ----------------------------------------------- */
}
.ck-widget.raw-html-embed::before {
		position: absolute;

		/* Make sure the content does not cover the label. */
		z-index: 1;
	}
/* ----- Emebed internals --------------------------------------------------------------------- */
/* The switch mode button wrapper. */
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper {
		position: absolute;
		display: flex;
		flex-direction: column;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview {
		position: relative;
		overflow: hidden;
		display: flex;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-content {
		width: 100%;
		position: relative;
		margin: auto;

		/* Gives spacing to the small renderable elements, so they always cover the placeholder. */
		display: table;
		border-collapse: separate;
		border-spacing: 7px;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;

		display: flex;
		align-items: center;
		justify-content: center;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-html-object-embed-unfocused-outline-width: 1px;
}

.ck-widget.html-object-embed {
	font-size: var(--ck-font-size-base);
	background-color: var(--ck-color-base-foreground);
	padding: var(--ck-spacing-small);
	/* Leave space for label */
	padding-top: calc(var(--ck-font-size-tiny) + var(--ck-spacing-large));
	min-width: calc(76px + var(--ck-spacing-standard));
}

.ck-widget.html-object-embed:not(.ck-widget_selected):not(:hover) {
		outline: var(--ck-html-object-embed-unfocused-outline-width) dashed var(--ck-color-widget-blurred-border);
	}

.ck-widget.html-object-embed::before {
		font-weight: normal;
		font-style: normal;
		position: absolute;
		content: attr(data-html-object-embed-label);
		top: 0;
		left: var(--ck-spacing-standard);
		background: hsl(0deg 0% 60%);
		transition: background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
		padding: calc(var(--ck-spacing-tiny) + var(--ck-html-object-embed-unfocused-outline-width)) var(--ck-spacing-small) var(--ck-spacing-tiny);
		border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
		color: var(--ck-color-base-background);
		font-size: var(--ck-font-size-tiny);
		font-family: var(--ck-font-face);
	}

/* Make space for label. */

.ck-widget.html-object-embed .ck-widget__type-around .ck-widget__type-around__button.ck-widget__type-around__button_before {
		margin-left: 50px;
	}

.ck-widget.html-object-embed .html-object-embed__content {
		/* Disable user interaction with embed content */
		pointer-events: none;
	}

div.ck-widget.html-object-embed {
	margin: 1em auto;
}

span.ck-widget.html-object-embed {
	display: inline-block;
}


/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-color-image-caption-background: hsl(0, 0%, 97%);
	--ck-color-image-caption-text: hsl(0, 0%, 20%);
	--ck-color-image-caption-highlighted-background: hsl(52deg 100% 50%);
}

/* Content styles */
.ck-content .image > figcaption {
	display: table-caption;
	caption-side: bottom;
	word-break: break-word;
	color: var(--ck-color-image-caption-text);
	background-color: var(--ck-color-image-caption-background);
	padding: .6em;
	font-size: .75em;
	outline-offset: -1px;

	/* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
}
@media (forced-colors: active) {
.ck-content .image > figcaption {
		background-color: unset;
		color: unset;
}
	}

/* Editing styles */
@media (forced-colors: none) {
		.ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
		animation: ck-image-caption-highlight .6s ease-out;
		}
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
		animation: none;
}
	}

@keyframes ck-image-caption-highlight {
	0% {
		background-color: var(--ck-color-image-caption-highlighted-background);
	}

	100% {
		background-color: var(--ck-color-image-caption-background);
	}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-image-insert-url {
	width: 400px;
	padding: var(--ck-spacing-large) var(--ck-spacing-large) 0;
}

.ck.ck-image-insert-url .ck-image-insert-url__action-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/* Preserve aspect ratio of the resized image after introducing image height attribute. */
.ck-content img.image_resized {
	height: auto;
}

.ck-content .image.image_resized {
	max-width: 100%;
	/*
	The `<figure>` element for resized images must not use `display:table` as browsers do not support `max-width` for it well.
	See https://stackoverflow.com/questions/4019604/chrome-safari-ignoring-max-width-in-table/14420691#14420691 for more.
	Fortunately, since we control the width, there is no risk that the image will look bad.
	*/
	display: block;
	box-sizing: border-box;
}

.ck-content .image.image_resized img {
		/* For resized images it is the `<figure>` element that determines the image width. */
		width: 100%;
	}

.ck-content .image.image_resized > figcaption {
		/* The `<figure>` element uses `display:block`, so `<figcaption>` also has to. */
		display: block;
	}

/* The resized inline image nested in the table should respect its parent size.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */

.ck.ck-editor__editable td .image-inline.image_resized img, .ck.ck-editor__editable th .image-inline.image_resized img {
			max-width: 100%;
		}

[dir="ltr"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
	margin-right: var(--ck-spacing-standard);
}

[dir="rtl"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
	margin-left: var(--ck-spacing-standard);
}

.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label {
	width: 4em;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-image-custom-resize-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.ck.ck-image-custom-resize-form .ck-labeled-field-view {
		display: inline-block;
	}

.ck.ck-image-custom-resize-form .ck-label {
		display: none;
	}

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

.ck.ck-image-custom-resize-form {
		flex-wrap: wrap;
}

		.ck.ck-image-custom-resize-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-image-custom-resize-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-image-style-spacing: 1.5em;
	--ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
}

/* See: https://github.com/ckeditor/ckeditor5/issues/16317 */

/* Provides a minimal side margin for the left and right aligned images, so that the user has a visual feedback
		confirming successful application of the style if image width exceeds the editor's size.
		See https://github.com/ckeditor/ckeditor5/issues/9342 */

.ck-content .image.image-style-block-align-left,
		.ck-content .image.image-style-block-align-right {
			max-width: calc(100% - var(--ck-image-style-spacing));
		}

/* Allows displaying multiple floating images in the same line.
		See https://github.com/ckeditor/ckeditor5/issues/9183#issuecomment-804988132 */

.ck-content .image.image-style-align-left,
		.ck-content .image.image-style-align-right {
			clear: none;
		}

.ck-content .image.image-style-side {
			float: right;
			margin-left: var(--ck-image-style-spacing);
			max-width: 50%;
		}

.ck-content .image.image-style-align-left {
			float: left;
			margin-right: var(--ck-image-style-spacing);
		}

.ck-content .image.image-style-align-right {
			float: right;
			margin-left: var(--ck-image-style-spacing);
		}

.ck-content .image.image-style-block-align-right {
			margin-right: 0;
			margin-left: auto;
		}

.ck-content .image.image-style-block-align-left {
			margin-left: 0;
			margin-right: auto;
		}

.ck-content .image-style-align-center {
		margin-left: auto;
		margin-right: auto;
	}

.ck-content .image-style-align-left {
		float: left;
		margin-right: var(--ck-image-style-spacing);
	}

.ck-content .image-style-align-right {
		float: right;
		margin-left: var(--ck-image-style-spacing);
	}

/* Simulates margin collapsing with the preceding paragraph, which does not work for the floating elements. */

.ck-content p + .image.image-style-align-left,
	.ck-content p + .image.image-style-align-right,
	.ck-content p + .image.image-style-side {
		margin-top: 0;
	}

.ck-content .image-inline.image-style-align-left,
		.ck-content .image-inline.image-style-align-right {
			margin-top: var(--ck-inline-image-style-spacing);
			margin-bottom: var(--ck-inline-image-style-spacing);
		}

.ck-content .image-inline.image-style-align-left {
			margin-right: var(--ck-inline-image-style-spacing);
		}

.ck-content .image-inline.image-style-align-right {
			margin-left: var(--ck-inline-image-style-spacing);
		}

/* The button should display as a regular drop-down if the action button
	is forced to fire the same action as the arrow button. */

.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
				background-color: var(--ck-color-button-on-background);
			}

.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover)::after {
					display: none;
				}

.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
				background-color: var(--ck-color-button-on-hover-background);
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-text-alternative-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.ck.ck-text-alternative-form .ck-labeled-field-view {
		display: inline-block;
	}

.ck.ck-text-alternative-form .ck-label {
		display: none;
	}

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

.ck.ck-text-alternative-form {
		flex-wrap: wrap;
}

		.ck.ck-text-alternative-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-text-alternative-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-editor__editable .image,
	.ck.ck-editor__editable .image-inline {
		position: relative;
	}

/* Upload progress bar. */

.ck.ck-editor__editable .image .ck-progress-bar,
	.ck.ck-editor__editable .image-inline .ck-progress-bar {
		position: absolute;
		top: 0;
		left: 0;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-image-upload-complete-icon {
	display: block;
	position: absolute;

	/*
	 * Smaller images should have the icon closer to the border.
	 * Match the icon position with the linked image indicator brought by the link image feature.
	 */
	top: min(var(--ck-spacing-medium), 6%);
	right: min(var(--ck-spacing-medium), 6%);
	border-radius: 50%;
	z-index: 1;
}

.ck-image-upload-complete-icon::after {
		content: "";
		position: absolute;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck .ck-upload-placeholder-loader {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.ck .ck-upload-placeholder-loader::before {
		content: '';
		position: relative;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-content .image {
		display: table;
		clear: both;
		text-align: center;

		/* Make sure there is some space between the content and the image. Center image by default. */
		/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	 	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
		margin: 0.9em auto;

		/* Make sure the caption will be displayed properly (See: https://github.com/ckeditor/ckeditor5/issues/1870). */
		min-width: 50px;
	}

.ck-content .image img {
			/* Prevent unnecessary margins caused by line-height (see #44). */
			display: block;

			/* Center the image if its width is smaller than the content's width. */
			margin: 0 auto;

			/* Make sure the image never exceeds the size of the parent container (ckeditor/ckeditor5-ui#67). */
			max-width: 100%;

			/* Make sure the image is never smaller than the parent container (See: https://github.com/ckeditor/ckeditor5/issues/9300). */
			min-width: 100%;

			/* Keep proportions of the block image if the height is set and the image is wider than the editor width.
			See https://github.com/ckeditor/ckeditor5/issues/14542. */
			height: auto;
		}

.ck-content .image-inline {
		/*
		 * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).
		 * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
		 * This strange behavior does not happen with inline-flex.
		 */
		display: inline-flex;

		/* While being resized, don't allow the image to exceed the width of the editing root. */
		max-width: 100%;

		/* This is required by Safari to resize images in a sensible way. Without this, the browser breaks the ratio. */
		align-items: flex-start;

		/* When the picture is present it must act as a flex container to let the img resize properly */
	}

.ck-content .image-inline picture {
			display: flex;
		}

/* When the picture is present, it must act like a resizable img. */

.ck-content .image-inline picture,
		.ck-content .image-inline img {
			/* This is necessary for the img to span the entire .image-inline wrapper and to resize properly. */
			flex-grow: 1;
			flex-shrink: 1;

			/* Prevents overflowing the editing root boundaries when an inline image is very wide. */
			max-width: 100%;
		}

/*
	 * Inhertit the content styles padding of the <figcaption> in case the integration overrides `text-align: center`
	 * of `.image` (e.g. to the left/right). This ensures the placeholder stays at the padding just like the native
	 * caret does, and not at the edge of <figcaption>.
	 */

.ck.ck-editor__editable .image > figcaption.ck-placeholder::before {
		padding-left: inherit;
		padding-right: inherit;

		/*
		 * Make sure the image caption placeholder doesn't overflow the placeholder area.
		 * See https://github.com/ckeditor/ckeditor5/issues/9162.
		 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

/*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */

.ck.ck-editor__editable .image {
		z-index: 1;

		/*
		 * Make sure the selected image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
	}

.ck.ck-editor__editable .image.ck-widget_selected {
			z-index: 2;
		}

/*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */

.ck.ck-editor__editable .image-inline {
		z-index: 1;

		/*
		 * Make sure the selected inline image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
	}

.ck.ck-editor__editable .image-inline.ck-widget_selected {
			z-index: 2;

			/*
			 * Make sure the native browser selection style is not displayed.
			 * Inline image widgets have their own styles for the selected state and
			 * leaving this up to the browser is asking for a visual collision.
			 */
		}

.ck.ck-editor__editable .image-inline.ck-widget_selected ::selection {
				display: none;
			}

/* Keep proportions of the inline image if the height is set and the image is wider than the editor width.
	See https://github.com/ckeditor/ckeditor5/issues/14542. */

.ck.ck-editor__editable .image-inline img {
		height: auto;
	}

/* The inline image nested in the table should have its original size if not resized.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */

.ck.ck-editor__editable td .image-inline img, .ck.ck-editor__editable th .image-inline img {
			max-width: none;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-editor__editable img.image_placeholder {
		background-size: 100% 100%;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-link-form {
	display: flex;
	align-items: flex-start;
}

.ck.ck-link-form .ck-label {
		display: none;
	}

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

.ck.ck-link-form {
		flex-wrap: wrap;
}

		.ck.ck-link-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-link-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Style link form differently when manual decorators are available.
 * See: https://github.com/ckeditor/ckeditor5-link/issues/186.
 */
.ck.ck-link-form_layout-vertical {
	display: block;

	/*
	 * Whether the form is in the responsive mode or not, if there are decorator buttons
	 * keep the top margin of action buttons medium.
	 */
}
.ck.ck-link-form_layout-vertical .ck-button.ck-button-save,
		.ck.ck-link-form_layout-vertical .ck-button.ck-button-cancel {
			margin-top: var(--ck-spacing-medium);
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-link-actions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.ck.ck-link-actions .ck-link-actions__preview {
		display: inline-block;
	}

.ck.ck-link-actions .ck-link-actions__preview .ck-button__label {
			overflow: hidden;
		}

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

.ck.ck-link-actions {
		flex-wrap: wrap;
}

		.ck.ck-link-actions .ck-link-actions__preview {
			flex-basis: 100%;
		}

		.ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/* Linked image indicator */

.ck.ck-editor__editable figure.image > a::after, .ck.ck-editor__editable a span.image-inline::after {
			display: block;
			position: absolute;
		}


/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-editor__editable .ck-list-bogus-paragraph {
	display: block;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-list-styles-list {
	display: grid;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-content ol {
	list-style-type: decimal;
}

.ck-content ol ol {
		list-style-type: lower-latin;
	}

.ck-content ol ol ol {
			list-style-type: lower-roman;
		}

.ck-content ol ol ol ol {
				list-style-type: upper-latin;
			}

.ck-content ol ol ol ol ol {
					list-style-type: upper-roman;
				}

.ck-content ul {
	list-style-type: disc;
}

.ck-content ul ul {
		list-style-type: circle;
	}

.ck-content ul ul ul {
			list-style-type: square;
		}

.ck-content ul ul ul ul {
				list-style-type: square;
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-todo-list-checkmark-size: 16px;
}

/*
 * To-do list content styles.
 */
.ck-content .todo-list {
	list-style: none;
}
.ck-content .todo-list li {
		position: relative;
		margin-bottom: 5px;
	}
.ck-content .todo-list li .todo-list {
			margin-top: 5px;
		}
.ck-content .todo-list .todo-list__label > input {
			-webkit-appearance: none;
			display: inline-block;
			position: relative;
			width: var(--ck-todo-list-checkmark-size);
			height: var(--ck-todo-list-checkmark-size);
			vertical-align: middle;
			/* Needed on iOS */
			border: 0;
			/* LTR styles */
			left: -25px;
			margin-right: -15px;
			right: 0;
			margin-left: 0;
			/* RTL styles */
		}
.ck-content[dir=rtl] .todo-list .todo-list__label > input {
		left: 0;
		margin-right: 0;
		right: -25px;
		margin-left: -15px;
		}
.ck-content .todo-list .todo-list__label > input::before {
		display: block;
		position: absolute;
		box-sizing: border-box;
		content: '';
		width: 100%;
		height: 100%;
		border: 1px solid hsl(0, 0%, 20%);
		border-radius: 2px;
		transition: 250ms ease-in-out box-shadow;
	}
@media (prefers-reduced-motion: reduce) {
.ck-content .todo-list .todo-list__label > input::before {
			transition: none;
	}
		}
.ck-content .todo-list .todo-list__label > input::after {
		display: block;
		position: absolute;
		box-sizing: content-box;
		pointer-events: none;
		content: '';

		/* Calculate tick position, size and border-width proportional to the checkmark size. */
		left: calc( var(--ck-todo-list-checkmark-size) / 3 );
		top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
		border-style: solid;
		border-color: transparent;
		border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
		transform: rotate(45deg);
	}
.ck-content .todo-list .todo-list__label > input[checked]::before {
			background: hsl(126, 64%, 41%);
			border-color: hsl(126, 64%, 41%);
		}
.ck-content .todo-list .todo-list__label > input[checked]::after {
			border-color: hsl(0, 0%, 100%);
		}
.ck-content .todo-list .todo-list__label .todo-list__label__description {
			vertical-align: middle;
		}
.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
			position: absolute;
		}

/*
 * To-do list editing view styles.
 */
/*
	 * To-do list should be interactive only during the editing
	 * (https://github.com/ckeditor/ckeditor5/issues/2090).
	 */
.ck-editor__editable.ck-content .todo-list .todo-list__label > input,
	.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
		cursor: pointer;
	}
.ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before, .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:hover::before {
			box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
		}
/*
	 * Document Lists - editing view has an additional span around checkbox.
	 */
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
		-webkit-appearance: none;
		display: inline-block;
		position: relative;
		width: var(--ck-todo-list-checkmark-size);
		height: var(--ck-todo-list-checkmark-size);
		vertical-align: middle;
		/* Needed on iOS */
		border: 0;
		/* LTR styles */
		left: -25px;
		margin-right: -15px;
		right: 0;
		margin-left: 0;
		/* RTL styles */
	}
.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
		left: 0;
		margin-right: 0;
		right: -25px;
		margin-left: -15px;
	}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
		display: block;
		position: absolute;
		box-sizing: border-box;
		content: '';
		width: 100%;
		height: 100%;
		border: 1px solid hsl(0, 0%, 20%);
		border-radius: 2px;
		transition: 250ms ease-in-out box-shadow;
	}
@media (prefers-reduced-motion: reduce) {
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
			transition: none;
	}
		}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after {
		display: block;
		position: absolute;
		box-sizing: content-box;
		pointer-events: none;
		content: '';

		/* Calculate tick position, size and border-width proportional to the checkmark size. */
		left: calc( var(--ck-todo-list-checkmark-size) / 3 );
		top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
		border-style: solid;
		border-color: transparent;
		border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
		transform: rotate(45deg);
	}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before {
			background: hsl(126, 64%, 41%);
			border-color: hsl(126, 64%, 41%);
		}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after {
			border-color: hsl(0, 0%, 100%);
		}
.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
			position: absolute;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-content .media {
	/* Don't allow floated content overlap the media.
	https://github.com/ckeditor/ckeditor5-media-embed/issues/53 */
	clear: both;

	/* Make sure there is some space between the content and the media. */
	/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
	margin: 0.9em 0;

	/* Make sure media is not overriden with Bootstrap default `flex` value.
	See: https://github.com/ckeditor/ckeditor5/issues/1373. */
	display: block;

	/* Give the media some minimal width in the content to prevent them
	from being "squashed" in tight spaces, e.g. in table cells (#44) */
	min-width: 15em;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-media__wrapper .ck-media__placeholder {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url {
			/* Otherwise the URL will overflow when the content is very narrow. */
			max-width: 100%;

			position: relative;
		}

.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-media__placeholder__url__text {
				overflow: hidden;
				display: block;
			}

.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="goo.gl/maps"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="maps.google.com"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder__icon * {
			display: none;
		}

/* Disable all mouse interaction as long as the editor is not read–only.
   https://github.com/ckeditor/ckeditor5-media-embed/issues/58 */
.ck-editor__editable:not(.ck-read-only) .ck-media__wrapper > *:not(.ck-media__placeholder) {
	pointer-events: none;
}

/* Disable all mouse interaction when the widget is not selected (e.g. to avoid opening links by accident).
   https://github.com/ckeditor/ckeditor5-media-embed/issues/18 */
.ck-editor__editable:not(.ck-read-only) .ck-widget:not(.ck-widget_selected) .ck-media__placeholder {
	pointer-events: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-vertical-form .ck-button::after {
		content: "";
		width: 0;
		position: absolute;
		right: -1px;
		top: -1px;
		bottom: -1px;
		z-index: 1;
	}

.ck-vertical-form .ck-button:focus::after {
		display: none;
	}

@media screen and (max-width: 600px) {
			.ck.ck-responsive-form .ck-button::after {
				content: "";
				width: 0;
				position: absolute;
				right: -1px;
				top: -1px;
				bottom: -1px;
				z-index: 1;
			}

			.ck.ck-responsive-form .ck-button:focus::after {
				display: none;
			}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-media-form {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 400px;
}

.ck.ck-media-form .ck-labeled-field-view {
		display: inline-block;
		width: 100%;
	}

.ck.ck-media-form .ck-label {
		display: none;
	}

.ck.ck-media-form .ck-input {
		width: 100%;
	}

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

.ck.ck-media-form {
		flex-wrap: wrap;
}

		.ck.ck-media-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-media-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-mention-list-max-height: 300px;
}

.ck.ck-mentions {
	max-height: var(--ck-mention-list-max-height);

	overflow-y: auto;

	/* Prevent unnecessary horizontal scrollbar in Safari
	https://github.com/ckeditor/ckeditor5-mention/issues/41 */
	overflow-x: hidden;

	overscroll-behavior: contain;

	/* Prevent unnecessary vertical scrollbar in Safari
	https://github.com/ckeditor/ckeditor5-mention/issues/41 */
}

.ck.ck-mentions > .ck-list__item {
		overflow: hidden;
		flex-shrink: 0;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-color-minimap-tracker-background: 208, 0%, 51%;
	--ck-color-minimap-iframe-outline: hsl(0deg 0% 75%);
	--ck-color-minimap-iframe-shadow: hsl(0deg 0% 0% / 11%);
	--ck-color-minimap-progress-background: hsl(0,0%,40%);
}

.ck.ck-minimap {
	position: absolute;
	user-select: none;
	background: var(--ck-color-base-background);
}

.ck.ck-minimap,
	.ck.ck-minimap iframe {
		width: 100%;
		height: 100%;
	}

.ck.ck-minimap iframe {
		border: 0;
		pointer-events: none;
		position: relative;
		outline: 1px solid var(--ck-color-minimap-iframe-outline);
		box-shadow: 0 2px 5px var(--ck-color-minimap-iframe-shadow);
		margin: 0;
	}

.ck.ck-minimap .ck.ck-minimap__position-tracker {
		position: absolute;
		width: 100%;
		top: 0;
		background: hsla( var(--ck-color-minimap-tracker-background), .2 );
		z-index: 1;
		transition: background 100ms ease-in-out;
	}

@media (prefers-reduced-motion: reduce) {

.ck.ck-minimap .ck.ck-minimap__position-tracker {
			transition: none;
	}
		}

.ck.ck-minimap .ck.ck-minimap__position-tracker:hover {
			background:hsla( var(--ck-color-minimap-tracker-background), .3 );
		}

.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging,
		.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover {
			background:hsla( var(--ck-color-minimap-tracker-background), .4 );
		}

.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging::after, .ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover::after {
				opacity: 1;
			}

.ck.ck-minimap .ck.ck-minimap__position-tracker::after {
			content: attr(data-progress) "%";
			position: absolute;
			top: 5px;
			right: 5px;
			background: var(--ck-color-minimap-progress-background);
			color: var(--ck-color-base-background);
			border: 1px solid var(--ck-color-base-background);
			padding: 2px 4px;
			font-size: 10px;
			border-radius: 3px;
			opacity: 0;
			transition: opacity 100ms ease-in-out;
		}

@media (prefers-reduced-motion: reduce) {

.ck.ck-minimap .ck.ck-minimap__position-tracker::after {
				transition: none;
		}
			}


/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-content .page-break {
	position: relative;
	clear: both;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ck-content .page-break::after {
		content: '';
		position: absolute;
		border-bottom: 2px dashed hsl(0, 0%, 77%);
		width: 100%;
	}

.ck-content .page-break__label {
	position: relative;
	z-index: 1;
	padding: .3em .6em;
	display: block;
	text-transform: uppercase;
	border: 1px solid hsl(0, 0%, 77%);
	border-radius: 2px;
	font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 0.75em;
	font-weight: bold;
	color: hsl(0, 0%, 20%);
	background: hsl(0, 0%, 100%);
	box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);

	/* Disable the possibility to select the label text by the user. */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Do not show the page break element inside the print preview window. */
@media print {
	.ck-content .page-break {
		padding: 0;
	}

		.ck-content .page-break::after {
			display: none;
		}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-show-blocks-border-color: hsl(0, 0%, 46%);
}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *):not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */

.ck-source-editing-area {
	position: relative;
	overflow: hidden;
}

.ck-source-editing-area::after,
.ck-source-editing-area textarea {
	padding: var(--ck-spacing-large);
	margin: 0;
	border: 1px solid transparent;
	line-height: var(--ck-line-height-base);
	font-size: var(--ck-font-size-normal);
	font-family: monospace;
	white-space: pre-wrap;
}

.ck-source-editing-area::after {
	content: attr(data-value) " ";
	visibility: hidden;
	display: block;
}

.ck-source-editing-area textarea {
	position: absolute;
	width: 100%;
	height: 100%;
	resize: none;
	outline: none;
	overflow: hidden;
	box-sizing: border-box;

	border-color: var(--ck-color-base-border);

	border-radius: 0;
}

.ck-rounded-corners .ck-source-editing-area textarea, .ck-source-editing-area textarea.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
}

.ck-source-editing-area textarea:not([readonly]):focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-inner-shadow), 0 0;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-character-grid {
	max-width: 100%;
}

.ck.ck-character-grid .ck-character-grid__tiles {
		display: grid;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-character-info {
	display: flex;
	justify-content: space-between;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-style-panel-columns: 3;
}

.ck.ck-style-panel .ck-style-grid {
	display: grid;
	grid-template-columns: repeat(var(--ck-style-panel-columns),auto);
	justify-content: start;
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview {
			display: flex;
			align-content: center;
			justify-content: flex-start;
			align-items: center;
			flex-grow: 1;
			flex-basis: 100%;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck-content .table {
	/* Give the table widget some air and center it horizontally */
	/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
	margin: 0.9em auto;
	display: table;
}

.ck-content .table table {
		/* The table cells should have slight borders */
		border-collapse: collapse;
		border-spacing: 0;

		/* Table width and height are set on the parent <figure>. Make sure the table inside stretches
		to the full dimensions of the container (https://github.com/ckeditor/ckeditor5/issues/6186). */
		width: 100%;
		height: 100%;

		/* The outer border of the table should be slightly darker than the inner lines.
		Also see https://github.com/ckeditor/ckeditor5-table/issues/50. */
		border: 1px double hsl(0, 0%, 70%);
	}

.ck-content .table table td,
		.ck-content .table table th {
			min-width: 2em;
			padding: .4em;

			/* The border is inherited from .ck-editor__nested-editable styles, so theoretically it's not necessary here.
			However, the border is a content style, so it should use .ck-content (so it works outside the editor).
			Hence, the duplication. See https://github.com/ckeditor/ckeditor5/issues/6314 */
			border: 1px solid hsl(0, 0%, 75%);
		}

.ck-content .table table th {
			font-weight: bold;
			background: hsla(0, 0%, 0%, 5%);
		}

/* Text alignment of the table header should match the editor settings and override the native browser styling,
when content is available outside the editor. See https://github.com/ckeditor/ckeditor5/issues/6638 */
.ck-content[dir="rtl"] .table th {
	text-align: right;
}

.ck-content[dir="ltr"] .table th {
	text-align: left;
}

.ck-editor__editable .ck-table-bogus-paragraph {
	/*
	 * Use display:inline-block to force Chrome/Safari to limit text mutations to this element.
	 * See https://github.com/ckeditor/ckeditor5/issues/6062.
	 */
	display: inline-block;

	/*
	 * Inline HTML elements nested in the span should always be dimensioned in relation to the whole cell width.
	 * See https://github.com/ckeditor/ckeditor5/issues/9117.
	 */
	width: 100%;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck .ck-insert-table-dropdown__grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-form__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;

	/* Ignore labels that work as fieldset legends */
}

.ck.ck-form__row > *:not(.ck-label) {
		flex-grow: 1;
	}

.ck.ck-form__row.ck-table-form__action-row .ck-button-save,
		.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel {
			justify-content: center;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row {
			flex-wrap: wrap;
		}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type {
					/* 4 buttons out of 7 (h-alignment + v-alignment) = 0.57 */
					flex-grow: 0.57;
				}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type {
					/* 3 buttons out of 7 (h-alignment + v-alignment) = 0.43 */
					flex-grow: 0.43;
				}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button {
					flex-grow: 1;
				}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-input-color {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.ck.ck-input-color > input.ck.ck-input-text {
		min-width: auto;
		flex-grow: 1;
	}

.ck.ck-input-color > div.ck.ck-dropdown {
		min-width: auto;

		/* This dropdown has no arrow but a color preview instead. */
	}

.ck.ck-input-color > div.ck.ck-dropdown > .ck-input-color__button .ck-dropdown__arrow {
			display: none;
		}

.ck.ck-input-color .ck.ck-input-color__button {
		/* Resolving issue with misaligned buttons on Safari (see #10589) */
		display: flex;
	}

.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview {
			position: relative;
			overflow: hidden;
		}

.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
				position: absolute;
				display: block;
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-table-form .ck-form__row.ck-table-form__border-row {
			flex-wrap: wrap;
		}

.ck.ck-table-form .ck-form__row.ck-table-form__background-row {
			flex-wrap: wrap;
		}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
			flex-wrap: wrap;
			align-items: center;
		}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view {
				display: flex;
				flex-direction: column-reverse;
				align-items: center;
			}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown {
					flex-grow: 0;
				}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
				flex-grow: 0;
			}

.ck.ck-table-form .ck.ck-labeled-field-view {
		/* Allow absolute positioning of the status (error) balloons. */
		position: relative;
	}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
			position: absolute;
			left: 50%;
			bottom: calc( -1 * var(--ck-table-properties-error-arrow-size) );
			transform: translate(-50%,100%);

			/* Make sure the balloon status stays on top of other form elements. */
			z-index: 1;

			/* The arrow pointing towards the field. */
		}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
				content: "";
				position: absolute;
				top: calc( -1 * var(--ck-table-properties-error-arrow-size) );
				left: 50%;
				transform: translateX( -50% );
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
			flex-wrap: wrap;
			flex-basis: 0;
			align-content: baseline;
		}

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items {
				flex-wrap: nowrap;
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-color-selector-caption-background: hsl(0, 0%, 97%);
	--ck-color-selector-caption-text: hsl(0, 0%, 20%);
	--ck-color-selector-caption-highlighted-background: hsl(52deg 100% 50%);
}

/* Content styles */
.ck-content .table > figcaption {
	display: table-caption;
	caption-side: top;
	word-break: break-word;
	text-align: center;
	color: var(--ck-color-selector-caption-text);
	background-color: var(--ck-color-selector-caption-background);
	padding: .6em;
	font-size: .75em;
	outline-offset: -1px;

	/* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
}
@media (forced-colors: active) {
		.ck-content .table > figcaption {
		background-color: unset;
		color: unset;
		}
	}

/* Editing styles */
@media (forced-colors: none) {
		.ck.ck-editor__editable .table > figcaption.table__caption_highlighted {
			animation: ck-table-caption-highlight .6s ease-out;
		}
	}
.ck.ck-editor__editable .table > figcaption.ck-placeholder::before {
		padding-left: inherit;
		padding-right: inherit;

		/*
		 * Make sure the table caption placeholder doesn't overflow the placeholder area.
		 * See https://github.com/ckeditor/ckeditor5/issues/9162.
		 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

@keyframes ck-table-caption-highlight {
	0% {
		background-color: var(--ck-color-selector-caption-highlighted-background);
	}

	100% {
		background-color: var(--ck-color-selector-caption-background);
	}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-color-selector-column-resizer-hover: var(--ck-color-base-active);
	--ck-table-column-resizer-width: 7px;

	/* The offset used for absolute positioning of the resizer element, so that it is placed exactly above the cell border.
	   The value is: minus half the width of the resizer decreased additionaly by the half the width of the border (0.5px). */
	--ck-table-column-resizer-position-offset: calc(var(--ck-table-column-resizer-width) * -0.5 - 0.5px);
}

.ck-content .table .ck-table-resized {
	table-layout: fixed;
}

.ck-content .table table {
	overflow: hidden;
}

.ck-content .table td,
.ck-content .table th {
	/* To prevent text overflowing beyond its cell when columns are resized by resize handler
	(https://github.com/ckeditor/ckeditor5/pull/14379#issuecomment-1589460978). */
	overflow-wrap: break-word;
	position: relative;
}

.ck.ck-editor__editable .table .ck-table-column-resizer {
	position: absolute;
	top: 0;
	bottom: 0;
	right: var(--ck-table-column-resizer-position-offset);
	width: var(--ck-table-column-resizer-width);
	cursor: col-resize;
	user-select: none;
	z-index: var(--ck-z-default);
}

.ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer {
	display: none;
}

/* The resizer elements, which are extended to an extremely high height, break the drag & drop feature in Chrome. To make it work again,
   all resizers must be hidden while the table is dragged. */
.ck.ck-editor__editable .table[draggable] .ck-table-column-resizer {
	display: none;
}

.ck.ck-editor__editable .table .ck-table-column-resizer:hover,
.ck.ck-editor__editable .table .ck-table-column-resizer__active {
	background-color: var(--ck-color-selector-column-resizer-hover);
	opacity: 0.25;
	/* The resizer element resides in each cell so to occupy the entire height of the table, which is unknown from a CSS point of view,
	   it is extended to an extremely high height. Even for screens with a very high pixel density, the resizer will fulfill its role as
	   it should, i.e. for a screen of 476 ppi the total height of the resizer will take over 350 sheets of A4 format, which is totally
	   unrealistic height for a single table. */
	top: -999999px;
	bottom: -999999px;
}

.ck.ck-editor__editable[dir=rtl] .table .ck-table-column-resizer {
	left: var(--ck-table-column-resizer-position-offset);
	right: unset;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/**
 * A class which hides an element in DOM.
 */

.ck-hidden {
	/* Override selector specificity. Otherwise, all elements with some display
	style defined will override this one, which is not a desired result. */
	display: none !important;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-z-default: 1;
	--ck-z-panel: calc( var(--ck-z-default) + 999 );
	--ck-z-dialog: 9999;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/**
 * A class that disables all transitions of the element and its children.
 */
.ck-transitions-disabled,
.ck-transitions-disabled * {
	transition: none !important;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
:root {
	--ck-powered-by-line-height: 10px;
	--ck-powered-by-padding-vertical: 2px;
	--ck-powered-by-padding-horizontal: 4px;
	--ck-powered-by-text-color: hsl(0, 0%, 31%);
	--ck-powered-by-border-radius: var(--ck-border-radius);
	--ck-powered-by-background: hsl(0, 0%, 100%);
	--ck-powered-by-border-color: var(--ck-color-focus-border);
}
.ck.ck-balloon-panel.ck-powered-by-balloon {
	--ck-border-radius: var(--ck-powered-by-border-radius);

	box-shadow: none;
	background: var(--ck-powered-by-background);
	min-height: unset;
	z-index: calc( var(--ck-z-panel) - 1 );
}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
		line-height: var(--ck-powered-by-line-height);
	}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by a {
			cursor: pointer;
			display: flex;
			align-items: center;
			opacity: .66;
			filter: grayscale(80%);
			line-height: var(--ck-powered-by-line-height);
			padding: var(--ck-powered-by-padding-vertical) var(--ck-powered-by-padding-horizontal);
		}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-powered-by__label {
			font-size: 7.5px;
			letter-spacing: -.2px;
			padding-left: 2px;
			text-transform: uppercase;
			font-weight: bold;
			margin-right: 4px;
			cursor: pointer;
			line-height: normal;
			color: var(--ck-powered-by-text-color);

		}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-icon {
			display: block;
			cursor: pointer;
		}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by:hover a {
				filter: grayscale(0%);
				opacity: 1;
			}
.ck.ck-balloon-panel.ck-powered-by-balloon[class*="position_inside"] {
		border-color: transparent;
	}
.ck.ck-balloon-panel.ck-powered-by-balloon[class*="position_border"] {
		border: var(--ck-focus-ring);
		border-color: var(--ck-powered-by-border-color);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/**
 * Makes element unselectable.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-button,
a.ck.ck-button {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	position: relative;
	display: inline-flex;
	align-items: center;
}

[dir="ltr"] .ck.ck-button,
[dir="ltr"] a.ck.ck-button {
		justify-content: left;
}

[dir="rtl"] .ck.ck-button,
[dir="rtl"] a.ck.ck-button {
		justify-content: right;
}

.ck.ck-button .ck-button__label, a.ck.ck-button .ck-button__label {
		display: none;
	}

.ck.ck-button.ck-button_with-text .ck-button__label, a.ck.ck-button.ck-button_with-text .ck-button__label {
			display: inline-block;
		}

/* Center the icon horizontally in a button without text. */

.ck.ck-button:not(.ck-button_with-text),  a.ck.ck-button:not(.ck-button_with-text)  {
		justify-content: center;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-button.ck-switchbutton .ck-button__toggle {
		display: block;
	}

.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
			display: block;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-collapsible.ck-collapsible_collapsed > .ck-collapsible__children {
		display: none;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-color-grid {
	display: grid;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.color-picker-hex-input {
	width: max-content;
}

.color-picker-hex-input .ck.ck-input {
		min-width: unset;
	}

.ck.ck-color-picker__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: var(--ck-spacing-large) 0 0;
	width: unset;
}

.ck.ck-color-picker__row .ck.ck-labeled-field-view {
		padding-top: unset;
	}

.ck.ck-color-picker__row .ck.ck-input-text {
		width: unset;
	}

.ck.ck-color-picker__row .ck-color-picker__hash-view {
		padding-top: var(--ck-spacing-tiny);
		padding-right: var(--ck-spacing-medium);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/* View fragment with color grids. */

.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,
		.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
			display: flex;
			align-items: center;
		}

[dir="rtl"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,
		[dir="rtl"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
				justify-content: flex-start;
		}

/* View fragment with a color picker. */

.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar {
			display: flex;
			flex-direction: row;
			justify-content: space-around;
		}

.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-save,
			.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-cancel {
				flex: 1
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-dialog .ck.ck-dialog__actions {
		display: flex;
		justify-content: flex-end;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-dialog-overlay {
	user-select: none;
	overscroll-behavior: none;

	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.ck.ck-dialog-overlay.ck-dialog-overlay__transparent {
		pointer-events: none;
		animation: none;
		background: none;
	}

.ck.ck-dialog {
	overscroll-behavior: none;
	width: fit-content;
	position: absolute;
}

.ck.ck-dialog .ck.ck-form__header  {
		flex-shrink: 0;
	}

.ck.ck-dialog .ck.ck-form__header .ck-form__header__label {
			cursor: grab;
		}

.ck.ck-dialog-overlay.ck-dialog-overlay__transparent .ck.ck-dialog {
		pointer-events: all;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-dropdown-max-width: 75vw;
}

.ck.ck-dropdown {
	display: inline-block;
	position: relative;
}

.ck.ck-dropdown .ck-dropdown__arrow {
		pointer-events: none;
		z-index: var(--ck-z-default);
	}

/* Dropdown button should span horizontally, e.g. in vertical toolbars */

.ck.ck-dropdown .ck-button.ck-dropdown__button {
		width: 100%;
	}

.ck.ck-dropdown .ck-dropdown__panel {
		display: none;
		z-index: var(--ck-z-panel);
		max-width: var(--ck-dropdown-max-width);

		position: absolute;
	}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible {
			display: inline-block;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme {
			bottom: 100%;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s {
			/*
			 * Using transform: translate3d( 0, 100%, 0 ) causes blurry dropdown on Chrome 67-78+ on non-retina displays.
			 * See https://github.com/ckeditor/ckeditor5/issues/1053.
			 */
			top: 100%;
			bottom: auto;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
			left: 0px;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
			right: 0px;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n {
			/* Positioning panels relative to the center of the button */
			left: 50%;
			transform: translateX(-50%);
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw {
			/* Positioning panels relative to the middle-west of the button */
			left: 75%;
			transform: translateX(-75%);
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme {
			/* Positioning panels relative to the middle-east of the button */
			left: 25%;
			transform: translateX(-25%);
		}

/*
 * Toolbar dropdown panels should be always above the UI (eg. other dropdown panels) from the editor's content.
 * See https://github.com/ckeditor/ckeditor5/issues/7874
 */
.ck.ck-toolbar .ck-dropdown__panel {
	z-index: calc( var(--ck-z-panel) + 1 );
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-splitbutton {
	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;
}

.ck.ck-splitbutton .ck-splitbutton__action:focus {
		z-index: calc(var(--ck-z-default) + 1);
	}


/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-toolbar-dropdown-max-width: 60vw;
}

.ck.ck-toolbar-dropdown > .ck-dropdown__panel {
	/* https://github.com/ckeditor/ckeditor5/issues/5586 */
	width: max-content;
	max-width: var(--ck-toolbar-dropdown-max-width);
}

.ck.ck-toolbar-dropdown > .ck-dropdown__panel .ck-button:focus {
			z-index: calc(var(--ck-z-default) + 1);
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-aria-live-announcer {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.ck.ck-aria-live-region-list {
	list-style-type: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-form__header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.ck.ck-form__header h2.ck-form__header__label {
		flex-grow: 1;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-icon {
	vertical-align: middle;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-label {
	display: block;
}

.ck.ck-voice-label {
	display: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
		display: flex;
		position: relative;
	}

.ck.ck-labeled-field-view .ck.ck-label {
		display: block;
		position: absolute;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/**
 * Makes element unselectable.
 */

.ck.ck-list {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: flex;
	flex-direction: column;
}

.ck.ck-list .ck-list__item,
	.ck.ck-list .ck-list__separator {
		display: block;
	}

/* Make sure that whatever child of the list item gets focus, it remains on the
	top. Thanks to that, styles like box-shadow, outline, etc. are not masked by
	adjacent list items. */

.ck.ck-list .ck-list__item > *:focus {
		position: relative;
		z-index: var(--ck-z-default);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	/* Make sure the balloon arrow does not float over its children. */
	--ck-balloon-panel-arrow-z-index: calc(var(--ck-z-default) - 3);
}

.ck.ck-balloon-panel {
	display: none;
	position: absolute;

	z-index: var(--ck-z-panel);
}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::before,
		.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::after {
			content: "";
			position: absolute;
		}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::before {
			z-index: var(--ck-balloon-panel-arrow-z-index);
		}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::after {
			z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
		}

.ck.ck-balloon-panel[class*="arrow_n"]::before {
			z-index: var(--ck-balloon-panel-arrow-z-index);
		}

.ck.ck-balloon-panel[class*="arrow_n"]::after {
			z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
		}

.ck.ck-balloon-panel[class*="arrow_s"]::before {
			z-index: var(--ck-balloon-panel-arrow-z-index);
		}

.ck.ck-balloon-panel[class*="arrow_s"]::after {
			z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
		}

.ck.ck-balloon-panel.ck-balloon-panel_visible {
		display: block;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck .ck-balloon-rotator__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Buttons inside a toolbar should be centered when rotator bar is wider.
 * See: https://github.com/ckeditor/ckeditor5-ui/issues/495
 */
.ck .ck-balloon-rotator__content .ck-toolbar {
	justify-content: center;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck .ck-fake-panel {
	position: absolute;

	/* Fake panels should be placed under main balloon content. */
	z-index: calc(var(--ck-z-panel) - 1);
}

.ck .ck-fake-panel div {
	position: absolute;
}

.ck .ck-fake-panel div:nth-child( 1 ) {
	z-index: 2;
}

.ck .ck-fake-panel div:nth-child( 2 ) {
	z-index: 1;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
		z-index: var(--ck-z-panel); /* #315 */
		position: fixed;
		top: 0;
	}

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky_bottom-limit {
		top: auto;
		position: absolute;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-autocomplete {
	position: relative;
}

.ck.ck-autocomplete > .ck-search__results {
		position: absolute;
		z-index: var(--ck-z-panel);
	}

.ck.ck-autocomplete > .ck-search__results.ck-search__results_n {
			bottom: 100%;
		}

.ck.ck-autocomplete > .ck-search__results.ck-search__results_s {
			top: 100%;
			bottom: auto;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-search > .ck-labeled-field-view > .ck-labeled-field-view__input-wrapper > .ck-icon {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}

[dir="ltr"] .ck.ck-search > .ck-labeled-field-view > .ck-labeled-field-view__input-wrapper > .ck-icon {
				left: var(--ck-spacing-medium);
		}

[dir="rtl"] .ck.ck-search > .ck-labeled-field-view > .ck-labeled-field-view__input-wrapper > .ck-icon {
				right: var(--ck-spacing-medium);
		}

.ck.ck-search > .ck-labeled-field-view .ck-search__reset {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}

.ck.ck-search > .ck-search__results > .ck-search__info > span:first-child {
				display: block;
			}

/* Hide the filtered view when nothing was found */

.ck.ck-search > .ck-search__results > .ck-search__info:not(.ck-hidden) ~ * {
				display: none;
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-highlighted-text mark {
	background: var(--ck-color-highlight-background);
	vertical-align: initial;
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/**
 * Makes element unselectable.
 */

.ck.ck-balloon-panel.ck-tooltip {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	z-index: calc( var(--ck-z-dialog) + 100 );
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-toolbar-spinner-size: 18px;
}

.ck.ck-spinner-container {
	display: block;
	position: relative;
}

.ck.ck-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	z-index: 1;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/**
 * Makes element unselectable.
 */

.ck.ck-toolbar {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.ck.ck-toolbar > .ck-toolbar__items {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		flex-grow: 1;

	}

.ck.ck-toolbar .ck.ck-toolbar__separator {
		display: inline-block;

		/*
		 * A leading or trailing separator makes no sense (separates from nothing on one side).
		 * For instance, it can happen when toolbar items (also separators) are getting grouped one by one and
		 * moved to another toolbar in the dropdown.
		 */
	}

.ck.ck-toolbar .ck.ck-toolbar__separator:first-child,
		.ck.ck-toolbar .ck.ck-toolbar__separator:last-child {
			display: none;
		}

.ck.ck-toolbar .ck-toolbar__line-break {
		flex-basis: 100%;
	}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
		flex-wrap: nowrap;
	}

.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items {
		flex-direction: column;
	}

.ck.ck-toolbar.ck-toolbar_floating > .ck-toolbar__items {
		flex-wrap: nowrap;
	}

.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown > .ck-dropdown__button .ck-dropdown__arrow {
			display: none;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-block-toolbar-button {
	position: absolute;
	z-index: var(--ck-z-default);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
		pointer-events: none;
		z-index: var(--ck-z-default);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-menu-bar-menu-max-width: 75vw;
	--ck-menu-bar-nested-menu-horizontal-offset: 5px;
}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
	z-index: var(--ck-z-panel);
	max-width: var(--ck-menu-bar-menu-max-width);
	position: absolute;
}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw {
		bottom: 100%;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
		top: 100%;
		bottom: auto;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se {
		left: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
		right: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en {
		left: calc( 100% - var(--ck-menu-bar-nested-menu-horizontal-offset) );
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es {
		top: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en {
		bottom: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn {
		right: calc( 100% - var(--ck-menu-bar-nested-menu-horizontal-offset) );
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws {
		top: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn {
		bottom: 0px;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck.ck-menu-bar__menu {
	display: block;
	position: relative;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

:root {
	--ck-color-resizer: var(--ck-color-focus-border);
	--ck-color-resizer-tooltip-background: hsl(0, 0%, 15%);
	--ck-color-resizer-tooltip-text: hsl(0, 0%, 95%);

	--ck-resizer-border-radius: var(--ck-border-radius);
	--ck-resizer-tooltip-offset: 10px;
	--ck-resizer-tooltip-height: calc(var(--ck-spacing-small) * 2 + 10px);
}

.ck .ck-widget {
	/* This is neccessary for type around UI to be positioned properly. */
	position: relative;
}

.ck .ck-widget.ck-widget_with-selection-handle {
	/* Make the widget wrapper a relative positioning container for the drag handle. */
	position: relative;
}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
		position: absolute;
	}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
			/* Make sure the icon in not a subject to font-size or line-height to avoid
			unnecessary spacing around it. */
			display: block;
		}

/* Show the selection handle on mouse hover over the widget, but not for nested widgets. */

.ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
		visibility: visible;
	}

/* Show the selection handle when the widget is selected, but not for nested widgets. */

.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle {
		visibility: visible;
	}

.ck .ck-size-view {
	background: var(--ck-color-resizer-tooltip-background);
	color: var(--ck-color-resizer-tooltip-text);
	border: 1px solid var(--ck-color-resizer-tooltip-text);
	border-radius: var(--ck-resizer-border-radius);
	font-size: var(--ck-font-size-tiny);
	display: block;
	padding: 0 var(--ck-spacing-small);
	height: var(--ck-resizer-tooltip-height);
	line-height: var(--ck-resizer-tooltip-height);
}

.ck .ck-size-view.ck-orientation-top-left,
	.ck .ck-size-view.ck-orientation-top-right,
	.ck .ck-size-view.ck-orientation-bottom-right,
	.ck .ck-size-view.ck-orientation-bottom-left,
	.ck .ck-size-view.ck-orientation-above-center {
		position: absolute;
	}

.ck .ck-size-view.ck-orientation-top-left {
		top: var(--ck-resizer-tooltip-offset);
		left: var(--ck-resizer-tooltip-offset);
	}

.ck .ck-size-view.ck-orientation-top-right {
		top: var(--ck-resizer-tooltip-offset);
		right: var(--ck-resizer-tooltip-offset);
	}

.ck .ck-size-view.ck-orientation-bottom-right {
		bottom: var(--ck-resizer-tooltip-offset);
		right: var(--ck-resizer-tooltip-offset);
	}

.ck .ck-size-view.ck-orientation-bottom-left {
		bottom: var(--ck-resizer-tooltip-offset);
		left: var(--ck-resizer-tooltip-offset);
	}

/* Class applied if the widget is too small to contain the size label */

.ck .ck-size-view.ck-orientation-above-center {
		top: calc(var(--ck-resizer-tooltip-height) * -1);
		left: 50%;
		transform: translate(-50%);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

.ck .ck-widget_with-resizer {
	/* Make the widget wrapper a relative positioning container for the drag handle. */
	position: relative;
}

.ck .ck-widget__resizer {
	display: none;
	position: absolute;

	/* The wrapper itself should not interfere with the pointer device, only the handles should. */
	pointer-events: none;

	left: 0;
	top: 0;
}

.ck-focused .ck-widget_with-resizer.ck-widget_selected > .ck-widget__resizer {
		display: block;
	}

.ck .ck-widget__resizer__handle {
	position: absolute;

	/* Resizers are the only UI elements that should interfere with a pointer device. */
	pointer-events: all;
}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left,
	.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right {
		cursor: nwse-resize;
	}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right,
	.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left {
		cursor: nesw-resize;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/*
	 * Styles of the type around buttons
	 */

.ck .ck-widget .ck-widget__type-around__button {
		display: block;
		position: absolute;
		overflow: hidden;
		z-index: var(--ck-z-default);
	}

.ck .ck-widget .ck-widget__type-around__button svg {
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: calc(var(--ck-z-default) + 2);
		}

.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before {
			/* Place it in the middle of the outline */
			top: calc(-0.5 * var(--ck-widget-outline-thickness));
			left: min(10%, 30px);

			transform: translateY(-50%);
		}

.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after {
			/* Place it in the middle of the outline */
			bottom: calc(-0.5 * var(--ck-widget-outline-thickness));
			right: min(10%, 30px);

			transform: translateY(50%);
		}

/*
	 * Styles for the buttons when:
	 * - the widget is selected,
	 * - or the button is being hovered (regardless of the widget state).
	 */

.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button::after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover::after {
			content: "";
			display: block;
			position: absolute;
			top: 1px;
			left: 1px;
			z-index: calc(var(--ck-z-default) + 1);
		}

/*
	 * Styles for the horizontal "fake caret" which is displayed when the user navigates using the keyboard.
	 */

.ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}

/*
	 * When the widget is hovered the "fake caret" would normally be narrower than the
	 * extra outline displayed around the widget. Let's extend the "fake caret" to match
	 * the full width of the widget.
	 */

.ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		left: calc( -1 * var(--ck-widget-outline-thickness) );
		right: calc( -1 * var(--ck-widget-outline-thickness) );
	}

/*
	 * Styles for the horizontal "fake caret" when it should be displayed before the widget (backward keyboard navigation).
	 */

.ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		top: calc( -1 * var(--ck-widget-outline-thickness) - 1px );
		display: block;
	}

/*
	 * Styles for the horizontal "fake caret" when it should be displayed after the widget (forward keyboard navigation).
	 */

.ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		bottom: calc( -1 * var(--ck-widget-outline-thickness) - 1px );
		display: block;
	}

/*
 * Integration with the read-only mode of the editor.
 */
.ck.ck-editor__editable.ck-read-only .ck-widget__type-around {
	display: none;
}

/*
 * Integration with the restricted editing mode (feature) of the editor.
 */
.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around {
	display: none;
}

/*
 * Integration with the #isEnabled property of the WidgetTypeAround plugin.
 */
.ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around {
	display: none;
}
/*# sourceMappingURL=ckeditor5.css.map */
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused {
  overflow: auto;
  width: 100% !important;
  height: calc(100vh - 510px);
  padding: 12px 30px !important;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
  overflow: auto;
  width: 100% !important;
  height: calc(100vh - 510px);
  padding: 12px 30px !important;
}
.ck-source-editing-area {
  width: 100% !important;
  height: calc(100vh - 510px);
}
.ck-source-editing-area textarea {
  overflow: auto;
}
.ck.ck-editor__main.one_column .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
  height: calc(100vh - 510px) !important;
}
.ck.ck-editor__main.one_column .ck-source-editing-area {
  height: calc(100vh - 510px) !important;
}
.ck.ck-editor__main.second_column .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
  height: calc(100vh - 548px) !important;
}
.ck.ck-editor__main.second_column .ck-source-editing-area {
  height: calc(100vh - 548px) !important;
}
.ck.ck-editor__main.third_column .ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
  height: calc(100vh - 582px) !important;
  padding-top: 12px;
}
.ck.ck-editor__main.third_column .ck-source-editing-area {
  height: calc(100vh - 582px) !important;
}
.ett-editor {
  width: 100%;
  border: none;
}
.ett-editor .main-container {
  font-family: "Lato", sans-serif;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.ett-editor .ck-content {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.ett-editor .editor-container_classic-editor .editor-container__editor {
  padding-left: 100px;
}
.ett-editor .ck-dropdown__panel {
  z-index: 1050;
  position: absolute;
  top: -32px !important;
}
.ett-editor .ck-content {
  padding-left: 30px;
}
.ett-editor .ck-content h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 28.8px 0 21.44px 0;
}
.ett-editor .ck-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 19.92px 0 19.92px 0;
}
.ett-editor .ck-content h3 {
  font-size: 18.72px;
  font-weight: 700;
  margin: 18.72px 0;
}
.ett-editor .ck-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 21.28px 0;
}
.ett-editor .ck-content h5 {
  font-size: 13.28px;
  font-weight: 700;
  margin: 22px 0;
}
.ett-editor .ck-content h6 {
  font-size: 10.72px;
  font-weight: 700;
  margin: 25px 0 9.6px 0;
}
.ett-editor .ck-sticky-panel__content {
  border: none !important;
  box-sizing: border-box !important;
  position: relative !important;
}
.ett-editor .ck-sticky-panel__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e8f0;
  pointer-events: none;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  box-sizing: border-box;
}
.ett-editor .ck-editor__editable {
  border-radius: 0 0 8px 8px !important;
}
.ett-editor .ck-toolbar {
  border-radius: 8px !important;
}
.ett-editor .ck-content {
  border-color: #e2e8f0 !important;
}
.ett-editor .ck-content p {
  color: #444444 !important;
  font-size: 16px;
}
.ett-editor .ck-content a {
  color: #007aff !important;
  cursor: pointer;
}
.ett-editor .ck-content a:hover {
  text-decoration: underline !important;
}
.disable-editor {
  width: 100%;
  border: none !important;
}
.disable-editor .main-container {
  font-family: "Lato", sans-serif;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.disable-editor .ck-content {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.disable-editor .ck-blurred {
  background: #f6f8f9 !important;
}
.disable-editor .ck-toolbar {
  background: #f6f8f9 !important;
  border-radius: 8px !important;
}
.disable-editor .editor-container_classic-editor .editor-container__editor {
  padding-left: 100px;
}
.disable-editor .ck-dropdown__panel {
  z-index: 1050;
  position: absolute;
  top: -32px !important;
}
.disable-editor .ck-content {
  padding-left: 30px;
}
.disable-editor .ck-content h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 28.8px 0 21.44px 0;
}
.disable-editor .ck-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 19.92px 0 19.92px 0;
}
.disable-editor .ck-content h3 {
  font-size: 18.72px;
  font-weight: 700;
  margin: 18.72px 0;
}
.disable-editor .ck-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 21.28px 0;
}
.disable-editor .ck-content h5 {
  font-size: 13.28px;
  font-weight: 700;
  margin: 22px 0;
}
.disable-editor .ck-content h6 {
  font-size: 10.72px;
  font-weight: 700;
  margin: 25px 0 9.6px 0;
}
.disable-editor .ck-sticky-panel__content {
  border: none !important;
  box-sizing: border-box !important;
  position: relative !important;
}
.disable-editor .ck-sticky-panel__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e2e8f0;
  pointer-events: none;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
  box-sizing: border-box;
}
.disable-editor .ck-editor__editable {
  border-radius: 0 0 8px 8px !important;
}
.disable-editor .ck-content {
  border-color: #e2e8f0 !important;
}
.disable-editor .ck-content p {
  color: #444444 !important;
  font-size: 16px;
}
.disable-editor .ck-content a {
  color: #007aff !important;
  cursor: pointer;
}
.disable-editor .ck-content a:hover {
  text-decoration: underline !important;
}._footer_1e90v_1 {
  width: 100%;
  height: 60px !important;
  box-shadow: inset 0px 1px 0px #e5e9eb;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
}

._footerLeftSide_1e90v_11 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._footerLeftSide_1e90v_11 ._title_1e90v_18 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._footerExtraSide_1e90v_24 {
  margin-left: auto;
}._header_1w59u_1 {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  display: flex;
  align-items: center;
  gap: 20px;
}

._headerLeftSide_1w59u_10 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._headerLeftSide_1w59u_10 ._title_1w59u_17 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_1w59u_23 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_1w59u_30 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_1w59u_36 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._wrapper_hn0ah_1 {
  max-height: calc(100vh - 72px);
  overflow: auto;
  padding: 24px;
  background-color: #f9fbfe;
  display: flex;
  flex-direction: column;
}
._wrapper_hn0ah_1 ._title_hn0ah_9 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}
._wrapper_hn0ah_1 ._card_hn0ah_14 {
  background-color: white;
  border-radius: 12px;
  flex: 1;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
._wrapper_hn0ah_1 ._card_hn0ah_14 ._section_hn0ah_21 {
  display: flex;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
._wrapper_hn0ah_1 ._card_hn0ah_14 ._section_hn0ah_21:last-of-type {
  margin-bottom: 0;
  border: none;
}
._wrapper_hn0ah_1 ._card_hn0ah_14 ._section_hn0ah_21 ._leftSide_hn0ah_30 {
  width: 240px;
  margin-right: 104px;
}
._wrapper_hn0ah_1 ._card_hn0ah_14 ._section_hn0ah_21 ._leftSide_hn0ah_30 ._sectionTitle_hn0ah_34 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #11181c;
}
._wrapper_hn0ah_1 ._card_hn0ah_14 ._section_hn0ah_21 ._leftSide_hn0ah_30 ._sectionDesciption_hn0ah_41 {
  font-size: 14px;
  line-height: 24px;
  color: #7f878c;
}
._wrapper_hn0ah_1 ._card_hn0ah_14 ._section_hn0ah_21 ._grid_hn0ah_46 {
  padding-bottom: 57px;
}
._wrapper_hn0ah_1 ._statusTag_hn0ah_49 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 2px 8px;
  background-color: #15bc44;
  color: white;
  font-weight: 500;
  height: auto;
  border-radius: 6px;
}

._main_hn0ah_61 {
  max-height: calc(100vh - 60px);
  overflow: auto;
}body {
  overflow: hidden !important; /* Отключаем прокрутку на странице */
}

body::-webkit-scrollbar {
  display: none !important; /* Скрываем полосы прокрутки в Webkit-браузерах (Chrome, Safari и т.д.) */
}

body {
  -ms-overflow-style: none !important; /* Скрываем полосы прокрутки в IE и Edge */
  scrollbar-width: none !important; /* Скрываем полосы прокрутки в Firefox */
}
html {
  font-size: 0.8rem;
}

.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.switch {
  width: 26px !important;
  height: 16px !important;
  background: #cbd5e0 !important;
  border: none !important;
}
.switch span {
  width: 12px !important;
  left: 2px !important;
  top: 2px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff;
}

.active-switch {
  width: 26px !important;
  height: 16px !important;
  background: #007aff !important;
  border: none !important;
  box-shadow: none !important;
}
.active-switch span {
  width: 12px !important;
  height: 12px !important;
  left: 12px !important;
  top: 2px !important;
  box-shadow: none !important;
  background: #fff;
}._header_121xo_1 {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 8px;
}

._headerLeftSide_121xo_9 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._headerLeftSide_121xo_9 ._title_121xo_16 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_121xo_22 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_121xo_29 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_121xo_35 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._control_5qaa3_1 {
  width: 500px;
  height: 44px;
  padding: 0 12px 0 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

._valueContainer_5qaa3_10 {
  color: #9aa6ac;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

._menu_5qaa3_17 {
  padding: 12px 0;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  overflow: auto;
  box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
}

._menuList_5qaa3_26 {
  padding: 0;
}

._option_5qaa3_30 {
  background: #fff;
  padding: 4px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
._option_5qaa3_30:hover {
  background: #f5f6fa;
}
._option_5qaa3_30._firstOption_5qaa3_38 {
  padding: 0 16px 4px;
}
._option_5qaa3_30._lastOption_5qaa3_41 {
  padding: 4px 16px 0;
  border-bottom: none;
}

._clearIndicator_5qaa3_46 {
  padding: 0;
  color: #252c32;
  cursor: pointer;
}
._clearIndicator_5qaa3_46:hover {
  color: #252c32;
}

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

._optionTitle_5qaa3_60 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._optionDetails_5qaa3_68 {
  display: flex;
  align-items: center;
}

._iconContainer_5qaa3_73 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
._iconContainer_5qaa3_73 ._icon_5qaa3_73._inactive_5qaa3_79 path {
  fill: #7e868c;
}

._optionDetailsLeftText_5qaa3_83 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.6%;
  color: #7e868c;
}

._dot_5qaa3_91 {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #007aff;
  display: block;
  margin: 0 8px;
}

._loungesText_5qaa3_100 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.01px;
  color: #7e868c;
}
._loungesText_5qaa3_100 span {
  color: #11181c;
  font-weight: 600;
}

._additionalLounges_5qaa3_112 {
  color: #007aff;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.09px;
}

._arrowIcon_5qaa3_120 {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

._tooltipItem_5qaa3_128 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  vertical-align: middle;
  color: #7e868c;
}
._tooltipItem_5qaa3_128 span {
  font-weight: 600;
  color: #11181c;
}

._recentSearchesHeader_5qaa3_141 {
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
  color: #6e7c87;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
}

._menuListContainer_5qaa3_150 {
  display: flex;
  flex-direction: column;
}.RingLoader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.RingLoader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #0166F3;
  border-color: #0166F3 transparent #0166F3 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.RingLoaderWithWrapper {
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  font-size: 0.8rem !important;
}
.slick-slide.slick-center img {
  transform: scale(1.05);
}
.slick-list {
  overflow-y: visible;
  overflow-x: clip;
}
.slick-slide > div {
  margin: 0 16px;
}
.slick-list {
  margin: 0 -16px;
}
.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}._item_ohuhu_1 {
  color: var(--dark-grey, #444444);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  cursor: pointer;
}
._item_ohuhu_1:hover {
  text-decoration: underline;
}._loungeCartHead_11m52_1 {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 12px 24px 0 24px;
}
._loungeCartHead_11m52_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_11m52_15 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._topContent_11m52_15 h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  margin: 0;
  color: #11181c;
}
._topContent_11m52_15 ._deleteBtn_11m52_27 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_11m52_15 ._deleteBtn_11m52_27:hover {
  background-color: transparent;
  border: none;
}

._bottomContent_11m52_39 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
._bottomContent_11m52_39 ._productName_11m52_45 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin: 0;
}
._bottomContent_11m52_39 ._deleteBtn_11m52_27 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._bottomContent_11m52_39 ._deleteBtn_11m52_27:hover {
  background-color: transparent;
  border: none;
}

._airportInfo_11m52_65 {
  display: flex;
  column-gap: 11px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #687076;
  line-height: 22px;
  margin-top: 2px;
}
._airportInfo_11m52_65 ._terminal_11m52_77 {
  color: #11181c;
  font-size: 14px;
  font-weight: 400;
}
._airportInfo_11m52_65 ._type_11m52_82 {
  display: flex;
  column-gap: 4px;
  color: #11181c;
  align-items: center;
  text-transform: capitalize;
}
._airportInfo_11m52_65 ._type_11m52_82 span {
  font-size: 14px;
  font-weight: 400;
}

._manual_11m52_94 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_11m52_94 ._manual_text_11m52_101 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_11m52_94 ._manual_text_11m52_101 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._product_price_11m52_117 {
  text-align: right;
  padding-top: 4px;
}
._product_price_11m52_117 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}

._filters_11m52_128 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_11m52_128 ._type_11m52_82 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_11m52_128 ._service_box_11m52_151 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._infos_11m52_162 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._infos_11m52_162 ._flight_number_11m52_167 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #11181c;
}
._infos_11m52_162 ._greyDot_11m52_173 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 3px;
}
._infos_11m52_162 ._date_11m52_179 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._infos_11m52_162 ._date_11m52_179 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #11181c;
}._restrictionText_1u93g_1 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
}
._restrictionText_1u93g_1 span {
  font-weight: 700;
}._fastTrackCartHead_a6ewd_1 {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
._fastTrackCartHead_a6ewd_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_a6ewd_14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._topContent_a6ewd_14 ._productName_a6ewd_19 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin: 0;
}
._topContent_a6ewd_14 ._deleteBtn_a6ewd_27 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_a6ewd_14 ._deleteBtn_a6ewd_27:hover {
  background-color: transparent;
  border: none;
}

._bottomContent_a6ewd_39 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
._bottomContent_a6ewd_39 ._productName_a6ewd_19 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin: 0;
}
._bottomContent_a6ewd_39 ._deleteBtn_a6ewd_27 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._bottomContent_a6ewd_39 ._deleteBtn_a6ewd_27:hover {
  background-color: transparent;
  border: none;
}

._filters_a6ewd_65 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_a6ewd_65 ._type_a6ewd_79 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_a6ewd_65 ._service_box_a6ewd_88 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._airportInfo_a6ewd_99 {
  display: flex;
  column-gap: 11px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #687076;
  line-height: 22px;
}
._airportInfo_a6ewd_99 ._terminal_a6ewd_110 {
  color: #11181c;
  font-size: 14px;
  font-weight: 400;
}
._airportInfo_a6ewd_99 ._type_a6ewd_79 {
  display: flex;
  column-gap: 4px;
  color: #11181c;
  align-items: center;
  text-transform: capitalize;
}
._airportInfo_a6ewd_99 ._type_a6ewd_79 span {
  font-size: 14px;
  font-weight: 400;
}

._manual_a6ewd_127 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_a6ewd_127 ._manual_text_a6ewd_134 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_a6ewd_127 ._manual_text_a6ewd_134 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._product_price_a6ewd_150 {
  text-align: right;
}
._product_price_a6ewd_150 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}

._detail_button_a6ewd_160 {
  background-color: #e0f0ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #007aff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.5s !important;
  height: 24px !important;
  letter-spacing: 0px !important;
  min-width: 128px !important;
}
._detail_button_a6ewd_160:hover {
  background-color: #d8e6f2 !important;
}._loungeCartHead_15zwh_1 {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
._loungeCartHead_15zwh_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_15zwh_14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._topContent_15zwh_14 ._productName_15zwh_19 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin: 0;
}
._topContent_15zwh_14 ._deleteBtn_15zwh_27 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_15zwh_14 ._deleteBtn_15zwh_27:hover {
  background-color: transparent;
  border: none;
}

._filters_15zwh_39 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_15zwh_39 ._type_15zwh_53 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_15zwh_39 ._service_box_15zwh_62 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._airportInfo_15zwh_73 {
  display: flex;
  column-gap: 11px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #687076;
  line-height: 22px;
}
._airportInfo_15zwh_73 ._terminal_15zwh_84 {
  color: #11181c;
  font-size: 14px;
  font-weight: 400;
}
._airportInfo_15zwh_73 ._type_15zwh_53 {
  display: flex;
  column-gap: 4px;
  color: #11181c;
  align-items: center;
  text-transform: capitalize;
}
._airportInfo_15zwh_73 ._type_15zwh_53 span {
  font-size: 14px;
  font-weight: 400;
}

._manual_15zwh_101 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_15zwh_101 ._manual_text_15zwh_108 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_15zwh_101 ._manual_text_15zwh_108 span {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._bottomContent_15zwh_123 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
._bottomContent_15zwh_123 ._productName_15zwh_19 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin: 0;
}
._bottomContent_15zwh_123 ._deleteBtn_15zwh_27 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._bottomContent_15zwh_123 ._deleteBtn_15zwh_27:hover {
  background-color: transparent;
  border: none;
}

._product_price_15zwh_149 {
  text-align: right;
}
._product_price_15zwh_149 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}

._detail_button_15zwh_159 {
  background-color: #e0f0ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #007aff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.5s !important;
  height: 24px !important;
  letter-spacing: 0px !important;
  min-width: 128px !important;
}
._detail_button_15zwh_159:hover {
  background-color: #d8e6f2 !important;
}._titleBox_ij4uc_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._titleBox_ij4uc_1 ._title_ij4uc_1 {
  background-color: #e0f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #007aff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.5s;
  height: 24px;
}
._titleBox_ij4uc_1 ._title_ij4uc_1:hover {
  background-color: #d8e6f2;
}

._infos_ij4uc_26 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._infos_ij4uc_26 ._flight_number_ij4uc_31 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #11181c;
}
._infos_ij4uc_26 ._greyDot_ij4uc_37 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 3px;
}
._infos_ij4uc_26 ._date_ij4uc_43 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._infos_ij4uc_26 ._date_ij4uc_43 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #11181c;
}

._header_ij4uc_55 {
  width: 100%;
  padding: 24px 24px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._header_ij4uc_55 ._detail_button_ij4uc_60 {
  background-color: #e0f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #007aff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.5s;
  height: 24px;
}
._header_ij4uc_55 ._detail_button_ij4uc_60:hover {
  background-color: #d8e6f2;
}
._header_ij4uc_55 ._header_title_ij4uc_78 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.26px;
  color: #000;
}
._header_ij4uc_55 ._details_ij4uc_85 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
}
._header_ij4uc_55 ._contract_ij4uc_92 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
._header_ij4uc_55 ._contract_ij4uc_92 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0.33px;
  color: #7e868c;
}
._header_ij4uc_55 ._contract_ij4uc_92 h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  color: #000000;
}

._cart_ij4uc_113 {
  display: flex;
  height: fit-content;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  width: 100%;
}
._cart_ij4uc_113 h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 16px;
}
._cart_ij4uc_113 ._contractId_ij4uc_129 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  color: var(--dark-grey, #4d4d4d);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.326px;
  width: 100%;
}
._cart_ij4uc_113 ._contractId_ij4uc_129 span {
  color: var(--dark-grey, #4d4d4d);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.326px;
}
._cart_ij4uc_113 ._contractId_ij4uc_129 span:nth-child(2) {
  color: var(--black, #000);
  font-weight: 500;
}
._cart_ij4uc_113 ._line_ij4uc_158 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.07);
}
._cart_ij4uc_113 ._product_price_ij4uc_163 {
  text-align: right;
}
._cart_ij4uc_113 ._product_price_ij4uc_163 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._cart_ij4uc_113 ._price_ij4uc_172 {
  color: #0082ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
._cart_ij4uc_113 ._totalPrice_ij4uc_178 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  padding-top: 12px;
  padding: 12px 24px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.0705882353);
}
._cart_ij4uc_113 ._totalPrice_ij4uc_178 ._priceWrapper_ij4uc_187 {
  display: flex;
  justify-content: space-between;
}
._cart_ij4uc_113 ._totalPrice_ij4uc_178 ._priceWrapper_ij4uc_187 ._total_ij4uc_178 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  color: #000000;
}
._cart_ij4uc_113 ._totalPrice_ij4uc_178 ._priceWrapper_ij4uc_187 ._price_ij4uc_172 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: black;
}
._cart_ij4uc_113 ._totalPrice_ij4uc_178 button {
  width: 100%;
  padding: 9px 0px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
._cart_ij4uc_113 ._cartBody_ij4uc_213 {
  width: 100%;
  overflow-y: auto;
}
._cart_ij4uc_113 ._cartBody_ij4uc_213::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
._cart_ij4uc_113 ._cartBody_ij4uc_213::-webkit-scrollbar-track {
  background: #fff;
}
._cart_ij4uc_113 ._cartBody_ij4uc_213::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px;
}

._topContent_ij4uc_229 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._topContent_ij4uc_229 h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  margin: 0;
  color: #11181c;
}
._topContent_ij4uc_229 ._deleteBtn_ij4uc_241 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_ij4uc_229 ._deleteBtn_ij4uc_241:hover {
  background-color: transparent;
  border: none;
}

._loungeCartHead_ij4uc_253 {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 12px 24px 0 24px;
}
._loungeCartHead_ij4uc_253 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._manual_ij4uc_267 {
  background: #ffecbc;
  padding: 5.5px 8px;
  border-radius: 5px;
  width: fit-content;
  margin: 2px 0 4px 0 !important;
}
._manual_ij4uc_267 ._manual_text_ij4uc_274 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_ij4uc_267 ._manual_text_ij4uc_274 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._airportInfo_ij4uc_290,
._filters_ij4uc_291 {
  display: flex;
  column-gap: 11px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #11181c;
  line-height: 15px;
  padding: 4px 0;
  margin-bottom: 3px;
}
._airportInfo_ij4uc_290 ._terminal_ij4uc_304,
._filters_ij4uc_291 ._terminal_ij4uc_304 {
  color: #11181c;
  font-size: 14px;
  font-weight: 400;
}
._airportInfo_ij4uc_290 ._type_ij4uc_310,
._filters_ij4uc_291 ._type_ij4uc_310 {
  display: flex;
  column-gap: 4px;
  color: #11181c;
  align-items: center;
  text-transform: capitalize;
}
._airportInfo_ij4uc_290 ._type_ij4uc_310 span,
._filters_ij4uc_291 ._type_ij4uc_310 span {
  font-size: 14px;
  font-weight: 400;
}

._prices_ij4uc_324 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
._prices_ij4uc_324 ._price_ij4uc_172 {
  display: flex;
  align-items: center;
}
._prices_ij4uc_324 ._price_ij4uc_172 ._age_ij4uc_333 {
  font: 14px;
}
._prices_ij4uc_324 ._price_ij4uc_172 ._counter_ij4uc_336 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_ij4uc_324 ._price_ij4uc_172 ._counter_ij4uc_336 ._tallyButton_ij4uc_342 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_ij4uc_324 ._price_ij4uc_172 ._filteredPrice_ij4uc_352 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
}

._greyDot_ij4uc_37 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
}

._notice_ij4uc_366 {
  color: #5b6871;
  font-size: 12px;
}._meetAndAssistCartHead_14fo6_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._meetAndAssistCartHead_14fo6_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_14fo6_14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._topContent_14fo6_14 ._productName_14fo6_19 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin: 0;
}
._topContent_14fo6_14 ._deleteBtn_14fo6_27 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_14fo6_14 ._deleteBtn_14fo6_27:hover {
  background-color: transparent;
  border: none;
}

._bottomContent_14fo6_39 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
._bottomContent_14fo6_39 ._productName_14fo6_19 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin: 0;
}
._bottomContent_14fo6_39 ._deleteBtn_14fo6_27 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._bottomContent_14fo6_39 ._deleteBtn_14fo6_27:hover {
  background-color: transparent;
  border: none;
}

._filters_14fo6_65 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_14fo6_65 ._type_14fo6_79 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_14fo6_65 ._service_box_14fo6_88 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._productTitleContainer_14fo6_99 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}

._airportInfo_14fo6_105 {
  display: flex;
  column-gap: 11px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #687076;
  line-height: 22px;
}
._airportInfo_14fo6_105 ._terminal_14fo6_116 {
  color: #11181c;
  font-size: 14px;
  font-weight: 400;
}
._airportInfo_14fo6_105 ._type_14fo6_79 {
  display: flex;
  column-gap: 4px;
  color: #11181c;
  align-items: center;
  text-transform: capitalize;
}
._airportInfo_14fo6_105 ._type_14fo6_79 span {
  font-size: 14px;
  font-weight: 400;
}

._manual_14fo6_133 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_14fo6_133 ._manual_text_14fo6_140 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_14fo6_133 ._manual_text_14fo6_140 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._product_price_14fo6_156 {
  text-align: right;
}
._product_price_14fo6_156 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}

._detail_button_14fo6_166 {
  background-color: #e0f0ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #007aff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.5s !important;
  height: 24px !important;
  letter-spacing: 0px !important;
  min-width: 128px !important;
}
._detail_button_14fo6_166:hover {
  background-color: #d8e6f2 !important;
}._confirmTitle_1x433_1 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

._confirmText_1x433_11 {
  color: #303030;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

._confirmPrice_1x433_20 {
  color: #11181c;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-top: 8px;
}._delay_container_s60ch_1 ._card_s60ch_1 {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  flex-grow: 1;
  width: 100%;
}
._delay_container_s60ch_1 {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
._delay_container_s60ch_1:first-child ._loungeCartHead_s60ch_13 {
  display: flex;
}

._email_s60ch_17 {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.6%;
  color: #444444;
  margin-bottom: 8px;
}

._text_s60ch_27 {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #11181c;
  max-width: 340px;
  border-left: 2px solid var(--Colors-Yelow-03, #fcc900);
  padding-left: 16px;
  max-width: 230px;
}

._productForm_s60ch_39 {
  padding: 0 24px 24px 24px;
}

._loungeCartHead_s60ch_13 {
  display: none;
  align-items: center;
  column-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding: 24px 24px 16px 24px;
}
._loungeCartHead_s60ch_13 p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.47px;
  color: #000000;
}

._iconButton_s60ch_58 {
  border-radius: 10px;
  background: #f4f4f4;
}

._imageContainer_s60ch_63 {
  width: 100%;
}

._sliderContainer_s60ch_67 ._sliderImageCont_s60ch_67 {
  height: 260px;
  display: flex;
  align-items: center;
}
._sliderContainer_s60ch_67 ._sliderImageCont_s60ch_67 ._sliderImage_s60ch_67 {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._next_s60ch_79 {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}

._prev_s60ch_92 {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  left: 5px;
  z-index: 99;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

._productInfo_s60ch_105 {
  display: flex;
  align-items: stretch;
}
._productInfo_s60ch_105 ._productInfo__logo_s60ch_109 {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
._productInfo_s60ch_105 ._productInfo__logo_s60ch_109 img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._productInfo_s60ch_105 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  padding: 16px 24px 0 24px;
}
._productInfo__name_s60ch_128 {
  color: var(--black, #141414);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.78px;
}
._productInfo__airline_s60ch_136 {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-top: 4px;
  margin-bottom: 4px;
}
._productInfo__terminalTerminalType_s60ch_146 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._productInfo__terminalTerminalType_s60ch_146 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._productInfo__dot_s60ch_159 {
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
._productInfo_s60ch_105 ._totalPrice_s60ch_165 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
  min-height: 75px;
}
._productInfo_s60ch_105 ._totalPrice__price_s60ch_174 {
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.26px;
  margin-right: 6px;
  padding-left: 46px;
}
._productInfo_s60ch_105 ._totalPrice__price_s60ch_174 span {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: 21.78px;
  font-weight: 700;
  white-space: nowrap;
}
._productInfo_s60ch_105 ._totalPrice__price_s60ch_174 ._deleteBtn_s60ch_192 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent !important;
  outline: none;
}
._productInfo_s60ch_105 ._totalPrice__price_s60ch_174 ._deleteBtn_s60ch_192:hover {
  background-color: transparent;
  border: none;
}
._productInfo_s60ch_105 ._infos_s60ch_203 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._productInfo_s60ch_105 ._infos_s60ch_203 ._flight_number_s60ch_208 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #11181c;
}
._productInfo_s60ch_105 ._infos_s60ch_203 ._greyDot_s60ch_215 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 3px;
}
._productInfo_s60ch_105 ._infos_s60ch_203 ._date_s60ch_221 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._productInfo_s60ch_105 ._infos_s60ch_203 ._date_s60ch_221 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #11181c;
}

._productCost_s60ch_234 {
  width: 175px;
}
._productCost__totalPrice_s60ch_237 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
._productCost__notice_s60ch_245 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._childDiscoutnInfo_s60ch_254 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._line_s60ch_264 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  margin: 12px 0;
}

._workingHours__openClose_s60ch_271 {
  color: var(--teal-t-700, #0d9676);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__openCloseTime_s60ch_279 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__items_s60ch_287 {
  width: fit-content;
}
._workingHours__item_s60ch_287 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._description_s60ch_297 {
  overflow: hidden;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin: 16px 0;
}

._description_s60ch_297,
._description_showmore_s60ch_309 {
  height: fit-content;
}

._dexcriptionTitle_s60ch_313 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

._showMore_s60ch_323 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  float: right;
}

._featuresCont_s60ch_336 h1 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
._featuresCont_s60ch_336 ._feature_s60ch_336 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._featuresCont_s60ch_336 ._feature_s60ch_336 ._featureIcon_s60ch_350 {
  border-radius: 8px;
  border: 1px solid var(--gray-light, #cecece);
  padding: 4px;
}

._label_s60ch_356 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.9px;
  letter-spacing: 0.41px;
  margin-bottom: 8px;
}
._label_s60ch_356 span {
  font-weight: 400 !important;
  color: #7e868c;
}

._passengerCount_s60ch_372 {
  color: var(--dark-gray-dark-gray-3, #303940);
  /* UI/UI Text 14 Reg */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
  width: 28px;
  text-align: center;
}

._variantTotalPrice_s60ch_385 {
  color: var(--dark-gray-dark-gray-3, #303940);
  /* UI/UI Text 14 Reg */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
}

._filters_s60ch_396 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._filters_s60ch_396 ._service_box_s60ch_407 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._filters_s60ch_396 ._terminalText_s60ch_417 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_s60ch_396 ._type_s60ch_423 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._filters_s60ch_396 ._type_s60ch_423 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_s60ch_396 ._type_s60ch_423 svg path {
  stroke: #7e868c;
  fill: white;
}

._greyDot_s60ch_215 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
}

._section_s60ch_446 {
  padding-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}._text_7yaqy_1 {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #11181c;
  max-width: 340px;
  border-left: 2px solid var(--Colors-Yelow-03, #fcc900);
  padding-left: 16px;
  max-width: 230px;
}._ticket_1ea3f_1 {
  background-color: #fff6d6;
  border-radius: 8px;
  padding: 24px 40px;
  position: relative;
  margin: 16px 24px 12px;
}
._ticket_1ea3f_1::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
}
._ticket_1ea3f_1::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
}

._ticketInner_1ea3f_31 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

._from_1ea3f_42 {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #11181c;
}

._to_1ea3f_50 {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #11181c;
}

._ticketTime_1ea3f_58 {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #11181c;
}

._ticketDate_1ea3f_66 {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}

._ticketHead_1ea3f_74 {
  display: flex !important;
  align-items: baseline !important;
  column-gap: 8px !important;
}
._ticketHead_1ea3f_74 ._ticketCenter_1ea3f_79 {
  text-align: center;
  width: 100%;
}
._ticketHead_1ea3f_74 ._ticketSection_1ea3f_37 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

._ticketBody_1ea3f_89 {
  width: 100%;
  justify-content: space-between;
  align-items: end;
}

._ticketMid_1ea3f_95 {
  width: 100%;
  justify-content: space-between;
  align-items: end;
  margin-top: 6px;
}
._ticketMid_1ea3f_95 ._ticketCity_1ea3f_101 {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}

._ticketDuration_1ea3f_109,
._ticketFlight_1ea3f_110,
._ticketAirline_1ea3f_111 {
  width: 100%;
  z-index: 2;
  padding: 0 8px;
  display: inline-block;
}

._ticketDuration_1ea3f_109 {
  position: relative;
}
._ticketDuration_1ea3f_109 ._fromCircle_1ea3f_121 {
  position: absolute;
  right: 0;
  top: 19%;
  width: 12px;
  height: 12px;
  border: 1px solid #f1841f;
  background: #fff6d6;
  z-index: 9;
  border-radius: 50%;
}
._ticketDuration_1ea3f_109 ._toCircle_1ea3f_132 {
  position: absolute;
  left: 0;
  top: 19%;
  width: 12px;
  height: 12px;
  border: 1px solid #f1841f;
  background: #fff6d6;
  z-index: 9;
  border-radius: 50%;
}
._ticketDuration_1ea3f_109::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 14px;
  right: 0;
  height: 1.5px;
  background: repeating-linear-gradient(to right, #f1841f 0, #f1841f 3px, transparent 3px, transparent 6px);
  transform: translateY(-50%);
  z-index: 1;
}
._ticketDuration_1ea3f_109 p {
  z-index: 2;
  display: inline-block;
  position: relative;
  background: #fff6d6;
  padding: 0 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01px;
  text-align: center;
  color: #11181c;
}

._ticketFlight_1ea3f_110 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.26px;
  text-align: center;
  color: #11181c;
}

._ticketAirline_1ea3f_111 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: -0.6%;
  text-align: center;
  color: #11181c;
}._header_c0wpg_1 {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--dark-grey, #4D4D4D);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

._headerLeftSide_c0wpg_16 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._headerLeftSide_c0wpg_16 ._title_c0wpg_23 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_c0wpg_29 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_c0wpg_36 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_c0wpg_42 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._container_1k24j_1 ._card_1k24j_1 {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  flex-grow: 1;
  width: 100%;
}
._container_1k24j_1 {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
._container_1k24j_1:first-child ._loungeCartHead_1k24j_13 {
  display: flex;
}

._productForm_1k24j_17 {
  padding: 0 24px 24px 24px;
}

._loungeCartHead_1k24j_13 {
  display: none;
  align-items: center;
  column-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding: 24px 24px 16px 24px;
}
._loungeCartHead_1k24j_13 p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.47px;
  color: #000000;
}

._iconButton_1k24j_36 {
  border-radius: 10px;
  background: #f4f4f4;
}

._imageContainer_1k24j_41 {
  width: 100%;
}

._sliderContainer_1k24j_45 ._sliderImageCont_1k24j_45 {
  height: 260px;
  display: flex;
  align-items: center;
}
._sliderContainer_1k24j_45 ._sliderImageCont_1k24j_45 ._sliderImage_1k24j_45 {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._next_1k24j_57 {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}

._prev_1k24j_70 {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  left: 5px;
  z-index: 99;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

._productInfo_1k24j_83 {
  display: flex;
  align-items: stretch;
}
._productInfo_1k24j_83 ._productInfo__logo_1k24j_87 {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
._productInfo_1k24j_83 ._productInfo__logo_1k24j_87 img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._productInfo_1k24j_83 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  padding: 16px 24px 4px 24px;
}
._productInfo__name_1k24j_106 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.26px;
  color: #11181c;
  margin-bottom: 4px;
}
._productInfo__airline_1k24j_114 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-bottom: 4px;
}
._productInfo__terminalTerminalType_1k24j_122 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._productInfo__terminalTerminalType_1k24j_122 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._productInfo__dot_1k24j_135 {
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
._productInfo_1k24j_83 ._totalPrice_1k24j_141 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
  min-height: 77px;
}
._productInfo_1k24j_83 ._totalPrice__price_1k24j_150 {
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  margin-right: 6px;
  padding-left: 46px;
}
._productInfo_1k24j_83 ._totalPrice__price_1k24j_150 span {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: 21.78px;
  font-weight: 700;
  white-space: nowrap;
}
._productInfo_1k24j_83 ._totalPrice__price_1k24j_150 ._deleteBtn_1k24j_168 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent !important;
  outline: none;
}
._productInfo_1k24j_83 ._totalPrice__price_1k24j_150 ._deleteBtn_1k24j_168:hover {
  background-color: transparent;
  border: none;
}

._productCost_1k24j_180 {
  width: 175px;
}
._productCost__totalPrice_1k24j_183 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
._productCost__notice_1k24j_191 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._childDiscoutnInfo_1k24j_200 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._line_1k24j_210 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  margin: 12px 0;
}

._workingHours__openClose_1k24j_217 {
  color: var(--teal-t-700, #0d9676);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__openCloseTime_1k24j_225 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__items_1k24j_233 {
  width: fit-content;
}
._workingHours__item_1k24j_233 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._description_1k24j_243 {
  overflow: hidden;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin: 16px 0;
}

._description_1k24j_243,
._description_showmore_1k24j_255 {
  height: fit-content;
}

._dexcriptionTitle_1k24j_259 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

._showMore_1k24j_269 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  float: right;
}

._featuresCont_1k24j_282 h1 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
._featuresCont_1k24j_282 ._feature_1k24j_282 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._featuresCont_1k24j_282 ._feature_1k24j_282 ._featureIcon_1k24j_296 {
  border-radius: 8px;
  border: 1px solid var(--gray-light, #cecece);
  padding: 4px;
}

._label_1k24j_302 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.9px;
  margin-bottom: 8px;
  letter-spacing: 0.41px;
}
._label_1k24j_302 span {
  font-weight: 400 !important;
  color: #7e868c;
}

._passengerCount_1k24j_318 {
  color: var(--dark-gray-dark-gray-3, #303940);
  /* UI/UI Text 14 Reg */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
  width: 28px;
  text-align: center;
}

._variantTotalPrice_1k24j_331 {
  color: var(--dark-gray-dark-gray-3, #303940);
  /* UI/UI Text 14 Reg */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
}

._filters_1k24j_342 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._filters_1k24j_342 ._service_box_1k24j_353 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._filters_1k24j_342 ._terminalText_1k24j_363 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_1k24j_342 ._type_1k24j_369 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._filters_1k24j_342 ._type_1k24j_369 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_1k24j_342 ._type_1k24j_369 svg path {
  stroke: #7e868c;
  fill: white;
}

._greyDot_1k24j_386 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
}

._section_1k24j_392 {
  padding-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
.react-datepicker__header {
  background: #fbfbfb;
}
.react-datepicker__month-container {
  background: #fbfbfb;
  border-radius: 6px;
}
.react-datepicker-wrapper{
    width: 100%;
    height: fit-content;
}
.react-datepicker__input-container{
    width: 100%;
}
.react-datepicker__input-container > input {
  border-radius: 8px;
  border: 1px solid #b0babf;
  background: #fff;
  padding: 7px 12px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
  cursor: pointer;
  width: 100%;
}
.react-datepicker__input-container > input.red-border {
  border: 1px solid #F13B1F;
}


.btn-prev,
.btn-next {
  position: absolute;
  top: 50%;
  padding: 8px;
  transform: translate(0, -50%);
}
.btn-prev svg,
.btn-next svg {
  width: 16px;
  height: 16px;
}
.btn-prev {
  right: 36px;
}
.btn-next {
  right: 0;
}

.select-year,
.select-month {
  color: #737373;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  background: transparent;
  /* Heading */
  font-family: Inter;
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #2d6ce5;
  color: white;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  background-color: #2d6ce5;
  color: white;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__day--keyboard-selected:hover{
  background: none;
}

.react-datepicker__day--today,
.react-datepicker__day--today:hover {
  font-weight: 400;
  border-radius: 0.3rem;
  background-color: #bad9f1;
}

.react-datepicker__day--today.react-datepicker__day--selected{
  background-color: #2d6ce5;
}
._container_1feol_1 ._card_1feol_1 {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  flex-grow: 1;
  width: 100%;
}
._container_1feol_1 {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
._container_1feol_1:first-child ._loungeCartHead_1feol_13 {
  display: flex;
}

._productForm_1feol_17 {
  padding: 0 24px 24px 24px;
}

._loungeCartHead_1feol_13 {
  display: none;
  align-items: center;
  column-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding: 24px 24px 16px 24px;
}
._loungeCartHead_1feol_13 p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.47px;
  color: #000000;
}

._iconButton_1feol_36 {
  border-radius: 10px;
  background: #f4f4f4;
}

._imageContainer_1feol_41 {
  width: 100%;
}

._sliderContainer_1feol_45 ._sliderImageCont_1feol_45 {
  height: 260px;
  display: flex;
  align-items: center;
}
._sliderContainer_1feol_45 ._sliderImageCont_1feol_45 ._sliderImage_1feol_45 {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._next_1feol_57 {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}

._prev_1feol_70 {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  left: 5px;
  z-index: 99;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

._productInfo_1feol_83 {
  display: flex;
  align-items: stretch;
}
._productInfo_1feol_83 ._productInfo__logo_1feol_87 {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
._productInfo_1feol_83 ._productInfo__logo_1feol_87 img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._productInfo_1feol_83 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
  padding-top: 16px;
  padding: 16px 24px 4px 24px;
}
._productInfo__name_1feol_106 {
  color: var(--black, #141414);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.78px;
}
._productInfo__airline_1feol_114 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-bottom: 4px;
}
._productInfo__terminalTerminalType_1feol_122 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._productInfo__terminalTerminalType_1feol_122 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._productInfo__dot_1feol_135 {
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
._productInfo_1feol_83 ._totalPrice_1feol_141 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
  min-height: 77px;
  min-width: 214px;
}
._productInfo_1feol_83 ._totalPrice__price_1feol_151 {
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  margin-right: 6px;
}
._productInfo_1feol_83 ._totalPrice__price_1feol_151 span {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: 21.78px;
  font-weight: 700;
  white-space: nowrap;
}
._productInfo_1feol_83 ._totalPrice__price_1feol_151 ._deleteBtn_1feol_168 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent !important;
  outline: none;
}
._productInfo_1feol_83 ._totalPrice__price_1feol_151 ._deleteBtn_1feol_168:hover {
  background-color: transparent;
  border: none;
}

._productCost_1feol_180 {
  width: 175px;
}
._productCost__totalPrice_1feol_183 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
._productCost__notice_1feol_191 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._childDiscoutnInfo_1feol_200 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._line_1feol_210 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  margin: 12px 0;
}

._workingHours__openClose_1feol_217 {
  color: var(--teal-t-700, #0d9676);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__openCloseTime_1feol_225 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__items_1feol_233 {
  width: fit-content;
}
._workingHours__item_1feol_233 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._description_1feol_243 {
  overflow: hidden;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin: 16px 0;
}

._description_1feol_243,
._description_showmore_1feol_255 {
  height: fit-content;
}

._dexcriptionTitle_1feol_259 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

._showMore_1feol_269 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  float: right;
}

._featuresCont_1feol_282 h1 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
._featuresCont_1feol_282 ._feature_1feol_282 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._featuresCont_1feol_282 ._feature_1feol_282 ._featureIcon_1feol_296 {
  border-radius: 8px;
  border: 1px solid var(--gray-light, #cecece);
  padding: 4px;
}

._label_1feol_302 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.9px;
  margin-bottom: 8px;
  letter-spacing: 0.41px;
}
._label_1feol_302 span {
  font-weight: 400 !important;
  color: #7e868c;
}

._passengerCount_1feol_318 {
  color: var(--dark-gray-dark-gray-3, #303940);
  /* UI/UI Text 14 Reg */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
  width: 28px;
  text-align: center;
}

._variantTotalPrice_1feol_331 {
  color: var(--dark-gray-dark-gray-3, #303940);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}

._greyDot_1feol_341 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
}

._section_1feol_347 {
  padding-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}

._filters_1feol_352 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._filters_1feol_352 ._service_box_1feol_363 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._filters_1feol_352 ._terminalText_1feol_373 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_1feol_352 ._type_1feol_379 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._filters_1feol_352 ._type_1feol_379 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_1feol_352 ._type_1feol_379 svg path {
  stroke: #7e868c;
  fill: white;
}._container_mq7ld_1 ._card_mq7ld_1 {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  flex-grow: 1;
  width: 100%;
}
._container_mq7ld_1 {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
._container_mq7ld_1:first-child ._loungeCartHead_mq7ld_13 {
  display: flex;
}

._productForm_mq7ld_17 {
  padding: 0 24px 24px 24px;
}

._loungeCartHead_mq7ld_13 {
  display: none;
  align-items: center;
  column-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding: 24px 24px 16px 24px;
}
._loungeCartHead_mq7ld_13 p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.47px;
  color: #000000;
}

._iconButton_mq7ld_36 {
  border-radius: 10px;
  background: #f4f4f4;
}

._imageContainer_mq7ld_41 {
  width: 100%;
}

._sliderContainer_mq7ld_45 ._sliderImageCont_mq7ld_45 {
  height: 260px;
  display: flex;
  align-items: center;
}
._sliderContainer_mq7ld_45 ._sliderImageCont_mq7ld_45 ._sliderImage_mq7ld_45 {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._next_mq7ld_57 {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}

._prev_mq7ld_70 {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
  left: 5px;
  z-index: 99;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

._productInfo_mq7ld_83 {
  display: flex;
  align-items: stretch;
}
._productInfo_mq7ld_83 ._productInfo__logo_mq7ld_87 {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
._productInfo_mq7ld_83 ._productInfo__logo_mq7ld_87 img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._productInfo_mq7ld_83 {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
  padding-top: 16px;
  padding: 16px 24px 4px 24px;
}
._productInfo__name_mq7ld_106 {
  color: var(--black, #141414);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.78px;
}
._productInfo__airline_mq7ld_114 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-bottom: 4px;
}
._productInfo__terminalTerminalType_mq7ld_122 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._productInfo__terminalTerminalType_mq7ld_122 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._productInfo__dot_mq7ld_135 {
  width: 6px;
  height: 6px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
._productInfo_mq7ld_83 ._totalPrice_mq7ld_141 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
  min-height: 77px;
  min-width: 214px;
}
._productInfo_mq7ld_83 ._totalPrice__price_mq7ld_151 {
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  margin-right: 6px;
}
._productInfo_mq7ld_83 ._totalPrice__price_mq7ld_151 span {
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: 21.78px;
  font-weight: 700;
  white-space: nowrap;
}
._productInfo_mq7ld_83 ._totalPrice__price_mq7ld_151 ._deleteBtn_mq7ld_168 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent !important;
  outline: none;
}
._productInfo_mq7ld_83 ._totalPrice__price_mq7ld_151 ._deleteBtn_mq7ld_168:hover {
  background-color: transparent;
  border: none;
}

._productCost_mq7ld_180 {
  width: 175px;
}
._productCost__totalPrice_mq7ld_183 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
._productCost__notice_mq7ld_191 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._childDiscoutnInfo_mq7ld_200 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._line_mq7ld_210 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  margin: 12px 0;
}

._workingHours__openClose_mq7ld_217 {
  color: var(--teal-t-700, #0d9676);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__openCloseTime_mq7ld_225 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__items_mq7ld_233 {
  width: fit-content;
}
._workingHours__item_mq7ld_233 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

._description_mq7ld_243 {
  overflow: hidden;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin: 16px 0;
}

._description_mq7ld_243,
._description_showmore_mq7ld_255 {
  height: fit-content;
}

._dexcriptionTitle_mq7ld_259 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

._showMore_mq7ld_269 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  float: right;
}

._featuresCont_mq7ld_282 h1 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
._featuresCont_mq7ld_282 ._feature_mq7ld_282 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._featuresCont_mq7ld_282 ._feature_mq7ld_282 ._featureIcon_mq7ld_296 {
  border-radius: 8px;
  border: 1px solid var(--gray-light, #cecece);
  padding: 4px;
}

._label_mq7ld_302 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.9px;
  margin-bottom: 8px;
}
._label_mq7ld_302 span {
  font-weight: 400 !important;
  color: #7e868c;
}

._title_mq7ld_317 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #11181c;
  min-width: 129px;
  width: 100%;
  max-width: 129px;
}

._subtitle_mq7ld_327 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #11181c;
}

._passengerCount_mq7ld_334 {
  color: var(--dark-gray-dark-gray-3, #303940);
  /* UI/UI Text 14 Reg */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
  width: 28px;
  text-align: center;
}

._variantTotalPrice_mq7ld_347 {
  color: var(--dark-gray-dark-gray-3, #303940);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}

._greyDot_mq7ld_357 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
}

._section_mq7ld_363 {
  padding-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}

._filters_mq7ld_368 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._filters_mq7ld_368 ._service_box_mq7ld_379 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._filters_mq7ld_368 ._terminalText_mq7ld_389 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_mq7ld_368 ._type_mq7ld_395 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._filters_mq7ld_368 ._type_mq7ld_395 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_mq7ld_368 ._type_mq7ld_395 svg path {
  stroke: #7e868c;
  fill: white;
}

._layover_mq7ld_412 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8px 0;
}
._layover_mq7ld_412 ._layoverLine_mq7ld_419 {
  flex: 1;
  border-top: 1px dashed #19111c;
  min-width: 60px;
  height: 1px;
}
._layover_mq7ld_412 ._layoverBadge_mq7ld_425 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  border: 1.5px dashed #19111c;
  border-radius: 16px;
  color: #000;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  white-space: nowrap;
  column-gap: 3px;
}
._layover_mq7ld_412 ._layoverTime_mq7ld_439 {
  font-weight: 700;
}

._productTitleContainer_mq7ld_443 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.slick-slide.slick-center img {
  transform: scale(1.05);
}
.slick-list {
  overflow-y: visible;
  overflow-x: clip;
}
.slick-slide > div {
  margin: 0 16px;
}
.slick-list {
  margin: 0 -16px;
}
.strongText {
  color: #11181c;
  font-size: 12px;
  font-weight: 600;
}
.image-gallery-thumbnail {
  width: 136px;
  height: 96px;
  border-radius: 8px;
  overflow: hidden;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  width: 100%;
  height: 100%;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner .image-gallery-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yarl__fullsize {
  height: 100%;
  width: 100%;
}
.yarl__relative {
  position: relative;
}
.yarl__portal {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity var(--yarl__fade_animation_duration, 0.25s) var(--yarl__fade_animation_timing_function, ease);
  z-index: var(--yarl__portal_zindex, 9999);
}
.yarl__portal_open {
  opacity: 1;
}
.yarl__container {
  background-color: var(--yarl__container_background_color, var(--yarl__color_backdrop, #000));
  bottom: 0;
  left: 0;
  outline: 0;
  overflow: hidden;
  overscroll-behavior: var(--yarl__controller_overscroll-behavior, contain);
  position: absolute;
  right: 0;
  top: 0;
  touch-action: var(--yarl__controller_touch_action, none);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.yarl__carousel {
  align-content: center;
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  justify-content: center;
  opacity: var(--yarl__pull_down_opacity, 1);
  -webkit-transform: translate(var(--yarl__swipe_offset, 0), var(--yarl__pull_down_offset, 0));
  transform: translate(var(--yarl__swipe_offset, 0), var(--yarl__pull_down_offset, 0));
  width: calc(100% + (var(--yarl__carousel_slides_count) - 1) * (100% + var(--yarl__carousel_spacing_px, 0) * 1px + var(--yarl__carousel_spacing_percent, 0) * 1%));
}
.yarl__carousel_with_slides {
  -webkit-column-gap: calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);
  -moz-column-gap: calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);
  column-gap: calc(var(--yarl__carousel_spacing_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_spacing_percent, 0) * 1%);
}
.yarl__flex_center {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.yarl__slide {
  flex: 1;
  overflow: hidden;
  padding: calc(var(--yarl__carousel_padding_px, 0) * 1px + 100 / (var(--yarl__carousel_slides_count) * 100 + (var(--yarl__carousel_slides_count) - 1) * var(--yarl__carousel_spacing_percent, 0)) * var(--yarl__carousel_padding_percent, 0) * 1%);
  position: relative;
}
[dir=rtl] .yarl__slide {
  --yarl__direction: -1;
}
.yarl__slide_image {
  -webkit-touch-callout: none;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  touch-action: var(--yarl__controller_touch_action, none);
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
@media screen and (min-width: 800px) {
  .yarl__slide_image {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
}
.yarl__slide_image_cover {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.yarl__slide_image_loading {
  opacity: 0;
}
.yarl__slide_placeholder {
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.yarl__slide_loading {
  -webkit-animation: yarl__delayed_fadein 1s linear;
  animation: yarl__delayed_fadein 1s linear;
  color: var(--yarl__slide_icon_loading_color, var(--yarl__color_button, hsla(0, 0%, 100%, 0.8)));
}
.yarl__slide_loading line {
  -webkit-animation: yarl__stroke_opacity 1s linear infinite;
  animation: yarl__stroke_opacity 1s linear infinite;
}
.yarl__slide_loading line:first-of-type {
  -webkit-animation-delay: -1.875s;
  animation-delay: -1.875s;
}
.yarl__slide_loading line:nth-of-type(2) {
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
}
.yarl__slide_loading line:nth-of-type(3) {
  -webkit-animation-delay: -1.625s;
  animation-delay: -1.625s;
}
.yarl__slide_loading line:nth-of-type(4) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.yarl__slide_loading line:nth-of-type(5) {
  -webkit-animation-delay: -1.375s;
  animation-delay: -1.375s;
}
.yarl__slide_loading line:nth-of-type(6) {
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}
.yarl__slide_loading line:nth-of-type(7) {
  -webkit-animation-delay: -1.125s;
  animation-delay: -1.125s;
}
.yarl__slide_loading line:nth-of-type(8) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.yarl__slide_error {
  color: var(--yarl__slide_icon_error_color, red);
  height: var(--yarl__slide_icon_error_size, 48px);
  width: var(--yarl__slide_icon_error_size, 48px);
}
@media (prefers-reduced-motion) {
  .yarl__portal,
  .yarl__slide {
    transition: unset;
  }
  .yarl__slide_loading,
  .yarl__slide_loading line {
    -webkit-animation: unset;
    animation: unset;
  }
}
.yarl__toolbar {
  bottom: auto;
  display: flex;
  justify-content: flex-end;
  left: auto;
  padding: var(--yarl__toolbar_padding, 8px);
  position: absolute;
  right: 0;
  top: 0;
}
[dir=rtl] .yarl__toolbar {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
}
.yarl__icon {
  height: var(--yarl__icon_size, 32px);
  width: var(--yarl__icon_size, 32px);
}
.yarl__button {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--yarl__button_background_color, transparent);
  border: var(--yarl__button_border, 0);
  color: var(--yarl__color_button, hsla(0, 0%, 100%, 0.8));
  cursor: pointer;
  -webkit-filter: var(--yarl__button_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)));
  filter: var(--yarl__button_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)));
  line-height: 0;
  margin: var(--yarl__button_margin, 0);
  outline: none;
  padding: var(--yarl__button_padding, 8px);
}
.yarl__button:focus {
  color: var(--yarl__color_button_active, #fff);
}
.yarl__button:focus:not(:focus-visible) {
  color: var(--yarl__color_button, hsla(0, 0%, 100%, 0.8));
}
.yarl__button:focus-visible {
  color: var(--yarl__color_button_active, #fff);
}
@media (hover: hover) {
  .yarl__button:focus-visible:hover,
  .yarl__button:focus:hover,
  .yarl__button:hover {
    color: var(--yarl__color_button_active, #fff);
  }
}
.yarl__button:disabled {
  color: var(--yarl__color_button_disabled, hsla(0, 0%, 100%, 0.4));
  cursor: default;
}
.yarl__navigation_next,
.yarl__navigation_prev {
  padding: var(--yarl__navigation_button_padding, 24px 16px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yarl__navigation_prev {
  left: 0;
}
[dir=rtl] .yarl__navigation_prev {
  left: unset;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.yarl__navigation_next {
  right: 0;
}
[dir=rtl] .yarl__navigation_next {
  left: 0;
  right: unset;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.yarl__no_scroll {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}
@-webkit-keyframes yarl__delayed_fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes yarl__delayed_fadein {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes yarl__stroke_opacity {
  0% {
    stroke-opacity: 1;
  }
  to {
    stroke-opacity: 0.125;
  }
}
@keyframes yarl__stroke_opacity {
  0% {
    stroke-opacity: 1;
  }
  to {
    stroke-opacity: 0.125;
  }
}
.yarl__slide_captions_container {
  background: var(--yarl__slide_captions_container_background, rgba(0, 0, 0, 0.5));
  left: var(--yarl__slide_captions_container_left, 0);
  padding: var(--yarl__slide_captions_container_padding, 16px);
  position: absolute;
  right: var(--yarl__slide_captions_container_right, 0);
  -webkit-transform: translateZ(0);
}
.yarl__slide_title {
  color: var(--yarl__slide_title_color, #fff);
  font-size: var(--yarl__slide_title_font_size, 125%);
  font-weight: var(--yarl__slide_title_font_weight, bolder);
  max-width: calc(100% - var(--yarl__toolbar_width, 0px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yarl__slide_title_container {
  top: var(--yarl__slide_title_container_top, 0);
}
.yarl__slide_description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--yarl__slide_description_max_lines, 3);
  color: var(--yarl__slide_description_color, #fff);
  display: -webkit-box;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  text-align: var(--yarl__slide_description_text_align, start);
}
.yarl__slide_description_container {
  bottom: var(--yarl__slide_description_container_bottom, 0);
}
.yarl__thumbnails {
  display: flex;
  height: 100%;
}
.yarl__thumbnails_bottom,
.yarl__thumbnails_end .yarl__thumbnails_track,
.yarl__thumbnails_start .yarl__thumbnails_track,
.yarl__thumbnails_top {
  flex-direction: column;
}
.yarl__thumbnails_wrapper {
  flex: 1;
  position: relative;
}
.yarl__thumbnails_container {
  -webkit-touch-callout: none;
  background-color: var(--yarl__thumbnails_container_background_color, var(--yarl__color_backdrop, #000));
  flex: 0 0 auto;
  overflow: hidden;
  padding: var(--yarl__thumbnails_container_padding, 16px);
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.yarl__thumbnails_vignette {
  --yarl__thumbnails_vignette_size: 12%;
  pointer-events: none;
  position: absolute;
}
@media (min-width: 1200px) {
  .yarl__thumbnails_vignette {
    --yarl__thumbnails_vignette_size: 8%;
  }
}
@media (min-width: 2000px) {
  .yarl__thumbnails_vignette {
    --yarl__thumbnails_vignette_size: 5%;
  }
}
.yarl__thumbnails_bottom .yarl__thumbnails_vignette,
.yarl__thumbnails_top .yarl__thumbnails_vignette {
  background: linear-gradient(to right, var(--yarl__color_backdrop, #000) 0, transparent var(--yarl__thumbnails_vignette_size, 12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)), var(--yarl__color_backdrop, #000) 100%);
  height: 100%;
  left: 0;
  right: 0;
}
.yarl__thumbnails_end .yarl__thumbnails_vignette,
.yarl__thumbnails_start .yarl__thumbnails_vignette {
  background: linear-gradient(to bottom, var(--yarl__color_backdrop, #000) 0, transparent var(--yarl__thumbnails_vignette_size, 12%) calc(100% - var(--yarl__thumbnails_vignette_size, 12%)), var(--yarl__color_backdrop, #000) 100%);
  bottom: 0;
  top: 0;
  width: 100%;
}
.yarl__thumbnails_track {
  gap: var(--yarl__thumbnails_thumbnail_gap, 16px);
}
.yarl__thumbnails_thumbnail {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--yarl__thumbnails_thumbnail_background, #000);
  border: var(--yarl__thumbnails_thumbnail_border, 1px solid var(--yarl__color_button, hsla(0, 0%, 100%, 0.8)));
  border-radius: var(--yarl__thumbnails_thumbnail_border_radius, 4px);
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 0 auto;
  height: var(--yarl__thumbnails_thumbnail_height, 80px);
  overflow: hidden;
  padding: var(--yarl__thumbnails_thumbnail_padding, 4px);
  position: relative;
  width: var(--yarl__thumbnails_thumbnail_width, 120px);
}
.yarl__thumbnails_thumbnail_active {
  border-color: var(--yarl__thumbnails_thumbnail_active_border_color, var(--yarl__color_button_active, #fff));
}
.yarl__thumbnails_thumbnail_fadein {
  -webkit-animation: yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration, 0.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay, 0s) forwards;
  animation: yarl__thumbnails_thumbnail_fadein var(--yarl__thumbnails_thumbnail_fadein_duration, 0.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadein_delay, 0s) forwards;
  opacity: 0;
}
.yarl__thumbnails_thumbnail_fadeout {
  -webkit-animation: yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration, 0.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay, 0s) forwards;
  animation: yarl__thumbnails_thumbnail_fadeout var(--yarl__thumbnails_thumbnail_fadeout_duration, 0.5s) ease-in-out var(--yarl__thumbnails_thumbnail_fadeout_delay, 0s) forwards;
  cursor: unset;
}
.yarl__thumbnails_thumbnail_placeholder {
  cursor: unset;
  visibility: hidden;
}
.yarl__thumbnails_thumbnail_icon {
  color: var(--yarl__thumbnails_thumbnail_icon_color, var(--yarl__color_button, hsla(0, 0%, 100%, 0.8)));
  -webkit-filter: var(--yarl__thumbnails_thumbnail_icon_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)));
  filter: var(--yarl__thumbnails_thumbnail_icon_filter, drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)));
  height: var(--yarl__thumbnails_thumbnail_icon_size, 32px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: var(--yarl__thumbnails_thumbnail_icon_size, 32px);
}
.yarl__thumbnails_contain_image {
  -o-object-fit: contain;
  object-fit: contain;
}
@-webkit-keyframes yarl__thumbnails_thumbnail_fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes yarl__thumbnails_thumbnail_fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes yarl__thumbnails_thumbnail_fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes yarl__thumbnails_thumbnail_fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}._item_16m2l_1 {
  color: var(--dark-grey, #444444);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  cursor: pointer;
}
._item_16m2l_1:hover {
  text-decoration: underline;
}._cart_4xqrn_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: #fff;
  width: 100%;
}
._cart_4xqrn_1 ._lounge_cart_head_4xqrn_10 {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
._cart_4xqrn_1 ._lounge_cart_head_4xqrn_10 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}
._cart_4xqrn_1 ._header_4xqrn_22 {
  width: 100%;
  padding: 24px 24px 12px;
}
._cart_4xqrn_1 ._header_4xqrn_22 ._header_title_4xqrn_26 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  color: #000;
  margin-bottom: 4px;
}
._cart_4xqrn_1 ._header_4xqrn_22 ._contract_4xqrn_34 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
._cart_4xqrn_1 ._header_4xqrn_22 ._contract_4xqrn_34 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0.33px;
  color: #7e868c;
}
._cart_4xqrn_1 ._header_4xqrn_22 ._contract_4xqrn_34 h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  color: #000000;
}
._cart_4xqrn_1 ._cartBody_4xqrn_54 {
  width: 100%;
  overflow-y: auto;
  padding: 0 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._cart_4xqrn_1 ._cartBody_4xqrn_54::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
._cart_4xqrn_1 ._cartBody_4xqrn_54::-webkit-scrollbar-track {
  background: #fff;
}
._cart_4xqrn_1 ._cartBody_4xqrn_54::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px;
}
._cart_4xqrn_1 ._empty_4xqrn_71 {
  padding: 12px 24px;
  min-height: 130px;
}
._cart_4xqrn_1 ._empty_4xqrn_71 h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin-bottom: 8px;
}
._cart_4xqrn_1 ._empty_4xqrn_71 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.6%;
  color: #11181c;
}
._cart_4xqrn_1 ._infos_4xqrn_90 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._cart_4xqrn_1 ._infos_4xqrn_90 ._flight_number_4xqrn_95 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #11181c;
}
._cart_4xqrn_1 ._infos_4xqrn_90 ._greyDot_4xqrn_101 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 3px;
  max-width: 1px;
  min-width: 1px;
}
._cart_4xqrn_1 ._infos_4xqrn_90 ._date_4xqrn_109 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._cart_4xqrn_1 ._infos_4xqrn_90 ._date_4xqrn_109 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #11181c;
}
._cart_4xqrn_1 h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 16px 16px;
}
._cart_4xqrn_1 ._line_4xqrn_126 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.07);
}
._cart_4xqrn_1 ._price_4xqrn_131 {
  color: #0082ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
._cart_4xqrn_1 ._totalPrice_4xqrn_137 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  padding: 12px 24px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._cart_4xqrn_1 ._totalPrice_4xqrn_137 ._priceWrapper_4xqrn_145 {
  display: flex;
  justify-content: space-between;
}
._cart_4xqrn_1 ._totalPrice_4xqrn_137 ._priceWrapper_4xqrn_145 ._total_4xqrn_137 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  color: #000000;
}
._cart_4xqrn_1 ._totalPrice_4xqrn_137 ._priceWrapper_4xqrn_145 ._price_4xqrn_131 {
  color: #11181c;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
}
._cart_4xqrn_1 ._totalPrice_4xqrn_137 button {
  width: 100%;
  padding: 9px 0px;
  border-radius: 8px;
  background: #0082ff;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  text-align: center;
}

._topContent_4xqrn_176 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_4xqrn_176 h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_4xqrn_176 ._deleteBtn_4xqrn_188 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_4xqrn_176 ._deleteBtn_4xqrn_188:hover {
  background-color: transparent;
  border: none;
}

._terminalName_4xqrn_200 {
  font-weight: 400;
  padding: 1px 0;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
}

._filters_4xqrn_209 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_4xqrn_209 ._type_4xqrn_223 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_4xqrn_209 ._service_box_4xqrn_232 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._manual_4xqrn_243 {
  background: #ffecbc;
  padding: 5.5px 8px;
  border-radius: 5px;
  width: fit-content;
  margin: 2px 0 4px 0 !important;
}
._manual_4xqrn_243 ._manual_text_4xqrn_250 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_4xqrn_243 ._manual_text_4xqrn_250 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_4xqrn_266 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_4xqrn_266 ._price_4xqrn_131 {
  display: flex;
  align-items: center;
}
._prices_4xqrn_266 ._price_4xqrn_131 ._age_4xqrn_277 {
  font: 14px;
}
._prices_4xqrn_266 ._price_4xqrn_131 ._counter_4xqrn_280 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_4xqrn_266 ._price_4xqrn_131 ._counter_4xqrn_280 ._tallyButton_4xqrn_286 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_4xqrn_266 ._price_4xqrn_131 ._filteredPrice_4xqrn_296 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
}

._greyDot_4xqrn_101 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  max-width: 1px;
  min-width: 1px;
}

._notice_4xqrn_312 {
  color: #5b6871;
  font-size: 12px;
}._table_14p1w_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_14p1w_6 {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
._price_14p1w_6 ._age_14p1w_11 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  font-family: "Inter";
}
._price_14p1w_6 ._age_14p1w_11 span {
  font-weight: 400;
  color: #7e868c;
}
._price_14p1w_6 ._age_14p1w_11 b {
  font-weight: 600;
}
._price_14p1w_6 ._counter_14p1w_32 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_14p1w_6 ._counter_14p1w_32 ._tallyButton_14p1w_36 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 ._fPriceTitle_14p1w_53 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 ._fPriceTitle_14p1w_53._cart_14p1w_61 {
  color: #7e868c;
  font-size: 12px !important;
  line-height: 22px !important;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 ._fPriceText_14p1w_66 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: auto;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 ._fPriceText_14p1w_66._cart_14p1w_61 {
  color: #11181c;
  font-weight: 700;
  margin-left: 2px;
  width: inherit !important;
}

._quantity_14p1w_82 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  /* UI/UI Text 14 Reg */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
}._table_1wy9c_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_1wy9c_6 {
  display: flex;
  align-items: center;
}
._price_1wy9c_6 ._age_1wy9c_10 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter";
}
._price_1wy9c_6 ._age_1wy9c_10 span {
  font-weight: 400;
  color: #7e868c;
}
._price_1wy9c_6 ._age_1wy9c_10 b {
  font-weight: 600;
}
._price_1wy9c_6 ._counter_1wy9c_31 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_1wy9c_6 ._counter_1wy9c_31 ._tallyButton_1wy9c_35 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52._cart_1wy9c_60 {
  color: #7e868c;
  font-size: 12px !important;
  line-height: 22px !important;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65._cart_1wy9c_60 {
  color: #11181c;
  font-weight: 700;
  margin-left: 2px;
  width: inherit !important;
}

._quantity_1wy9c_81 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}._lounge_cart_head_1gikl_1 {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
._lounge_cart_head_1gikl_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_1gikl_14 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_1gikl_14 ._productTitle_1gikl_19 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_1gikl_14 ._deleteBtn_1gikl_26 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_1gikl_14 ._deleteBtn_1gikl_26:hover {
  background-color: transparent;
  border: none;
}

._terminalName_1gikl_38 {
  font-weight: 400;
  padding: 1px 0;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
}

._filters_1gikl_47 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_1gikl_47 ._type_1gikl_61 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_1gikl_47 ._service_box_1gikl_70 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._manual_1gikl_81 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_1gikl_81 ._manual_text_1gikl_88 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_1gikl_81 ._manual_text_1gikl_88 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_1gikl_104 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_1gikl_104 ._price_1gikl_104 {
  display: flex;
  align-items: center;
}
._prices_1gikl_104 ._price_1gikl_104 ._age_1gikl_115 {
  font: 14px;
}
._prices_1gikl_104 ._price_1gikl_104 ._counter_1gikl_118 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_1gikl_104 ._price_1gikl_104 ._counter_1gikl_118 ._tallyButton_1gikl_124 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_1gikl_104 ._price_1gikl_104 ._filteredPrice_1gikl_134 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
}

._restrictionText_1gikl_142 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
  margin-bottom: 8px;
  margin-top: 4px;
}
._restrictionText_1gikl_142 span {
  font-weight: 700;
}

._detail_button_1gikl_159 {
  background-color: #e0f0ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #007aff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.5s !important;
  height: 24px !important;
  letter-spacing: 0px !important;
  min-width: 128px !important;
}
._detail_button_1gikl_159:hover {
  background-color: #d8e6f2 !important;
}._table_1wy9c_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_1wy9c_6 {
  display: flex;
  align-items: center;
}
._price_1wy9c_6 ._age_1wy9c_10 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter";
}
._price_1wy9c_6 ._age_1wy9c_10 span {
  font-weight: 400;
  color: #7e868c;
}
._price_1wy9c_6 ._age_1wy9c_10 b {
  font-weight: 600;
}
._price_1wy9c_6 ._counter_1wy9c_31 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_1wy9c_6 ._counter_1wy9c_31 ._tallyButton_1wy9c_35 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52._cart_1wy9c_60 {
  color: #7e868c;
  font-size: 12px !important;
  line-height: 22px !important;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65._cart_1wy9c_60 {
  color: #11181c;
  font-weight: 700;
  margin-left: 2px;
  width: inherit !important;
}

._quantity_1wy9c_81 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}._lounge_cart_head_dek5n_1 {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
._lounge_cart_head_dek5n_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_dek5n_14 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_dek5n_14 ._productTitle_dek5n_19 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_dek5n_14 ._deleteBtn_dek5n_26 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_dek5n_14 ._deleteBtn_dek5n_26:hover {
  background-color: transparent;
  border: none;
}

._terminalName_dek5n_38 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  padding: 1px 0;
  color: #687076;
}

._filters_dek5n_47 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_dek5n_47 ._type_dek5n_61 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_dek5n_47 ._service_box_dek5n_70 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._manual_dek5n_81 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_dek5n_81 ._manual_text_dek5n_88 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_dek5n_81 ._manual_text_dek5n_88 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_dek5n_104 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_dek5n_104 ._price_dek5n_104 {
  display: flex;
  align-items: center;
}
._prices_dek5n_104 ._price_dek5n_104 ._age_dek5n_115 {
  font: 14px;
}
._prices_dek5n_104 ._price_dek5n_104 ._counter_dek5n_118 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_dek5n_104 ._price_dek5n_104 ._counter_dek5n_118 ._tallyButton_dek5n_124 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_dek5n_104 ._price_dek5n_104 ._filteredPrice_dek5n_134 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
}

._restrictionText_dek5n_142 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
  margin-bottom: 8px;
  margin-top: 4px;
}
._restrictionText_dek5n_142 span {
  font-weight: 700;
}

._detail_button_dek5n_159 {
  background-color: #e0f0ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #007aff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.5s !important;
  height: 24px !important;
  letter-spacing: 0px !important;
  min-width: 128px !important;
}
._detail_button_dek5n_159:hover {
  background-color: #d8e6f2 !important;
}._lounge_cart_head_nvwal_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._lounge_cart_head_nvwal_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_nvwal_14 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_nvwal_14 ._productTitleContainer_nvwal_19 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._topContent_nvwal_14 ._productTitle_nvwal_19 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_nvwal_14 ._deleteBtn_nvwal_31 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_nvwal_14 ._deleteBtn_nvwal_31:hover {
  background-color: transparent;
  border: none;
}

._terminalName_nvwal_43 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
}

._filters_nvwal_51 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_nvwal_51 ._type_nvwal_65 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_nvwal_51 ._service_box_nvwal_74 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._manual_nvwal_85 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_nvwal_85 ._manual_text_nvwal_92 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_nvwal_85 ._manual_text_nvwal_92 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_nvwal_108 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_nvwal_108 ._price_nvwal_108 {
  display: flex;
  align-items: center;
}
._prices_nvwal_108 ._price_nvwal_108 ._age_nvwal_119 {
  font: 14px;
}
._prices_nvwal_108 ._price_nvwal_108 ._counter_nvwal_122 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_nvwal_108 ._price_nvwal_108 ._counter_nvwal_122 ._tallyButton_nvwal_128 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_nvwal_108 ._price_nvwal_108 ._filteredPrice_nvwal_138 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
}

._restrictionText_nvwal_146 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
}
._restrictionText_nvwal_146 span {
  font-weight: 700;
}

._detail_button_nvwal_161 {
  background-color: #e0f0ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #007aff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.5s !important;
  height: 24px !important;
  letter-spacing: 0px !important;
  min-width: 128px !important;
}
._detail_button_nvwal_161:hover {
  background-color: #d8e6f2 !important;
}._table_1wy9c_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_1wy9c_6 {
  display: flex;
  align-items: center;
}
._price_1wy9c_6 ._age_1wy9c_10 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter";
}
._price_1wy9c_6 ._age_1wy9c_10 span {
  font-weight: 400;
  color: #7e868c;
}
._price_1wy9c_6 ._age_1wy9c_10 b {
  font-weight: 600;
}
._price_1wy9c_6 ._counter_1wy9c_31 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_1wy9c_6 ._counter_1wy9c_31 ._tallyButton_1wy9c_35 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52._cart_1wy9c_60 {
  color: #7e868c;
  font-size: 12px !important;
  line-height: 22px !important;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65._cart_1wy9c_60 {
  color: #11181c;
  font-weight: 700;
  margin-left: 2px;
  width: inherit !important;
}

._quantity_1wy9c_81 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}._header_14qv4_1 {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
}

._headerLeftSide_14qv4_9 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._headerLeftSide_14qv4_9 ._title_14qv4_16 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_14qv4_22 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_14qv4_29 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_14qv4_35 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._container_1fnd0_1 {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 16px;
}
._container_1fnd0_1 ._card_1fnd0_7 {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  background: #fff;
  padding: 24px;
  flex-grow: 1;
  width: 100%;
}

._imageContainer_1fnd0_16 {
  position: relative;
  width: 100%;
  height: 256px;
}

._sliderContainer_1fnd0_22 {
  display: flex;
  gap: 8px;
  height: 100%;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}
._sliderContainer_1fnd0_22::-webkit-scrollbar {
  display: none;
}
._sliderContainer_1fnd0_22 ._sliderImageCont_1fnd0_33 {
  flex-shrink: 0;
  width: 310px !important;
  height: 256px !important;
}
._sliderContainer_1fnd0_22 ._sliderImageCont_1fnd0_33 ._sliderImage_1fnd0_33 {
  border-radius: 12px;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._next_1fnd0_46 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}

._prev_1fnd0_60 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5px;
  z-index: 99;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

._productInfo_1fnd0_74 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
._productInfo__name_1fnd0_79 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
._productInfo__airline_1fnd0_88 {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-bottom: 4px;
}
._productInfo__serviceBox_1fnd0_97 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._productInfo__terminalTerminalType_1fnd0_107 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._productInfo__terminalTerminalType_1fnd0_107 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._productInfo_1fnd0_74 ._title_1fnd0_120 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #007aff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
  height: 24px;
  width: fit-content;
}
._productInfo_1fnd0_74 ._title_1fnd0_120:hover {
  background-color: #d8e6f2;
}

._trigger_1fnd0_139 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.6%;
  color: #dc3d43;
}
._trigger_1fnd0_139._open_1fnd0_146 {
  color: #3d9a50;
}

._greyRound_1fnd0_150 {
  height: 4px;
  width: 4px;
  background-color: #0081f1;
  border-radius: 50%;
}

._productCost_1fnd0_157 {
  width: 175px;
}
._productCost__totalPrice_1fnd0_160 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

._childDiscoutnInfo_1fnd0_168 {
  color: var(--mid-gray-mid-gray-1, #7e868c);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01px;
}

._cancellationText_1fnd0_179 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  border-left: 2px solid #fcc900;
}

._line_1fnd0_193 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  margin: 12px 0;
}

._workingHours__openClose_1fnd0_200 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  font-weight: 500;
}
._workingHours__openCloseTime_1fnd0_208 {
  color: #19111c;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.6%;
}
._workingHours__items_1fnd0_215 {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
._workingHours__item_1fnd0_215 {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__itemDay_1fnd0_233 {
  text-transform: capitalize;
}

._description_1fnd0_237 * {
  text-align: justify;
}
._description_1fnd0_237 {
  overflow: hidden;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

._description_1fnd0_237,
._description_showmore_1fnd0_251 {
  height: fit-content;
}

._dexcriptionTitle_1fnd0_255 {
  color: #11181c;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
}

._showMore_1fnd0_266 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: 24px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

._featuresCont_1fnd0_278 h1 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
._featuresCont_1fnd0_278 ._feature_1fnd0_278 {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}
._featuresCont_1fnd0_278 ._feature_1fnd0_278 ._featureIcon_1fnd0_293 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
._featuresCont_1fnd0_278 ._feature_1fnd0_278 ._poyableIcon_1fnd0_301 {
  width: 16px;
  height: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f1841f;
  font-size: 12px;
  margin-left: 8px;
}

._filters_1fnd0_314 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._filters_1fnd0_314 ._type_1fnd0_325 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}

._greyDot_1fnd0_332 {
  height: 16px;
  width: 1px;
  background-color: #d7dbdf;
  display: inline-block;
}

._workingHours__itemTime_1fnd0_339 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 4px;
}
._workingHours__itemTime_1fnd0_339 span {
  justify-self: center;
}

._hours_1fnd0_348 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  column-gap: 12px;
}
._hours_1fnd0_348 ._workingHours_1fnd0_200 {
  display: flex;
}
._hours_1fnd0_348 ._workingHours_1fnd0_200 > div {
  display: flex;
  flex-wrap: wrap;
}
._hours_1fnd0_348 ._workingHours_1fnd0_200 > span:first-child {
  height: 24px;
  min-width: 80px;
  align-self: center;
  color: #7e868c;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  width: 120px;
}
._hours_1fnd0_348 ._workingHours_1fnd0_200 span {
  text-transform: capitalize;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._hours_1fnd0_348 ._workingHours_1fnd0_200 span ._greyDot_1fnd0_332 {
  height: 16px;
  width: 1px;
  background-color: #d7dbdf;
  margin: 0 12px;
}

._typeText_1fnd0_389 {
  color: red !important;
}

._serviceDetails_1fnd0_393 {
  border-radius: 4px;
  background: #fff;
  padding: 12px 0;
}
._serviceDetails_1fnd0_393 ._title_1fnd0_120 {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.26px;
  vertical-align: middle;
  color: #11181c;
  margin-bottom: 12px;
}
._serviceDetails_1fnd0_393 ._serviceDetailsContainer_1fnd0_408 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
}
._serviceDetails_1fnd0_393 ._serviceDetailsItem_1fnd0_413 {
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
._serviceDetails_1fnd0_393 ._label_1fnd0_418 {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

._restrictionText_1fnd0_426 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
}
._restrictionText_1fnd0_426 span {
  font-weight: 700;
}._container_kduk3_1 {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 16px;
}
._container_kduk3_1 ._card_kduk3_7 {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  padding: 24px;
  flex-grow: 1;
  width: 100%;
}

._imageContainer_kduk3_16 {
  position: relative;
  width: 100%;
  height: 256px;
}

._sliderContainer_kduk3_22 {
  display: flex;
  gap: 8px;
  height: 100%;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}
._sliderContainer_kduk3_22::-webkit-scrollbar {
  display: none;
}
._sliderContainer_kduk3_22 ._sliderImageCont_kduk3_33 {
  flex-shrink: 0;
  width: 310px !important;
  height: 256px !important;
}
._sliderContainer_kduk3_22 ._sliderImageCont_kduk3_33 ._sliderImage_kduk3_33 {
  border-radius: 12px;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._next_kduk3_46 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}

._prev_kduk3_60 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5px;
  z-index: 99;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

._productInfo_kduk3_74 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
._productInfo__name_kduk3_79 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
._productInfo__serviceBox_kduk3_88 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._productInfo__airline_kduk3_98, ._productInfo__terminalTerminalType_kduk3_98 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._productInfo__terminalTerminalType_kduk3_98 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._productInfo__dot_kduk3_111 {
  height: 16px;
  width: 1px;
  background-color: #d7dbdf;
}
._productInfo_kduk3_74 ._title_kduk3_116 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #007aff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
  height: 24px;
  width: fit-content;
}
._productInfo_kduk3_74 ._title_kduk3_116:hover {
  background-color: #d8e6f2;
}

._productCost_kduk3_135 {
  width: 175px;
}
._productCost__totalPrice_kduk3_138 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

._childDiscoutnInfo_kduk3_146 {
  color: var(--mid-gray-mid-gray-1, #7e868c);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01px;
}

._cancellationText_kduk3_157 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  border-left: 2px solid #fcc900;
}

._line_kduk3_171 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  margin: 16px 0;
}

._workingHours__openClose_kduk3_178 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  font-weight: 500;
}
._workingHours__openCloseTime_kduk3_186 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__items_kduk3_194 {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
._workingHours__item_kduk3_194 {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__itemDay_kduk3_212 {
  text-transform: capitalize;
}

._description_kduk3_216 * {
  text-align: justify;
}
._description_kduk3_216 {
  overflow: hidden;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin: 12px 0;
}

._description_kduk3_216,
._description_showmore_kduk3_231 {
  height: fit-content;
}

._dexcriptionTitle_kduk3_235 {
  color: #11181c;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 133.333% */
}

._showMore_kduk3_245 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: 24px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

._featuresCont_kduk3_257 h1 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
._featuresCont_kduk3_257 ._feature_kduk3_257 {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}
._featuresCont_kduk3_257 ._feature_kduk3_257 ._featureIcon_kduk3_272 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
._featuresCont_kduk3_257 ._feature_kduk3_257 ._poyableIcon_kduk3_280 {
  width: 16px;
  height: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f1841f;
  font-size: 12px;
  margin-left: 8px;
}

._filters_kduk3_293 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 4px;
}
._filters_kduk3_293 ._type_kduk3_305 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}

._greyDot_kduk3_312 {
  height: 16px;
  width: 1px;
  background-color: #d7dbdf;
  display: inline-block;
}

._workingHours__itemTime_kduk3_319 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 4px;
}
._workingHours__itemTime_kduk3_319 span {
  justify-self: center;
}

._hours_kduk3_328 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  column-gap: 12px;
}
._hours_kduk3_328 ._workingHours_kduk3_178 {
  display: flex;
}
._hours_kduk3_328 ._workingHours_kduk3_178 > div {
  display: flex;
  flex-wrap: wrap;
}
._hours_kduk3_328 ._workingHours_kduk3_178 > span:first-child {
  height: 24px;
  min-width: 80px;
  align-self: center;
  color: #7e868c;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  width: 120px;
}
._hours_kduk3_328 ._workingHours_kduk3_178 span {
  text-transform: capitalize;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._hours_kduk3_328 ._workingHours_kduk3_178 span ._greyDot_kduk3_312 {
  height: 16px;
  width: 1px;
  background-color: #d7dbdf;
  margin: 0 12px;
}

._typeText_kduk3_369 {
  color: red !important;
}._container_1gazh_1 {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 16px;
}
._container_1gazh_1 ._card_1gazh_7 {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
  background: #fff;
  padding: 24px;
  flex-grow: 1;
  width: 100%;
}

._imageContainer_1gazh_16 {
  position: relative;
  width: 100%;
  height: 256px;
}

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

._sliderContainer_1gazh_28 {
  display: flex;
  gap: 8px;
  height: 100%;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}
._sliderContainer_1gazh_28::-webkit-scrollbar {
  display: none;
}
._sliderContainer_1gazh_28 ._sliderImageCont_1gazh_39 {
  flex-shrink: 0;
  width: 310px !important;
  height: 256px !important;
}
._sliderContainer_1gazh_28 ._sliderImageCont_1gazh_39 ._sliderImage_1gazh_39 {
  border-radius: 12px;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._next_1gazh_52 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}

._prev_1gazh_66 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5px;
  z-index: 99;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

._productInfo_1gazh_22 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
._productInfo__name_1gazh_85 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
._productInfo__airline_1gazh_94 {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-bottom: 4px;
}
._productInfo__serviceBox_1gazh_103 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._productInfo__terminalTerminalType_1gazh_113 {
  color: var(--dark-gray-dark-gray-1, #1a2024);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._productInfo__terminalTerminalType_1gazh_113 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._productInfo_1gazh_22 ._title_1gazh_126 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #007aff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
  height: 24px;
  width: fit-content;
}
._productInfo_1gazh_22 ._title_1gazh_126:hover {
  background-color: #d8e6f2;
}

._trigger_1gazh_145 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.6%;
  color: #dc3d43;
}
._trigger_1gazh_145._open_1gazh_152 {
  color: #3d9a50;
}

._greyRound_1gazh_156 {
  height: 4px;
  width: 4px;
  background-color: #0081f1;
  border-radius: 50%;
}

._productCost_1gazh_163 {
  width: 175px;
}
._productCost__totalPrice_1gazh_166 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

._childDiscoutnInfo_1gazh_174 {
  color: var(--mid-gray-mid-gray-1, #7e868c);
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01px;
}

._cancellationText_1gazh_185 {
  color: var(--mid-gray-mid-gray-1, #5b6871);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  border-left: 2px solid #fcc900;
}

._line_1gazh_199 {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  margin: 12px 0;
}

._workingHours__openClose_1gazh_206 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  font-weight: 500;
}
._workingHours__openCloseTime_1gazh_214 {
  color: #19111c;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.6%;
}
._workingHours__items_1gazh_221 {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
._workingHours__item_1gazh_221 {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._workingHours__itemDay_1gazh_239 {
  text-transform: capitalize;
}

._description_1gazh_243 * {
  text-align: justify;
}
._description_1gazh_243 {
  overflow: hidden;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

._description_1gazh_243,
._description_showmore_1gazh_257 {
  height: fit-content;
}

._dexcriptionTitle_1gazh_261 {
  color: #11181c;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 12px;
}

._showMore_1gazh_272 {
  color: var(--main-color, #0082ff);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: 24px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

._featuresCont_1gazh_284 h1 {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
._featuresCont_1gazh_284 ._feature_1gazh_284 {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
}
._featuresCont_1gazh_284 ._feature_1gazh_284 ._featureIcon_1gazh_299 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
._featuresCont_1gazh_284 ._feature_1gazh_284 ._poyableIcon_1gazh_307 {
  width: 16px;
  height: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f1841f;
  font-size: 12px;
  margin-left: 8px;
}

._filters_1gazh_320 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._filters_1gazh_320 ._type_1gazh_331 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}

._greyDot_1gazh_338 {
  height: 16px;
  width: 1px;
  background-color: #d7dbdf;
  display: inline-block;
}

._workingHours__itemTime_1gazh_345 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 4px;
}
._workingHours__itemTime_1gazh_345 span {
  justify-self: center;
}

._hours_1gazh_354 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  column-gap: 12px;
}
._hours_1gazh_354 ._workingHours_1gazh_206 {
  display: flex;
}
._hours_1gazh_354 ._workingHours_1gazh_206 > div {
  display: flex;
  flex-wrap: wrap;
}
._hours_1gazh_354 ._workingHours_1gazh_206 > span:first-child {
  height: 24px;
  min-width: 80px;
  align-self: center;
  color: #7e868c;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  width: 120px;
}
._hours_1gazh_354 ._workingHours_1gazh_206 span {
  text-transform: capitalize;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
._hours_1gazh_354 ._workingHours_1gazh_206 span ._greyDot_1gazh_338 {
  height: 16px;
  width: 1px;
  background-color: #d7dbdf;
  margin: 0 12px;
}

._typeText_1gazh_395 {
  color: red !important;
}

._serviceDetails_1gazh_399 {
  border-radius: 4px;
  background: #fff;
  padding: 12px 0;
}
._serviceDetails_1gazh_399 ._title_1gazh_126 {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.26px;
  vertical-align: middle;
  color: #11181c;
  margin-bottom: 12px;
}
._serviceDetails_1gazh_399 ._serviceDetailsContainer_1gazh_414 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
}
._serviceDetails_1gazh_399 ._serviceDetailsItem_1gazh_419 {
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
._serviceDetails_1gazh_399 ._label_1gazh_424 {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

._restrictionText_1gazh_432 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
}
._restrictionText_1gazh_432 span {
  font-weight: 700;
}

._cost_1gazh_447 {
  display: flex;
  flex-direction: column;
}
._cost_1gazh_447 span:first-child {
  color: var(--main-color, #0082ff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
._cost_1gazh_447 ._spanWrapper_1gazh_461 {
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
._cost_1gazh_447 ._spanWrapper_1gazh_461 ._notice_1gazh_467 {
  color: #11181c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._cost_1gazh_447 ._spanWrapper_1gazh_461 ._notice_1gazh_467 b {
  color: #11181c;
}._cost_ap8oj_1 {
  display: flex;
  flex-direction: column;
}

._refundPolicyCard_ap8oj_6 {
  display: flex;
  flex-direction: column;
  background: white;
  border-left: 2px solid #fcc900;
  padding-left: 16px;
}

._refundPolicyContent_ap8oj_14 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}

._refundPolicyHeader_ap8oj_21 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._refundPolicyTitle_ap8oj_27 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #11181c;
}

._refundPolicyDescription_ap8oj_36 {
  color: #19111c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin: 0;
}

._refundPolicyTimeline_ap8oj_45 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 343px;
  margin-left: 61px;
}

._timePeriodsColumn_ap8oj_53 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  row-gap: 17.5px;
}

._timePeriodItem_ap8oj_61 {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

._timePeriod_ap8oj_53 {
  color: #19111c;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}

._timelineColumn_ap8oj_81 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  position: relative;
  justify-content: center;
  row-gap: 2px;
}

._timelineLineTop_ap8oj_92 {
  height: 7px;
  width: 1px;
  background: #d7dbdf;
  flex-shrink: 0;
}

._timelineLine_ap8oj_92 {
  height: 27px;
  width: 1px;
  background: #d7dbdf;
  flex-shrink: 0;
}

._timelineDot_ap8oj_106 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #889096;
  flex-shrink: 0;
  border: 1px solid white;
  box-sizing: border-box;
}

._refundBadgesColumn_ap8oj_116 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  row-gap: 17.5px;
}

._refundBadgeWrapper_ap8oj_124 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 20px;
}

._refundBadge_ap8oj_116 {
  background: #f1f3f5;
  border-radius: 5px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 20px;
}

._refundPercent_ap8oj_141 {
  color: #19111c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

._refundLabel_ap8oj_150 {
  color: #19111c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}html {
  font-size: 0.8rem;
}

.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.switch {
  width: 26px !important;
  height: 16px !important;
  background: #cbd5e0 !important;
  border: none !important;
  cursor: pointer !important;
}
.switch span {
  width: 12px !important;
  left: 2px !important;
  top: 2px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff;
  cursor: pointer !important;
}

.active-switch {
  width: 26px !important;
  height: 16px !important;
  background: #007aff !important;
  border: none !important;
  box-shadow: none !important;
}
.active-switch span {
  width: 12px !important;
  height: 12px !important;
  left: 12px !important;
  top: 2px !important;
  box-shadow: none !important;
  background: #fff;
  cursor: pointer !important;
}._footer_1e90v_1 {
  width: 100%;
  height: 60px !important;
  box-shadow: inset 0px 1px 0px #e5e9eb;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
}

._footerLeftSide_1e90v_11 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._footerLeftSide_1e90v_11 ._title_1e90v_18 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._footerExtraSide_1e90v_24 {
  margin-left: auto;
}._header_mbd2h_1 {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
}

._headerLeftSide_mbd2h_11 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 24px;
  height: 100%;
}
._headerLeftSide_mbd2h_11 ._title_mbd2h_18 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_mbd2h_24 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_mbd2h_31 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_mbd2h_37 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._wrapper_2f5tn_1 {
  min-height: calc(100vh - 72px);
  overflow: auto;
  padding-bottom: 84px !important;
  padding: 24px;
  background-color: #f9fbfe;
  display: flex;
  flex-direction: column;
}
._wrapper_2f5tn_1 ._title_2f5tn_10 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 {
  display: flex;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21:last-of-type {
  margin-bottom: 0;
  border: none;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 ._leftSide_2f5tn_30 {
  min-width: 240px;
  margin-right: 104px;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 ._leftSide_2f5tn_30 ._sectionTitle_2f5tn_34 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #11181c;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 ._leftSide_2f5tn_30 ._sectionDesciption_2f5tn_41 {
  font-size: 14px;
  line-height: 24px;
  color: #7f878c;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 ._grid_2f5tn_46 {
  padding-bottom: 57px;
  max-width: 750px;
  margin-right: auto;
}
._wrapper_2f5tn_1 ._statusTag_2f5tn_51 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 12px;
  background-color: #c6f6d5;
  color: #0f8430;
  height: 24px;
  border-radius: 6px;
}
html {
  height: 100% !important;
  font-size: 0.8rem !important;
}
.App {
  height: 100%;
}
#root {
  height: 100% !important;
}
.chakra-checkbox__label {
  flex-grow: 1;
}
.strongText {
  color: #11181c;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
}
.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
.time-input {
  min-width: 90px !important;
}
@media (min-width: 1550px) {
  .time-input {
    min-width: 112px !important;
  }
}
.flex-direction {
  display: flex;
  flex-direction: column;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}._head_ny10j_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._head_ny10j_1 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: -0.006em;
  color: #11181c;
}

._prices_ny10j_14 {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-bottom: 12px;
}

._search_ny10j_21 {
  padding: 24px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_ny10j_21 ._header_ny10j_28 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_ny10j_21 ._header_ny10j_28 h4 {
  color: #11181c;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1800000072px;
}
._search_ny10j_21 ._header_ny10j_28 ._content_ny10j_39 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._search_ny10j_21 ._header_ny10j_28 ._content_ny10j_39 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #11181c;
}
._search_ny10j_21 ._trigger_text_ny10j_51 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #0082ff;
  cursor: pointer;
  margin: 8px 0;
  width: fit-content;
}
._search_ny10j_21 ._footer_ny10j_64 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_ny10j_21 ._footer_ny10j_64 ._footer_text_ny10j_71 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.1800000072px;
  color: #11181c;
  max-width: 680px;
  padding-left: 16px;
  border-left: 2px solid #fcc900;
}
._search_ny10j_21 ._footer_ny10j_64 ._price_ny10j_14 {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 8px;
}
._search_ny10j_21 ._footer_ny10j_64 ._price_ny10j_14 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.2599999905px;
  color: #11181c;
}

._child_notice_ny10j_95 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #7e868c;
}

._spanWrapper_ny10j_103 {
  margin-top: 4px;
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 8px;
}
._spanWrapper_ny10j_103 ._notice_ny10j_111 {
  color: #11181c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
._spanWrapper_ny10j_103 ._notice_ny10j_111 b {
  color: #11181c;
}.react-datepicker__header {
  background: #fbfbfb;
}
.react-datepicker__month-container {
  background: #fbfbfb;
  border-radius: 6px;
}
.react-datepicker-wrapper {
  width: 100%;
  height: fit-content;
}
.react-datepicker__input-container {
  width: 100%;
}
.react-datepicker__input-container > input {
  border-radius: 8px;
  border: 1px solid #b0babf;
  background: #fff;
  padding: 7px 12px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
  cursor: pointer;
  width: 100%;
}
.react-datepicker__input-container > input.red-border {
  border: 1px solid #f13b1f;
}

#delay_care_calendar .react-datepicker__input-container {
  width: 100%;
}

#delay_care_calendar .react-datepicker__input-container > input {
  border-radius: 8px !important;
  border: 1px solid #b0babf;
  background: #fff;
  padding: 6px 12px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
  cursor: pointer;
  width: 100%;
  height: 40px;
}

#delay_care_calendar .react-datepicker__input-container > input:focus-visible {
  outline-color: #007aff;
}

#delay_care_calendar .react-datepicker__input-container > input.red-border {
  border-color: #e53e3e;
  box-shadow: 0 0 0 1px #e53e3e;
}

.react-datepicker-popper {
  z-index: 5 !important;
}

.btn-prev,
.btn-next {
  position: absolute;
  top: 50%;
  padding: 8px;
  transform: translate(0, -50%);
}
.btn-prev svg,
.btn-next svg {
  width: 16px;
  height: 16px;
}
.btn-prev {
  right: 36px;
}
.btn-next {
  right: 0;
}

.select-year,
.select-month {
  color: #737373;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  background: transparent;
  /* Heading */
  font-family: Inter;
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #2d6ce5;
  color: white;
}
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  background-color: #2d6ce5;
  color: white;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__day--keyboard-selected:hover {
  background: none;
}

.react-datepicker__day--today,
.react-datepicker__day--today:hover {
  font-weight: 400;
  border-radius: 0.3rem;
  background-color: #bad9f1;
}

.react-datepicker__day--disabled,
.react-datepicker__day--today {
  background: none !important;
}

.react-datepicker__day--today.react-datepicker__day--selected {
  background-color: #2d6ce5;
}
._form_1v7nt_1 {
  display: flex;
  column-gap: 8px;
  width: 100%;
}
._form_1v7nt_1 ._label_1v7nt_6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #444444 !important;
  margin-bottom: 8px !important;
}
._form_1v7nt_1 ._datepicker_1v7nt_13 {
  padding: 8px 12px;
  color: #11181c;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  background: #fff;
  min-width: 330px;
}._form_w8b6h_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 100%;
  max-width: 786px;
}
._form_w8b6h_1 ._label_w8b6h_8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #444444 !important;
  margin-bottom: 8px !important;
}
._form_w8b6h_1 ._datepicker_w8b6h_15 {
  padding: 8px 12px;
  color: #11181c;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  background: #fff;
  min-width: 330px;
}._container_1cna3_1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

._label_1cna3_8 {
  font-size: 14px;
  color: #4a4a4a;
}

._menuButton_1cna3_13 {
  width: 100%;
  opacity: 1 !important;
  color: #11181c;
  text-align: left;
  padding: 8px 12px !important;
  border-radius: 8px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
}
._menuButton_1cna3_13:hover {
  background-color: #f7fafc;
}
._menuButton_1cna3_13 svg {
  width: 20px !important;
  height: 20px !important;
  color: #000000 !important;
}

._menuItemlist_1cna3_33 {
  padding: 0 8.5px;
  overflow-y: auto;
  max-height: 303px;
}
._menuItemlist_1cna3_33::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
._menuItemlist_1cna3_33::-webkit-scrollbar-track {
  background: #fff;
}
._menuItemlist_1cna3_33::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px;
}

._menuList_1cna3_50 {
  padding: 0 !important;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
  border-radius: 8px !important;
  overflow: auto;
}

._searchBox_1cna3_58 {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  padding: 8px 12px;
}

._searchInput_1cna3_65 {
  font-size: 14px !important;
  line-height: 20px;
  margin-left: 4px;
}
._searchInput_1cna3_65:focus {
  outline: none;
}

._menuItem_1cna3_33 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.24px;
  color: #11181c;
  padding: 10px 12px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._menuItem_1cna3_33:hover {
  background-color: #fff;
}
._menuItem_1cna3_33:active {
  background-color: #fff !important;
}
._menuItem_1cna3_33:focus {
  background-color: #fff !important;
}
._menuItem_1cna3_33 ._flightTime_1cna3_92 {
  min-width: 95px;
  justify-content: space-between;
  position: relative;
}
._menuItem_1cna3_33 ._flightTime_1cna3_92::after {
  content: "";
  width: 1px;
  height: 8px;
  background: rgba(0, 0, 0, 0.1607843137);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
._menuItem_1cna3_33 ._departure_1cna3_107 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._menuItem_1cna3_33 ._arrival_1cna3_113 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}._ticket_p8l30_1 {
  background-color: #fff6d6;
  border-radius: 8px;
  padding: 24px 40px;
  position: relative;
}
._ticket_p8l30_1::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
}
._ticket_p8l30_1::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
}

._ticketInner_p8l30_30 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

._from_p8l30_41 {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #11181c;
}

._to_p8l30_49 {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #11181c;
}

._ticketTime_p8l30_57 {
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #11181c;
}

._ticketDate_p8l30_65 {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}

._ticketHead_p8l30_73 {
  display: flex !important;
  align-items: baseline !important;
  column-gap: 8px !important;
}
._ticketHead_p8l30_73 ._ticketCenter_p8l30_78 {
  text-align: center;
  width: 100%;
}
._ticketHead_p8l30_73 ._ticketSection_p8l30_36 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

._ticketBody_p8l30_88 {
  width: 100%;
  justify-content: space-between;
  align-items: end;
}

._ticketMid_p8l30_94 {
  width: 100%;
  justify-content: space-between;
  align-items: end;
  margin-top: 6px;
}
._ticketMid_p8l30_94 ._ticketCity_p8l30_100 {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}

._ticketDuration_p8l30_108,
._ticketFlight_p8l30_109,
._ticketAirline_p8l30_110 {
  width: 100%;
  z-index: 2;
  padding: 0 8px;
  display: inline-block;
}

._ticketDuration_p8l30_108 {
  position: relative;
}
._ticketDuration_p8l30_108 ._fromCircle_p8l30_120 {
  position: absolute;
  right: 0;
  top: 19%;
  width: 12px;
  height: 12px;
  border: 1px solid #f1841f;
  background: #fff6d6;
  z-index: 9;
  border-radius: 50%;
}
._ticketDuration_p8l30_108 ._toCircle_p8l30_131 {
  position: absolute;
  left: 0;
  top: 19%;
  width: 12px;
  height: 12px;
  border: 1px solid #f1841f;
  background: #fff6d6;
  z-index: 9;
  border-radius: 50%;
}
._ticketDuration_p8l30_108::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 14px;
  right: 0;
  height: 1.5px;
  background: repeating-linear-gradient(to right, #f1841f 0, #f1841f 3px, transparent 3px, transparent 6px);
  transform: translateY(-50%);
  z-index: 1;
}
._ticketDuration_p8l30_108 p {
  z-index: 2;
  display: inline-block;
  position: relative;
  background: #fff6d6;
  padding: 0 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01px;
  text-align: center;
  color: #11181c;
}

._ticketFlight_p8l30_109 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.26px;
  text-align: center;
  color: #11181c;
}

._ticketAirline_p8l30_110 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: -0.6%;
  text-align: center;
  color: #11181c;
}._table_14p1w_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_14p1w_6 {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
._price_14p1w_6 ._age_14p1w_11 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  font-family: "Inter";
}
._price_14p1w_6 ._age_14p1w_11 span {
  font-weight: 400;
  color: #7e868c;
}
._price_14p1w_6 ._age_14p1w_11 b {
  font-weight: 600;
}
._price_14p1w_6 ._counter_14p1w_32 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_14p1w_6 ._counter_14p1w_32 ._tallyButton_14p1w_36 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 ._fPriceTitle_14p1w_53 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 ._fPriceTitle_14p1w_53._cart_14p1w_61 {
  color: #7e868c;
  font-size: 12px !important;
  line-height: 22px !important;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 ._fPriceText_14p1w_66 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: auto;
}
._price_14p1w_6 ._filteredPrice_14p1w_46 ._fPriceText_14p1w_66._cart_14p1w_61 {
  color: #11181c;
  font-weight: 700;
  margin-left: 2px;
  width: inherit !important;
}

._quantity_14p1w_82 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  /* UI/UI Text 14 Reg */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: -0.084px;
}._card_2lldj_1 {
  padding: 16px 24px;
  background: #f6f8f9;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 14px;
}
._card_2lldj_1 h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.6%;
  color: #11181c;
  margin-bottom: 16px;
}
._card_2lldj_1 ._label_2lldj_16 {
  color: #444444;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}._delay_17x3h_1 {
  height: inherit;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 24px;
  background: #f9faff;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  z-index: 9;
}._cart_1ktjz_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: #fff;
  width: 100%;
  height: inherit;
}
._cart_1ktjz_1 ._lounge_cart_head_1ktjz_11 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._cart_1ktjz_1 ._lounge_cart_head_1ktjz_11 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}
._cart_1ktjz_1 ._header_1ktjz_23 {
  width: 100%;
  padding: 24px 24px 12px;
}
._cart_1ktjz_1 ._header_1ktjz_23 ._header_title_1ktjz_27 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  color: #000;
  margin-bottom: 4px;
}
._cart_1ktjz_1 ._header_1ktjz_23 ._contract_1ktjz_35 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
._cart_1ktjz_1 ._header_1ktjz_23 ._contract_1ktjz_35 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0.33px;
  color: #7e868c;
}
._cart_1ktjz_1 ._header_1ktjz_23 ._contract_1ktjz_35 h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  color: #000000;
}
._cart_1ktjz_1 ._cartBody_1ktjz_55 {
  width: 100%;
  overflow-y: auto;
}
._cart_1ktjz_1 ._cartBody_1ktjz_55::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
._cart_1ktjz_1 ._cartBody_1ktjz_55::-webkit-scrollbar-track {
  background: #fff;
}
._cart_1ktjz_1 ._cartBody_1ktjz_55::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px;
}
._cart_1ktjz_1 ._empty_1ktjz_70 {
  padding: 12px 24px;
  min-height: 130px;
}
._cart_1ktjz_1 ._empty_1ktjz_70 h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin-bottom: 8px;
}
._cart_1ktjz_1 ._empty_1ktjz_70 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.6%;
  color: #11181c;
}
._cart_1ktjz_1 ._infos_1ktjz_89 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._cart_1ktjz_1 ._infos_1ktjz_89 ._flight_number_1ktjz_94 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #11181c;
}
._cart_1ktjz_1 ._infos_1ktjz_89 ._greyDot_1ktjz_100 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 3px;
  max-width: 1px;
  min-width: 1px;
}
._cart_1ktjz_1 ._infos_1ktjz_89 ._date_1ktjz_108 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._cart_1ktjz_1 ._infos_1ktjz_89 ._date_1ktjz_108 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #11181c;
}
._cart_1ktjz_1 ._line_1ktjz_119 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.07);
}
._cart_1ktjz_1 ._price_1ktjz_124 {
  color: #0082ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
._cart_1ktjz_1 ._totalPrice_1ktjz_130 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  padding: 12px 24px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
._cart_1ktjz_1 ._totalPrice_1ktjz_130 ._priceWrapper_1ktjz_140 {
  display: flex;
  justify-content: space-between;
}
._cart_1ktjz_1 ._totalPrice_1ktjz_130 ._priceWrapper_1ktjz_140 ._total_1ktjz_130 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  color: #000000;
}
._cart_1ktjz_1 ._totalPrice_1ktjz_130 ._priceWrapper_1ktjz_140 ._price_1ktjz_124 {
  color: #11181c;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
}
._cart_1ktjz_1 ._totalPrice_1ktjz_130 button {
  width: 100%;
  padding: 9px 0px;
  border-radius: 8px;
  background: #0082ff;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  text-align: center;
}

._topContent_1ktjz_171 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_1ktjz_171 ._productTitle_1ktjz_176 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_1ktjz_171 ._deleteBtn_1ktjz_183 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_1ktjz_171 ._deleteBtn_1ktjz_183:hover {
  background-color: transparent;
  border: none;
}

._terminalName_1ktjz_195 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
}

._service_box_1ktjz_203 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._filters_1ktjz_214 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_1ktjz_214 ._type_1ktjz_228 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}

._manual_1ktjz_238 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_1ktjz_238 ._manual_text_1ktjz_245 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_1ktjz_238 ._manual_text_1ktjz_245 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_1ktjz_261 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_1ktjz_261 ._price_1ktjz_124 {
  display: flex;
  align-items: center;
}
._prices_1ktjz_261 ._price_1ktjz_124 ._age_1ktjz_272 {
  font: 14px;
}
._prices_1ktjz_261 ._price_1ktjz_124 ._counter_1ktjz_275 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_1ktjz_261 ._price_1ktjz_124 ._counter_1ktjz_275 ._tallyButton_1ktjz_281 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_1ktjz_261 ._price_1ktjz_124 ._filteredPrice_1ktjz_291 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  width: auto;
}

._greyDot_1ktjz_100 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  max-width: 1px;
  min-width: 1px;
}

._notice_1ktjz_308 {
  color: #5b6871;
  font-size: 12px;
}._lounge_cart_head_z4edg_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._lounge_cart_head_z4edg_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._header_z4edg_14 {
  width: 100%;
  padding: 24px 24px 12px;
}
._header_z4edg_14 ._header_title_z4edg_18 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  color: #000;
  margin-bottom: 4px;
}
._header_z4edg_14 ._contract_z4edg_26 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
._header_z4edg_14 ._contract_z4edg_26 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0.33px;
  color: #7e868c;
}
._header_z4edg_14 ._contract_z4edg_26 h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  color: #000000;
}

._empty_z4edg_47 {
  padding: 12px 24px;
  min-height: 130px;
}
._empty_z4edg_47 h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin-bottom: 8px;
}
._empty_z4edg_47 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.6%;
  color: #11181c;
}

._infos_z4edg_67 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._infos_z4edg_67 ._flight_number_z4edg_72 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #11181c;
}
._infos_z4edg_67 ._greyDot_z4edg_78 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 3px;
  max-width: 1px;
  min-width: 1px;
}
._infos_z4edg_67 ._date_z4edg_86 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._infos_z4edg_67 ._date_z4edg_86 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #11181c;
}

._line_z4edg_98 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.07);
}

._price_z4edg_104 {
  color: #0082ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

._totalPrice_z4edg_111 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  padding: 12px 24px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
._totalPrice_z4edg_111 ._priceWrapper_z4edg_121 {
  display: flex;
  justify-content: space-between;
}
._totalPrice_z4edg_111 ._priceWrapper_z4edg_121 ._total_z4edg_111 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  color: #000000;
}
._totalPrice_z4edg_111 ._priceWrapper_z4edg_121 ._price_z4edg_104 {
  color: #11181c;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
}
._totalPrice_z4edg_111 button {
  width: 100%;
  padding: 9px 0px;
  border-radius: 8px;
  background: #0082ff;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  text-align: center;
}

._topContent_z4edg_152 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_z4edg_152 ._productTitle_z4edg_157 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_z4edg_152 ._deleteBtn_z4edg_164 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_z4edg_152 ._deleteBtn_z4edg_164:hover {
  background-color: transparent;
  border: none;
}

._terminalName_z4edg_176 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
}

._service_box_z4edg_184 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._filters_z4edg_195 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_z4edg_195 ._type_z4edg_209 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}

._manual_z4edg_219 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_z4edg_219 ._manual_text_z4edg_226 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_z4edg_219 ._manual_text_z4edg_226 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_z4edg_242 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_z4edg_242 ._price_z4edg_104 {
  display: flex;
  align-items: center;
}
._prices_z4edg_242 ._price_z4edg_104 ._age_z4edg_253 {
  font: 14px;
}
._prices_z4edg_242 ._price_z4edg_104 ._counter_z4edg_256 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_z4edg_242 ._price_z4edg_104 ._counter_z4edg_256 ._tallyButton_z4edg_262 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_z4edg_242 ._price_z4edg_104 ._filteredPrice_z4edg_272 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  width: auto;
}

._greyDot_z4edg_78 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  max-width: 1px;
  min-width: 1px;
}

._notice_z4edg_289 {
  color: #5b6871;
  font-size: 12px;
}._lounge_cart_head_1v3w0_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._lounge_cart_head_1v3w0_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_1v3w0_14 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_1v3w0_14 ._productTitle_1v3w0_19 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_1v3w0_14 ._deleteBtn_1v3w0_26 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_1v3w0_14 ._deleteBtn_1v3w0_26:hover {
  background-color: transparent;
  border: none;
}

._terminalName_1v3w0_38 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
}

._filters_1v3w0_46 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_1v3w0_46 ._type_1v3w0_60 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_1v3w0_46 ._service_box_1v3w0_69 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._manual_1v3w0_80 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_1v3w0_80 ._manual_text_1v3w0_87 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_1v3w0_80 ._manual_text_1v3w0_87 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_1v3w0_103 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_1v3w0_103 ._price_1v3w0_103 {
  display: flex;
  align-items: center;
}
._prices_1v3w0_103 ._price_1v3w0_103 ._age_1v3w0_114 {
  font: 14px;
}
._prices_1v3w0_103 ._price_1v3w0_103 ._counter_1v3w0_117 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_1v3w0_103 ._price_1v3w0_103 ._counter_1v3w0_117 ._tallyButton_1v3w0_123 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_1v3w0_103 ._price_1v3w0_103 ._filteredPrice_1v3w0_133 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  width: auto;
}

._restrictionText_1v3w0_142 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
  margin-bottom: 8px;
  margin-top: 4px;
}
._restrictionText_1v3w0_142 span {
  font-weight: 700;
}

._detail_button_1v3w0_159 {
  background-color: #e0f0ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #007aff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.5s !important;
  height: 24px !important;
  letter-spacing: 0px !important;
  min-width: 128px !important;
}
._detail_button_1v3w0_159:hover {
  background-color: #d8e6f2 !important;
}._table_1wy9c_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_1wy9c_6 {
  display: flex;
  align-items: center;
}
._price_1wy9c_6 ._age_1wy9c_10 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter";
}
._price_1wy9c_6 ._age_1wy9c_10 span {
  font-weight: 400;
  color: #7e868c;
}
._price_1wy9c_6 ._age_1wy9c_10 b {
  font-weight: 600;
}
._price_1wy9c_6 ._counter_1wy9c_31 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_1wy9c_6 ._counter_1wy9c_31 ._tallyButton_1wy9c_35 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52._cart_1wy9c_60 {
  color: #7e868c;
  font-size: 12px !important;
  line-height: 22px !important;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65._cart_1wy9c_60 {
  color: #11181c;
  font-weight: 700;
  margin-left: 2px;
  width: inherit !important;
}

._quantity_1wy9c_81 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}._table_1wy9c_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_1wy9c_6 {
  display: flex;
  align-items: center;
}
._price_1wy9c_6 ._age_1wy9c_10 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter";
}
._price_1wy9c_6 ._age_1wy9c_10 span {
  font-weight: 400;
  color: #7e868c;
}
._price_1wy9c_6 ._age_1wy9c_10 b {
  font-weight: 600;
}
._price_1wy9c_6 ._counter_1wy9c_31 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_1wy9c_6 ._counter_1wy9c_31 ._tallyButton_1wy9c_35 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52._cart_1wy9c_60 {
  color: #7e868c;
  font-size: 12px !important;
  line-height: 22px !important;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65._cart_1wy9c_60 {
  color: #11181c;
  font-weight: 700;
  margin-left: 2px;
  width: inherit !important;
}

._quantity_1wy9c_81 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}._lounge_cart_head_1v3w0_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._lounge_cart_head_1v3w0_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_1v3w0_14 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_1v3w0_14 ._productTitle_1v3w0_19 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_1v3w0_14 ._deleteBtn_1v3w0_26 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_1v3w0_14 ._deleteBtn_1v3w0_26:hover {
  background-color: transparent;
  border: none;
}

._terminalName_1v3w0_38 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
}

._filters_1v3w0_46 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_1v3w0_46 ._type_1v3w0_60 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_1v3w0_46 ._service_box_1v3w0_69 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._manual_1v3w0_80 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_1v3w0_80 ._manual_text_1v3w0_87 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_1v3w0_80 ._manual_text_1v3w0_87 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_1v3w0_103 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_1v3w0_103 ._price_1v3w0_103 {
  display: flex;
  align-items: center;
}
._prices_1v3w0_103 ._price_1v3w0_103 ._age_1v3w0_114 {
  font: 14px;
}
._prices_1v3w0_103 ._price_1v3w0_103 ._counter_1v3w0_117 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_1v3w0_103 ._price_1v3w0_103 ._counter_1v3w0_117 ._tallyButton_1v3w0_123 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_1v3w0_103 ._price_1v3w0_103 ._filteredPrice_1v3w0_133 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  width: auto;
}

._restrictionText_1v3w0_142 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
  margin-bottom: 8px;
  margin-top: 4px;
}
._restrictionText_1v3w0_142 span {
  font-weight: 700;
}

._detail_button_1v3w0_159 {
  background-color: #e0f0ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #007aff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.5s !important;
  height: 24px !important;
  letter-spacing: 0px !important;
  min-width: 128px !important;
}
._detail_button_1v3w0_159:hover {
  background-color: #d8e6f2 !important;
}._lounge_cart_head_1aann_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._lounge_cart_head_1aann_1 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._topContent_1aann_14 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_1aann_14 ._productTitleContainer_1aann_19 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._topContent_1aann_14 ._productTitle_1aann_19 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_1aann_14 ._deleteBtn_1aann_31 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_1aann_14 ._deleteBtn_1aann_31:hover {
  background-color: transparent;
  border: none;
}

._terminalName_1aann_43 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
}

._filters_1aann_51 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_1aann_51 ._type_1aann_65 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}
._filters_1aann_51 ._service_box_1aann_74 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}

._manual_1aann_85 {
  background: #fff4d5;
  padding: 3.5px 8px;
  border-radius: 6px;
  width: fit-content;
  margin: 4px 0 8px 0 !important;
}
._manual_1aann_85 ._manual_text_1aann_92 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_1aann_85 ._manual_text_1aann_92 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_1aann_108 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_1aann_108 ._price_1aann_108 {
  display: flex;
  align-items: center;
}
._prices_1aann_108 ._price_1aann_108 ._age_1aann_119 {
  font: 14px;
}
._prices_1aann_108 ._price_1aann_108 ._counter_1aann_122 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_1aann_108 ._price_1aann_108 ._counter_1aann_122 ._tallyButton_1aann_128 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_1aann_108 ._price_1aann_108 ._filteredPrice_1aann_138 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  width: auto;
}

._restrictionText_1aann_147 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
  margin-bottom: 8px;
}
._restrictionText_1aann_147 span {
  font-weight: 700;
}

._detail_button_1aann_163 {
  background-color: #e0f0ff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #007aff !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: all 0.5s !important;
  height: 24px !important;
  letter-spacing: 0px !important;
  min-width: 128px !important;
}
._detail_button_1aann_163:hover {
  background-color: #d8e6f2 !important;
}._table_1wy9c_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_1wy9c_6 {
  display: flex;
  align-items: center;
}
._price_1wy9c_6 ._age_1wy9c_10 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter";
}
._price_1wy9c_6 ._age_1wy9c_10 span {
  font-weight: 400;
  color: #7e868c;
}
._price_1wy9c_6 ._age_1wy9c_10 b {
  font-weight: 600;
}
._price_1wy9c_6 ._counter_1wy9c_31 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_1wy9c_6 ._counter_1wy9c_31 ._tallyButton_1wy9c_35 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceTitle_1wy9c_52._cart_1wy9c_60 {
  color: #7e868c;
  font-size: 12px !important;
  line-height: 22px !important;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: auto;
}
._price_1wy9c_6 ._filteredPrice_1wy9c_45 ._fPriceText_1wy9c_65._cart_1wy9c_60 {
  color: #11181c;
  font-weight: 700;
  margin-left: 2px;
  width: inherit !important;
}

._quantity_1wy9c_81 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}.RingLoader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.RingLoader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #0166F3;
  border-color: #0166F3 transparent #0166F3 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.RingLoaderWithWrapper {
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}._searchResult_1s80d_1 {
  background-color: #fff;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  gap: 12px;
  align-items: center;
}
._searchResult_1s80d_1 div {
  display: flex;
  align-items: center;
  gap: 12px;
}

._filter_1s80d_18 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 24px 0 24px 24px;
}
._filter_1s80d_18 ._label_1s80d_24 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: -0.6%;
  color: #444444;
  margin: 0 0 8px 0 !important;
}
._filter_1s80d_18 ._searchResult_1s80d_1 {
  background-color: #fff;
  display: flex;
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  gap: 12px;
  align-items: center;
  flex: 1 0 0;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 button {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.18px;
  padding: 6px 24px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #0082ff;
  color: #11181c;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 button._withIcon_1s80d_58 {
  padding: 8px 16px 8px 12px !important;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 button._withIcon_1s80d_58 svg path {
  stroke: #0082ff;
  fill: white;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._active_1s80d_65 svg {
  fill: #fff;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._active_1s80d_65 svg path {
  stroke: #fff !important;
  fill: transparent !important;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._active_1s80d_65 {
  background-color: #0082ff;
  color: #fff;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._inactive_1s80d_76 {
  color: #343a40;
}._container_1rvw5_1 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  padding: 8px 0 8px 24px;
}
._container_1rvw5_1:first-child ._terminalNumber_1rvw5_8 {
  margin-top: 24px !important;
}
._container_1rvw5_1 ._terminalNumber_1rvw5_8 {
  color: var(--black, #000);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.326px;
  margin-top: 32px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 24px;
  display: flex;
  column-gap: 24px;
  background-color: #fff;
  width: 100%;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._sliderContainer_1rvw5_30 {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 1440px) {
  ._container_1rvw5_1 ._cardContainer_1rvw5_21 ._sliderContainer_1rvw5_30 {
    max-width: 150px;
  }
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._sliderContainer_1rvw5_30 ._slider_1rvw5_30 {
  position: relative;
  border-radius: 16px;
  max-height: 216px !important;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._sliderContainer_1rvw5_30 ._slider_1rvw5_30 img {
  aspect-ratio: 1/0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._icons_1rvw5_51 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._icons_1rvw5_51 span {
  padding: 4px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._icons_1rvw5_51 ._payable_1rvw5_67 {
  position: relative;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._icons_1rvw5_51 ._payable_1rvw5_67::before {
  content: "$";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  color: white;
  display: grid;
  place-items: center;
  place-content: center;
  border-radius: 50%;
  background-color: #f1841f;
  font-size: 12px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._line_1rvw5_85 {
  height: 1px;
  width: 100%;
  margin: 12px 0;
  background-color: rgba(0, 0, 0, 0.07);
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._airportTime_1rvw5_91 {
  color: #7e868c;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  margin-top: 6px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._serviceDetails_1rvw5_99 {
  border-radius: 4px;
  background: #fff;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._serviceDetails_1rvw5_99 ._title_1rvw5_103 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
  margin-bottom: 4px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._serviceDetails_1rvw5_99 ._serviceDetailsContainer_1rvw5_111 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._serviceDetails_1rvw5_99 ._serviceDetailsItem_1rvw5_116 {
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._serviceDetails_1rvw5_99 ._label_1rvw5_121 {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 {
  flex: 1;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._loungeName_1rvw5_131 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.26px;
  color: #0082ff;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._restrictionText_1rvw5_138 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
  max-width: max-content;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._restrictionText_1rvw5_138 span {
  font-weight: 700;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._location_1rvw5_153 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-top: 6px;
  margin-bottom: 4px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._filters_1rvw5_162 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._filters_1rvw5_162 ._terminalText_1rvw5_174 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._filters_1rvw5_162 ._type_1rvw5_180 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._filters_1rvw5_162 ._type_1rvw5_180 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._filters_1rvw5_162 ._type_1rvw5_180 svg path {
  stroke: #7e868c;
  fill: white;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._popup_1rvw5_196 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._trigger_1rvw5_206 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #dc3d43;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._trigger_1rvw5_206._open_1rvw5_213 {
  color: #3d9a50;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._work_1rvw5_216 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._workingHoursMenu_1rvw5_231 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background-color: white;
  box-shadow: 1px 6px 8px 0px rgba(34, 60, 80, 0.2);
  margin-top: 8px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._greyDot_1rvw5_239 {
  height: 16px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._greyRound_1rvw5_244 {
  height: 4px;
  width: 3px;
  background-color: #0081f1;
  border-radius: 50%;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._hours_1rvw5_250 {
  min-width: 230px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  column-gap: 12px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._hours_1rvw5_250 ._workingHours_1rvw5_231 {
  display: flex;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._hours_1rvw5_250 ._workingHours_1rvw5_231 > span:first-child {
  min-width: 80px;
  height: 24px;
  margin-right: 12px;
  align-self: center;
  font-size: 12px;
  line-height: 24px;
  color: #7e868c;
  text-transform: uppercase;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._hours_1rvw5_250 ._workingHours_1rvw5_231 > div {
  display: flex;
  flex-wrap: wrap;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._hours_1rvw5_250 ._workingHours_1rvw5_231 span {
  text-transform: capitalize;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._hours_1rvw5_250 ._workingHours_1rvw5_231 ._greyDot_1rvw5_239 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 12px;
  align-self: center;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._prices_1rvw5_291 {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 12px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._notice_1rvw5_297 {
  color: #7e868c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._addToCard_1rvw5_305 {
  display: flex;
  justify-content: space-between;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._addToCard_1rvw5_305 ._cost_1rvw5_309 {
  display: flex;
  flex-direction: column;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._addToCard_1rvw5_305 ._cost_1rvw5_309 span:first-child {
  color: var(--main-color, #0082ff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._addToCard_1rvw5_305 ._cost_1rvw5_309 ._spanWrapper_1rvw5_323 {
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._addToCard_1rvw5_305 ._cost_1rvw5_309 ._spanWrapper_1rvw5_323 ._notice_1rvw5_297 {
  color: #11181c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._addToCard_1rvw5_305 ._cost_1rvw5_309 ._spanWrapper_1rvw5_323 ._notice_1rvw5_297 b {
  color: #11181c;
}
._container_1rvw5_1 ._cardContainer_1rvw5_21 ._cardInfo_1rvw5_128 ._addToCard_1rvw5_305 button {
  border-radius: 8px;
  border: 1px solid #eef0f2;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 32px;
}

._slick-dots_1rvw5_348 {
  left: 0;
  right: 0;
  bottom: 10px;
  position: absolute;
}

._next_1rvw5_355 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}
._next_1rvw5_355 svg path {
  fill: none;
}

._active_1rvw5_372 {
  opacity: 0.4;
}

._prev_1rvw5_376 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  z-index: 99;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
._prev_1rvw5_376 svg path {
  fill: none;
}

._greyDot_1rvw5_239 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  display: inline-block;
  vertical-align: middle;
}

._workingHoursArrow_1rvw5_400 {
  position: relative;
  padding-right: 7px;
}
._workingHoursArrow_1rvw5_400::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  position: absolute;
  bottom: -15px;
  right: 7px;
  border-color: rgba(0, 0, 0, 0.1215686275);
  border-radius: 0px 2px 0px 0px;
  transform: rotate(-45deg);
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  z-index: 10;
  display: none;
}
._workingHoursArrow_1rvw5_400._open_1rvw5_213::after {
  display: block;
}

._service_box_1rvw5_424 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}.lazy-load-image-background.blur {
  filter: blur(15px);
}

.lazy-load-image-background.blur.lazy-load-image-loaded {
  filter: blur(0);
  transition: filter .3s;
}

.lazy-load-image-background.blur > img {
  opacity: 0;
}

.lazy-load-image-background.blur.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s;
}
._container_1honj_1 {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: #fff;
  width: 100%;
  min-width: 362px;
}
@media (max-width: 1440px) {
  ._container_1honj_1 {
    min-width: 100%;
  }
}
._container_1honj_1 {
  flex: 1;
}
@media (max-width: 1550px) {
  ._container_1honj_1 {
    min-width: 100%;
  }
}
._container_1honj_1 ._line_1honj_24 {
  height: 1px;
  width: calc(100% - 25px);
  margin: 16px auto;
  background: rgba(0, 0, 0, 0.1215686275);
}
._container_1honj_1 h2 {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
._container_1honj_1 ._time_1honj_38 {
  color: #252c32;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
._container_1honj_1 ._time_slider_1honj_44 {
  margin-top: 12px;
}
._container_1honj_1 ._leftMark_1honj_47 {
  position: absolute;
  left: 0 !important;
  margin-top: 12px;
  font-size: 12px;
}
._container_1honj_1 ._rightMark_1honj_53 {
  position: absolute;
  right: 0 !important;
  transform: translateX(50%);
  margin-top: 12px;
  font-size: 12px;
}

._featuresCont_1honj_61 {
  display: flex;
  flex-direction: column;
}
._featuresCont_1honj_61 ._featureLabel_1honj_65 {
  color: #11181c;
}
._featuresCont_1honj_61 span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}
._featuresCont_1honj_61 ._iconCont_1honj_74 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}._container_1ihdw_1 {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: #fff;
  width: 100%;
  min-width: 362px;
  flex: 1;
}
@media (max-width: 1550px) {
  ._container_1ihdw_1 {
    min-width: 100%;
  }
}
._container_1ihdw_1 ._line_1ihdw_17 {
  height: 1px;
  width: calc(100% - 25px);
  margin: 16px auto;
  background: rgba(0, 0, 0, 0.1215686275);
}
._container_1ihdw_1 h2 {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
._container_1ihdw_1 ._time_1ihdw_31 {
  color: #252c32;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
._container_1ihdw_1 ._time_slider_1ihdw_37 {
  margin-top: 12px;
}
._container_1ihdw_1 ._leftMark_1ihdw_40 {
  position: absolute;
  left: 0 !important;
  margin-top: 12px;
  font-size: 12px;
}
._container_1ihdw_1 ._rightMark_1ihdw_46 {
  position: absolute;
  right: 0 !important;
  transform: translateX(50%);
  margin-top: 12px;
  font-size: 12px;
}

._featuresCont_1ihdw_54 {
  display: flex;
  flex-direction: column;
}
._featuresCont_1ihdw_54 ._featureLabel_1ihdw_58 {
  color: #11181c;
}
._featuresCont_1ihdw_54 span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}
._featuresCont_1ihdw_54 ._iconCont_1ihdw_67 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}._head_1jurf_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._head_1jurf_1 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: -0.006em;
  color: #11181c;
}

._prices_1jurf_14 {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-bottom: 12px;
}

._search_1jurf_21 {
  padding: 24px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_1jurf_21 ._header_1jurf_28 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_1jurf_21 ._header_1jurf_28 ._header_title_1jurf_32 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.26px;
  color: #11181c;
}
._search_1jurf_21 ._header_1jurf_28 ._header_text_1jurf_39 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-bottom: 4px;
  margin-top: 6px;
}
._search_1jurf_21 ._header_1jurf_28 ._service_box_1jurf_48 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._search_1jurf_21 ._header_1jurf_28 ._content_1jurf_59 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._search_1jurf_21 ._header_1jurf_28 ._content_1jurf_59 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #11181c;
}
._search_1jurf_21 ._trigger_text_1jurf_71 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #0082ff;
  cursor: pointer;
  margin: 8px 0;
  width: fit-content;
}
._search_1jurf_21 ._footer_1jurf_84 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_1jurf_21 ._footer_1jurf_84 ._footer_text_1jurf_91 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.1800000072px;
  color: #11181c;
  max-width: 680px;
  padding-left: 16px;
  border-left: 2px solid #fcc900;
}
._search_1jurf_21 ._footer_1jurf_84 ._price_1jurf_14 {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 8px;
}
._search_1jurf_21 ._footer_1jurf_84 ._price_1jurf_14 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.2599999905px;
  color: #11181c;
}

._child_notice_1jurf_115 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #7e868c;
}

._spanWrapper_1jurf_123 {
  margin-top: 4px;
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 8px;
}
._spanWrapper_1jurf_123 ._notice_1jurf_131 {
  color: #11181c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
._spanWrapper_1jurf_123 ._notice_1jurf_131 b {
  color: #11181c;
}

._filters_1jurf_142 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
._filters_1jurf_142 ._terminalText_1jurf_154 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_1jurf_142 ._service_box_1jurf_48 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._filters_1jurf_142 ._type_1jurf_170 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._filters_1jurf_142 ._type_1jurf_170 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_1jurf_142 ._type_1jurf_170 svg path {
  stroke: #7e868c;
  fill: white;
}

._restrictionText_1jurf_187 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
}
._restrictionText_1jurf_187 span {
  font-weight: 700;
}._form_7y6t6_1 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  max-width: 340px;
}
._form_7y6t6_1 ._label_7y6t6_8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #11181c !important;
  margin-bottom: 8px !important;
}
._form_7y6t6_1 ._datepicker_7y6t6_15 {
  padding: 8px 12px;
  color: #11181c;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  background: #fff;
  min-width: 330px;
}._form_11tlv_1 {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 16px;
  width: 100%;
  max-width: 340px;
}
._form_11tlv_1 ._label_11tlv_8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #11181c !important;
  margin-bottom: 8px !important;
}
._form_11tlv_1 ._datepicker_11tlv_15 {
  padding: 8px 12px;
  color: #11181c;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  background: #fff;
  min-width: 330px;
}._table_16iur_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_16iur_6 {
  display: flex;
  align-items: center;
}
._price_16iur_6 ._age_16iur_10 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter";
}
._price_16iur_6 ._age_16iur_10 span {
  font-weight: 400;
  color: #7e868c;
}
._price_16iur_6 ._age_16iur_10 b {
  font-weight: 600;
}
._price_16iur_6 ._counter_16iur_31 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_16iur_6 ._counter_16iur_31 ._tallyButton_16iur_35 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_16iur_6 ._filteredPrice_16iur_45 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
  width: auto;
}
._price_16iur_6 ._filteredPrice_16iur_45 ._fPriceTitle_16iur_51 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_16iur_6 ._filteredPrice_16iur_45 ._fPriceText_16iur_59 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: auto;
}

._quantity_16iur_69 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}._cart_ju1dc_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background: #fff;
  width: 100%;
  height: inherit;
}
._cart_ju1dc_1 ._lounge_cart_head_ju1dc_11 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._cart_ju1dc_1 ._lounge_cart_head_ju1dc_11 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}
._cart_ju1dc_1 ._header_ju1dc_23 {
  width: 100%;
  padding: 24px 24px 12px;
}
._cart_ju1dc_1 ._header_ju1dc_23 ._header_title_ju1dc_27 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  color: #000;
  margin-bottom: 4px;
}
._cart_ju1dc_1 ._header_ju1dc_23 ._contract_ju1dc_35 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
._cart_ju1dc_1 ._header_ju1dc_23 ._contract_ju1dc_35 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0.33px;
  color: #7e868c;
}
._cart_ju1dc_1 ._header_ju1dc_23 ._contract_ju1dc_35 h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  color: #000000;
}
._cart_ju1dc_1 ._cartBody_ju1dc_55 {
  width: 100%;
  overflow-y: auto;
}
._cart_ju1dc_1 ._cartBody_ju1dc_55::-webkit-scrollbar {
  width: 6px;
  border-radius: 8px;
}
._cart_ju1dc_1 ._cartBody_ju1dc_55::-webkit-scrollbar-track {
  background: #fff;
}
._cart_ju1dc_1 ._cartBody_ju1dc_55::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.0784313725);
  border-radius: 24px;
}
._cart_ju1dc_1 ._cartBody_ju1dc_55 ._service_box_ju1dc_70 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._cart_ju1dc_1 ._empty_ju1dc_80 {
  padding: 12px 24px;
  min-height: 130px;
}
._cart_ju1dc_1 ._empty_ju1dc_80 h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #11181c;
  margin-bottom: 8px;
}
._cart_ju1dc_1 ._empty_ju1dc_80 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.6%;
  color: #11181c;
}
._cart_ju1dc_1 ._infos_ju1dc_99 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._cart_ju1dc_1 ._infos_ju1dc_99 ._flight_number_ju1dc_104 {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #11181c;
}
._cart_ju1dc_1 ._infos_ju1dc_99 ._greyDot_ju1dc_110 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 3px;
  max-width: 1px;
  min-width: 1px;
}
._cart_ju1dc_1 ._infos_ju1dc_99 ._date_ju1dc_118 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._cart_ju1dc_1 ._infos_ju1dc_99 ._date_ju1dc_118 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #11181c;
}
._cart_ju1dc_1 ._line_ju1dc_129 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.07);
}
._cart_ju1dc_1 ._price_ju1dc_134 {
  color: #0082ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
._cart_ju1dc_1 ._totalPrice_ju1dc_140 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  width: 100%;
  padding: 12px 24px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
._cart_ju1dc_1 ._totalPrice_ju1dc_140 ._priceWrapper_ju1dc_150 {
  display: flex;
  justify-content: space-between;
}
._cart_ju1dc_1 ._totalPrice_ju1dc_140 ._priceWrapper_ju1dc_150 ._total_ju1dc_140 {
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
  color: #000000;
}
._cart_ju1dc_1 ._totalPrice_ju1dc_140 ._priceWrapper_ju1dc_150 ._price_ju1dc_134 {
  color: #11181c;
  font-weight: 600;
  font-size: 18px;
  line-height: 21.78px;
  letter-spacing: -0.26px;
}
._cart_ju1dc_1 ._totalPrice_ju1dc_140 button {
  width: 100%;
  padding: 9px 0px;
  border-radius: 8px;
  background: #0082ff;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  text-align: center;
}

._topContent_ju1dc_181 {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
._topContent_ju1dc_181 h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  width: 80%;
}
._topContent_ju1dc_181 ._deleteBtn_ju1dc_193 {
  cursor: pointer;
  border: none;
  color: #000;
  background-color: transparent;
  outline: none;
}
._topContent_ju1dc_181 ._deleteBtn_ju1dc_193:hover {
  background-color: transparent;
  border: none;
}

._terminalName_ju1dc_205 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
}

._filters_ju1dc_213 {
  display: flex;
  column-gap: 8px;
  row-gap: 4px;
  align-items: center;
  font-size: 14px;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  flex-wrap: wrap;
  padding: 4px 0;
}
._filters_ju1dc_213 ._type_ju1dc_227 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  align-items: center;
  text-transform: capitalize;
  color: #11181c;
  position: relative;
}

._manual_ju1dc_237 {
  background: #ffecbc;
  padding: 5.5px 8px;
  border-radius: 5px;
  width: fit-content;
  margin: 2px 0 4px 0 !important;
}
._manual_ju1dc_237 ._manual_text_ju1dc_244 {
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
  color: #11181c;
}
._manual_ju1dc_237 ._manual_text_ju1dc_244 span {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0%;
}

._prices_ju1dc_260 {
  display: flex;
  flex-direction: column;
  padding-top: 4px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1607843137);
}
._prices_ju1dc_260 ._price_ju1dc_134 {
  display: flex;
  align-items: center;
}
._prices_ju1dc_260 ._price_ju1dc_134 ._age_ju1dc_270 {
  font: 14px;
}
._prices_ju1dc_260 ._price_ju1dc_134 ._counter_ju1dc_273 {
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
._prices_ju1dc_260 ._price_ju1dc_134 ._counter_ju1dc_273 ._tallyButton_ju1dc_279 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
}
._prices_ju1dc_260 ._price_ju1dc_134 ._filteredPrice_ju1dc_289 {
  color: #48535b;
  margin-left: 10px;
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  width: auto;
}

._greyDot_ju1dc_110 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  max-width: 1px;
  min-width: 1px;
}

._notice_ju1dc_306 {
  color: #5b6871;
  font-size: 12px;
}._delay_1detu_1 {
  height: inherit;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 24px;
  background: #f9faff;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  z-index: 9;
  max-height: fit-content;
}._container_1o4pc_1 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  padding: 8px 0 8px 24px;
}
._container_1o4pc_1:first-child ._terminalNumber_1o4pc_8 {
  margin-top: 24px !important;
}
._container_1o4pc_1 ._terminalNumber_1o4pc_8 {
  color: var(--black, #000);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.326px;
  margin-top: 32px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 24px;
  display: flex;
  column-gap: 24px;
  background-color: #fff;
  width: 100%;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._sliderContainer_1o4pc_30 {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 1440px) {
  ._container_1o4pc_1 ._cardContainer_1o4pc_21 ._sliderContainer_1o4pc_30 {
    max-width: 150px;
  }
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._sliderContainer_1o4pc_30 ._slider_1o4pc_30 {
  position: relative;
  border-radius: 16px;
  max-height: 216px !important;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._sliderContainer_1o4pc_30 ._slider_1o4pc_30 img {
  aspect-ratio: 1/0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._icons_1o4pc_51 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._icons_1o4pc_51 span {
  padding: 4px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._icons_1o4pc_51 ._payable_1o4pc_67 {
  position: relative;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._icons_1o4pc_51 ._payable_1o4pc_67::before {
  content: "$";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  color: white;
  display: grid;
  place-items: center;
  place-content: center;
  border-radius: 50%;
  background-color: #f1841f;
  font-size: 12px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._line_1o4pc_85 {
  height: 1px;
  width: 100%;
  margin: 12px 0;
  background-color: rgba(0, 0, 0, 0.07);
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 {
  flex: 1;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._loungeName_1o4pc_94 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.26px;
  color: #0082ff;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._location_1o4pc_101 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-top: 6px;
  margin-bottom: 4px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._filters_1o4pc_110 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._filters_1o4pc_110 ._terminalText_1o4pc_122 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._filters_1o4pc_110 ._service_box_1o4pc_128 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._filters_1o4pc_110 ._type_1o4pc_138 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._filters_1o4pc_110 ._type_1o4pc_138 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._filters_1o4pc_110 ._type_1o4pc_138 svg path {
  stroke: #7e868c;
  fill: white;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._popup_1o4pc_154 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._trigger_1o4pc_164 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #dc3d43;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._trigger_1o4pc_164._open_1o4pc_171 {
  color: #3d9a50;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._work_1o4pc_174 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._workingHoursMenu_1o4pc_189 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background-color: white;
  box-shadow: 1px 6px 8px 0px rgba(34, 60, 80, 0.2);
  margin-top: 8px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._greyDot_1o4pc_197 {
  height: 16px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._greyRound_1o4pc_202 {
  height: 4px;
  width: 3px;
  background-color: #0081f1;
  border-radius: 50%;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._hours_1o4pc_208 {
  min-width: 230px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  column-gap: 12px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._hours_1o4pc_208 ._workingHours_1o4pc_189 {
  display: flex;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._hours_1o4pc_208 ._workingHours_1o4pc_189 > span:first-child {
  min-width: 80px;
  height: 24px;
  margin-right: 12px;
  align-self: center;
  font-size: 12px;
  line-height: 24px;
  color: #7e868c;
  text-transform: uppercase;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._hours_1o4pc_208 ._workingHours_1o4pc_189 > div {
  display: flex;
  flex-wrap: wrap;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._hours_1o4pc_208 ._workingHours_1o4pc_189 span {
  text-transform: capitalize;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._hours_1o4pc_208 ._workingHours_1o4pc_189 ._greyDot_1o4pc_197 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 12px;
  align-self: center;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._prices_1o4pc_249 {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 12px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._notice_1o4pc_255 {
  color: #7e868c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._addToCard_1o4pc_263 {
  display: flex;
  justify-content: space-between;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._addToCard_1o4pc_263 ._cost_1o4pc_267 {
  display: flex;
  flex-direction: column;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._addToCard_1o4pc_263 ._cost_1o4pc_267 span:first-child {
  color: var(--main-color, #0082ff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._addToCard_1o4pc_263 ._cost_1o4pc_267 ._spanWrapper_1o4pc_281 {
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._addToCard_1o4pc_263 ._cost_1o4pc_267 ._spanWrapper_1o4pc_281 ._notice_1o4pc_255 {
  color: #11181c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._addToCard_1o4pc_263 ._cost_1o4pc_267 ._spanWrapper_1o4pc_281 ._notice_1o4pc_255 b {
  color: #11181c;
}
._container_1o4pc_1 ._cardContainer_1o4pc_21 ._cardInfo_1o4pc_91 ._addToCard_1o4pc_263 button {
  border-radius: 8px;
  border: 1px solid #eef0f2;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 32px;
}

._slick-dots_1o4pc_306 {
  left: 0;
  right: 0;
  bottom: 10px;
  position: absolute;
}

._next_1o4pc_313 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}
._next_1o4pc_313 svg path {
  fill: none;
}

._active_1o4pc_330 {
  opacity: 0.4;
}

._prev_1o4pc_334 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  z-index: 99;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
._prev_1o4pc_334 svg path {
  fill: none;
}

._greyDot_1o4pc_197 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  display: inline-block;
  vertical-align: middle;
}

._workingHoursArrow_1o4pc_358 {
  position: relative;
  padding-right: 7px;
}
._workingHoursArrow_1o4pc_358::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  position: absolute;
  bottom: -15px;
  right: 7px;
  border-color: rgba(0, 0, 0, 0.1215686275);
  border-radius: 0px 2px 0px 0px;
  transform: rotate(-45deg);
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  z-index: 10;
  display: none;
}
._workingHoursArrow_1o4pc_358._open_1o4pc_171::after {
  display: block;
}._searchResult_1s80d_1 {
  background-color: #fff;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  gap: 12px;
  align-items: center;
}
._searchResult_1s80d_1 div {
  display: flex;
  align-items: center;
  gap: 12px;
}

._filter_1s80d_18 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 24px 0 24px 24px;
}
._filter_1s80d_18 ._label_1s80d_24 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: -0.6%;
  color: #444444;
  margin: 0 0 8px 0 !important;
}
._filter_1s80d_18 ._searchResult_1s80d_1 {
  background-color: #fff;
  display: flex;
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  gap: 12px;
  align-items: center;
  flex: 1 0 0;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 button {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.18px;
  padding: 6px 24px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #0082ff;
  color: #11181c;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 button._withIcon_1s80d_58 {
  padding: 8px 16px 8px 12px !important;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 button._withIcon_1s80d_58 svg path {
  stroke: #0082ff;
  fill: white;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._active_1s80d_65 svg {
  fill: #fff;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._active_1s80d_65 svg path {
  stroke: #fff !important;
  fill: transparent !important;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._active_1s80d_65 {
  background-color: #0082ff;
  color: #fff;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._inactive_1s80d_76 {
  color: #343a40;
}._tab_container_1r7lz_1 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 23px;
}
._tab_container_1r7lz_1 button {
  padding: 6px 24px;
  background-color: white;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.36px;
  text-align: center;
}
._tab_container_1r7lz_1 button._delay_care_1r7lz_16 {
  text-align: center;
  color: #0082ff;
  background: #fff;
  border: none;
  border-radius: 0;
  border: 1px solid #fff;
  margin-bottom: -1px;
  z-index: 0;
}
._tab_container_1r7lz_1 button._lounge_1r7lz_26 {
  text-align: center;
  color: #0082ff;
  background: #fff;
  border: none;
  border-radius: 0;
  border: 1px solid #fff;
  margin-bottom: -1px;
  z-index: 0;
}
._tab_container_1r7lz_1 button._active_1r7lz_36 {
  border-style: solid;
  border-color: #e2e8f0;
  border-width: 1px;
  background: #f9faff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #11181c;
  border-bottom: 1px solid #f9faff;
  margin-bottom: -1px;
  z-index: 99;
}
._tab_container_1r7lz_1 button._active_1r7lz_36 svg {
  fill: #fff;
}
._tab_container_1r7lz_1 button._active_1r7lz_36 svg path {
  stroke: #fff !important;
  fill: transparent !important;
}
._tab_container_1r7lz_1 ._inactive_1r7lz_55 {
  color: #343a40;
}

._search_result_1r7lz_59 {
  cursor: pointer;
}._control_c5s5p_1 {
  width: 500px;
  height: 44px;
  padding: 0 12px 0 12px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
}

._valueContainer_c5s5p_10 {
  color: #9aa6ac;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

._menu_c5s5p_17 {
  padding: 12px 0;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #fff;
  overflow: auto;
  box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
}

._menuList_c5s5p_26 {
  padding: 0;
}

._option_c5s5p_30 {
  background: #fff;
  padding: 4px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
._option_c5s5p_30:hover {
  background: #f5f6fa;
}
._option_c5s5p_30._firstOption_c5s5p_38 {
  padding: 0 16px 4px;
}
._option_c5s5p_30._lastOption_c5s5p_41 {
  padding: 4px 16px 0;
  border-bottom: none;
}

._clearIndicator_c5s5p_46 {
  padding: 0;
  color: #252c32;
  cursor: pointer;
}
._clearIndicator_c5s5p_46:hover {
  color: #252c32;
}

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

._optionTitle_c5s5p_60 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
}

._optionDetails_c5s5p_68 {
  display: flex;
  align-items: center;
}

._iconContainer_c5s5p_73 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
._iconContainer_c5s5p_73 ._icon_c5s5p_73._inactive_c5s5p_79 path {
  fill: #7e868c;
}

._optionDetailsLeftText_c5s5p_83 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.6%;
  color: #7e868c;
}

._dot_c5s5p_91 {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #007aff;
  display: block;
  margin: 0 8px;
}

._loungesText_c5s5p_100 {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.01px;
  color: #7e868c;
}
._loungesText_c5s5p_100 span {
  color: #11181c;
  font-weight: 600;
}

._additionalLounges_c5s5p_112 {
  color: #007aff;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.09px;
}

._arrowIcon_c5s5p_120 {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

._tooltipItem_c5s5p_128 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  vertical-align: middle;
  color: #7e868c;
}
._tooltipItem_c5s5p_128 span {
  font-weight: 600;
  color: #11181c;
}

._recentSearchesHeader_c5s5p_141 {
  padding: 0 0 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
  color: #6e7c87;
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
}

._menuListContainer_c5s5p_150 {
  display: flex;
  flex-direction: column;
}._header_1vzbj_1 {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  color: var(--dark-grey, #4d4d4d);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  height: 72px !important;
}

._headerLeftSide_1vzbj_17 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._headerLeftSide_1vzbj_17 ._title_1vzbj_24 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_1vzbj_30 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_1vzbj_37 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_1vzbj_43 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._searchResult_1s80d_1 {
  background-color: #fff;
  display: flex;
  height: 48px;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  gap: 12px;
  align-items: center;
}
._searchResult_1s80d_1 div {
  display: flex;
  align-items: center;
  gap: 12px;
}

._filter_1s80d_18 {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 24px 0 24px 24px;
}
._filter_1s80d_18 ._label_1s80d_24 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: -0.6%;
  color: #444444;
  margin: 0 0 8px 0 !important;
}
._filter_1s80d_18 ._searchResult_1s80d_1 {
  background-color: #fff;
  display: flex;
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  gap: 12px;
  align-items: center;
  flex: 1 0 0;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 button {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.18px;
  padding: 6px 24px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #0082ff;
  color: #11181c;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 button._withIcon_1s80d_58 {
  padding: 8px 16px 8px 12px !important;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 button._withIcon_1s80d_58 svg path {
  stroke: #0082ff;
  fill: white;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._active_1s80d_65 svg {
  fill: #fff;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._active_1s80d_65 svg path {
  stroke: #fff !important;
  fill: transparent !important;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._active_1s80d_65 {
  background-color: #0082ff;
  color: #fff;
}
._filter_1s80d_18 ._buttonsContainer_1s80d_43 ._inactive_1s80d_76 {
  color: #343a40;
}._container_1k3es_1 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  padding: 8px 0 8px 24px;
}
._container_1k3es_1:first-child ._terminalNumber_1k3es_8 {
  margin-top: 24px !important;
}
._container_1k3es_1 ._terminalNumber_1k3es_8 {
  color: var(--black, #000);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.326px;
  margin-top: 32px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 24px;
  display: flex;
  column-gap: 24px;
  background-color: #fff;
  width: 100%;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._sliderContainer_1k3es_30 {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 1440px) {
  ._container_1k3es_1 ._cardContainer_1k3es_21 ._sliderContainer_1k3es_30 {
    max-width: 150px;
  }
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._sliderContainer_1k3es_30 ._slider_1k3es_30 {
  position: relative;
  border-radius: 16px;
  max-height: 216px !important;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._sliderContainer_1k3es_30 ._slider_1k3es_30 img {
  aspect-ratio: 1/0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._icons_1k3es_51 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._icons_1k3es_51 span {
  padding: 4px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._icons_1k3es_51 ._payable_1k3es_67 {
  position: relative;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._icons_1k3es_51 ._payable_1k3es_67::before {
  content: "$";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  color: white;
  display: grid;
  place-items: center;
  place-content: center;
  border-radius: 50%;
  background-color: #f1841f;
  font-size: 12px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._line_1k3es_85 {
  height: 1px;
  width: 100%;
  margin: 12px 0;
  background-color: rgba(0, 0, 0, 0.07);
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._airportTime_1k3es_91 {
  color: #7e868c;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  margin-top: 6px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._serviceDetails_1k3es_99 {
  border-radius: 4px;
  background: #fff;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._serviceDetails_1k3es_99 ._title_1k3es_103 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  color: #11181c;
  margin-bottom: 4px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._serviceDetails_1k3es_99 ._serviceDetailsContainer_1k3es_111 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._serviceDetails_1k3es_99 ._serviceDetailsItem_1k3es_116 {
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._serviceDetails_1k3es_99 ._label_1k3es_121 {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 {
  flex: 1;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._loungeName_1k3es_131 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.26px;
  color: #0082ff;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._restrictionText_1k3es_138 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
  max-width: max-content;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._restrictionText_1k3es_138 span {
  font-weight: 700;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._location_1k3es_153 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-top: 6px;
  margin-bottom: 4px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._filters_1k3es_162 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._filters_1k3es_162 ._terminalText_1k3es_174 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._filters_1k3es_162 ._type_1k3es_180 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._filters_1k3es_162 ._type_1k3es_180 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._filters_1k3es_162 ._type_1k3es_180 svg path {
  stroke: #7e868c;
  fill: white;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._popup_1k3es_196 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
  display: flex;
  align-items: center;
  column-gap: 8px;
  cursor: pointer;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._trigger_1k3es_206 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #dc3d43;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._trigger_1k3es_206._open_1k3es_213 {
  color: #3d9a50;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._work_1k3es_216 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._workingHoursMenu_1k3es_231 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  background-color: white;
  box-shadow: 1px 6px 8px 0px rgba(34, 60, 80, 0.2);
  margin-top: 8px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._greyDot_1k3es_239 {
  height: 16px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._greyRound_1k3es_244 {
  height: 4px;
  width: 3px;
  background-color: #0081f1;
  border-radius: 50%;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._hours_1k3es_250 {
  min-width: 230px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  column-gap: 12px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._hours_1k3es_250 ._workingHours_1k3es_231 {
  display: flex;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._hours_1k3es_250 ._workingHours_1k3es_231 > span:first-child {
  min-width: 80px;
  height: 24px;
  margin-right: 12px;
  align-self: center;
  font-size: 12px;
  line-height: 24px;
  color: #7e868c;
  text-transform: uppercase;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._hours_1k3es_250 ._workingHours_1k3es_231 > div {
  display: flex;
  flex-wrap: wrap;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._hours_1k3es_250 ._workingHours_1k3es_231 span {
  text-transform: capitalize;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._hours_1k3es_250 ._workingHours_1k3es_231 ._greyDot_1k3es_239 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  margin: 0 12px;
  align-self: center;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._prices_1k3es_291 {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 12px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._notice_1k3es_297 {
  color: #7e868c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._addToCard_1k3es_305 {
  display: flex;
  justify-content: space-between;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._addToCard_1k3es_305 ._cost_1k3es_309 {
  display: flex;
  flex-direction: column;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._addToCard_1k3es_305 ._cost_1k3es_309 span:first-child {
  color: var(--main-color, #0082ff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._addToCard_1k3es_305 ._cost_1k3es_309 ._spanWrapper_1k3es_323 {
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._addToCard_1k3es_305 ._cost_1k3es_309 ._spanWrapper_1k3es_323 ._notice_1k3es_297 {
  color: #11181c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._addToCard_1k3es_305 ._cost_1k3es_309 ._spanWrapper_1k3es_323 ._notice_1k3es_297 b {
  color: #11181c;
}
._container_1k3es_1 ._cardContainer_1k3es_21 ._cardInfo_1k3es_128 ._addToCard_1k3es_305 button {
  border-radius: 8px;
  border: 1px solid #eef0f2;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 32px;
}

._slick-dots_1k3es_348 {
  left: 0;
  right: 0;
  bottom: 10px;
  position: absolute;
}

._next_1k3es_355 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  right: 5px;
  z-index: 99;
  display: flex;
  align-items: center;
}
._next_1k3es_355 svg path {
  fill: none;
}

._active_1k3es_372 {
  opacity: 0.4;
}

._prev_1k3es_376 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  z-index: 99;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
._prev_1k3es_376 svg path {
  fill: none;
}

._greyDot_1k3es_239 {
  height: 8px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1607843137);
  display: inline-block;
  vertical-align: middle;
}

._workingHoursArrow_1k3es_400 {
  position: relative;
  padding-right: 7px;
}
._workingHoursArrow_1k3es_400::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  position: absolute;
  bottom: -15px;
  right: 7px;
  border-color: rgba(0, 0, 0, 0.1215686275);
  border-radius: 0px 2px 0px 0px;
  transform: rotate(-45deg);
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  z-index: 10;
  display: none;
}
._workingHoursArrow_1k3es_400._open_1k3es_213::after {
  display: block;
}

._cost_1k3es_309 {
  display: flex;
  flex-direction: column;
}
._cost_1k3es_309 span:first-child {
  color: var(--main-color, #0082ff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
._cost_1k3es_309 ._spanWrapper_1k3es_323 {
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
._cost_1k3es_309 ._spanWrapper_1k3es_323 ._notice_1k3es_297 {
  color: #11181c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._cost_1k3es_309 ._spanWrapper_1k3es_323 ._notice_1k3es_297 b {
  color: #11181c;
}

._service_box_1k3es_456 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}._badge_1pqk8_1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
  border-radius: 6px;
  background-color: #0081f1;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
}

._iconWrapper_1pqk8_14 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 16px;
  max-height: 16px;
}

._badge_1pqk8_1 svg {
  display: block;
}

._label_1pqk8_28 {
  display: inline-block;
}._cost_ap8oj_1 {
  display: flex;
  flex-direction: column;
}

._refundPolicyCard_ap8oj_6 {
  display: flex;
  flex-direction: column;
  background: white;
  border-left: 2px solid #fcc900;
  padding-left: 16px;
}

._refundPolicyContent_ap8oj_14 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 16px;
}

._refundPolicyHeader_ap8oj_21 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._refundPolicyTitle_ap8oj_27 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #11181c;
}

._refundPolicyDescription_ap8oj_36 {
  color: #19111c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin: 0;
}

._refundPolicyTimeline_ap8oj_45 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 343px;
  margin-left: 61px;
}

._timePeriodsColumn_ap8oj_53 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  row-gap: 17.5px;
}

._timePeriodItem_ap8oj_61 {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

._timePeriod_ap8oj_53 {
  color: #19111c;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}

._timelineColumn_ap8oj_81 {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  position: relative;
  justify-content: center;
  row-gap: 2px;
}

._timelineLineTop_ap8oj_92 {
  height: 7px;
  width: 1px;
  background: #d7dbdf;
  flex-shrink: 0;
}

._timelineLine_ap8oj_92 {
  height: 27px;
  width: 1px;
  background: #d7dbdf;
  flex-shrink: 0;
}

._timelineDot_ap8oj_106 {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #889096;
  flex-shrink: 0;
  border: 1px solid white;
  box-sizing: border-box;
}

._refundBadgesColumn_ap8oj_116 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  row-gap: 17.5px;
}

._refundBadgeWrapper_ap8oj_124 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 20px;
}

._refundBadge_ap8oj_116 {
  background: #f1f3f5;
  border-radius: 5px;
  padding: 0 7px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 20px;
}

._refundPercent_ap8oj_141 {
  color: #19111c;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

._refundLabel_ap8oj_150 {
  color: #19111c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}._head_3lr26_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._head_3lr26_1 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: -0.006em;
  color: #11181c;
}

._prices_3lr26_14 {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-bottom: 12px;
}

._search_3lr26_21 {
  padding: 24px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_3lr26_21 ._header_3lr26_28 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_3lr26_21 ._header_3lr26_28 ._header_title_3lr26_32 {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.26px;
  color: #11181c;
}
._search_3lr26_21 ._header_3lr26_28 ._header_text_3lr26_39 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-bottom: 4px;
  margin-top: 6px;
}
._search_3lr26_21 ._header_3lr26_28 ._service_box_3lr26_48 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._search_3lr26_21 ._header_3lr26_28 ._content_3lr26_59 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._search_3lr26_21 ._header_3lr26_28 ._content_3lr26_59 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #11181c;
}
._search_3lr26_21 ._trigger_text_3lr26_71 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #0082ff;
  cursor: pointer;
  margin: 8px 0;
  width: fit-content;
}
._search_3lr26_21 ._footer_3lr26_84 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_3lr26_21 ._footer_3lr26_84 ._footer_text_3lr26_91 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.1800000072px;
  color: #11181c;
  max-width: 680px;
  padding-left: 16px;
  border-left: 2px solid #fcc900;
}
._search_3lr26_21 ._footer_3lr26_84 ._price_3lr26_14 {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 8px;
  margin-left: auto;
}
._search_3lr26_21 ._footer_3lr26_84 ._price_3lr26_14 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.2599999905px;
  color: #11181c;
}

._child_notice_3lr26_116 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #7e868c;
}

._spanWrapper_3lr26_124 {
  margin-top: 4px;
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 8px;
}
._spanWrapper_3lr26_124 ._notice_3lr26_132 {
  color: #11181c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
._spanWrapper_3lr26_124 ._notice_3lr26_132 b {
  color: #11181c;
}

._filters_3lr26_143 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
._filters_3lr26_143 ._terminalText_3lr26_155 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_3lr26_143 ._service_box_3lr26_48 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._filters_3lr26_143 ._type_3lr26_171 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._filters_3lr26_143 ._type_3lr26_171 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_3lr26_143 ._type_3lr26_171 svg path {
  stroke: #7e868c;
  fill: white;
}

._restrictionText_3lr26_188 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
}
._restrictionText_3lr26_188 span {
  font-weight: 700;
}

._cost_3lr26_203 {
  display: flex;
  flex-direction: column;
}
._cost_3lr26_203 span:first-child {
  color: var(--main-color, #0082ff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
._cost_3lr26_203 ._spanWrapper_3lr26_124 {
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
._cost_3lr26_203 ._spanWrapper_3lr26_124 ._notice_3lr26_132 {
  color: #11181c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._cost_3lr26_203 ._spanWrapper_3lr26_124 ._notice_3lr26_132 b {
  color: #11181c;
}._form_7y6t6_1 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  max-width: 340px;
}
._form_7y6t6_1 ._label_7y6t6_8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #11181c !important;
  margin-bottom: 8px !important;
}
._form_7y6t6_1 ._datepicker_7y6t6_15 {
  padding: 8px 12px;
  color: #11181c;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  background: #fff;
  min-width: 330px;
}._form_11tlv_1 {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 16px;
  width: 100%;
  max-width: 340px;
}
._form_11tlv_1 ._label_11tlv_8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #11181c !important;
  margin-bottom: 8px !important;
}
._form_11tlv_1 ._datepicker_11tlv_15 {
  padding: 8px 12px;
  color: #11181c;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  background: #fff;
  min-width: 330px;
}._table_10642_1 {
  table-layout: fixed !important;
  font-family: "Inter" !important;
}

._price_10642_6 {
  display: flex;
  align-items: center;
}
._price_10642_6 ._age_10642_10 {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #11181c;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Inter";
}
._price_10642_6 ._age_10642_10 span {
  font-weight: 400;
  color: #7e868c;
}
._price_10642_6 ._age_10642_10 b {
  font-weight: 600;
}
._price_10642_6 ._counter_10642_31 {
  display: grid;
  grid-template-columns: 32px 25px 32px repeat(2, 1fr);
}
._price_10642_6 ._counter_10642_31 ._tallyButton_10642_35 {
  border-radius: 6px;
  cursor: pointer;
  background: #f4f4f4;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
._price_10642_6 ._filteredPrice_10642_45 {
  color: #11181c;
  display: flex;
  justify-content: flex-end;
}
._price_10642_6 ._filteredPrice_10642_45 ._fPriceTitle_10642_50 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
}
._price_10642_6 ._filteredPrice_10642_45 ._fPriceText_10642_58 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.6%;
  text-align: right;
  color: #11181c;
  width: 100%;
  max-width: 48px;
}

._quantity_10642_69 {
  color: var(--dark-gray-dark-gray-3, #303940);
  text-align: center;
  align-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}._refundPolicyCard_cb8n2_1 {
  display: flex;
  column-gap: 30px;
  align-items: stretch;
}

._refundPolicyTitle_cb8n2_7 {
  border-left: 2px solid #fcc900;
  padding-left: 12px;
  display: flex;
  align-items: center;
}

._refundPolicyLabel_cb8n2_14 {
  color: #11181c;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  min-width: 142px;
}

._refundPolicyTable_cb8n2_25 {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

._refundPolicyRow_cb8n2_31 {
  display: flex;
  align-items: flex-end;
  column-gap: 14px;
  color: #7e868c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding-bottom: 8px;
}
._refundPolicyRow_cb8n2_31:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-top: 8px;
}

._refundPolicyRowLabel_cb8n2_50 {
  min-width: 72px;
  text-align: left;
  text-transform: lowercase;
}

._refundPolicyRow_cb8n2_31 span:not(:first-child) {
  display: inline-flex;
  justify-content: start;
  text-align: center;
  color: #11181c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
  min-width: 32px;
  max-width: 32px;
}

._refundPolicyRow_cb8n2_31:first-child span:not(:first-child) {
  align-items: flex-end;
}

._refundPolicyRow_cb8n2_31:last-child span:not(:first-child) {
  align-items: flex-start;
}._head_lt033_1 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._head_lt033_1 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: -0.006em;
  color: #11181c;
}

._prices_lt033_14 {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-bottom: 12px;
}

._search_lt033_21 {
  padding: 24px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_lt033_21 ._header_lt033_28 {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_lt033_21 ._header_lt033_28 ._header_title_lt033_32 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.26px;
  color: #11181c;
}
._search_lt033_21 ._header_lt033_28 ._header_text_lt033_39 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #687076;
  margin-bottom: 4px;
  margin-top: 6px;
}
._search_lt033_21 ._header_lt033_28 ._service_box_lt033_48 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._search_lt033_21 ._header_lt033_28 ._content_lt033_59 {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
._search_lt033_21 ._header_lt033_28 ._content_lt033_59 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.006em;
  color: #11181c;
}
._search_lt033_21 ._trigger_text_lt033_71 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #0082ff;
  cursor: pointer;
  margin: 8px 0;
  width: fit-content;
}
._search_lt033_21 ._footer_lt033_84 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
}
._search_lt033_21 ._footer_lt033_84 ._footer_text_lt033_91 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  letter-spacing: -0.1800000072px;
  color: #11181c;
  max-width: 680px;
  padding-left: 16px;
  border-left: 2px solid #fcc900;
}
._search_lt033_21 ._footer_lt033_84 ._price_lt033_14 {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 8px;
  margin-left: auto;
}
._search_lt033_21 ._footer_lt033_84 ._price_lt033_14 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.2599999905px;
  color: #11181c;
}

._child_notice_lt033_116 {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.01px;
  color: #7e868c;
}

._spanWrapper_lt033_124 {
  margin-top: 4px;
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 8px;
}
._spanWrapper_lt033_124 ._notice_lt033_132 {
  color: #11181c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
._spanWrapper_lt033_124 ._notice_lt033_132 b {
  color: #11181c;
}

._filters_lt033_143 {
  display: flex;
  column-gap: 8px;
  align-items: center;
  color: var(--dark-gray-dark-gray-1, #11181c);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
._filters_lt033_143 ._terminalText_lt033_155 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_lt033_143 ._service_box_lt033_48 {
  padding: 3px 7px;
  border-radius: 7px;
  background: #eceef0;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #19111c;
  text-transform: capitalize;
}
._filters_lt033_143 ._type_lt033_171 {
  display: flex;
  column-gap: 4px;
  align-items: center;
  text-transform: capitalize;
}
._filters_lt033_143 ._type_lt033_171 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #11181c;
}
._filters_lt033_143 ._type_lt033_171 svg path {
  stroke: #7e868c;
  fill: white;
}

._restrictionText_lt033_188 {
  padding: 3.5px 8px;
  background: rgba(252, 201, 0, 0.1607843137);
  border-radius: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #11181c;
}
._restrictionText_lt033_188 span {
  font-weight: 700;
}

._layover_lt033_203 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
._layover_lt033_203 ._layoverLine_lt033_209 {
  flex: 1;
  border-top: 1.5px dashed #19111c;
  min-width: 60px;
  height: 1px;
}
._layover_lt033_203 ._layoverBadge_lt033_215 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  border: 1.5px dashed #19111c;
  border-radius: 16px;
  color: #000;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  white-space: nowrap;
  column-gap: 3px;
}
._layover_lt033_203 ._layoverTime_lt033_229 {
  font-weight: 700;
}

._sectionTitle_lt033_233 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #11181c;
  margin-bottom: 8px;
}

._editLink_lt033_241 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0082ff;
  text-decoration: underline;
  cursor: pointer;
  column-gap: 4px;
}
._editLink_lt033_241:hover {
  color: #0066cc;
}

._cost_lt033_254 {
  display: flex;
  flex-direction: column;
}
._cost_lt033_254 span:first-child {
  color: var(--main-color, #0082ff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
._cost_lt033_254 ._spanWrapper_lt033_124 {
  border-left: 2px solid #fcc900;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
}
._cost_lt033_254 ._spanWrapper_lt033_124 ._notice_lt033_132 {
  color: #11181c;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
._cost_lt033_254 ._spanWrapper_lt033_124 ._notice_lt033_132 b {
  color: #11181c;
}._form_1e8hg_1 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  max-width: 340px;
}
._form_1e8hg_1 ._label_1e8hg_8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #11181c !important;
  margin-bottom: 8px !important;
}
._form_1e8hg_1 ._datepicker_1e8hg_15 {
  padding: 8px 12px;
  color: #11181c;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  background: #fff;
  min-width: 150px;
}

._transitList_1e8hg_27 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
}

._flightSection_1e8hg_34 {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
._flightSection_1e8hg_34 ._topArrow_1e8hg_39 {
  transform: rotate(180deg);
}

._sectionTitle_1e8hg_43 {
  color: #19111c;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  line-height: 25px;
  min-width: 103px;
}

._trigger_text_1e8hg_52 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #0082ff;
  cursor: pointer;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 8px;
}

._editLink_1e8hg_67 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #0082ff;
  cursor: pointer;
  width: fit-content;
  column-gap: 4px;
}._form_iw21r_1 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  max-width: 340px;
}
._form_iw21r_1 ._label_iw21r_8 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  color: #11181c !important;
  margin-bottom: 8px !important;
}
._form_iw21r_1 ._datepicker_iw21r_15 {
  padding: 8px 12px;
  color: #11181c;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  border-radius: 8px;
  border: 1px solid #e5e9eb;
  background: #fff;
  min-width: 150px;
}

._transitList_iw21r_27 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
}

._flightSection_iw21r_34 {
  display: flex;
  flex-direction: column;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 14px;
}
._flightSection_iw21r_34 ._topArrow_iw21r_41 {
  transform: rotate(180deg);
}

._sectionTitle_iw21r_45 {
  color: #19111c;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  line-height: 25px;
}

._trigger_text_iw21r_53 {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #0082ff;
  cursor: pointer;
  width: fit-content;
}

._editLink_iw21r_66 {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #0082ff;
  cursor: pointer;
  width: fit-content;
  column-gap: 4px;
}._delay_1detu_1 {
  height: inherit;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  column-gap: 24px;
  background: #f9faff;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  z-index: 9;
  max-height: fit-content;
}.easy-to-travel_table {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif !important;
}

.css-932t7w .css-cf3le8 {
  width: 100% !important;
}

html {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 0.8rem;
}

html::-webkit-scrollbar {
  display: none;
}

.css-7gf77e {
  width: 17px !important;
}

.tableActiveStatus {
  width: 67px;
  height: 24px;
  padding: 0 12px;
  background-color: #c6f6d5;
  color: #0d9676;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
}

.tableInactiveStatus {
  width: 67px;
  height: 24px;
  background-color: #eef0f2;
  padding: 0 12px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  color: #5b6871;
  width: max-content;
}

._icons_1etlv_84 {
  margin-left: 0.3px !important;
}

.switch {
  width: 26px !important;
  height: 16px !important;
  background: #cbd5e0 !important;
  border: none !important;
}
.switch span {
  cursor: default !important;
  width: 12px !important;
  left: 2px !important;
  top: 2px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff;
}

.active-switch {
  width: 26px !important;
  height: 16px !important;
  background: #007aff !important;
  border: none !important;
  box-shadow: none !important;
}
.active-switch span {
  cursor: default !important;
  width: 12px !important;
  height: 12px !important;
  left: 12px !important;
  top: 2px !important;
  box-shadow: none !important;
  background: #fff;
}._pageHeader_z6zu2_1 {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: white;
}

._headerLeftSide_z6zu2_10 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 16px;
  height: 100%;
}
._headerLeftSide_z6zu2_10 ._title_z6zu2_17 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

._border_z6zu2_24 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_z6zu2_31 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_z6zu2_37 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 33px;
  height: 100%;
}
._container_1457n_2 {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
._container_1457n_2 ._table_1457n_8 {
  width: 100%;
  border-collapse: separate;
  /* Важно для применения border-radius */
  border-spacing: 0;
  /* Убираем промежутки между ячейками */
  /* Закругление углов таблицы */
  border-radius: 6px;
  overflow: hidden;
}
._container_1457n_2 ._table_1457n_8 td,
._container_1457n_2 ._table_1457n_8 th {
  border: 1px solid #e5e9eb;
  padding: 9.8px 24px;
}
._container_1457n_2 ._table_1457n_8 td:first-child,
._container_1457n_2 ._table_1457n_8 th:first-child {
  border-left: none;
}
._container_1457n_2 ._table_1457n_8 td:last-child,
._container_1457n_2 ._table_1457n_8 th:last-child {
  border-right: none;
}
._container_1457n_2 ._table_1457n_8 tr:last-child td {
  border-bottom: none;
}
._container_1457n_2 ._table_1457n_8 th {
  border-top: none;
}
._container_1457n_2 ._table_1457n_8 th {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.084px;
  background-color: #f6f8f9;
}
._container_1457n_2 ._table_1457n_8 th > div {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
._container_1457n_2 ._table_1457n_8 td {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}
._container_1457n_2 ._table_1457n_8 tbody tr td {
  color: #11181c;
  padding: 0px 24px !important;
  height: 48px !important;
}
._container_1457n_2 ._table_1457n_8 tbody tr td:first-child {
  width: 48px !important;
  text-align: center;
  margin-right: 40px;
}
._container_1457n_2 ._table_1457n_8 tbody tr:hover {
  background-color: rgba(1, 131, 255, 0.1);
}

._loader_1457n_72 {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
._loader_1457n_72 ._loaderIcon_1457n_81 {
  animation: _lds-hourglass_1457n_1 1.2s infinite;
}

/* Иконки */
._icons_1457n_86,
._icon_1457n_86 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
}

/* Анимация для загрузчика */
@keyframes _lds-hourglass_1457n_1 {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(720deg);
  }
}
.easy-to-travel_table .rc-pagination {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.easy-to-travel_table .rc-pagination ul,
.easy-to-travel_table .rc-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.easy-to-travel_table .rc-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: " ";
}
.easy-to-travel_table .rc-pagination-total-text {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
  line-height: 26px;
  vertical-align: middle;
}
.easy-to-travel_table .rc-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  font-family: Arial;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.easy-to-travel_table .rc-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.easy-to-travel_table .rc-pagination-item a:hover {
  text-decoration: none;
}
.easy-to-travel_table .rc-pagination-item:focus,
.easy-to-travel_table .rc-pagination-item:hover {
  border-color: #007aff;
  transition: all 0.3s;
}
.easy-to-travel_table .rc-pagination-item:hover a {
  color: #007aff;
}
.easy-to-travel_table .rc-pagination-item-active {
  font-weight: 500;
  background: #007aff;
}
.easy-to-travel_table .rc-pagination-item-active a {
  color: #fff;
}
.easy-to-travel_table .rc-pagination-item-active:focus,
.easy-to-travel_table .rc-pagination-item-active:hover {
  border-color: #0263ca;
}
.easy-to-travel_table .rc-pagination-item-active:focus a,
.easy-to-travel_table .rc-pagination-item-active:hover a {
  background-color: #007aff;
  color: #fff;
}
.easy-to-travel_table .rc-pagination-jump-prev,
.easy-to-travel_table .rc-pagination-jump-next {
  outline: 0;
}
.easy-to-travel_table .rc-pagination-jump-prev button,
.easy-to-travel_table .rc-pagination-jump-next button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
}
.easy-to-travel_table .rc-pagination-jump-prev button:after,
.easy-to-travel_table .rc-pagination-jump-next button:after {
  display: block;
  content: "•••";
}
.easy-to-travel_table .rc-pagination-prev,
.easy-to-travel_table .rc-pagination-next,
.easy-to-travel_table .rc-pagination-jump-prev,
.easy-to-travel_table .rc-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Arial;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.easy-to-travel_table .rc-pagination-prev svg path,
.easy-to-travel_table .rc-pagination-next svg path,
.easy-to-travel_table .rc-pagination-jump-prev svg path,
.easy-to-travel_table .rc-pagination-jump-next svg path {
  fill: #0082ff;
}
.easy-to-travel_table .rc-pagination-prev,
.easy-to-travel_table .rc-pagination-next {
  outline: 0;
}
.easy-to-travel_table .rc-pagination-prev button,
.easy-to-travel_table .rc-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}
.easy-to-travel_table .rc-pagination-prev:hover button,
.easy-to-travel_table .rc-pagination-next:hover button {
  border-color: #40a9ff;
}
.easy-to-travel_table .rc-pagination-prev .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-next .rc-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.easy-to-travel_table .rc-pagination-prev:focus .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-prev:hover .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-next:focus .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-next:hover .rc-pagination-item-link {
  color: #007aff;
  border-color: #007aff;
}
.easy-to-travel_table .rc-pagination-prev button:after {
  content: "‹";
  display: block;
}
.easy-to-travel_table .rc-pagination-next button:after {
  content: "›";
  display: block;
}
.easy-to-travel_table .rc-pagination-disabled,
.easy-to-travel_table .rc-pagination-disabled:hover,
.easy-to-travel_table .rc-pagination-disabled:focus {
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination-disabled svg path,
.easy-to-travel_table .rc-pagination-disabled:hover svg path,
.easy-to-travel_table .rc-pagination-disabled:focus svg path {
  fill: #687076 !important;
  opacity: 0.5;
}
.easy-to-travel_table .rc-pagination-disabled .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-disabled:hover .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-disabled:focus .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination-slash {
  margin: 0 10px 0 5px;
}
.easy-to-travel_table .rc-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .easy-to-travel_table .rc-pagination-options *::-ms-backdrop,
  .easy-to-travel_table .rc-pagination-options {
    vertical-align: top;
  }
}
.easy-to-travel_table .rc-pagination-options-size-changer.rc-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.easy-to-travel_table .rc-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}
.easy-to-travel_table .rc-pagination-options-quick-jumper input {
  width: 50px;
  margin: 0 8px;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-prev,
.easy-to-travel_table .rc-pagination-simple .rc-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-simple .rc-pagination-next .rc-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link::after,
.easy-to-travel_table .rc-pagination-simple .rc-pagination-next .rc-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #007aff;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled {
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item {
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-active {
  background: red;
  border-color: transparent;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-active a {
  color: #fff;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon {
  opacity: 0;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .easy-to-travel_table .rc-pagination-item-after-jump-prev,
  .easy-to-travel_table .rc-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .easy-to-travel_table .rc-pagination-options {
    display: none;
  }
}
.react-datepicker__header {
  background: #FBFBFB;
}

.react-datepicker__month-container {
  background: #FBFBFB;
  border-radius: 6px;
}

.btn-prev, .btn-next {
  position: absolute;
  top: 50%;
  padding: 8px;
  transform: translate(0, -50%);
}

.btn-prev svg, .btn-next svg {
  width: 16px;
  height: 16px;
}

.btn-prev {
  right: 36px;
}

.btn-next {
  right: 0;
}

.select-year, .select-month {
  color: #737373;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  background: transparent;
  /* Heading */
  font-family: Inter;
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__year-text--selected:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--in-range:hover {
  background-color: #2D6CE5;
  color: white;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  background-color: #2D6CE5;
  color: white;
}

.easy-to-travel_table__menu {
  margin-top: 0; /* Минимальное расстояние между кнопкой и меню */
  transform: translateY(-10px); /* Сдвиг вверх */
}.react-calendar {
  width: 260px;
  max-width: 100%;
  background: white;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation__prev2-button {
  display: none;
}

.react-calendar__navigation__next2-button {
  display: none;
}

.react-calendar__navigation__label {
  pointer-events: none;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 8px;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 4px;
}
.react-calendar__month-view__weekdays__weekday abbr {
  text-decoration: none !important;
  color: #000;
  display: inline-block;
  width: 100%;
  line-height: 1.7rem;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days {
  row-gap: 4px;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  font: inherit;
  font-size: 0.833em;
  transition: 0.2s;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #007AFE;
  color: #fff;
  box-shadow: 0 0 3px #8798ad;
}

.react-calendar__tile--now {
  color: #fff;
  background-color: #7fdbff;
}

.react-calendar__tile--hasActive {
  background: #007AFE;
  color: #fff;
}

.react-calendar__tile-equal.react-calendar__tile--active {
  border-radius: 50% !important;
}
.react-calendar__tile-equal .react-calendar__tile--rangeStart {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.react-calendar__tile-equal .react-calendar__tile--rangeEnd {
  border-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.react-calendar__tile-equal .react-calendar__tile--rangeBothEnds {
  border-radius: 50% !important;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #1087ff;
}

.react-calendar__tile--active {
  background: #007AFE;
  color: white;
  box-shadow: 0 0 3px #8798ad;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}.RingLoader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.RingLoader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #0166F3;
  border-color: #0166F3 transparent #0166F3 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.RingLoaderWithWrapper {
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}._delete_modal_j7zan_1 {
  box-shadow: 0px 20px 20px -8px rgba(26, 26, 26, 0.2784313725), 0px 1px 0px 0px rgba(204, 204, 204, 0.5019607843) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.168627451) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.168627451) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.1294117647) inset !important;
  min-width: 460px !important;
  max-width: 460px !important;
  border-radius: 12px !important;
}.rc-table {
  position: relative;
  box-sizing: border-box;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}
.rc-table table {
  width: 100%;
  border-spacing: 0px;
  border-radius: 6px !important;
}
.rc-table thead th {
  text-align: center;
  color: #11181c;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.084px;
  padding: 5px 24px;
  height: 48px !important;
  background-color: #f9fafb;
  border-bottom: 1px solid #e0e0e0;
  border-left: none !important;
  border-right: 1px solid #e0e0e0 !important;
}
.rc-table thead th:first-child {
  width: 48px !important;
  height: 48px !important;
  text-align: center;
  padding: 5px 0;
}
.rc-table thead th:last-child {
  width: 48px !important;
  height: 48px !important;
  text-align: center;
  padding: 5px 0;
  border-right: none !important;
}
.rc-table thead td {
  background: #fff;
}
.rc-table thead .rc-table-cell-scrollbar::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  background: #f7f7f7;
  content: "";
}
.rc-table tbody tr td {
  color: #11181c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
  padding: 0px 6px;
  border-bottom: 1px solid #e0e0e0;
  border-left: none !important;
  border-right: 1px solid #e0e0e0 !important;
  background-color: #fff;
  height: 48px !important;
}
.rc-table tbody tr td:first-child {
  width: 48px !important;
  text-align: center;
}
.rc-table tbody tr td:nth-child(3) {
  text-align: center;
}
.rc-table tbody tr td:nth-child(4) {
  text-align: center;
}
.rc-table tbody tr td:last-child {
  max-width: 48px !important;
  text-align: center;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.rc-table tfoot td {
  background: #fff;
  border-color: #e0e0e0;
  padding: 0;
}
.custom-table-wrapper .rc-table {
  border-radius: inherit;
}
.css-1erwjbq {
  padding-top: 0 !important;
}
.rc-table-rtl {
  direction: rtl;
}
.rc-table-rtl.rc-table thead .rc-table-cell-scrollbar::after {
  right: -1px;
  left: auto;
}
.rc-table th,
.rc-table td {
  position: relative;
  box-sizing: border-box;
  padding: 12px 8px;
  white-space: normal;
  word-break: break-word;
}
.rc-table-rtl.rc-table th,
.rc-table-rtl.rc-table td {
  border-right: 0;
}
.rc-table tbody tr:last-of-type td {
  border-bottom: 0;
}
.rc-table-cell-fix-left,
.rc-table-cell-fix-right {
  z-index: 1;
}
.rc-table-cell-fix-left-first::after,
.rc-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: -1px;
  width: 20px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}
.rc-table-cell-fix-left-all::after {
  display: none;
}
.rc-table-cell-fix-right-first,
.rc-table-cell-fix-right-last {
  box-shadow: -1px 0 0 #e0e0e0;
}
.rc-table-rtl .rc-table-cell-fix-right-first,
.rc-table-rtl .rc-table-cell-fix-right-last {
  box-shadow: none;
}
.rc-table-cell-fix-right-first::after,
.rc-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -1px;
  width: 20px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: "";
  pointer-events: none;
}
.rc-table-cell.rc-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rc-table-cell.rc-table-cell-row-hover {
  background: #f5f6f7;
}
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-first,
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-last,
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-first .rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-last {
  overflow: visible;
}
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-first .rc-table-cell-content,
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-last .rc-table-cell-content,
.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-first .rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-last .rc-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rc-table-ping-left .rc-table-cell-fix-left-first::after,
.rc-table-ping-left .rc-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px silver;
}
.rc-table-ping-right .rc-table-cell-fix-right-first::after,
.rc-table-ping-right .rc-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px silver;
}
.rc-table-expand-icon-col {
  width: 60px;
}
.rc-table-row-expand-icon-cell {
  text-align: center;
}
.rc-table-header {
  border-right: 0;
  border-bottom: 0;
}
.rc-table-placeholder {
  text-align: center;
}
.rc-table-content {
  border-right: 0;
  border-bottom: 0;
}
.rc-table-body {
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
}
.rc-table-fixed-column .rc-table-body::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}
.rc-table-expanded-row .rc-table-cell {
  box-shadow: inset 0 8px 8px -8px green;
}
.rc-table-expanded-row-fixed {
  box-sizing: border-box;
  margin: -16px -8px;
  margin-right: -10px;
  padding: 16px 8px;
}
.rc-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  width: 0;
  content: "";
}
.rc-table-row-expand-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #aaa;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.rc-table-row-expand-icon.rc-table-row-expanded::after {
  content: "-";
}
.rc-table-row-expand-icon.rc-table-row-collapsed::after {
  content: "+";
}
.rc-table-row-expand-icon.rc-table-row-spaced {
  visibility: hidden;
}
.rc-table-title {
  padding: 16px 8px;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}
.rc-table-footer {
  padding: 16px 8px;
  border: 1px solid #e0e0e0;
  border-top: 0;
}
.rc-table-sticky-holder {
  position: sticky;
  z-index: 2;
}
.rc-table-sticky-scroll {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: transform 0.1s ease-in 0s;
}
.rc-table-sticky-scroll:hover {
  transform: scaleY(1.2);
  transform-origin: center bottom;
}
.rc-table-sticky-scroll-bar {
  height: 8px;
  background-color: #bbb;
  border-radius: 4px;
}
.rc-table-sticky-scroll-bar:hover {
  background-color: #999;
}
.rc-table-sticky-scroll-bar-active {
  background-color: #999;
  color: #01a352;
}
html {
  font-size: 0.8rem;
}
.ace_content {
  padding: 0px 8px 8px !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
.ace_layer {
  color: #7e868c !important;
  border-right: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
.ace_folding-enabled {
  background-color: #444444;
}
.ace_gutter-cell.ace_info {
  background-image: none !important;
}
.ace_gutter-cell.ace_error {
  background-image: none !important;
}
.ace_tooltip {
  display: none !important;
}
.ace_gutter-layer {
  background-color: #eceef0 !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}
.ace_constant {
  color: #444444 !important;
}
.ace_print-margin {
  visibility: hidden !important;
}
.ace_bracket {
  display: none !important;
}
.ace_fold-widget {
  display: none !important;
}
.css-1mf4y6e .css-hfbj6y {
  display: none !important;
}
.ace_text.ace_xml {
  color: #444444 !important;
}
.ace_text.ace_xml:last-child {
  display: none !important;
}
.ace_attribute-name {
  color: #444444 !important;
}
.ace_attribute-value {
  color: #444444 !important;
}
.ace_support {
  color: #444444 !important;
}
.ace_type {
  color: #444444 !important;
}
.ace_style {
  color: #444444 !important;
}
.ace_tag {
  color: #444444 !important;
}
.ace_keyword {
  color: #444444 !important;
}
.ace_tag-open:first-child {
  display: none !important;
}
.chakra-form__required-indicator {
  margin-left: 4px !important;
}
.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
.switch {
  width: 26px !important;
  height: 16px !important;
  background: #cbd5e0 !important;
  border: none !important;
}
.switch span {
  width: 12px !important;
  left: 2px !important;
  top: 2px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff;
  cursor: pointer !important;
}
.active-switch {
  width: 26px !important;
  height: 16px !important;
  background: #007aff !important;
  border: none !important;
  box-shadow: none !important;
}
.active-switch span {
  width: 12px !important;
  height: 12px !important;
  left: 12px !important;
  top: 2px !important;
  box-shadow: none !important;
  background: #fff;
  cursor: pointer !important;
}._header_6jsf1_1 {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
}

._headerLeftSide_6jsf1_10 {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 15px;
  height: 100%;
}
._headerLeftSide_6jsf1_10 ._title_6jsf1_17 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_6jsf1_23 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_6jsf1_30 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_6jsf1_36 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}
.rc-pagination {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.rc-pagination ul,
.rc-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rc-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: " ";
}

.rc-pagination-total-text {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
  line-height: 26px;
  vertical-align: middle;
}

.rc-pagination-item {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  font-family: Arial;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rc-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}

.rc-pagination-item a:hover {
  text-decoration: none;
}

.rc-pagination-item:focus,
.rc-pagination-item:hover {
  border-color: #007aff;
  transition: all 0.3s;
}

.rc-pagination-item:hover a {
  color: #007aff;
}

.rc-pagination-item-active {
  font-weight: 500;
  background: #007aff;
}

.rc-pagination-item-active a {
  color: #fff;
}

.rc-pagination-item-active:focus,
.rc-pagination-item-active:hover {
  border-color: #0263ca;
}

.rc-pagination-item-active:focus a,
.rc-pagination-item-active:hover a {
  background-color: #007aff;
  color: #fff;
}

.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  outline: 0;
}

.rc-pagination-jump-prev button,
.rc-pagination-jump-next button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
}

.rc-pagination-jump-prev button:after,
.rc-pagination-jump-next button:after {
  display: block;
  content: "•••";
}

.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  display: inline-block;
  min-width: 28px;
  height: 28px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Arial;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.rc-pagination-prev,
.rc-pagination-next {
  outline: 0;
}

.rc-pagination-prev button,
.rc-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}

.rc-pagination-prev:hover button,
.rc-pagination-next:hover button {
  border-color: #40a9ff;
}

.rc-pagination-prev .rc-pagination-item-link,
.rc-pagination-next .rc-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rc-pagination-prev:focus .rc-pagination-item-link,
.rc-pagination-prev:hover .rc-pagination-item-link,
.rc-pagination-next:focus .rc-pagination-item-link,
.rc-pagination-next:hover .rc-pagination-item-link {
  color: #007aff;
  border-color: #007aff;
}

.rc-pagination-prev button:after {
  content: "‹";
  display: block;
}

.rc-pagination-next button:after {
  content: "›";
  display: block;
}

.rc-pagination-disabled,
.rc-pagination-disabled:hover,
.rc-pagination-disabled:focus {
  cursor: not-allowed;
}

.rc-pagination-disabled .rc-pagination-item-link,
.rc-pagination-disabled:hover .rc-pagination-item-link,
.rc-pagination-disabled:focus .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.rc-pagination-slash {
  margin: 0 10px 0 5px;
}

.rc-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .rc-pagination-options *::-ms-backdrop,
  .rc-pagination-options {
    vertical-align: top;
  }
}
.rc-pagination-options-size-changer.rc-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}

.rc-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}

.rc-pagination-options-quick-jumper input {
  width: 50px;
  margin: 0 8px;
}

.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}

.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link,
.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}

.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link::after,
.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.rc-pagination-simple .rc-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}

.rc-pagination-simple .rc-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}

.rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #007aff;
}

.rc-pagination.rc-pagination-disabled {
  cursor: not-allowed;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item {
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-active {
  background: red;
  border-color: transparent;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-active a {
  color: #fff;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon {
  opacity: 0;
}

.rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis {
  opacity: 1;
}

.table_wrapperr tbody tr td div div {
  width: auto !important;
}
.table_wrapperr tbody tr td div div div {
  width: auto !important;
}
.table_wrapperr tbody tr td div div div div {
  width: auto !important;
}

@media only screen and (max-width: 992px) {
  .rc-pagination-item-after-jump-prev,
  .rc-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .rc-pagination-options {
    display: none;
  }
}._table_wrapperr_118au_1 tbody tr td div div {
  width: auto !important;
}
._table_wrapperr_118au_1 tbody tr td div div div {
  width: auto !important;
}
._table_wrapperr_118au_1 tbody tr td div div div div {
  width: auto !important;
}._select_container_uliev_1 {
  width: 326px !important;
}._footer_1w8cd_1 {
  width: 100%;
  height: 56px;
  box-shadow: inset 0px 1px 0px #e5e9eb;
  display: flex;
  align-items: center;
}

._footerLeftSide_1w8cd_9 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._footerLeftSide_1w8cd_9 ._title_1w8cd_16 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._footerExtraSide_1w8cd_22 {
  margin-left: auto;
}._header_vb5j2_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._icons_vb5j2_7 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-left: 10px;
}

._icon_vb5j2_7 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px !important;
  height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
}

._addIcon_vb5j2_31 {
  background-color: #F6FBFF !important;
  width: 49.5px;
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  cursor: pointer;
}

._css-1xa1gs2_vb5j2_47 {
  width: 326px !important;
}

._css-18euh9p_vb5j2_51 {
  width: 326px !important;
}
._css-18euh9p_vb5j2_51 input {
  width: 326px !important;
}._header_oc5ek_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._header_oc5ek_1 ._title_oc5ek_6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #11181C;
}

._icons_oc5ek_13 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px !important;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin-left: 10px;
}

._icon_oc5ek_13 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px !important;
  height: 28px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
}

._addIcon_oc5ek_37 {
  background-color: #F6FBFF !important;
  width: 49.5px;
  height: 48px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  cursor: pointer;
}._box_1ed63_1 {
  padding: 16px 70px 16px 16px;
  height: calc(100vh - 196px);
  display: grid;
  grid-template-columns: repeat(3, 57% 1% 42%);
  gap: 24px;
}
._box_1ed63_1 ._copyBtn_1ed63_8 {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 88px;
  height: 40px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  cursor: pointer;
}

._colorWrap_1ed63_23 {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
._colorWrap_1ed63_23 ._color_1ed63_23:active {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  width: 26px;
  height: 26px;
}
._colorWrap_1ed63_23 ._color_1ed63_23:active::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid white;
}
._colorWrap_1ed63_23 ._activeColor_1ed63_49 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  width: 26px;
  height: 26px;
}
._colorWrap_1ed63_23 ._activeColor_1ed63_49::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid white;
  margin: 0 1px;
}

._aceEditor_1ed63_68 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  background-color: #fff;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: scroll;
  padding: 30px;
}._image_k4bej_1 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  border: 1px solid #E5E9EB;
  border-radius: 8px;
  padding: 10px;
}

._image_box_k4bej_11 {
  padding: 20px 29px;
  border-radius: 8px;
  min-width: 180px;
  max-height: 64px;
}
._image_box_k4bej_11 img {
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 24px;
}

._error_k4bej_24 {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  border: 1px solid red;
  border-radius: 8px;
  padding: 10px;
}