/*
 * Your global styles here
 */
html,
body {
  overscroll-behavior-y: none;
  background-color: var(--dteka-background-color);
}
:root {
  --dxp-s-section-columns-max-width: unset;
  --dteka-layout-min-width: 820px;
  --dteka-calendar-cell-height: 50px;
  --dteka-docker-zindex-ff: 90;

  --dteka-gray-0: #ffffff;
  --dteka-gray-5: #f5f5f5; /*#f8f8f8;*/
  --dteka-gray-6: #f5f7fa; /*#f8f8f8;*/
  --dteka-gray-10: #e8e8e8; /*#e8e8e8;*/
  --dteka-gray-15: #dddddd; /*#dddddd;*/
  --dteka-gray-20: #cccccc;
  --dteka-gray-25: #999999;
  --dteka-gray-30: #666666;
  --dteka-gray-35: #222222; /*#333333;*/
  --dteka-purple: #5756ff;
  --dteka-blue: #3d81ff;
  --dteka-deep-blue: #2156b2;
  --dteka-secondary-light-color: #f2f7ff;
  --dteka-primary-color: #4472c4;
  --dteka-primary--light-color: #f5f9ff;
  --dteka-primary--hover-color: #254d95;
  --dteka-secondary-hover-color: #222a32;
  --dteka-other-3: #35414c;
  --dteka-red: #f44336;

  --dteka-gnb-header-height: 93px;

  --dteka-tab-font-color: var(--dteka-gray-25);
  --dteka-tab-font-color-active: var(--dteka-primary-color);
  --dteka-tab-line-color-active: var(--dteka-primary-color);
  --dteka-background-color: #eff1f4;

  --tmp-button-border-width-focus: 2px;
  --tmp-button-border-color-focus: var(--dteka-gray-35);
  --tmp-button-brand-background-color: var(--dteka-primary-color);
  --tmp-button-refresh-background-color: var(--dteka-gray-10);
  --tmp-button-refresh-border-color: var(--dteka-gray-10);
  --tmp-button-border-radius: 10px;
  --tmp-button-disabled-background-color: var(--dteka-gray-15);
  --tmp-button-disabled-font-color: var(--dteka-gray-0);
  --tmp-button-brand-background-color-hover: var(--dteka-primary--hover-color);
  --tmp-button-outline-background-color-hover: var(--dteka-gray-5);
  --tmp-button-secondary-background-color-hover: var(
    --dteka-secondary-hover-color
  );
  --tmp-button-outline-secondary-border-color-hover: var(
    --dteka-secondary-hover-color
  );
  --tmp-button-refresh-background-color-hover: var(--dteka-gray-15);
  --tmp-button-refresh-border-color-hover: var(--dteka-gray-15);

  --tmp-checkbox-button-border-color-active: var(--dteka-primary-color);
  --tmp-checkbox-button-background-color-active: var(
    --dteka-primary--light-color
  );

  --tmp-button-cancel-background-color: var(--dteka-gray-25);
  --tmp-button-cancel-border-width: 1px;
  --tmp-button-cancel-border-color: var(--dteka-gray-25);
  --tmp-button-cancel-font-color: var(--dteka-gray-0);

  --tmp-checkbox-button-font-color-active: var(--dteka-primary-color);
  --tmp-checkbox-font-weight: 400;

  --tmp-radio-button-border-color-active: var(--dteka-primary-color);
  --tmp-radio-button-background-color-active: var(--dteka-primary--light-color);
  --tmp-radio-button-font-color-active: var(--dteka-primary-color);

  --tmp-pagination-gap: 8px;
  --tmp-pagination-min-width: 40px;
  --tmp-pagination-height: 40px;
  --tmp-pagination-border-radius: 100%;
  --tmp-pagination-border-width: 1px;
  --tmp-pagination-border-color: transparent;
  --tmp-pagination-padding: 0px;
  --tmp-pagination-background-color: transparent;
  --tmp-pagination-font-size: 14px;
  --tmp-pagination-font-weight: 400;
  --tmp-pagination-line-height: 100%;
  --tmp-pagination-font-color: var(--dteka-gray-25);
  --tmp-pagination-border-color-focus: var(--tmp-input-color-focus);
  --tmp-pagination-font-color-avtive: var(--dteka-gray-0);
  --tmp-pagination-background-color-hover: var(--tmp-input-color-hover);
  --tmp-pagination-border-color-disabled: var(
    --tmp-input-border-color-disabled
  );
  --tmp-pagination-background-color-disabled: var(--dteka-gray-0);
  --tmp-pagination-font-color-disabled: var(--tmp-input-font-color-disabled);

  --tmp-modal-default-width: 383px;
  --tmp-modal-large-width: 740px;
  --tmp-modal-border-radius: 10px;
  --tmp-modal-header-padding: 20px 24px 25px;
  --tmp-modal-header-font-size: 20px;
  --tmp-modal-header-line-height: 27px;
  --tmp-dialog-background-color: var(--dteka-gray-0);

  --tmp-badge-color-brand: var(--dteka-primary-color);
  --tmp-badge-font-weight: 600;

  --tmp-input-border-width-focus: 2px;
  --tmp-input-border-color-focus: var(--dteka-gray-35);

  /* 흰색 배경 툴팁 */
  --tmp-tooltip-white-font-color: 14px;
  --tmp-tooltip-white-font-size: var(--dteka-default-font-color);
  --tmp-tooltip-white-background-color: var(--dteka-gray-0);
  --tmp-tooltip-white-border: 1px solid var(--dteka-secondary-color);
  --tmp-tooltip-white-padding: 20px;
  --tmp-tooltip-bottom-space: 10px;
  --tmp-tooltip-content-font-size: 11px;
  --tmp-tooltip-content-line-height: 16px;
  --tmp-tooltip-content-font-weight: 400;
  --tmp-tooltip-popover-padding-active: 8px 10px;

  --tmp-switch-height: 40px;
  --tmp-switch-min-width: 100px;
  --tmp-switch-background-color: var(--dteka-gray-10);
  --tmp-switch-faux-background-color-hover: var(--dteka-primary--hover-color);
  --tmp-switch-background-color-right: var(--dteka-gray-10);
  --tmp-switch-faux-background-color: var(--dteka-primary-color);
  --tmp-switch-faux-top: 0;
  --tmp-switch-faux-left: 0;
  --tmp-switch-faux-right: 50%;
  --tmp-switch-faux-width: 50%;
  --tmp-switch-faux-height: 100%;
  --tmp-switch-width-item: 150px;
  --tmp-switch-font-size: 16px;
  --tmp-switch-font-weight-active: 600;
  --tmp-switch-font-color-active: var(--dteka-gray-0);
  --tmp-switch-font-color: var(--dteka-gray-25);
  --tmp-switch-font-weight: 600;
  --tmp-switch-text-indent-active: 0;
  --tmp-switch-text-indent: 0;
  --tmp-switch-border: 1px solid var(--dteka-gray-15);
}

@media (orientation: landscape) {
  /* 화면이 가로 모드(Landscape)일 때 적용될 CSS 스타일 */
}

@media (orientation: portrait) {
  /* 화면이 세로 모드(Portrait)일 때 적용될 CSS 스타일 */
}

/*PC*/
@media (pointer: fine) and (hover: hover) and (any-pointer: fine) and (any-hover: hover) {
  .pointer.fine {
    background: #99fe5c;
  }
}

.theme_container a,
.theme_container a:link:not(.slds-button, .slds-dropdown__item > a) {
  color: var(--dteka-default-font-color);
}

.calendar.fc {
  --fc-today-bg-color: transparent;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: var(--dteka-secondary-color);
  border-radius: 50px;
  color: var(--dteka-gray-0);
  padding: 0px 10px;
}
.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  --fc-neutral-bg-color: #fff;
}
.fc.fc-theme-standard th {
  border: 0;
}
.fc .fc-scrollgrid {
  border: 0 !important;
}
.fc.fc-theme-standard td {
  border-top: 1px solid var(--fc-border-color);
}
.fc-col-header,
.fc-scrollgrid-sync-table,
.fc-daygrid-body,
.fc-timegrid-body,
.fc-timegrid-slots table,
.fc-timegrid-cols table {
  width: 100% !important;
}

.inactive-day {
  background-color: #fff !important;
  pointer-events: none;
  opacity: 0.3;
}

.fc-day.fc-timegrid-col.inactive-day {
  background-color: #fff !important;
}

.fc-theme-standard,
.fc-dayGridMonth-view.fc-daygrid,
.fc-dayGridMonth-view.fc-daygrid .fc-scrollgrid,
.fc-dayGridMonth-view.fc-daygrid .fc-scroller-harness,
.fc-dayGridMonth-view.fc-daygrid .fc-scroller-harness > .fc-scroller {
  height: 100%;
}
.calendar
  .fc-dayGridMonth-view.fc-daygrid
  .fc-scrollgrid-section-body
  .fc-scroller {
  overflow: auto !important;
  height: var(--dteka-calendar-day-view-scroller-height, 100%);
}
.fc-dayGridMonth-view.fc-daygrid .fc-daygrid-event-harness {
  display: none;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 80px !important;
  max-height: 80px !important;
}
.fc.fc-theme-standard td:last-of-type {
  border-right: 0;
  border-bottom: 0;
}
.fc-toolbar-chunk > div {
  display: flex;
  gap: 30px;
  align-items: center;
}
.fc-toolbar-chunk .fc-button-primary.fc-button,
.fc-toolbar-chunk .fc-button-primary.fc-button:hover,
.fc-toolbar-chunk .fc-button-primary.fc-button:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background-position: center;
  background-size: contain;
}
.fc-toolbar-chunk .fc-button-primary.fc-button.fc-myPrev-button,
.fc-toolbar-chunk .fc-button-primary.fc-button.fc-myNext-button,
.fc-toolbar-chunk
  .fc-button-primary.fc-button.fc-myPrev-button:not(:disabled):active,
.fc-toolbar-chunk
  .fc-button-primary.fc-button.fc-myNext-button:not(:disabled):active {
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}

.fc-toolbar-chunk .fc-button-primary.fc-button.fc-myPrev-button {
  background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 15L1 8L8 1" stroke="%23222222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.fc-toolbar-chunk .fc-button-primary.fc-button.fc-myNext-button {
  background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.999999 15L8 8L0.999998 1" stroke="%23222222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.fc-toolbar-chunk .fc-button:disabled {
  display: none !important;
}
.fc-toolbar-chunk .fc-prev-button {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_464_33250)"><path d="M11.5 15L4.5 8L11.5 1" stroke="%23222222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_464_33250"><rect width="16" height="16" fill="white" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 16 16)"/></clipPath></defs></svg>');
}
.fc-toolbar-chunk .fc-next-button {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_464_33252)"><path d="M4.5 15L11.5 8L4.5 1" stroke="%23222222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_464_33252"><rect width="16" height="16" fill="white" transform="matrix(4.37114e-08 -1 -1 -4.37114e-08 16 16)"/></clipPath></defs></svg>');
}
.fc-toolbar-chunk .fc-button .fc-icon {
  display: none;
}
.fc .fc-daygrid-day-frame {
  height: var(--dteka-calendar-cell-height);
  /* height: 100%;
  aspect-ratio: 1 / 1; */
}

.fc .fc-highlight {
  background: transparent !important;
}
/* 고스트 이미지 (외부 드래그 시) */
/* .ui-draggable-dragging {
  background: #4a90e2 !important;
  color: white !important;
  padding: 10px;
  border-radius: 20px; 
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
  border: none !important;
  width: 90px;
  text-align: center;
}  */
.fc-event-dragging {
  display: none;
}
.event-item-day-view.fc-event-dragging {
  display: block;
  padding: 0;
  background-color: transparent;
  width: auto !important;
  height: auto !important;
}
.event-item-day-view.fc-event-dragging .item-line,
.event-item-day-view.fc-event-dragging .task-desc {
  display: none;
}
.event-item-day-view.fc-event-dragging .item-body {
  gap: 2px;
}
.event-item-day-view.fc-event-dragging .store-name,
.event-item-day-view.fc-event-dragging .address {
  font-size: 12px !important;
}
.event-item-day-view.fc-event-dragging .store-name {
  color: var(--dteka-gray-35) !important;
}
.fc-daygrid-day .fc-daygrid-bg-harness {
  width: 100%;
  height: 100%;
  background-color: rgba(74, 144, 226, 0.1);
}
/*.fc-event-dragging {
  pointer-events: none !important;
  z-index: 999999 !important;
}
.fc-view-harness,
.fc-timeline-slot {
  pointer-events: auto !important;
} */

.fc-event-mirror {
  /*캘린더 칸의 미러 이미지*/
  background-color: var(
    --dteka-background-color-fc-mirror,
    rgba(74, 144, 226, 0.1)
  ) !important;
  /* border: 2px dashed #4a90e2 !important; */
  border-radius: 4px;
  display: block !important;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0 !important;
  padding: 22px 24px 24px;
}
.fc .fc-toolbar-title {
  font-size: 24px !important;
}
.fc.fc-theme-standard th {
  height: 33px;
  vertical-align: middle;
}
.fc.fc-theme-standard th .fc-col-header-cell-cushion {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--dteka-gray-30);
  line-height: 15px;
}
.fc.fc-theme-standard .fc-timeGridWeek-view th .fc-col-header-cell-cushion {
  font-weight: 600;
  font-size: 18px;
  color: var(--dteka-default-font-color);
}

.fc.fc-theme-standard .fc-timeGridWeek-view th .custom-day-name {
  font-size: 13px;
  font-weight: 300;
  color: var(--dteka-gray-25);
  margin-left: 8px;
}
.fc.fc-theme-standard .fc-timeGridWeek-view .custom-holiday-header-text,
.fc.fc-theme-standard
  .fc-timeGridWeek-view
  .custom-holiday-header-text
  ~ .custom-day-name {
  color: var(--dteka-red);
}
.fc .fc-daygrid-day-top {
  padding: 10px 0 0;
  justify-content: center;
}
.fc .fc-daygrid-day-top .fc-daygrid-day-number {
  font-size: 12px;
  padding: 0;
  font-weight: 500;
  color: var(--dteka-default-font-color);
}
.fc .fc-day-other .fc-daygrid-day-top .fc-daygrid-day-number {
  color: var(--dteka-gray-20);
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 14px !important;
  margin-top: 6px;
  padding: 0 2px;
}

.fc .fc-day-other .fc-daygrid-day-events {
  opacity: 0.3;
}
.fc .fc-daygrid-day-bottom {
  margin: 0 !important;
}
.custom-call-text {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-left: 2px;
  font-size: 12px;
  line-height: 14px;
  color: var(--dteka-gray-30);
}
.custom-call-text > div {
  width: calc(100% - 34px);
}
.custom-call-text .logo {
  flex-shrink: 0;
}
.custom-call-text > div > p:first-of-type {
  font-weight: 500;
  color: var(--dteka-default-font-color);
}
.custom-call-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-cell-line {
  display: inline-block;
  width: 2px;
  height: 14px;
  border-radius: 5px;
}
.custom-summary-text {
  font-size: 12px;
  border-radius: 2px;
  background-color: var(--dteka-primary--light-color);
  padding: 2px 8px;
  line-height: 16px;
  color: var(--dteka-gray-30);
}
.custom-summary-text .summary-call {
  font-weight: 600;
  color: var(--dteka-primary-color);
}
.custom-block-text {
  font-size: 12px;
  border-radius: 2px;
  background-color: var(--dteka-primary-color);
  padding: 2px 8px;
  line-height: 16px;
  color: var(--dteka-gray-0);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-block-leave {
  background-color: var(--dteka-gray-10);
  color: var(--dteka-default-font-color);
}

.custom-summary-text + .custom-call-text,
.custom-summary-text + .custom-block-text,
.custom-call-text:not(:first-of-type) + .custom-call-text,
.custom-block-text:not(:first-of-type) + .custom-block-text {
  margin-top: 6px;
}
.custom-cell + .custom-cell {
  margin-top: 4px;
}

.custom-event-main {
  padding: 10px 8px;
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.custom-event-main .store-logo {
  display: block;
  height: 20px;
  margin-bottom: 2px;
}
.custom-event-main .store-logo img {
  height: 100%;
}
.custom-event-main .custom-event-store {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.custom-event-main .custom-event-time {
  font-size: 12px;
  line-height: 16px;
  color: var(--dteka-gray-30);
}
.custom-event-main .custom-event-store > span {
  position: absolute;
  left: 0;
  width: 2px;
  height: 15px;
  border-radius: 5px;
}
.custom-event-main .custom-event-store.custom-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-holiday-text {
  color: var(--dteka-red);
  font-size: 11px;
  padding-left: 8px;
  margin-bottom: 4px;
}

.fc-event:not(.custom-delete-el):focus::after,
.fc-event-selected:not(.custom-delete-el)::after {
  content: none !important;
}
.custom-delete-el:after {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.2) !important; */
  border: 1px solid var(--dteka-secondary-color);
  border-radius: 5px;
  z-index: 2 !important;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="%23283541"/><g clip-path="url(%23clip0_2105_94799)"><path d="M6 10.5L8.5 13L13.5 7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_2105_94799"><rect width="10" height="10" fill="white" transform="translate(5 5)"/></clipPath></defs></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px top 10px !important;
}

c-dteka_call-plan-layout[data-month="false"]
  .calendar_wrap
  .fc
  .fc-view-harness {
  height: 100%;
  overflow-y: auto;
}
c-dteka_call-plan-layout[data-month="false"]
  .calendar_wrap
  .fc-timeGridWeek-view
  > table
  thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}
c-dteka_call-plan-layout[data-month="false"]
  .calendar_wrap
  .fc-timeGridWeek-view
  > table
  thead
  th {
  box-shadow: 0px 4px 4px -1px #0000000d;
}
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  font-size: 13px;
  color: var(--dteka-gray-30);
}
.fc .fc-timegrid-slot-label {
  width: 100px !important;
}
.fc .fc-timegrid-slot:not(.fc-timegrid-slot-minor) {
  border-style: dotted;
}
.fc .fc-timegrid-slot-minor {
  border: 0 !important;
}
.fc .fc-timegrid-slot {
  height: 80px !important;
}
.fc .fc-timegrid-now-indicator-line {
  --fc-now-indicator-color: var(--dteka-other-3);
}
.fc .fc-timegrid-now-indicator-arrow {
  --fc-now-indicator-color: var(--dteka-primary-color);
}
/* .fc .fc-timegrid-event-harness {
  width: 100%;
} */

.fc-timegrid-event-harness > .fc-timegrid-event {
  overflow: hidden;
}
.calendar_wrap
  .fc-timeGridWeek-view
  .fc-scrollgrid-section
  table
  > colgroup
  > col {
  width: 52px !important;
}
.calendar_wrap
  .fc-direction-ltr
  .fc-timeGridWeek-view
  .fc-timegrid-slot-label-frame {
  text-align: center !important;
}

/*datePicker*/
.preview-calendar.fc .fc-toolbar.fc-header-toolbar {
  padding: 0 12px 16px;
}
.preview-calendar.fc .fc-toolbar-title {
  font-size: 18px !important;
  font-weight: 600;
}
.preview-calendar.fc.fc-theme-standard th .fc-col-header-cell-cushion {
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
}
.preview-calendar.fc.fc-theme-standard td {
  border: 0;
}
.preview-calendar.fc .fc-daygrid-day-frame {
  --dteka-calendar-cell-height: 42px;
  /* aspect-ratio: 1 / 1; */
}
.preview-calendar.fc .fc-daygrid-day.fc-day-today {
  --fc-today-bg-color: transparent;
}
.preview-calendar.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 0 !important;
  margin-top: 0;
  min-height: 0 !important;
  max-height: unset !important;
}
.preview-calendar.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: transparent;
  padding: 0px;
  color: inherit;
}
.preview-calendar.fc .fc-daygrid-day-top {
  padding: 0;
  height: 100%;
  align-items: center;
}
.preview-calendar.fc .fc-daygrid-day-top .fc-daygrid-day-number {
  font-size: 14px;
  font-weight: 400;
  color: var(--dteka-gray-30);
}
.preview-calendar.fc
  .fc-daygrid-day.fc-selected-day
  .fc-daygrid-day-top
  .fc-daygrid-day-number {
  width: 30px;
  height: 30px;
  background-color: var(--dteka-other-3);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dteka-gray-0);
  font-weight: 600;
}
.preview-calendar.fc .fc-cell-shaded,
.preview-calendar.fc .fc-day-disabled {
  --fc-neutral-bg-color: transparent;
}

.fc-timegrid-body,
.fc-scroller {
  pointer-events: auto !important;
  z-index: 1;
}
/*모달*/
.dialog_footer {
  margin-top: 40px;
  --tmp-button-dialog-border-color: var(--dteka-gray-10);
}
.modal-content_layout {
  padding-bottom: 0;
  min-height: calc(var(--vh, 1vh) * 3);
  max-height: calc(var(--vh, 1vh) * 60);
}

/*스토어 로고*/
.logo {
  width: 34px;
  height: 34px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid var(--dteka-gray-10);
  background-color: var(--dteka-gray-0);
  padding: 4px;
  vertical-align: middle;
}
/* [S] 02.10 Common */
.container {
  display: block;
  width: 100%;
  padding: 20px 24px;
  background-color: var(--dteka-background-color);
  /* background-color: var(--dteka-gray-6); */
}
.container .wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1180px;
  min-width: 720px;
  margin-inline: auto;
}
.divide {
  width: 1px;
  height: auto;
  background-color: var(--dteka-gray-10);
}
.divide.dash {
  background: repeating-linear-gradient(
    to bottom,
    var(--dteka-gray-20) 0 8px,
    transparent 8px 14px
  );
}
.scroll-x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-y {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-x::-webkit-scrollbar,
.scroll-y::-webkit-scrollbar,
.scroll::-webkit-scrollbar,
.calendar
  .fc-dayGridMonth-view.fc-daygrid
  .fc-scrollgrid-section-body
  .fc-scroller::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.scroll-x::-webkit-scrollbar-track,
.scroll-y::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track,
.calendar
  .fc-dayGridMonth-view.fc-daygrid
  .fc-scrollgrid-section-body
  .fc-scroller::-webkit-scrollbar-track {
  background: var(--dteka-gray-10);
}
.scroll-x::-webkit-scrollbar-thumb,
.scroll-y::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb,
.calendar
  .fc-dayGridMonth-view.fc-daygrid
  .fc-scrollgrid-section-body
  .fc-scroller::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--dteka-secondary-color);
}
/* [E] 02.10 Common */
/* [E] 03.03 Table Common */
.table_wrap_ff {
  max-width: 100%;
  overflow-x: auto;
}

.table_wrap_ff table {
  border-collapse: collapse;
  border: 1px solid #0000001a;
}

.table_wrap_ff th,
.table_wrap_ff td {
  border: 1px solid #0000001a;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}

/* 헤더 행 */
.table_wrap_ff th {
  background-color: var(--dteka-gray-6);
  font-size: 14px;
  padding: 10px 20px;
  white-space: nowrap;
  font-weight: 400;
}

.table_wrap_ff th:first-child {
  min-width: 120px;
}

/* 데이터 행 */
.table_wrap_ff td {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
  background-color: var(--dteka-gray-0);
}

.table_wrap_ff :is(thead, tbody) :first-child {
  position: sticky;
  left: 0;
}

.table_wrap_ff tbody :first-child {
  text-align: left;
  font-weight: 500;
}
/* [E] 03.03 Table Common */
/* [S] 02.10 Common Accordion */
c-tmp_accordion details {
  border: 1px;
  border-style: solid;
  border-radius: 10px;
  border-color: var(--dteka-gray-10);
  background-color: var(--dteka-gray-0);
  overflow: hidden;
}
c-tmp_accordion details[open] {
  border-color: var(--dteka-primary-color);
}
c-tmp_accordion details[open] summary {
  background-color: var(--dteka-gray-5);
}
c-tmp_accordion details .details_content {
  /* background-color: var(--dteka-gray-0); */
  --tmp-accordion-content-background-color: var(--dteka-gray-0);
}
/* [E] 02.10 Common Accordion */
/* [S] 02.09 케어 - 점포 상세 싱단 스와이퍼 actove 페이지네이션 */
.wrap
  div.top
  .store_swiper_wrap
  .store_swiper-pagination
  .swiper-pagination-bullet-active,
.wrap
  .content_top_container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  width: 18px;
}
/* [S] 02.09 케어 - 점포 상세 싱단 스와이퍼 actove 페이지네이션 */
/* [S] 02.12 스와이퍼 스크롤바 색상 */
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--dteka-secondary-color);
}
/* [E] 02.12 스와이퍼 스크롤 색상 */

lightning-formatted-rich-text * {
  overflow-wrap: break-word;
}

.vicon .tooltip-popover-content * {
  line-height: 20px;
  font-size: 13px;
}
.toast {
  width: auto;
}

@media (hover: hover) {
  .theme_docker {
    display: none;
  }
}
