@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
}
*:before, *:after {
  box-sizing: border-box;
}

/******************************
COLOR
******************************/
/*OLD*/
/******************************
BASE COLOR
******************************/
/******************************
FONT
******************************/
/**/
/**/
/**/
/**/
/* 24px */
/* 20px */
/* 16px */
/**/
/* 14px */
/* 12px */
/******************************
BREAKPOINT
******************************/
/******************************
FONTS
******************************/
/******************************
SPACING
******************************/
/******************************
GRID
******************************/
/******************************
MIXIN - FONT
******************************/
/******************************
MIXIN - mxWidth
******************************/
/******************************
RESET
******************************/
body,
html {
  font-family: "Roboto", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "LiHei Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  color: #22252a;
  background-color: #f1f3f5;
  overflow: hidden;
}

::-moz-placeholder {
  color: #adb5bd;
}

::placeholder {
  color: #adb5bd;
}

:-ms-input-placeholder {
  color: #adb5bd;
}

label,
input,
select,
textarea,
button {
  font-family: "Roboto", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "LiHei Pro", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
svg {
  display: block;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

h1,
.h1 {
  font-size: 3.75rem;
  letter-spacing: 0.03125rem;
  line-height: 4.25rem;
}

h2,
.h2 {
  font-size: 3rem;
  letter-spacing: 0.03125rem;
  line-height: 3.5rem;
}

h3,
.h3 {
  font-size: 2.25rem;
  letter-spacing: 0.03125rem;
  line-height: 2.625rem;
}

h4,
.h4 {
  font-size: 1.875rem;
  letter-spacing: 0.03125rem;
  line-height: 2.5rem;
}

h5,
.h5 {
  font-size: 1.5rem;
  letter-spacing: 0.03125rem;
  line-height: 1.875rem;
}

h6,
.h6 {
  font-size: 1.25rem;
  letter-spacing: 0.015625rem;
  line-height: 1.625rem;
}

.p1 {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
}

.p2 {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
}

.c1 {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
}

.c2 {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

/* SCROLLBAR */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-thumb {
  background: #adb5bd;
  border-radius: 8px;
}
*::-webkit-scrollbar-track {
  background: #dee2e6;
  border-radius: 8px;
}

.genericIconTitle {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  display: flex;
  font-weight: 700;
  color: #343a40;
}
@media (min-width:1024px) {
  .genericIconTitle {
    font-size: 1.25rem;
    letter-spacing: 0.015625rem;
    line-height: 1.625rem;
    font-weight: 700;
  }
}
.genericIconTitle .icon {
  display: block;
  align-self: center;
  width: 24px;
  height: 24px;
}
.genericIconTitle .text {
  display: block;
  align-self: center;
  margin-left: 4px;
}

/******************************
LOADING
******************************/
.alertActive,
.popupActive,
.loadingActive {
  overflow: hidden;
}

.loading,
.bgOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 9;
}
.alertActive .loading,
.alertActive .bgOverlay {
  z-index: 19;
}
.loadingActive .loading,
.loadingActive .bgOverlay {
  z-index: 9999 !important;
}

.loading {
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px;
}
.loading::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  overflow: hidden;
}
.loadingActive.showLoadingIcon .loading {
  display: block;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.loading {
  /* HIDE */
  display: none;
  background-color: rgba(0, 0, 0, 0);
}

.alertActive .bgOverlay, .popupActive .bgOverlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.alertActive .bgOverlay, .popupActive .bgOverlay, .loadingActive .bgOverlay {
  display: block;
}

footer {
  padding: 16px 20px;
}
footer .copyright {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  text-align: center;
}

/*
footer {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	// background-color: $color_grey_900;
}

.btnScrollToTop {
	position: relative;
	display: block;
	width: 224px;
	height: 224px;
	background-color: red;
}

.footerScrollToTop {
	position: sticky;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	bottom: 20px;
}
*/
.backToTop {
  position: sticky;
  right: 0;
  bottom: 60px;
}
@media (min-width:768px) {
  .backToTop {
    bottom: 0;
  }
}
.backToTop_inner {
  position: absolute;
  right: 20px;
  bottom: -28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width:768px) {
  .backToTop_inner {
    right: 28px;
    bottom: 72px;
  }
}

.btnWhatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.btnBackToTop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #22252a;
  color: #ffffff;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.btnBackToTop svg {
  width: 75%;
}
.btnBackToTop:not(.active) {
  translate: 0 100%;
  opacity: 0;
  pointer-events: none;
}

.button_primary,
.button_secondary,
.button_minimal {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  padding: 8px 12px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
}
.isWeb .button_primary,
.isWeb .button_secondary,
.isWeb .button_minimal {
  transition: opacity 0.2s ease-out;
}
.isWeb .button_primary:hover,
.isWeb .button_secondary:hover,
.isWeb .button_minimal:hover {
  opacity: 0.7;
}

.button_primary {
  background-color: #a63593;
  color: #ffffff;
  border-color: #a63593;
}
.button_primary:disabled {
  background-color: #dee2e6;
  border-color: #dee2e6;
  cursor: default;
}

.button_secondary {
  background-color: #ffffff;
  color: #a63593;
  border-color: #a63593;
}
.button_secondary.active {
  background-color: #a63593;
  color: #ffffff;
}
.button_secondary:disabled {
  background-color: #dee2e6;
  cursor: default;
}

.button_minimal {
  padding: 8px 0;
  background-color: transparent;
  color: #adb5bd;
  border-color: transparent;
}

.button_text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  color: #858e96;
}
.button_text.primary {
  color: #a63593;
}

.button_mobile_icon .text {
  display: none;
}
.button_mobile_icon .icon {
  display: block;
}
@media (max-width:1023px) {
  .button_mobile_icon {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}
@media (min-width:1024px) {
  .button_mobile_icon .text {
    display: block;
  }
  .button_mobile_icon .icon {
    display: none;
  }
}
@media (max-width:1023px) {
  .button_mobile_icon.button_mobile_icon_black {
    border-color: #dee2e6;
    background-color: #ffffff;
  }
}
.button_mobile_icon.button_mobile_icon_black .icon svg * {
  fill: #22252a;
}

.button_iconText {
  display: flex;
}
.button_iconText:not(:disabled) {
  transition: all 0.2s ease-out;
}
.button_iconText:not(:disabled):hover {
  opacity: 0.7;
}
.button_iconText .icon {
  display: flex;
  justify-self: center;
  align-self: center;
  width: 24px;
  height: 24px;
}
.button_iconText .icon svg * {
  fill: #858e96;
}
.button_iconText .icon img {
  display: block;
  align-self: center;
  width: 16px;
  height: 16px;
}
.button_iconText .icon img.img24 {
  width: 24px;
  height: 24px;
}
.button_iconText .text {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  font-weight: 400;
  display: block;
  align-self: center;
  margin-left: 4px;
  color: #858e96;
}
.button_iconText.primary .icon svg * {
  fill: #a63593;
}
.button_iconText.primary .text {
  color: #a63593;
}
.button_iconText.approve .text {
  color: #67b834;
}
.button_iconText.approve svg * {
  fill: #67b834;
}
.button_iconText.approve path:last-child {
  fill: #ffffff;
}
.button_iconText.reject .text {
  color: #a50034;
}
.button_iconText.reject svg * {
  fill: #a50034;
}
.button_iconText.reject path:last-child {
  fill: #ffffff;
}

.button_icon {
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.button_icon:not(:disabled) {
  transition: all 0.2s ease-out;
}
.button_icon:not(:disabled):hover {
  opacity: 0.7;
}
.button_icon.small {
  width: 24px;
  height: 24px;
}
.button_icon.spacer {
  pointer-events: none;
}
@media (max-width:1023px) {
  .button_icon.spacer {
    display: none !important;
  }
}
.button_icon img {
  display: block;
  align-self: center;
}

.button_border_icon {
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border-style: solid;
  border-color: #a63593;
  border-width: 1px;
}
.button_border_icon img {
  align-self: center;
  width: 16px;
  height: 16px;
}
td[data-changed="1"] .button_border_icon .normal {
  display: none;
}
.button_border_icon .disabled {
  display: none;
}
.button_border_icon .changed {
  display: none;
}
td[data-changed="1"] .button_border_icon .changed {
  display: block;
}
.button_border_icon:disabled {
  border-color: #858e96;
  background-color: #dee2e6;
}
.button_border_icon:disabled .normal {
  display: none;
}
.button_border_icon:disabled .disabled {
  display: block;
}

.dialog_preregConfirm .hide,
.dialog_alert .hide,
.dialog_form .hide {
  display: none !important;
}

.dialogWrapper {
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  border-width: 0;
}
.dialogWrapper .dialogContent {
  padding: 32px 20px;
  background-color: #ffffff;
}
@media (min-width:1024px) {
  .dialogWrapper .dialogContent {
    padding: 32px;
  }
}

.dialog_filter {
  z-index: 11;
}
@media (min-width:1024px) {
  .dialog_filter {
    padding: 100px 120px 40px;
  }
}
.dialog_filter .dialogContent {
  padding: 32px 20px;
}
@media (min-width:1024px) {
  .dialog_filter .dialogContent {
    padding: 32px;
  }
}

.dialog_form {
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 11;
}
@media (min-width:1024px) {
  .dialog_form {
    justify-content: flex-end;
    overflow-y: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@media (min-width:1024px) {
  .dialog_form[open] {
    display: flex;
  }
}
.dialog_form .dialogContent {
  padding: 16px 0 24px;
  background-color: #f1f3f5;
}
@media (min-width:1024px) {
  .dialog_form .dialogContent {
    padding: 60px 100px 40px;
    overflow-y: auto;
    width: 1140px;
    max-width: calc(100% - 64px);
  }
}
.dialog_form .dialogContent .dialogTop {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media (min-width:1024px) {
  .dialog_form .dialogContent .dialogTop {
    padding: 0;
  }
}
.dialog_form .dialogContent form {
  padding-top: 20px;
}
.dialog_form .dialogContent form .genericIconTitle {
  padding: 0 20px;
}
@media (min-width:1024px) {
  .dialog_form .dialogContent form .genericIconTitle {
    padding: 0;
  }
}
@media (min-width:1024px) {
  .dialog_form .dialogContent form .formSectionWrapper {
    display: flex;
    gap: 32px;
  }
}
.dialog_form .dialogContent form .formSectionWrapper .formSection {
  width: 100%;
  margin-top: 16px;
}
@media (min-width:1024px) {
  .dialog_form .dialogContent form .formSectionWrapper .formSection.formSection_desktop_2_1 {
    flex-basis: calc((100% - 32px) / 2);
  }
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionTitle {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  padding: 0 20px;
  font-weight: 700;
}
@media (min-width:1024px) {
  .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionTitle {
    padding: 0;
  }
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
  margin-top: 8px;
  padding: 24px 20px;
  background-color: #ffffff;
}
@media (min-width:1024px) {
  .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody {
    border-radius: 8px;
  }
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody .formField_wrapper {
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width:1023px) {
  .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody .formField_wrapper.formField_mobile_2_1 {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media (min-width:1024px) {
  .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody .formField_wrapper.formField_desktop_2_1 {
    flex-basis: calc((100% - 32px) / 2);
  }
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable {
  padding: 0;
  overflow-x: auto;
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table {
  width: 100%;
  border-collapse: collapse;
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table thead th {
  padding: 8px 16px;
  background-color: #dee2e6;
  font-weight: 700;
  color: #22252a;
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table thead th:nth-child(1) {
  min-width: 110px;
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table thead th:nth-child(2), .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table thead th:nth-child(3) {
  min-width: 210px;
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table tbody th {
  padding: 20px 16px 12px;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  color: #858e96;
  border-style: solid;
  border-color: #dee2e6;
  border-bottom-width: 1px;
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table th,
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table td {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0 0 1px 0;
  background-color: #ffffff;
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table th:not(:last-child),
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table td:not(:last-child) {
  border-right-width: 1px;
}
@media (max-width:1023px) {
  .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table th:first-child,
  .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table th:first-child:before,
  .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table td:first-child:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    right: -4px;
    top: 0;
    background-image: linear-gradient(90deg, #dee2e6, rgba(222, 226, 230, 0));
  }
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table th.hidden,
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table td.hidden {
  display: none !important;
}
.dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table td {
  padding: 12px 16px;
  vertical-align: top;
}
@media (min-width:1024px) {
  .dialog_form .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table td {
    vertical-align: top;
  }
}
.dialog_form .dialogContent form .formRemarks {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  margin-top: 12px;
  padding: 0 20px;
  color: #adb5bd;
}
@media (min-width:1024px) {
  .dialog_form .dialogContent form .formRemarks {
    padding: 0;
  }
}
.dialog_form .dialogContent form .dialog_actions {
  display: flex;
  justify-content: space-between;
  padding: 24px 20px 0;
}
@media (min-width:1024px) {
  .dialog_form .dialogContent form .dialog_actions {
    padding: 24px 0;
    text-align: right;
  }
}
.dialog_form .dialogContent form .dialog_actions .actionRight {
  display: flex;
  gap: 12px;
}
.dialog_form .dialogContent form .dialog_actions .actionRight button {
  min-width: 116px;
}
.dialog_form .dialogContent form .dialog_actions .actionRight button.button_minimal {
  min-width: 0;
}
.dialog_form .dialogContent #createEventForm .formSectionWrapper .formSection .sectionBody .formField_wrapper .formField_popupForm #create_noticationList,
.dialog_form .dialogContent #createEventForm .formSectionWrapper .formSection .sectionBody .formField_wrapper .formField_popupForm #editEvent_noticationList,
.dialog_form .dialogContent #editEventForm .formSectionWrapper .formSection .sectionBody .formField_wrapper .formField_popupForm #create_noticationList,
.dialog_form .dialogContent #editEventForm .formSectionWrapper .formSection .sectionBody .formField_wrapper .formField_popupForm #editEvent_noticationList {
  height: calc(2.5rem + 8px);
}
.dialog_form .dialogContent #createEventForm .formSectionWrapper .formSection .sectionBody .formField_wrapper .formField_popupForm #create_epmStaffInChange textarea,
.dialog_form .dialogContent #createEventForm .formSectionWrapper .formSection .sectionBody .formField_wrapper .formField_popupForm #editEvent_epmStaffInChange textarea,
.dialog_form .dialogContent #editEventForm .formSectionWrapper .formSection .sectionBody .formField_wrapper .formField_popupForm #create_epmStaffInChange textarea,
.dialog_form .dialogContent #editEventForm .formSectionWrapper .formSection .sectionBody .formField_wrapper .formField_popupForm #editEvent_epmStaffInChange textarea {
  background-repeat: no-repeat;
  background-position: right 8px top;
}
.dialog_form .dialogContent #createEventForm .formSectionWrapper .formSection.contactPersonSection .sectionBody,
.dialog_form .dialogContent #editEventForm .formSectionWrapper .formSection.contactPersonSection .sectionBody {
  gap: 0 20px;
}
.dialog_form .dialogContent #editEventForm .currentInfo tr[data-changed="1"] th,
.dialog_form .dialogContent #editEventForm .currentInfo tr[data-changed="1"] td,
.dialog_form .dialogContent #editEPermitForm .currentInfo tr[data-changed="1"] th,
.dialog_form .dialogContent #editEPermitForm .currentInfo tr[data-changed="1"] td {
  background-color: #fef8f4;
  color: #f47920;
}
.dialog_form .dialogContent #editEventForm .currentInfo tr[data-changed="1"] th:first-child:after,
.dialog_form .dialogContent #editEventForm .currentInfo tr[data-changed="1"] td:first-child:after,
.dialog_form .dialogContent #editEPermitForm .currentInfo tr[data-changed="1"] th:first-child:after,
.dialog_form .dialogContent #editEPermitForm .currentInfo tr[data-changed="1"] td:first-child:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #f47920;
  border-radius: 8px;
  margin: 0 4px;
}
.dialog_form.active {
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease-out;
}
.dialog_form #editEvent_contactPerson[data-changed="1"],
.dialog_form #editEvent_tel[data-changed="1"],
.dialog_form #editEvent_emailAddress[data-changed="1"] {
  background-color: #fef8f4;
}
.dialog_form #editEvent_contactPerson[data-changed="1"] + label,
.dialog_form #editEvent_tel[data-changed="1"] + label,
.dialog_form #editEvent_emailAddress[data-changed="1"] + label {
  position: relative;
  color: #f47920;
}
.dialog_form #editEvent_contactPerson[data-changed="1"] + label:after,
.dialog_form #editEvent_tel[data-changed="1"] + label:after,
.dialog_form #editEvent_emailAddress[data-changed="1"] + label:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #f47920;
  border-radius: 8px;
  margin: 0 4px;
}

.dialog_alert {
  justify-content: center;
  padding: 40px;
  z-index: 21;
}
@media (min-width:1024px) {
  .dialog_alert {
    padding: 100px 120px;
  }
}
.dialog_alert[open] {
  display: flex;
}
.dialog_alert .dialogContent {
  align-self: center;
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 16px;
  position: relative;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
}
@media (max-width:1023px) {
  .dialog_alert .dialogContent {
    width: 100%;
  }
}
@media (min-width:1024px) {
  .dialog_alert .dialogContent {
    padding: 24px;
    min-width: 320px;
  }
}
.dialog_alert .dialogContent .genericIconTitle {
  display: flex;
  justify-content: center;
}
.dialog_alert .dialogContent .alertContent {
  padding-top: 20px;
}
.dialog_alert .dialogContent .alertContent.center {
  text-align: center;
}
.dialog_alert .dialogContent .dialog_actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 12px 0 0;
}
.dialog_alert .dialogContent .dialog_actions .actionRight {
  display: flex;
  gap: 12px;
}
.dialog_alert .dialogContent .dialog_actions .actionRight button {
  min-width: 116px;
}
.dialog_alert .dialogContent .dialog_actions .actionRight button.button_minimal {
  min-width: 0;
}
.dialog_alert .dialogContent .btnClose {
  position: absolute;
  right: 8px;
  top: 8px;
}

@media (min-width:1024px) {
  .dialog_editEPermit .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table thead th:nth-child(2), .dialog_editEPermit .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table thead th:nth-child(3) {
    min-width: 350px;
    max-width: 350px;
  }
}
.dialog_editEPermit .dialogContent form .formSectionWrapper .formSection .sectionBody.sectionTable table tbody th .allowInOutRemarks {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  display: block;
  margin-top: 4px;
}
.dialog_editEPermit .permitRemarks {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  margin-bottom: 2px;
  background-color: #858e96;
  font-size: 12px;
  line-height: 0;
  text-align: center;
  color: #fff;
  border-radius: 16px;
}
.dialog_editEPermit .permitRemarksWrapper {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  padding-top: 10px;
  color: #858e96;
}
.dialog_editEPermit .permitRemarksWrapper .permitRemarks {
  margin-left: 0;
  margin-right: 4px;
}

/* Create User Dialog */
.listing_createUser.create .hideEdit {
  display: none !important;
}
.listing_createUser.create .hideProfile {
  display: none !important;
}
.listing_createUser.edit .hideCreate {
  display: none !important;
}
.listing_createUser.edit .hideProfile {
  display: none !important;
}
.listing_createUser.profile .hideCreate {
  display: none !important;
}
.listing_createUser.profile .hideEdit {
  display: none !important;
}

/* Create Event Dialog */
.listing_createEvent .genericInfo {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding: 4px 20px 12px;
  color: #495057;
}
@media (min-width:1024px) {
  .listing_createEvent .genericInfo {
    flex-direction: row;
    gap: 24px;
    padding: 0 0 12px;
  }
}
/* Contact Person Blocks */
#contactPersonsContainer {
  width: 100%;
}
#contactPersonsContainer .contactPersonBlock {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  border-radius: 8px;
}
#contactPersonsContainer .contactPersonBlock .removeContactPerson {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
#contactPersonsContainer .contactPersonBlock .removeContactPerson .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: 28px;
}
#contactPersonsContainer .contactPersonBlock .removeContactPerson .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#contactPersonsContainer .contactPersonBlock .removeContactPerson:hover {
  filter: brightness(0.8);
}
#contactPersonsContainer .contactPersonBlock .contactPersonContent {
  flex: 1;
  width: 100%;
}
#contactPersonsContainer .contactPersonBlock .contactPersonContent .contactPersonFields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
#contactPersonsContainer .contactPersonBlock .contactPersonContent .contactPersonFields .formField_wrapper {
  flex: 1;
}
@media (min-width:1024px) {
  #contactPersonsContainer .contactPersonBlock .contactPersonContent .contactPersonFields .formField_wrapper.formField_desktop_2_1 {
    flex-basis: calc(50% - 8px);
  }
}
#contactPersonsContainer .contactPersonBlock .contactPersonContent .formField_wrapper:last-child {
  margin-bottom: 0;
}

.contactPersonRemarks {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #22252a;
  line-height: 1.4;
  margin-left: 40px;
}

.contactPersonAddWrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 16px;
  margin-left: 32px;
  transition: margin-left 0.2s ease;
}
.contactPersonAddWrapper #createEvent_addContactPersonBtn,
.contactPersonAddWrapper #editEvent_addContactPersonBtn {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  align-items: center;
  padding: 8px 16px;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.contactPersonAddWrapper #createEvent_addContactPersonBtn .icon,
.contactPersonAddWrapper #editEvent_addContactPersonBtn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.contactPersonAddWrapper #createEvent_addContactPersonBtn .icon svg,
.contactPersonAddWrapper #editEvent_addContactPersonBtn .icon svg {
  width: 100%;
  height: 100%;
  color: #a63593;
}
.contactPersonAddWrapper #createEvent_addContactPersonBtn .icon svg *,
.contactPersonAddWrapper #editEvent_addContactPersonBtn .icon svg * {
  fill: #a63593 !important;
}
.contactPersonAddWrapper #createEvent_addContactPersonBtn .text,
.contactPersonAddWrapper #editEvent_addContactPersonBtn .text {
  color: #a63593;
}
.contactPersonAddWrapper #createEvent_addContactPersonBtn:hover .icon svg,
.contactPersonAddWrapper #editEvent_addContactPersonBtn:hover .icon svg {
  filter: brightness(0.8);
}
.contactPersonAddWrapper #createEvent_addContactPersonBtn:disabled,
.contactPersonAddWrapper #editEvent_addContactPersonBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.contactPersonRemarks.singleContact,
.contactPersonAddWrapper.singleContact {
  margin-left: 0;
}

.dialog_preregConfirm {
  align-self: anchor-center;
  height: auto !important;
  justify-content: center;
  padding: 40px;
  z-index: 21;
}
@media (min-width:1024px) {
  .dialog_preregConfirm {
    padding: 100px 120px;
  }
}
.dialog_preregConfirm[open] {
  display: flex;
}
.dialog_preregConfirm .dialogContent {
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 8px;
}
@media (min-width:1024px) {
  .dialog_preregConfirm .dialogContent {
    width: 600px;
  }
}
.dialog_preregConfirm .dialogContent .genericIconTitle {
  font-size: 1.875rem;
  letter-spacing: 0.03125rem;
  line-height: 2.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
}
@media (max-width:1023px) {
  .dialog_preregConfirm .dialogContent .genericIconTitle {
    font-size: 1.5rem;
    letter-spacing: 0.03125rem;
    line-height: 1.875rem;
    font-weight: 700;
  }
}
@media (min-width:1024px) {
  .dialog_preregConfirm .dialogContent .genericIconTitle {
    font-size: 1.875rem;
    letter-spacing: 0.03125rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}
.dialog_preregConfirm .dialogContent .alertContent .marshallingNote {
  display: none;
  gap: 24px;
  margin-top: 24px;
  padding: 24px;
  background-color: rgba(244, 121, 32, 0.2);
}
@media (max-width:1023px) {
  .dialog_preregConfirm .dialogContent .alertContent .marshallingNote {
    border-radius: 8px;
  }
}
.dialog_preregConfirm .dialogContent .alertContent .marshallingNote.active {
  display: flex;
}
.dialog_preregConfirm .dialogContent .alertContent .marshallingNote .icon {
  flex-basis: 48px;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.dialog_preregConfirm .dialogContent .alertContent .marshallingNote .text {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  color: #22252a;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: center;
}
.dialog_preregConfirm .dialogContent .alertContent .marshallingNote .text .title {
  font-weight: 700;
  color: #cd242b;
}
.dialog_preregConfirm .dialogContent .alertContent table {
  margin: 24px auto 0;
}
.dialog_preregConfirm .dialogContent .alertContent table tr.vehicleType.hide {
  display: none !important;
}
.dialog_preregConfirm .dialogContent .alertContent table tr td {
  padding: 4px 12px;
}
.dialog_preregConfirm .dialogContent .alertContent table tr td:nth-child(1) {
  color: #858e96;
}
.dialog_preregConfirm .dialogContent .alertContent table tr td:nth-child(2) {
  color: #22252a;
}
.dialog_preregConfirm .dialogContent .dialog_actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 24px 0 0;
}
.dialog_preregConfirm .dialogContent .dialog_actions .btnBack {
  color: #495057;
  border-color: rgba(34, 37, 42, 0.3);
}
.dialog_preregConfirm[data-permit-type=loading] .dialog_actions .btnSubmit {
  background-color: #f47920;
  border-color: #f47920;
}

.notifyWrapper {
  z-index: 31;
  overflow: hidden;
  min-width: 300px;
  max-width: calc(100vw - 40px);
  max-width: calc(100dvw - 40px);
  padding: 0;
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-width: 0;
  border-radius: 8px;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.2);
}
.notifyWrapper .notifyBody {
  display: flex;
}
.notifyWrapper .notifyBody .notifyIcon {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  background-color: #faa61a;
}
.notifyWrapper .notifyBody .notifyIcon.success:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../assets/images/icons/notifySuccess.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.notifyWrapper .notifyBody .notifyContent {
  padding: 12px;
}
.notifyWrapper .notifyBody .notifyContent .title {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.notifyWrapper .notifyBody .notifyContent .message {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
}
.notifyWrapper .notifyBody .notifyClose {
  display: none;
}

.cmptBannerFullPage {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
}
.cmptBannerFullPage_inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
}
.cmptBannerFullPage img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmptBannerFullPage h1 {
  font-size: 3.75rem;
  letter-spacing: 0.03125rem;
  line-height: 4.25rem;
  line-height: 1em;
  font-family: "Cormorant Garamond", Times, "新細明體", "PMingLiU", serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.cmptBannerHalfPage {
  position: relative;
  display: block;
  width: 100%;
  height: min(470px, 50vh);
}
.cmptBannerHalfPage_inner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 140px 0px 0px 0px;
}
.cmptBannerHalfPage img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmptBannerHalfPage h1 {
  font-size: 3.75rem;
  letter-spacing: 0.03125rem;
  line-height: 4.25rem;
  line-height: 1em;
  font-family: "Cormorant Garamond", Times, "新細明體", "PMingLiU", serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

/* ePermit */
.flatpickr-calendar .flatpickr-months {
  padding-top: 8px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  top: 8px;
}
.flatpickr-calendar .flatpickr-months .numInputWrapper {
  margin-left: 12px;
}
.flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-day.endRange, .flatpickr-calendar .flatpickr-day.selected.inRange, .flatpickr-calendar .flatpickr-day.startRange.inRange, .flatpickr-calendar .flatpickr-day.endRange.inRange, .flatpickr-calendar .flatpickr-day.selected:focus, .flatpickr-calendar .flatpickr-day.startRange:focus, .flatpickr-calendar .flatpickr-day.endRange:focus, .flatpickr-calendar .flatpickr-day.selected:hover, .flatpickr-calendar .flatpickr-day.startRange:hover, .flatpickr-calendar .flatpickr-day.endRange:hover, .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, .flatpickr-calendar .flatpickr-day.startRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.endRange.prevMonthDay, .flatpickr-calendar .flatpickr-day.selected.nextMonthDay, .flatpickr-calendar .flatpickr-day.startRange.nextMonthDay, .flatpickr-calendar .flatpickr-day.endRange.nextMonthDay {
  background: #a63593;
  color: #ffffff;
  border-color: #a63593;
}
.flatpickr-calendar.animate {
  /* prevent click outside bug */
  animation: none !important;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #ffffff;
}
@media (min-width:1024px) {
  header[data-role="1"], header[data-role="2"] {
    height: 40px;
    padding: 0 32px;
  }
}
header[data-role="1"] .headerLeft, header[data-role="2"] .headerLeft {
  display: flex;
}
@media (min-width:1024px) {
  header[data-role="1"] .headerLeft, header[data-role="2"] .headerLeft {
    align-self: center;
  }
}
header[data-role="1"] .headerLeft .icon, header[data-role="2"] .headerLeft .icon {
  display: block;
  align-self: center;
  width: 18px;
  height: 18px;
}
header[data-role="1"] .headerLeft .icon svg, header[data-role="2"] .headerLeft .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
header[data-role="1"] .headerLeft .icon svg *, header[data-role="2"] .headerLeft .icon svg * {
  fill: #22252a;
}
header[data-role="1"] .headerLeft .text, header[data-role="2"] .headerLeft .text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  align-self: center;
  padding-left: 8px;
}
@media (max-width:1023px) {
  header[data-role="3"], header[data-role="-1"] {
    display: none;
  }
}
@media (min-width:1024px) {
  header[data-role="3"], header[data-role="-1"] {
    height: 84px;
    padding: 12px 32px;
  }
}
@media (max-width:1023px) {
  header[data-role="3"] .headerLeft, header[data-role="-1"] .headerLeft {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-style: solid;
    border-color: #dee2e6;
    border-width: 0 0 1px;
  }
}
header[data-role="3"] .headerLeft .logo, header[data-role="-1"] .headerLeft .logo {
  align-self: center;
  height: 50px;
  margin: 2px 0;
  position: relative;
}
@media (min-width:1024px) {
  header[data-role="3"] .headerLeft .logo, header[data-role="-1"] .headerLeft .logo {
    height: 60px;
    margin: 0;
  }
}
header[data-role="3"] .headerLeft .logo img, header[data-role="-1"] .headerLeft .logo img {
  display: block;
  height: 100%;
}
header[data-role="3"] .headerLeft .logo .logo-icon, header[data-role="-1"] .headerLeft .logo .logo-icon {
  display: none;
}
@media (max-width:1023px) {
  header[data-role="3"] .headerCenter, header[data-role="-1"] .headerCenter {
    display: none;
  }
}
@media (min-width:1024px) {
  header[data-role="3"] .headerCenter, header[data-role="-1"] .headerCenter {
    align-self: flex-end;
  }
}
header[data-role="3"] .headerCenter .portalName, header[data-role="-1"] .headerCenter .portalName {
  font-size: 1.5rem;
  letter-spacing: 0.03125rem;
  line-height: 1.875rem;
  color: #343a40;
}
@media (min-width:1024px) {
  header[data-role="3"] .headerRight, header[data-role="-1"] .headerRight {
    align-self: flex-end;
  }
}
@media (max-width:1023px) {
  header .headerRight {
    display: none;
  }
}
@media (min-width:1024px) {
  header .headerRight {
    display: flex;
    justify-content: flex-end;
    align-self: center;
  }
}
header .headerRight .btnLogout {
  display: flex;
  gap: 4px;
  align-self: center;
  height: 24px;
}
header .headerRight .btnLogout .icon {
  display: flex;
  justify-self: center;
  align-self: center;
  width: 24px;
  height: 24px;
}
header .headerRight .btnLogout .icon svg * {
  fill: #858e96;
}
header .headerRight .btnLogout .text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  align-self: center;
  color: #858e96;
}
header .headerRight .btnLogout svg * {
  transition: fill 0.2s ease-out;
}
.isWeb header .headerRight .btnLogout:hover svg * {
  fill: #a63593;
}
header .headerRight .username {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  color: #adb5bd;
  display: flex;
  gap: 4px;
  align-self: center;
  margin-left: 24px;
  padding-left: 4px;
}
header .headerRight .username .icon {
  display: flex;
  justify-self: center;
  align-self: center;
  width: 24px;
  height: 24px;
}
header .headerRight .username .icon svg * {
  fill: #858e96;
}
header .headerRight .username .text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  align-self: center;
  color: #858e96;
}
header .headerRight button.username {
  transition: color 0.2s ease-out;
}
.isWeb header .headerRight button.username:hover {
  color: #a63593;
}
header .headerRight .langSwitch {
  margin-left: 24px;
}
header .headerRight .langSwitch .langBtn {
  display: flex;
  position: relative;
  cursor: pointer;
}
header .headerRight .langSwitch .langBtn .icon svg * {
  fill: #858e96;
}
header .headerRight .langSwitch .langBtn .text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  align-self: center;
  padding-left: 4px;
  color: #858e96;
}
header .headerRight .langSwitch .langBtn .langMenu {
  display: none;
  flex-direction: column;
  padding: 4px 4px 0;
  position: absolute;
  top: 24px;
  right: -8px;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}
header .headerRight .langSwitch .langBtn .langMenu button {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  padding: 2px 4px;
  color: #858e96;
}
header .headerRight .langSwitch .langBtn:hover .langMenu {
  display: flex;
}

aside {
  position: relative;
  background-color: #ffffff;
  z-index: 7;
}
@media (min-width:1024px) {
  aside {
    flex-basis: 224px;
    width: 224px;
    padding-top: 20px;
  }
}
@media (min-width:1024px) {
  aside[data-role="3"] {
    display: none;
  }
}
@media (min-width:1024px) {
  aside.sidebarPreRegistration {
    display: none;
  }
}
aside.sidebarPreRegistration .preRegistration_top {
  display: flex;
  gap: 12px;
}
aside.sidebarPreRegistration .preRegistration_top .title {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  color: #343a40;
  align-self: center;
}
aside.sidebarPreRegistration .preRegistration_top .langSwitch {
  align-self: center;
}
aside.sidebarPreRegistration .preRegistration_top .langSwitch .langBtn {
  display: flex;
  gap: 4px;
  position: relative;
  cursor: pointer;
}
aside.sidebarPreRegistration .preRegistration_top .langSwitch .langBtn .icon {
  align-self: center;
  display: block;
}
aside.sidebarPreRegistration .preRegistration_top .langSwitch .langBtn .text {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  color: #adb5bd;
  display: block;
  align-self: center;
}
@media (max-width:1023px) {
  aside .sidebarTop {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-style: solid;
    border-color: #dee2e6;
    border-width: 0 0 1px;
  }
}
@media (min-width:1024px) {
  aside .sidebarTop {
    padding: 0 16px;
  }
}
aside .sidebarTop .logo {
  align-self: center;
  height: 50px;
  margin: 2px 0;
  position: relative;
}
@media (min-width:1024px) {
  aside .sidebarTop .logo {
    height: 60px;
    margin: 0;
  }
}
aside .sidebarTop .logo img {
  display: block;
  height: 100%;
}
aside .sidebarTop .logo .logo-icon {
  display: none;
}
aside .sidebarTop .portalName {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  align-self: center;
  margin-top: 8px;
  padding-right: 40px;
  text-align: right;
  line-height: 1rem;
  color: #343a40;
}
@media (min-width:1024px) {
  aside .sidebarTop .portalName {
    display: none;
  }
}
aside .btnMenu {
  width: 32px;
  height: 32px;
  padding: 4px;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width:1024px) {
  aside .btnMenu {
    width: 24px;
    height: 24px;
    top: 24px;
    right: -24px;
    background-color: #ffffff;
    border-radius: 0 4px 4px 0;
  }
}
aside .btnMenu img {
  display: block;
  width: 100%;
  height: 100%;
}
aside .navWrapper {
  width: 100%;
}
@media (max-width:1023px) {
  aside .navWrapper {
    height: calc(100vh - 65px);
    height: calc(100dvh - 65px);
    position: fixed;
    top: 65px;
    right: 0;
    transform: translate3d(100%, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    z-index: 7;
    transition: transform 0s ease-out 0.2s, background-color 0.2s ease-out;
  }
}
@media (min-width:1024px) {
  aside .navWrapper {
    height: calc(100% - 60px - 28px);
    margin-top: 28px;
  }
}
aside .navWrapper nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
@media (max-width:1023px) {
  aside .navWrapper nav {
    width: 224px;
    padding: 8px 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.2s ease-out;
  }
}
aside .navWrapper nav a,
aside .navWrapper nav button,
aside .navWrapper nav div {
  display: block;
  width: 100%;
  padding: 8px 36px 8px 28px;
  position: relative;
}
aside .navWrapper nav a .navBtnWrapper,
aside .navWrapper nav button .navBtnWrapper,
aside .navWrapper nav div .navBtnWrapper {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  font-weight: 400;
  display: block;
  width: 100%;
  padding-left: 40px;
  position: relative;
  text-align: left;
  color: #858e96;
}
aside .navWrapper nav a .icon,
aside .navWrapper nav button .icon,
aside .navWrapper nav div .icon {
  position: absolute;
  left: 0;
  top: 0;
}
aside .navWrapper nav a .icon svg *,
aside .navWrapper nav button .icon svg *,
aside .navWrapper nav div .icon svg * {
  fill: #858e96;
}
aside .navWrapper nav .langSwitch {
  display: flex;
}
aside .navWrapper nav .langSwitch button {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  flex-basis: 100%;
  padding: 0;
  text-align: left;
  color: #858e96;
}
aside .navWrapper nav a.active,
aside .navWrapper nav button.active {
  background-color: #f6e4f3;
}
aside .navWrapper nav a.active .navBtnWrapper,
aside .navWrapper nav button.active .navBtnWrapper {
  color: #22252a;
}
aside .navWrapper nav a.active .icon svg *,
aside .navWrapper nav button.active .icon svg * {
  fill: #22252a;
}
@media (min-width:1024px) {
  aside.active {
    flex-basis: 56px;
    width: 56px;
  }
}
@media (min-width:1024px) {
  aside.active .sidebarTop {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}
@media (min-width:1024px) {
  aside.active .sidebarTop .logo {
    height: 32px;
  }
}
@media (min-width:1024px) {
  aside.active .sidebarTop .logo .logo-full {
    display: none;
  }
}
@media (min-width:1024px) {
  aside.active .sidebarTop .logo .logo-icon {
    display: block;
  }
}
@media (max-width:1023px) {
  aside.active .navWrapper {
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
    transition: transform 0s ease-out, background-color 0.2s ease-out;
  }
}
@media (min-width:1024px) {
  aside.active .navWrapper {
    height: calc(100% - 32px - 64px);
    margin-top: 64px;
  }
}
@media (max-width:1023px) {
  aside.active .navWrapper nav {
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width:1024px) {
  aside.active .navWrapper nav a,
  aside.active .navWrapper nav button {
    display: flex;
    justify-content: center;
    padding: 8px 0;
  }
}
@media (min-width:1024px) {
  aside.active .navWrapper nav a .navBtnWrapper,
  aside.active .navWrapper nav button .navBtnWrapper {
    width: auto;
    padding: 0;
  }
}
@media (min-width:1024px) {
  aside.active .navWrapper nav a .icon,
  aside.active .navWrapper nav button .icon {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (min-width:1024px) {
  aside.active .navWrapper nav a .text,
  aside.active .navWrapper nav button .text {
    display: none;
  }
}
aside.noTransition * {
  transition: none !important;
}
@media (max-width:1023px) {
  aside .hideMobile {
    display: none !important;
  }
}
@media (min-width:1024px) {
  aside .hideDesktop {
    display: none !important;
  }
}

.multipleSelecton .multipleSelecton_top,
.globalMultipleSelecton .multipleSelecton_top {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.multipleSelecton .multipleSelecton_top .multipleSelecton_indicator,
.globalMultipleSelecton .multipleSelecton_top .multipleSelecton_indicator {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  color: #a63593;
}
.multipleSelecton .multipleSelecton_body,
.globalMultipleSelecton .multipleSelecton_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  max-height: 260px;
  padding: 16px;
}
@media (min-width:768px) {
  .multipleSelecton .multipleSelecton_body,
  .globalMultipleSelecton .multipleSelecton_body {
    max-height: 230px;
  }
}
.multipleSelecton .multipleSelecton_body input ~ label,
.globalMultipleSelecton .multipleSelecton_body input ~ label {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  padding-left: 28px;
  color: #343a40;
}
.multipleSelecton .multipleSelecton_actions,
.globalMultipleSelecton .multipleSelecton_actions {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 0;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px 0 0 0;
}
.multipleSelecton .multipleSelecton_actions .actionRight,
.globalMultipleSelecton .multipleSelecton_actions .actionRight {
  display: flex;
  gap: 32px;
}
.multipleSelecton .multipleSelecton_actions .actionRight button,
.globalMultipleSelecton .multipleSelecton_actions .actionRight button {
  min-width: 116px;
}
.multipleSelecton .multipleSelecton_actions .actionRight button.button_minimal,
.globalMultipleSelecton .multipleSelecton_actions .actionRight button.button_minimal {
  min-width: 0;
}

.multipleSelecton {
  position: relative;
}
.multipleSelecton .multipleSelecton_popup {
  display: none;
  width: 280px;
  padding: 16px 0;
  position: absolute;
  right: 0;
  bottom: 32px;
  background-color: #ffffff;
  border-radius: 4px;
  border-style: solid;
  border-color: #858e96;
  border-width: 1px;
  z-index: 1;
}
.multipleSelecton.active .multipleSelecton_popup {
  display: block;
}

/*
.multipleSelecton_popup {
	display: block;
	position: fixed;
	z-index: 11;

	bottom: auto;
	transform: none;
}
*/
.globalMultipleSelecton {
  display: block;
  padding: 16px 0;
  position: fixed;
  background-color: #ffffff;
  border-radius: 4px;
  border-style: solid;
  border-color: #858e96;
  border-width: 1px;
  z-index: 11;
  width: 240px;
}

#create_epmStaffInChange.multipleSelecton .multipleSelecton_popup,
#editEvent_epmStaffInChange.multipleSelecton .multipleSelecton_popup {
  width: calc(100vw - 48px);
  max-width: 400px;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] ~ label {
  display: block;
  min-height: 24px;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox] ~ label img {
  width: 100%;
  height: 100%;
  padding: 2px;
}
input[type=checkbox] ~ label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #dee2e6;
  border-radius: 4px;
}
input[type=checkbox] ~ label .checked {
  display: block;
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 2px;
  top: 2px;
}
input[type=checkbox]:disabled ~ label:before {
  border-color: #adb5bd !important;
  background-color: #adb5bd !important;
}
input[type=checkbox]:checked ~ label:before {
  background-color: #a63593;
  border-color: #a63593;
}
input[type=checkbox]:checked ~ label .checked {
  opacity: 1;
}
input[type=checkbox].toggleBtn ~ label {
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 4px 12px 4px 4px;
  background-color: #858e96;
  border-radius: 32px;
  transition: background-color 0.2s ease-out;
}
input[type=checkbox].toggleBtn ~ label .checked {
  display: flex;
  flex-direction: row;
  gap: 4px;
  opacity: 1;
  width: auto;
  height: auto;
  position: relative;
  left: auto;
  top: auto;
}
input[type=checkbox].toggleBtn ~ label .checked .spacer {
  display: block;
  align-self: center;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #ffffff;
}
input[type=checkbox].toggleBtn ~ label .checked .text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: flex;
  flex-direction: column;
  align-self: center;
  color: #ffffff;
}
input[type=checkbox].toggleBtn ~ label .checked .text .active {
  visibility: hidden;
  height: 0;
  text-align: right;
}
input[type=checkbox].toggleBtn ~ label:before {
  display: none;
}
input[type=checkbox].toggleBtn:checked ~ label {
  padding: 4px 4px 4px 12px;
  background-color: #22252a;
}
input[type=checkbox].toggleBtn:checked ~ label .checked {
  flex-direction: row-reverse;
}
input[type=checkbox].toggleBtn:checked ~ label .checked .text .active {
  visibility: visible;
  height: auto;
}
input[type=checkbox].toggleBtn:checked ~ label .checked .text .inactive {
  visibility: hidden;
  height: 0;
}

.formField_generic ~ .remarks,
.formField_tableForm ~ .remarks,
.formField_allowInOutGroup ~ .remarks,
.formField_popupForm ~ .remarks {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  margin: 4px 0 2px;
  color: #495057;
  line-height: 1rem;
}
.formField_generic ~ .error,
.formField_tableForm ~ .error,
.formField_allowInOutGroup ~ .error,
.formField_popupForm ~ .error {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #cd242b;
}

.formField_generic {
  border-style: solid;
  border-width: 1px;
  border-color: #dee2e6;
  border-radius: 4px;
}
.formField_generic input[type=text] {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  padding: 8px;
  background-color: transparent;
  color: #22252a;
  border-width: 0;
}

.formField_stretch {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #dee2e6;
  border-radius: 4px;
}
.formField_stretch input[type=password],
.formField_stretch input[type=text] {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  display: block;
  width: 100%;
  padding: 26px 16px 20px;
  background-color: transparent;
  color: #22252a;
  border-width: 0;
  z-index: 2;
  transition: all 0.2s ease-out;
}
.formField_stretch input[type=password].active ~ label, .formField_stretch input[type=password]:focus ~ label,
.formField_stretch input[type=text].active ~ label,
.formField_stretch input[type=text]:focus ~ label {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  top: 8px;
}
.formField_stretch label {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  padding: 0 16px;
  position: absolute;
  top: 26px;
  color: #858e96;
}
.formField_stretch.togglePassword input[type=text],
.formField_stretch.togglePassword input[type=password] {
  padding-right: 44px;
}
.formField_stretch.togglePassword input[type=text] ~ .icon,
.formField_stretch.togglePassword input[type=password] ~ .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  bottom: 20px;
  z-index: 3;
  cursor: pointer;
}
.isWeb .formField_stretch.togglePassword input[type=text] ~ .icon,
.isWeb .formField_stretch.togglePassword input[type=password] ~ .icon {
  transition: opacity 0.2s ease-out;
}
.formField_stretch.togglePassword input[type=text] ~ .icon svg path,
.formField_stretch.togglePassword input[type=password] ~ .icon svg path {
  fill: #858e96;
}
.isWeb .formField_stretch.togglePassword input[type=text] ~ .icon:hover,
.isWeb .formField_stretch.togglePassword input[type=password] ~ .icon:hover {
  opacity: 0.7;
}
.formField_stretch.togglePassword input[type=text] ~ .icon .password {
  display: none;
}
.formField_stretch.togglePassword input[type=text] ~ .icon .text {
  display: block;
}
.formField_stretch.togglePassword input[type=password] ~ .icon .password {
  display: block;
}
.formField_stretch.togglePassword input[type=password] ~ .icon .text {
  display: none;
}

.formField_popupDialog {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
}
.formField_popupDialog input[type=text] {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  min-width: 0;
  padding: 8px;
  background-color: transparent;
  color: #22252a;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
}
.formField_popupDialog > .error {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #cd242b;
}

.formField_popupForm {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.formField_popupForm label {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #858e96;
}
.formField_popupForm input[type=text],
.formField_popupForm input[type=password],
.formField_popupForm input[type=email],
.formField_popupForm input[type=tel] {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px 0;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0 0 1px;
}
.formField_popupForm.togglePassword input[type=text],
.formField_popupForm.togglePassword input[type=password] {
  padding-right: 44px;
}
.formField_popupForm.togglePassword input[type=text] ~ .icon,
.formField_popupForm.togglePassword input[type=password] ~ .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  bottom: 8px;
  z-index: 3;
  cursor: pointer;
}
.isWeb .formField_popupForm.togglePassword input[type=text] ~ .icon,
.isWeb .formField_popupForm.togglePassword input[type=password] ~ .icon {
  transition: opacity 0.2s ease-out;
}
.formField_popupForm.togglePassword input[type=text] ~ .icon svg path,
.formField_popupForm.togglePassword input[type=password] ~ .icon svg path {
  fill: #a63593;
}
.isWeb .formField_popupForm.togglePassword input[type=text] ~ .icon:hover,
.isWeb .formField_popupForm.togglePassword input[type=password] ~ .icon:hover {
  opacity: 0.7;
}
.formField_popupForm.togglePassword input[type=text] ~ .icon .password {
  display: none;
}
.formField_popupForm.togglePassword input[type=text] ~ .icon .text {
  display: block;
}
.formField_popupForm.togglePassword input[type=password] ~ .icon .password {
  display: block;
}
.formField_popupForm.togglePassword input[type=password] ~ .icon .text {
  display: none;
}
.formField_popupForm select {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px 32px 8px 0;
  background-color: #ffffff;
  color: #22252a;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0 0 1px;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 16px;
}
.formField_popupForm textarea {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  min-width: 0;
  height: calc(5rem + 8px);
  padding: 8px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0 0 1px;
}
.formField_popupForm input[type=checkbox].toggleBtn ~ .label {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #858e96;
}
.formField_popupForm .multipleSelecton {
  display: flex;
  flex-direction: column-reverse;
}
.formField_popupForm .multipleSelecton input {
  padding: 8px 32px 8px 0;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 24px;
}
.formField_popupForm .datetimeRangePicker {
  display: flex;
}
.formField_popupForm .datetimeRangePicker .picker {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.formField_popupForm .datetimeRangePicker .picker input {
  display: block;
  width: 100%;
  padding: 9px 4px;
  text-overflow: ellipsis;
}
.formField_popupForm .datetimeRangePicker .picker .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  bottom: 12px;
  pointer-events: none;
}
.formField_popupForm .datetimeRangePicker .picker .icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.formField_popupForm .datetimeRangePicker .text {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-end;
  padding: 0 4px 8px;
}
.compareTable .formField_popupForm .displayValue {
  padding: 8px 0;
  color: #22252a;
}
.compareTable .formField_popupForm input[type=text],
.compareTable .formField_popupForm input[type=password],
.compareTable .formField_popupForm input[type=email],
.compareTable .formField_popupForm input[type=number],
.compareTable .formField_popupForm input[type=tel] {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
}
@media (min-width:1024px) {
  .compareTable .formField_popupForm input[type=text],
  .compareTable .formField_popupForm input[type=password],
  .compareTable .formField_popupForm input[type=email],
  .compareTable .formField_popupForm input[type=number],
  .compareTable .formField_popupForm input[type=tel] {
    padding: 5px 8px;
  }
}
.compareTable .formField_popupForm input[type=text] ~ label,
.compareTable .formField_popupForm input[type=password] ~ label,
.compareTable .formField_popupForm input[type=email] ~ label,
.compareTable .formField_popupForm input[type=number] ~ label,
.compareTable .formField_popupForm input[type=tel] ~ label {
  display: none;
}
.compareTable .formField_popupForm input[type=text]:disabled,
.compareTable .formField_popupForm input[type=password]:disabled,
.compareTable .formField_popupForm input[type=email]:disabled,
.compareTable .formField_popupForm input[type=number]:disabled,
.compareTable .formField_popupForm input[type=tel]:disabled {
  background-color: #dee2e6;
}
.compareTable .formField_popupForm select {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px 32px 8px 8px;
  background-color: #ffffff;
  color: #22252a;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 24px;
}
@media (min-width:1024px) {
  .compareTable .formField_popupForm select {
    padding: 5px 32px 5px 8px;
  }
}
.compareTable .formField_popupForm select ~ label {
  display: none;
}
.compareTable .formField_popupForm select:disabled {
  background-color: #dee2e6;
}
.compareTable .formField_popupForm .datetimeRangePicker {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}
@media (max-width:1023px) {
  .compareTable .formField_popupForm .datetimeRangePicker {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width:1024px) {
  .compareTable .formField_popupForm .datetimeRangePicker {
    flex-shrink: 1;
  }
}
.compareTable .formField_popupForm .datetimeRangePicker .picker {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
@media (max-width:1023px) {
  .compareTable .formField_popupForm .datetimeRangePicker .picker {
    flex-grow: 0;
    flex-basis: calc(100% - 4px - 8px);
    justify-content: space-between;
  }
}
.compareTable .formField_popupForm .datetimeRangePicker .picker input {
  display: block;
  width: 100%;
  padding: 9px 4px;
  text-overflow: ellipsis;
}
@media (min-width:1024px) {
  .compareTable .formField_popupForm .datetimeRangePicker .picker input {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.compareTable .formField_popupForm .datetimeRangePicker .picker .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  bottom: 12px;
  pointer-events: none;
}
@media (min-width:1024px) {
  .compareTable .formField_popupForm .datetimeRangePicker .picker .icon {
    bottom: 8px;
  }
}
.compareTable .formField_popupForm .datetimeRangePicker .picker .icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.compareTable .formField_popupForm .datetimeRangePicker .text {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-end;
  padding: 0;
  position: relative;
  top: -10px;
}
@media (min-width:1024px) {
  .dialog_editEvent .compareTable .formField_popupForm .datetimeRangePicker .text {
    top: 0;
  }
}
@media (max-width:1023px) {
  .compareTable .formField_popupForm .datetimeRangePicker .text {
    flex-basis: 4px;
    width: 4px;
    overflow: hidden;
    text-align: right;
  }
}
@media (min-width:1024px) {
  .compareTable .formField_popupForm .datetimeRangePicker .text {
    padding: 0 4px 6px;
  }
}
.compareTable .formField_popupForm .toggleBtn ~ label {
  opacity: 0.7;
  cursor: not-allowed;
}
.compareTable .formField_popupForm .allowInOutGroups .datetimeRangePicker .text {
  padding: 0;
}
@media (min-width:1024px) {
  .compareTable .formField_popupForm .allowInOutGroups .datetimeRangePicker .text {
    top: -5px;
  }
}

.formField_tableForm input[type=text],
.formField_tableForm input[type=password],
.formField_tableForm input[type=email],
.formField_tableForm input[type=number],
.formField_tableForm input[type=tel] {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
}
@media (min-width:1024px) {
  .formField_tableForm input[type=text],
  .formField_tableForm input[type=password],
  .formField_tableForm input[type=email],
  .formField_tableForm input[type=number],
  .formField_tableForm input[type=tel] {
    padding: 5px 8px;
  }
}
.formField_tableForm.phoneNumberInput .inputWrapper {
  display: flex;
  gap: 4px;
  align-items: center;
}
.formField_tableForm.phoneNumberInput .inputWrapper select {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 90px;
  min-width: 0;
  padding: 8px 32px 8px 8px;
  background-color: #ffffff;
  color: #22252a;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 24px;
}
@media (max-width:1023px) {
  .formField_tableForm.phoneNumberInput .inputWrapper select {
    width: 130px;
  }
}
@media (min-width:1024px) {
  .formField_tableForm.phoneNumberInput .inputWrapper select {
    padding: 5px 32px 5px 8px;
  }
}
.formField_tableForm.phoneNumberInput .inputWrapper .separator {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  align-self: center;
  color: #858e96;
  padding: 0 4px;
  flex-shrink: 0;
}
.formField_tableForm.phoneNumberInput .inputWrapper input[type=text] {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}
@media (min-width:1024px) {
  .formField_tableForm.phoneNumberInput .inputWrapper input[type=text] {
    flex-grow: 0;
    flex-shrink: 0;
    width: 110px;
  }
}
.formField_tableForm.workerDetailsInput .inputWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
@media (max-width:1023px) {
  .formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list {
    gap: 16px;
  }
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  position: relative;
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_input_wrapper {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width:1023px) {
  .formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_input_wrapper {
    flex-wrap: wrap;
    width: calc(100% - 32px);
  }
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_input_wrapper input {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 120px;
  min-width: 120px;
  padding: 8px 12px;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
  background-color: #ffffff;
  color: #22252a;
  height: 36px;
  box-sizing: border-box;
}
@media (max-width:1023px) {
  .formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_input_wrapper input {
    width: 100%;
  }
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_input_wrapper input::-moz-placeholder {
  color: #adb5bd;
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_input_wrapper input::placeholder {
  color: #adb5bd;
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_input_wrapper input:focus {
  outline: none;
  border-color: #a63593;
}
@media (max-width:1023px) {
  .formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_add,
  .formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_remove {
    position: absolute;
    bottom: 6px;
    right: 0;
  }
}
@media (max-width:1023px) {
  .formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_remove.has-add-button {
    bottom: 50px;
  }
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_remove {
  align-self: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: filter 0.2s ease;
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_remove:hover {
  filter: brightness(1.2);
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_remove img {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_add {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_add:hover {
  filter: brightness(1.2);
}
.formField_tableForm.workerDetailsInput .inputWrapper .workersDetails_list .workersDetails_item .workersDetails_add img {
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.formField_tableForm select {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px 32px 8px 8px;
  background-color: #ffffff;
  color: #22252a;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 24px;
}
@media (min-width:1024px) {
  .formField_tableForm select {
    padding: 5px 32px 5px 8px;
  }
}
.formField_tableForm .multipleSelecton {
  display: flex;
  flex-direction: column-reverse;
}
.formField_tableForm .multipleSelecton input {
  padding: 8px 32px 8px 8px;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 24px;
}
@media (min-width:1024px) {
  .formField_tableForm .multipleSelecton input {
    padding: 5px 32px 5px 8px;
  }
}
.formField_tableForm .allowInOutPicker {
  display: flex;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutPicker {
    flex-direction: column;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutPicker {
    gap: 8px;
  }
}
@media (min-width:1024px) {
  .compareTable .formField_tableForm .allowInOutPicker {
    flex-direction: column;
  }
}
.formField_tableForm .allowInOutPicker[data-readonly="1"] {
  display: flex;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutPicker[data-readonly="1"] {
    flex-direction: row;
  }
}
.formField_tableForm .allowInOutPicker[data-readonly="1"] .allowInOutRange_static {
  display: block;
}
.formField_tableForm .allowInOutPicker[data-readonly="1"] .allowInOutRange {
  display: none !important;
}
.formField_tableForm .allowInOutPicker[data-readonly="1"] .btnGroup {
  align-self: center;
  margin-left: 4px;
  border-color: transparent;
}
.formField_tableForm .allowInOutPicker .allowInOutRange_static {
  display: none;
}
.formField_tableForm .allowInOutPicker .allowInOutRange {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutPicker .allowInOutRange {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutPicker .allowInOutRange {
    flex-shrink: 1;
  }
}
@media (min-width:1024px) {
  .compareTable .formField_tableForm .allowInOutPicker .allowInOutRange {
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.formField_tableForm .allowInOutPicker .allowInOutRange .picker {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutPicker .allowInOutRange .picker {
    flex-grow: 0;
    flex-basis: calc(100% - 4px - 8px);
    justify-content: space-between;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutPicker .allowInOutRange .picker {
    max-width: 160px;
  }
}
@media (min-width:1024px) {
  .compareTable .formField_tableForm .allowInOutPicker .allowInOutRange .picker {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 4px - 20px);
    width: calc(100% - 4px - 20px);
  }
}
.formField_tableForm .allowInOutPicker .allowInOutRange .picker input {
  display: block;
  width: 100%;
  padding: 9px 4px;
  text-overflow: ellipsis;
  font-weight: 700;
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutPicker .allowInOutRange .picker input {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.formField_tableForm .allowInOutPicker .allowInOutRange .picker .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  bottom: 12px;
  pointer-events: none;
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutPicker .allowInOutRange .picker .icon {
    bottom: 8px;
  }
}
.formField_tableForm .allowInOutPicker .allowInOutRange .picker .icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.formField_tableForm .allowInOutPicker .allowInOutRange .text {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-end;
  padding: 0;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutPicker .allowInOutRange .text {
    align-self: center;
    flex-basis: 4px;
    width: 4px;
    overflow: hidden;
    text-align: right;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutPicker .allowInOutRange .text {
    padding: 0 4px 6px;
  }
}
.formField_tableForm .allowInOutPicker .btnGroup {
  flex-basis: 32px;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-end;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutPicker .btnGroup {
    margin: 8px 12px 0 0;
  }
}
.formField_tableForm .allowInOutPicker ~ .error {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #cd242b;
}
.formField_tableForm .allowInOutInline {
  padding: 8px 12px;
  background-color: #fef8f4;
  border-style: solid;
  border-width: 1px 0;
  border-color: #dee2e6;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline {
    margin: 12px -20px 0 -16px;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline {
    width: 566px;
    margin-top: 12px;
  }
}
.formField_tableForm .allowInOutInline.empty {
  background-color: #ffffff;
}
.formField_tableForm .allowInOutInline.empty .bodyActions {
  display: none !important;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline.empty .bodyTitles {
    margin-bottom: 0;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline.empty .bodyTitles .dataFields .dataField:nth-child(1) {
    width: 271px;
  }
}
.formField_tableForm .allowInOutInline.empty .bodyTitles .dataFields .dataField:nth-child(2) {
  opacity: 0 !important;
}
.formField_tableForm .allowInOutInline.empty .bodyTitles .dataFields .dataField:nth-child(3) {
  opacity: 0 !important;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline.empty .bodyTitles .dataFields .dataField:nth-child(3) {
    display: none !important;
  }
}
.formField_tableForm .allowInOutInline.empty .bodyTitles .dataFields .dataField:nth-child(3) input[type=checkbox] {
  pointer-events: none !important;
}
.formField_tableForm .allowInOutInline.empty .bodyTitles .dataFields .dataField:nth-child(3) input[type=checkbox] + label {
  pointer-events: none !important;
}
.formField_tableForm .allowInOutInline.empty .bodyTitles .dataFields .dataField:nth-child(3) input[type=checkbox] + label:before {
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.formField_tableForm .allowInOutInline.empty .bodyTitles .dataFields .dataField:nth-child(4) {
  display: block;
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline.empty .bodyTitles .dataFields .dataField:nth-child(4) {
    width: 85px;
  }
}
.formField_tableForm .allowInOutInline.empty .bodyTitles .btnAdd {
  display: block;
}
.formField_tableForm .allowInOutInline.disabled .bodyActions .btnAdd {
  display: none !important;
}
.formField_tableForm .allowInOutInline.disabled .bodyActions .btnEdit {
  display: block !important;
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline.disabled .bodyTitles .dataFields .dataField:nth-child(1) {
    width: 328px;
  }
}
.formField_tableForm .allowInOutInline.disabled .bodyTitles .dataFields .dataField:nth-child(3) input[type=checkbox] {
  pointer-events: none !important;
}
.formField_tableForm .allowInOutInline.disabled .bodyTitles .dataFields .dataField:nth-child(3) input[type=checkbox] + label {
  pointer-events: none !important;
}
.formField_tableForm .allowInOutInline.disabled .bodyTitles .dataFields .dataField:nth-child(3) input[type=checkbox] + label:before {
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.formField_tableForm .allowInOutInline.disabled .bodyTitles .dataFields .dataField:nth-child(4) {
  display: none;
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline.disabled .bodyTitles .dataFields .dataField:nth-child(4) {
    width: 85px;
  }
}
.formField_tableForm .allowInOutInline.disabled .bodyTitles .btnAdd {
  display: none !important;
}
.formField_tableForm .allowInOutInline.disabled .bodyTitles .btnEdit {
  display: block;
}
.formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item {
  pointer-events: none !important;
}
.formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(1) {
  display: none !important;
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) {
    width: 271px;
  }
}
.formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup {
  /*
  &:before {
  	@media (min-width:1024px) {
  		@include c1;
  		content: attr(data-init);
  		display: block;
  		margin-top: 2px;
  		color: $color_grey_900;
  	}
  }
  */
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker {
    display: block;
  }
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker .picker {
    display: block;
    position: relative;
  }
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker .picker input {
    display: inline-block;
    width: 124px;
    padding: 0;
    position: relative;
    background-color: transparent;
    border-width: 0;
  }
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker .picker:first-child:after {
    content: "-";
    display: inline-block;
  }
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker .separator {
    display: none !important;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker {
    justify-content: flex-start;
  }
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker .picker {
    flex-grow: 0;
    flex-shrink: 0;
    display: block;
    width: 124px;
  }
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker .picker input {
    display: inline-block;
    width: 124px;
    padding: 0;
    position: relative;
    background-color: transparent;
    border-width: 0;
  }
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker .separator {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) .formField_allowInOutGroup .datetimeRangePicker .separator:before {
    margin-top: 8px;
  }
}
.formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) .formField_allowInOutGroup {
  /*
  &:before {
  	@include c1;
  	content: attr(data-init);
  	display: block;
  	margin-top: 2px;
  	color: $color_grey_900;
  }
  */
}
.formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) .formField_allowInOutGroup .period {
  padding: 0;
  background-color: transparent;
  background-image: none !important;
  border-width: 0;
}
.formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(4) .btnMarshalling + label {
  margin-top: 0;
}
.formField_tableForm .allowInOutInline.disabled .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(4) .btnMarshalling + label:before {
  background-color: #adb5bd;
  border-color: #adb5bd;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .bodyTitles {
    margin-bottom: 12px;
  }
}
.formField_tableForm .allowInOutInline .bodyTitles .dataFields {
  display: flex;
  gap: 12px;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .bodyTitles .dataFields {
    flex-direction: column;
  }
}
.formField_tableForm .allowInOutInline .bodyTitles .dataFields .dataField {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  color: #858e96;
}
.formField_tableForm .allowInOutInline .bodyTitles .dataFields .dataField:nth-child(1) {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .bodyTitles .dataFields .dataField:nth-child(1) {
    display: none !important;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline .bodyTitles .dataFields .dataField:nth-child(1) {
    width: 328px;
  }
}
.formField_tableForm .allowInOutInline .bodyTitles .dataFields .dataField:nth-child(2) {
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .bodyTitles .dataFields .dataField:nth-child(2) {
    display: none !important;
  }
}
.formField_tableForm .allowInOutInline .bodyTitles .dataFields .dataField:nth-child(3) {
  display: flex;
  gap: 4px;
  width: 90px;
  flex-shrink: 0;
  flex-grow: 0;
}
.formField_tableForm .allowInOutInline .bodyTitles .dataFields .dataField:nth-child(4) {
  display: none;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: center;
}
.formField_tableForm .allowInOutInline .bodyTitles .dataFields .dataField .label {
  display: inline-block;
  margin-top: 2px;
}
.formField_tableForm .allowInOutInline .bodyTitles .btnAdd,
.formField_tableForm .allowInOutInline .bodyTitles .btnEdit {
  display: none;
}
.formField_tableForm .allowInOutInline .bodyTitles .btnAdd .text,
.formField_tableForm .allowInOutInline .bodyTitles .btnEdit .text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  margin-left: 2px;
  text-decoration: underline;
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing {
  display: flex;
  flex-direction: column;
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing {
    gap: 4px;
  }
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item {
    padding: 8px 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #dee2e6;
  }
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields {
  display: flex;
  gap: 12px;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields {
    flex-direction: column;
    position: relative;
  }
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField {
    padding-left: 32px;
  }
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(1) {
  width: 24px;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(1) {
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) {
    padding-top: 2px;
  }
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2):before {
    font-size: 0.875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.25rem;
    content: attr(data-label);
    color: #858e96;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) {
    width: 332px;
  }
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) {
  width: 120px;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) {
    width: 100%;
  }
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3):before {
    font-size: 0.875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.25rem;
    content: attr(data-label);
    color: #858e96;
  }
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(4) {
  width: 160px;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(4) .formField_allowInOutGroup {
    display: flex;
    justify-content: flex-start;
  }
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(4) .label {
  display: none;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(4) .label {
    display: inline-block;
    margin-top: 7px;
  }
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .btnDelete {
  margin-top: 4px;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .btnDelete {
    margin-top: 0;
  }
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .datetimeRangePicker {
    gap: 8px 0;
  }
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .datetimeRangePicker .picker {
    flex-basis: calc(100% - 12px);
  }
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .datetimeRangePicker .picker input {
  padding: 5px 8px;
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .datetimeRangePicker .picker input {
    min-width: 140px !important;
  }
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .datetimeRangePicker .separator:before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  margin: 16px 4px 0;
  background-color: #22252a;
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .period {
  width: 100px;
  padding: 5px 32px 5px 8px;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .period {
    width: 100%;
  }
}
.formField_tableForm .allowInOutInline .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .btnMarshalling + label {
  margin-top: 4px;
}
.formField_tableForm .allowInOutInline .bodyActions {
  display: flex;
  justify-content: flex-end;
}
@media (max-width:1023px) {
  .formField_tableForm .allowInOutInline .bodyActions {
    justify-content: center;
    padding: 8px 0 0;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #dee2e6;
  }
}
@media (min-width:1024px) {
  .formField_tableForm .allowInOutInline .bodyActions .buttonWrapper {
    width: 90px;
  }
}
.formField_tableForm .allowInOutInline .bodyActions .btnAdd .icon img {
  width: 24px;
  height: 24px;
}
.formField_tableForm .allowInOutInline .bodyActions .btnAdd .text {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  margin-left: 2px;
}
.formField_tableForm .allowInOutInline .bodyActions .btnEdit {
  display: none;
}
.formField_tableForm .allowInOutInline .bodyActions .btnEdit .text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  margin-left: 2px;
  text-decoration: underline;
}

.formField_allowInOutGroup input[type=text],
.formField_allowInOutGroup input[type=password],
.formField_allowInOutGroup input[type=email],
.formField_allowInOutGroup input[type=number],
.formField_allowInOutGroup input[type=tel] {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
}
.formField_allowInOutGroup select {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px 32px 8px 8px;
  background-color: #ffffff;
  color: #22252a;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 24px;
}
.formField_allowInOutGroup .datetimeRangePicker {
  display: flex;
}
@media (max-width:1023px) {
  .formField_allowInOutGroup .datetimeRangePicker {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media (min-width:1024px) {
  .allowInOutGroups .formField_allowInOutGroup .datetimeRangePicker {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.formField_allowInOutGroup .datetimeRangePicker .picker {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
@media (max-width:1023px) {
  .formField_allowInOutGroup .datetimeRangePicker .picker {
    flex-grow: 0;
    flex-basis: calc(100% - 4px - 8px);
    justify-content: space-between;
  }
}
.allowInOutGroups .formField_allowInOutGroup .datetimeRangePicker .picker {
  flex-grow: 0;
  flex-basis: calc(100% - 4px - 8px);
  justify-content: space-between;
}
@media (min-width:1024px) {
  .allowInOutGroups .formField_allowInOutGroup .datetimeRangePicker .picker {
    flex-basis: calc(100% - 4px - 12px);
  }
}
.formField_allowInOutGroup .datetimeRangePicker .picker input {
  display: block;
  width: 100%;
  padding: 9px 4px;
  text-overflow: ellipsis;
}
.formField_allowInOutGroup .datetimeRangePicker .picker .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  bottom: 12px;
  pointer-events: none;
}
.formField_allowInOutGroup .datetimeRangePicker .picker .icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.formField_allowInOutGroup .datetimeRangePicker .text {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-end;
  padding: 0;
}
@media (max-width:1023px) {
  .formField_allowInOutGroup .datetimeRangePicker .text {
    flex-basis: 4px;
    width: 4px;
    overflow: hidden;
    text-align: right;
  }
}
@media (min-width:1024px) {
  .formField_allowInOutGroup .datetimeRangePicker .text {
    padding: 0 4px 8px;
  }
}
@media (min-width:1024px) {
  .allowInOutGroups .formField_allowInOutGroup .datetimeRangePicker .text {
    flex-basis: 4px;
    width: 4px;
    overflow: hidden;
    text-align: right;
  }
}

.fieldUpload {
  position: relative;
  display: block;
}
.fieldUpload_upload {
  position: absolute;
  display: block;
  inset: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: pointer;
}
.fieldUpload_display {
  position: absolute;
  display: block;
  right: 4px;
  bottom: 4px;
}
.fieldUpload_display > a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #858e96;
}
.fieldUpload_display > a > img {
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fieldUpload_display > button {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #858e96;
  top: 4px;
  right: 4px;
}
.fieldUpload_display > button.hidden {
  display: none;
}
.fieldUpload_display > button > svg {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  pointer-events: none;
}

/*** datetime-local ***/
input[type=datetime-local] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
}

::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: green !important;
}

/*** OTP ***/
.formFieldWrapper_otp.hide {
  display: none !important;
}
.formFieldWrapper_otp .formFieldWrapper_otp_remarks ul {
  padding-left: 20px;
  padding-bottom: 8px;
}
.formFieldWrapper_otp .formField_stretch {
  display: flex;
}
.formFieldWrapper_otp .formField_stretch button {
  min-width: 110px;
  border-radius: 0 4px 4px 0;
}

/*** LOGIN ***/
.formFieldWrapper_continueBtn.hide,
.formFieldWrapper_loginBtn.hide {
  display: none !important;
}

.actionPanel {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.actionPanel .panelLeft,
.actionPanel .panelRight {
  display: flex;
  gap: 12px;
}
@media (min-width:1024px) {
  .actionPanel .panelLeft button {
    min-width: 96px;
  }
}
.actionPanel .panelLeft button.btnFilter.active {
  background-color: #f47920;
  border-color: #f47920;
  color: #ffffff;
}
@media (min-width:1024px) {
  .actionPanel .panelRight button {
    min-width: 116px;
  }
}
@media (max-width:1023px) {
  .isSearching .actionPanel {
    padding-bottom: 74px !important;
  }
}

@media (min-width:1024px) {
  #searchForm .btnSearchMobile {
    display: none;
  }
}
@media (max-width:1023px) {
  #searchForm .searchInput {
    display: none;
    width: calc(100vw - 40px - 24px - 12px);
    position: absolute;
    left: 20px;
    bottom: 22px;
  }
}
.isSearching #searchForm .searchInput {
  display: block;
}
@media (min-width:1024px) {
  #searchForm .searchInput .searchFormField {
    position: relative;
  }
}
#searchForm .searchInput .searchFormField input {
  width: calc(100% - 24px - 16px);
}
#searchForm .searchInput .searchFormField .btnSearch {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
}
@media (min-width:1024px) {
  #searchForm .searchInput .searchFormField .btnSearch {
    min-width: unset;
  }
}
#searchForm .searchInput .searchFormField .btnClose {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -32px;
  top: 8px;
}
@media (min-width:1024px) {
  #searchForm .searchInput .searchFormField .btnClose {
    min-width: 0;
  }
}
#searchForm .searchInput .searchFormField ~ .error {
  width: 100%;
  position: absolute;
}

.listingWrapper,
.formListingWrapper {
  margin-top: 16px;
}
.listingWrapper .hide,
.formListingWrapper .hide {
  display: none !important;
}
.listingWrapper .listingTable table,
.formListingWrapper .listingTable table {
  width: 100%;
  border-collapse: collapse;
}
.listingWrapper .listingTable table th,
.listingWrapper .listingTable table td,
.formListingWrapper .listingTable table th,
.formListingWrapper .listingTable table td {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  padding: 16px 8px;
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
}
.listingWrapper .listingTable table th.hidden,
.listingWrapper .listingTable table td.hidden,
.formListingWrapper .listingTable table th.hidden,
.formListingWrapper .listingTable table td.hidden {
  display: none !important;
}
.listingWrapper .listingTable table th,
.formListingWrapper .listingTable table th {
  background-color: #f7f3f6;
  font-weight: 400;
  color: #a63593;
}
.listingWrapper .listingTable table th .labelRemarks,
.formListingWrapper .listingTable table th .labelRemarks {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #858e96;
}
.listingWrapper .listingTable table th[data-type=recordActions_pending],
.formListingWrapper .listingTable table th[data-type=recordActions_pending] {
  display: flex;
  gap: 8px;
}
.listingWrapper .listingTable table th[data-type=recordActions_pending] button,
.formListingWrapper .listingTable table th[data-type=recordActions_pending] button {
  display: flex;
}
@media (min-width:1024px) {
  .listingWrapper .listingTable table td,
  .formListingWrapper .listingTable table td {
    vertical-align: top;
  }
}
@media (max-width:1023px) {
  .listingWrapper .listingTable table td.nodata,
  .formListingWrapper .listingTable table td.nodata {
    display: block;
    padding: 24px 20px;
    background-color: #ffffff !important;
    text-align: center;
  }
}
.sectionAddEPermit .listingWrapper .listingTable table td[data-fieldkey=recordActions] .actionWrapper input[type=checkbox] + label, .sectionPending .listingWrapper .listingTable table td[data-fieldkey=recordActions] .actionWrapper input[type=checkbox] + label,
.sectionAddEPermit .formListingWrapper .listingTable table td[data-fieldkey=recordActions] .actionWrapper input[type=checkbox] + label,
.sectionPending .formListingWrapper .listingTable table td[data-fieldkey=recordActions] .actionWrapper input[type=checkbox] + label {
  margin-top: 4px;
}

@media (max-width:1023px) {
  .listingWrapper {
    margin-top: 0;
  }
}
@media (min-width:1024px) {
  .listingWrapper .listingContainer {
    margin: 32px;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 8px;
  }
}
.listingWrapper .listingContainer .actionPanel {
  padding: 12px 20px;
  background-color: #ffffff;
}
@media (min-width:1024px) {
  .listingWrapper .listingContainer .actionPanel {
    padding: 0 0 20px;
  }
}
.listingWrapper .listingContainer .listing {
  margin-top: 12px;
  background-color: #ffffff;
}
@media (min-width:1024px) {
  .listingWrapper .listingContainer .listing {
    margin-top: 4px;
  }
}
.listingWrapper .listingContainer .listing .listingHeader {
  display: flex;
  gap: 48px;
  padding: 24px 20px 16px;
}
@media (min-width:1024px) {
  .listingWrapper .listingContainer .listing .listingHeader {
    padding: 0;
  }
}
.listingWrapper .listingContainer .listing .listingHeader > div {
  position: relative;
}
.listingWrapper .listingContainer .listing .listingHeader > div:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -24px;
  background-color: #dee2e6;
}
.listingWrapper .listingContainer .listing .listingHeader > div:first-child:before {
  display: none;
}
.listingWrapper .listingContainer .listing .listingHeader .titleWrapper {
  display: flex;
  gap: 8px;
}
.listingWrapper .listingContainer .listing .listingHeader .titleWrapper .title {
  font-size: 1.25rem;
  letter-spacing: 0.015625rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #343a40;
}
.listingWrapper .listingContainer .listing .listingHeader .titleWrapper .desc {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  align-self: flex-end;
  color: #343a40;
}
.listingWrapper .listingContainer .listing .listingHeader .actionWrapper {
  display: flex;
}
.listingWrapper .listingContainer .listing .listingHeader .actionWrapper .hide {
  display: none !important;
}
.listingWrapper .listingContainer .listing .listingTable {
  width: 100%;
  overflow-x: auto;
}
@media (min-width:1024px) {
  .listingWrapper .listingContainer .listing .listingTable {
    margin-top: 16px;
  }
}
.isWeb .listingWrapper .listingContainer .listing .listingTable table tr[data-clickable="1"]:hover td {
  background-color: #fff5eb;
}
.listingWrapper .listingContainer .listing .listingTable table th:first-child,
.listingWrapper .listingContainer .listing .listingTable table td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}
.listingWrapper .listingContainer .listing .listingTable table th:first-child:before,
.listingWrapper .listingContainer .listing .listingTable table td:first-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #dee2e6;
}
.listingWrapper .listingContainer .listing .listingTable table th:first-child:after,
.listingWrapper .listingContainer .listing .listingTable table td:first-child:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 0;
  background-image: linear-gradient(90deg, #dee2e6, rgba(222, 226, 230, 0));
}
.listingWrapper .listingContainer .listing .listingTable table th:last-child,
.listingWrapper .listingContainer .listing .listingTable table td:last-child {
  position: sticky;
  right: 0;
  z-index: 2;
}
.listingWrapper .listingContainer .listing .listingTable table th:last-child:before,
.listingWrapper .listingContainer .listing .listingTable table td:last-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dee2e6;
}
.listingWrapper .listingContainer .listing .listingTable table th:last-child:after,
.listingWrapper .listingContainer .listing .listingTable table td:last-child:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: -4px;
  top: 0;
  background-image: linear-gradient(-90deg, #dee2e6, rgba(222, 226, 230, 0));
}
.listingWrapper .listingContainer .listing .listingTable table th .textWrapper {
  display: flex;
}
.listingWrapper .listingContainer .listing .listingTable table th .textWrapper .text {
  display: block;
  margin-top: 2px;
}
.listingWrapper .listingContainer .listing .listingTable table th .textWrapper .sortBtn {
  display: block;
  width: 24px;
  height: 24px;
  align-self: center;
}
.listingWrapper .listingContainer .listing .listingTable table th[data-sort=asc] .sortBtn svg .dsc {
  display: none;
}
.listingWrapper .listingContainer .listing .listingTable table th[data-sort=dsc] .sortBtn svg .asc {
  display: none;
}
.listingWrapper .listingContainer .listing .listingTable table td {
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0 0 1px;
  transition: background-color 0.2s ease-out;
}
@media (max-width:1023px) {
  .listingWrapper .listingContainer .listing .listingTable table td.nodata {
    display: table-cell;
    text-align: left;
  }
}
.listingWrapper .listingContainer .listing .listingTable table td.nodata:before {
  display: none;
}
.listingWrapper .listingContainer .listing .listingTable table td.clickable {
  cursor: pointer;
}
.listingWrapper .listingContainer .listing .listingTable table td .actionWrapper {
  display: flex;
  gap: 8px;
}
.listingWrapper .listingContainer .listing .filterMsgWrapper {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.listingWrapper .listingContainer .listing .filterMsgWrapper .filterMsg {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #22252a;
}
@media (max-width:1023px) {
  .listingWrapper .listingContainer .listing .filterMsgWrapper .filterMsg {
    padding: 0 0 16px 20px;
  }
}
@media (min-width:1024px) {
  .listingWrapper .listingContainer .listing .filterMsgWrapper .filterMsg {
    padding: 8px 0 0;
  }
}
.listingWrapper .listingContainer .listing .filterMsgWrapper .btnFilterReset {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  align-self: flex-start;
}
@media (max-width:1023px) {
  .listingWrapper .listingContainer .listing .filterMsgWrapper .btnFilterReset {
    padding: 0 20px 16px 0;
  }
}

.formListingWrapper {
  overflow-x: auto;
}
@media (max-width:1023px) {
  .formListingWrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 0;
  }
}
.formListingWrapper .listingTable table tbody tr:not(:first-child) {
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px 0 0;
}
@media (max-width:1023px) {
  .sectionPending .formListingWrapper .listingTable table tbody tr:not(:first-child), .sectionListing .formListingWrapper .listingTable table tbody tr:not(:first-child) {
    border-width: 0 0 1px;
  }
}
@media (max-width:1023px) {
  .sectionAddEPermit .formListingWrapper .listingTable table tbody tr {
    border-width: 0;
  }
}
.formListingWrapper .listingTable table th,
.formListingWrapper .listingTable table td {
  position: relative;
}
@media (max-width:1023px) {
  .formListingWrapper .listingTable table th,
  .formListingWrapper .listingTable table td {
    display: block;
  }
}
@media (min-width:1024px) {
  .formListingWrapper .listingTable table th:last-child,
  .formListingWrapper .listingTable table td:last-child {
    position: sticky;
    right: 0;
    z-index: 2;
  }
  .formListingWrapper .listingTable table th:last-child:before,
  .formListingWrapper .listingTable table td:last-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #dee2e6;
  }
  .formListingWrapper .listingTable table th:last-child:after,
  .formListingWrapper .listingTable table td:last-child:after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: -4px;
    top: 0;
    background-image: linear-gradient(-90deg, #dee2e6, rgba(222, 226, 230, 0));
  }
}
.formListingWrapper .listingTable table th {
  white-space: pre-line;
  line-height: 1.2;
}
.formListingWrapper .listingTable table th .pickerWrapper {
  display: flex;
  gap: 8px 2px;
  margin-top: 7px;
}
@media (min-width:1024px) {
  .formListingWrapper .listingTable table th .pickerWrapper {
    margin-top: 0;
  }
}
.formListingWrapper .listingTable table th .pickerWrapper label {
  margin-top: -4px;
}
@media (min-width:1024px) {
  .formListingWrapper .listingTable table th[data-key=recordActions] .pickerWrapper {
    margin-top: 8px;
  }
}
.formListingWrapper .listingTable table th .btnBatchReject,
.formListingWrapper .listingTable table th .btnBatchApprove {
  display: block;
  min-width: 70px;
  height: 30px;
  padding: 5px 6px;
  margin-left: 4px;
  border-radius: 4px;
}
.formListingWrapper .listingTable table th .btnBatchReject:disabled,
.formListingWrapper .listingTable table th .btnBatchApprove:disabled {
  background-color: #adb5bd;
  cursor: not-allowed;
}
.formListingWrapper .listingTable table th .btnBatchReject:not(:disabled),
.formListingWrapper .listingTable table th .btnBatchApprove:not(:disabled) {
  transition: all 0.2s ease-out;
}
.formListingWrapper .listingTable table th .btnBatchReject:not(:disabled):hover,
.formListingWrapper .listingTable table th .btnBatchApprove:not(:disabled):hover {
  opacity: 0.7;
}
.formListingWrapper .listingTable table th .btnBatchReject .text,
.formListingWrapper .listingTable table th .btnBatchApprove .text {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.formListingWrapper .listingTable table th .btnBatchReject {
  background-color: #a50034;
}
.formListingWrapper .listingTable table th .btnBatchApprove {
  background-color: #67b834;
}
@media (max-width:1023px) {
  .sectionAddEPermit .formListingWrapper .listingTable table td:last-child:before {
    display: none !important;
  }
}
.formListingWrapper .listingTable table td:last-child .tdBlock {
  padding: 0;
}
@media (min-width:1024px) {
  .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper {
    gap: 12px;
  }
}
.sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper {
  display: flex;
}
.sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button {
  justify-content: center;
  width: 100%;
}
@media (max-width:1023px) {
  .sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button {
    width: 33.33%;
    padding: 12px 0;
  }
  .sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button:not(:first-child) {
    border-style: solid;
    border-color: #dee2e6;
    border-width: 0 0 0 1px;
  }
}
@media (min-width:1024px) {
  .sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button .icon {
    width: 16px;
  }
}
@media (max-width:1023px) {
  .sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button.btnEdit {
    width: 16.67%;
    height: auto;
  }
}
.sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button.btnReject .text, .sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button.btnApprove .text {
  white-space: nowrap;
}
@media (max-width:1023px) {
  .sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper input[type=checkbox] + label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 16.67%;
    padding-left: 0;
  }
  .sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper input[type=checkbox] + label:before {
    margin: 0 auto;
    position: relative;
  }
  .sectionPending .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper input[type=checkbox] + label .checked {
    left: calc(50% - 10px);
    top: calc(50% - 10px);
  }
}
@media (max-width:1023px) {
  .sectionAddEPermit .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper {
    display: flex;
  }
  .sectionAddEPermit .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper > * {
    flex-basis: 33.3333333333%;
    flex-grow: 1;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width:1023px) and (max-width:1023px) {
  .sectionAddEPermit .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button {
    height: 48px;
    padding: 8px 0;
  }
  .sectionAddEPermit .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button:not(:first-child) {
    border-style: solid;
    border-color: #dee2e6;
    border-width: 0 0 0 1px;
  }
}
@media (max-width:1023px) {
  .sectionAddEPermit .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper input[type=checkbox] ~ label {
    margin-top: 12px !important;
  }
  .sectionAddEPermit .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper input[type=checkbox] ~ label:before {
    left: calc(50% - 10px);
  }
  .sectionAddEPermit .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper input[type=checkbox] ~ label .checked {
    left: calc(50% - 8px);
  }
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper {
    display: flex;
  }
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper a,
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button {
    flex-grow: 1;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width:1023px) and (max-width:1023px) {
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper a,
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button {
    padding: 12px 0;
  }
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper a:not(:first-child),
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button:not(:first-child) {
    border-style: solid;
    border-color: #dee2e6;
    border-width: 0 0 0 1px;
  }
}
@media (max-width:1023px) and (max-width:1023px) {
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper a.btnBatchPreRegistration, .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper a.btnEdit,
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button.btnBatchPreRegistration,
  .sectionListing .formListingWrapper .listingTable table td:last-child .tdBlock .actionWrapper button.btnEdit {
    height: auto;
  }
}
@media (min-width:1024px) {
  .formListingWrapper .listingTable table td:last-child:before {
    display: none;
  }
}
.importAddEPermit .formListingWrapper .listingTable table td .tdBlock .actionWrapper, .sectionAddEPermit .formListingWrapper .listingTable table td .tdBlock .actionWrapper, .sectionListing .formListingWrapper .listingTable table td .tdBlock .actionWrapper {
  display: flex;
  gap: 8px;
}
.formListingWrapper .listingTable table td .tdBlock .actionWrapper .btnZip .text,
.formListingWrapper .listingTable table td .tdBlock .actionWrapper .btnUrl .text,
.formListingWrapper .listingTable table td .tdBlock .actionWrapper .btnCsv .text {
  color: #343a40;
}
.formListingWrapper .listingTable table td .tdBlock .actionWrapper .btnChanged .icon {
  width: 16px;
}
.formListingWrapper .listingTable table td .tdBlock .actionWrapper .btnChanged .text {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #f47920;
  white-space: nowrap;
  text-decoration: underline;
}
.formListingWrapper .listingTable table td .tdBlock .dataText {
  display: none;
}
.formListingWrapper .listingTable table td .tdBlock .dataText ul {
  padding-inline-start: 20px;
}
@media (max-width:1023px) {
  .formListingWrapper .listingTable table thead {
    display: none;
  }
  .formListingWrapper .listingTable table tr {
    display: block;
    position: relative;
    background-color: #ffffff;
    border-style: solid;
    border-color: #dee2e6;
    border-width: 0 0 1px;
  }
  .formListingWrapper .listingTable table tr:before {
    content: "";
    display: block;
    height: 100%;
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f7f3f6;
  }
  .sectionAddEPermit .formListingWrapper .listingTable table tr td:first-child .tdBlock, .sectionPending .formListingWrapper .listingTable table tr td:first-child .tdBlock {
    padding-top: 16px;
  }
  .sectionAddEPermit .formListingWrapper .listingTable table tr td:last-child {
    border-bottom-width: 1px;
  }
  .formListingWrapper .listingTable table td {
    display: flex;
    padding: 0;
  }
  .formListingWrapper .listingTable table td:before {
    font-size: 0.875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.25rem;
    content: attr(data-label);
    display: block;
    flex-basis: 36%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 16px 16px 8px 20px;
    background-color: #f7f3f6;
    color: #a63593;
    white-space: pre-line;
    line-height: 1.2;
  }
}
@media (max-width:1023px) and (max-width:767px) {
  .formListingWrapper .listingTable table td:before {
    flex-basis: 140px;
  }
}
@media (max-width:1023px) and (min-width: 768px) and (max-width: 1023px) {
  .formListingWrapper .listingTable table td:before {
    flex-basis: 240px;
  }
}
@media (max-width:1023px) {
  .formListingWrapper .listingTable table td .tdBlock {
    flex-grow: 1;
    padding: 8px 20px 8px 16px;
  }
  .formListingWrapper .listingTable table td:last-child {
    border-style: solid;
    border-color: #dee2e6;
    border-width: 1px 0 0;
  }
  .formListingWrapper .listingTable table td:last-child .tdBlock {
    padding: 0;
  }
}
@media (max-width:1023px) and (max-width:1023px) {
  .sectionAddEPermit .formListingWrapper .listingTable table td:last-child .tdBlock {
    padding: 0 20px 0 16px;
  }
}
@media (max-width:1023px) {
  .formListingWrapper .listingTable table td:last-child:before {
    /* DUMMY */
  }
  .sectionPending .formListingWrapper .listingTable table td:last-child:before, .sectionListing .formListingWrapper .listingTable table td:last-child:before {
    display: none;
  }
  .sectionPending .formListingWrapper .listingTable table td[data-fieldKey=status]:before, .sectionPending .formListingWrapper .listingTable table td[data-fieldKey=lastupdate]:before {
    padding-top: 8px;
  }
  .sectionListing .formListingWrapper .listingTable table td:before {
    padding-top: 8px;
  }
}

.pagination {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width:1024px) {
  .pagination {
    margin-bottom: 24px;
  }
}
.pagination .currentPage {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  min-width: 64px;
  margin-right: 8px;
  padding: 5px 32px 5px 4px;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  border-radius: 4px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 24px;
}
.pagination .paginationBtnWrapper {
  display: inline-flex;
  margin-left: 24px;
  vertical-align: middle;
}
.pagination .paginationBtnWrapper .button_pagination {
  align-self: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  background-color: #ffffff;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}
.pagination .paginationBtnWrapper .button_pagination.disabled {
  background-color: #dee2e6;
}
.pagination .paginationBtnWrapper .button_pagination.disabled svg * {
  fill: #adb5bd;
}
.pagination .paginationBtnWrapper .button_pagination.prev {
  border-radius: 4px 0 0 4px;
  border-right-width: 0;
}
.pagination .paginationBtnWrapper .button_pagination.next {
  border-radius: 0 4px 4px 0;
}

.listing_filter .dialogContent .filter_actions,
.listing_columnsFilter .dialogContent .filter_actions {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 1px 0 0 0;
}
.listing_filter .dialogContent .filter_actions .actionRight,
.listing_columnsFilter .dialogContent .filter_actions .actionRight {
  display: flex;
  gap: 12px;
}
.listing_filter .dialogContent .filter_actions .actionRight button,
.listing_columnsFilter .dialogContent .filter_actions .actionRight button {
  min-width: 116px;
}
.listing_filter .dialogContent .filterWrapper,
.listing_columnsFilter .dialogContent .filterWrapper {
  padding-bottom: 16px;
}
.listing_filter .dialogContent .filterWrapper .filterItem,
.listing_columnsFilter .dialogContent .filterWrapper .filterItem {
  padding-top: 16px;
  padding-bottom: 8px;
}
.listing_filter .dialogContent .filterWrapper .filterItem .itemTitle,
.listing_columnsFilter .dialogContent .filterWrapper .filterItem .itemTitle {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  color: #22252a;
}
.listing_filter .dateTimePickers .selector,
.listing_columnsFilter .dateTimePickers .selector {
  display: flex;
}
.listing_filter .dateTimePickers .selector .picker,
.listing_columnsFilter .dateTimePickers .selector .picker {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
.listing_filter .dateTimePickers .selector .picker input,
.listing_columnsFilter .dateTimePickers .selector .picker input {
  display: block;
  width: 100%;
  padding: 9px 4px;
  text-overflow: ellipsis;
}
.listing_filter .dateTimePickers .selector .picker input:disabled,
.listing_columnsFilter .dateTimePickers .selector .picker input:disabled {
  background-color: #dee2e6;
}
.listing_filter .dateTimePickers .selector .picker .icon,
.listing_columnsFilter .dateTimePickers .selector .picker .icon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 12px;
  pointer-events: none;
}
.listing_filter .dateTimePickers .selector .picker .icon svg,
.listing_columnsFilter .dateTimePickers .selector .picker .icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.listing_filter .dateTimePickers .selector .text,
.listing_columnsFilter .dateTimePickers .selector .text {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
  padding: 0 4px;
}
.listing_filter .dateCustomPickers,
.listing_columnsFilter .dateCustomPickers {
  display: flex;
  gap: 12px;
  align-items: center;
}
.listing_filter .dateCustomPickers .btnCustomTime,
.listing_columnsFilter .dateCustomPickers .btnCustomTime {
  align-self: flex-start;
  min-width: 60px;
}
.listing_filter .dateDefaultPickers,
.listing_columnsFilter .dateDefaultPickers {
  display: flex;
  gap: 12px;
}
@media (max-width:1023px) {
  .listing_filter .dateDefaultPickers,
  .listing_columnsFilter .dateDefaultPickers {
    width: 100%;
  }
}

.listing_filter .dialogContent .firstFocus {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
@media (min-width:1024px) {
  .listing_filter .dialogContent .filterWrapper .filter_date .pickersWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px 12px;
    padding-top: 8px;
  }
}
@media (min-width:1024px) {
  .listing_filter .dialogContent .filterWrapper .filter_date .pickersWrapper .dateTimePickers {
    padding-top: 0;
    flex-basis: 390px;
  }
}
.listing_filter .dialogContent .filterWrapper .filter_date .pickersWrapper .dateDefaultPickers {
  margin-bottom: 14px;
}
@media (min-width:1024px) {
  .listing_filter .dialogContent .filterWrapper .filter_date .pickersWrapper .dateDefaultPickers {
    margin-bottom: 0px;
  }
}
.listing_filter .dialogContent .filterWrapper .filter_venue .filter_selection,
.listing_filter .dialogContent .filterWrapper .filter_status .filter_selection {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding-top: 8px;
}
.listing_filter .dialogContent .filterWrapper .filter_venue .filter_selection button,
.listing_filter .dialogContent .filterWrapper .filter_status .filter_selection button {
  flex-grow: 0;
  flex-shrink: 0;
}
.listing_filter select {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  display: block;
  min-width: 0;
  padding: 8px 32px 8px 0;
  background-color: #ffffff;
  color: #22252a;
  border-style: solid;
  border-color: #dee2e6;
  border-width: 0 0 1px;
  background-repeat: no-repeat;
  background-position: right 4px center;
  background-size: 24px;
}
.listing_filter .filterItem .filterItem_contentFlex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
}
.listing_filter .filterItem .filterItem_contentFlex input[type=text] {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  display: block;
  min-width: 0;
  padding: 9px 4px;
}
.listing_filter .filterItem .filterItem_contentFlex input[type=text]:disabled {
  background-color: #dee2e6;
}
.listing_filter .filterItem.filter_location .itemTitle + div, .listing_filter .filterItem.filter_isPreReg .itemTitle + div, .listing_filter .filterItem.filter_isVip .itemTitle + div {
  margin-top: 8px;
}
@media (min-width:1024px) {
  .listing_filter.inoutListingFilter .filterWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .listing_filter.inoutListingFilter .filterWrapper .filterItem {
    width: 100%;
  }
  .listing_filter.inoutListingFilter .filterWrapper .filterItem.filter_eventNature, .listing_filter.inoutListingFilter .filterWrapper .filterItem.filter_apiMethod, .listing_filter.inoutListingFilter .filterWrapper .filterItem.filter_eventId, .listing_filter.inoutListingFilter .filterWrapper .filterItem.filter_eventName, .listing_filter.inoutListingFilter .filterWrapper .filterItem.filter_isPreReg, .listing_filter.inoutListingFilter .filterWrapper .filterItem.filter_isVip {
    width: calc((100% - 16px) / 2);
  }
}

.listing_columnsFilter .dialogContent .filterWrapper .filter_columnFilter .columnFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding-top: 8px;
}
.listing_columnsFilter .dialogContent .filterWrapper .filter_columnFilter .columnFilter button {
  flex-grow: 0;
  flex-shrink: 0;
}

.dateSearchFilter {
  position: relative;
  display: block;
}
.dateSearchFilter input {
  display: none;
}

@media (max-width:1023px) {
  [data-role="1"] .infoCardWrapper .infoCard .section.sectionListing .listingTable tr td:last-child, [data-role="2"] .infoCardWrapper .infoCard .section.sectionListing .listingTable tr td:last-child {
    /*
    display: block;
    position: absolute;
    right: 4px;
    top: 2px;
    border-color: transparent;
    */
  }
}
@media (max-width:1023px) {
  .infoCardWrapper .infoCard .section.sectionListing .listingTable tr td:first-child {
    padding-right: 40px;
  }
}
@media (max-width:1023px) {
  [data-role="1"] .infoCardWrapper .infoCard .section.sectionListing .listingTable tr[data-changed="1"] td:last-child {
    /*
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    border-color: transparent;
    background-color: $color_orange_200 !important;
    */
    background-color: #fef8f4 !important;
  }
  [data-role="1"] .infoCardWrapper .infoCard .section.sectionListing .listingTable tr[data-changed="1"] td:last-child .tdBlock {
    width: 100%;
    height: 100%;
    position: relative;
  }
  [data-role="1"] .infoCardWrapper .infoCard .section.sectionListing .listingTable tr[data-changed="1"] td:last-child .tdBlock .actionWrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  [data-role="1"] .infoCardWrapper .infoCard .section.sectionListing .listingTable tr[data-changed="1"] td:last-child .tdBlock .actionWrapper button {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
}

.allowInOutPicker[data-readonly="1"] .allowInOutGroups .readonlyText {
  display: block;
}
.allowInOutPicker[data-readonly="1"] .allowInOutGroups .datetimeRangePicker {
  display: none;
}
.allowInOutPicker[data-readonly="1"] .allowInOutGroups .period {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  background-image: none !important;
  padding: 0;
  color: #343a40;
  border-color: transparent;
  opacity: 1 !important;
}
.allowInOutPicker[data-readonly="1"] .allowInOutGroups .btnMarshalling ~ label:before {
  background-color: #858e96;
  border-color: #858e96;
}
.allowInOutGroups .readonlyText {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  display: none;
  color: #343a40;
}

.allowInOutGroupPicker {
  display: block;
  padding: 16px 0;
  position: fixed;
  background-color: #ffffff;
  border-radius: 4px;
  border-style: solid;
  border-color: #adb5bd;
  border-width: 1px;
  z-index: 11;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker {
    padding: 0;
    display: flex;
    flex-direction: column;
    inset: 50% auto auto 50% !important;
    width: calc(100vw - 48px);
    width: calc(100dvw - 48px);
    max-width: 400px;
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (min-width:1024px) {
  .allowInOutGroupPicker {
    width: 690px;
  }
}
.allowInOutGroupPicker[data-readonly="1"] .readonlyText {
  display: block;
}
.allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_top .dataFields .dataField:nth-child(3) .formField_allowInOutGroup,
.allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_body .dataFields .dataField:nth-child(3) .formField_allowInOutGroup {
  margin-top: 0;
}
.allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_top .dataFields .dataField:nth-child(4) .btnDelete,
.allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_body .dataFields .dataField:nth-child(4) .btnDelete {
  margin-top: 0;
}
.allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(3) {
  flex-direction: column;
}
.allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_body[data-group-length="0"] {
  display: none;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(1) .datetimeRangePicker {
    gap: 0;
  }
  .allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(1) .datetimeRangePicker .picker {
    flex-basis: unset;
  }
  .allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) {
    display: flex;
    flex-direction: column;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 8px;
  }
  .allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3):before {
    font-size: 0.875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.25rem;
    content: attr(data-label);
    display: block;
    color: #858e96;
  }
  .allowInOutGroupPicker[data-readonly="1"] .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .formField_allowInOutGroup {
    margin-top: 0;
  }
}
@media (min-width:1024px) {
  .allowInOutGroupPicker[data-readonly="1"] .allowInOutGroup_item {
    padding: 1px 0 !important;
    border-width: 0 !important;
  }
}
.allowInOutGroupPicker[data-readonly="1"] .datetimeRangePicker .picker {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.allowInOutGroupPicker[data-readonly="1"] .datetimeRangePicker .picker input {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  width: 140px;
  padding: 0;
  color: #343a40;
  border-color: transparent;
}
.allowInOutGroupPicker[data-readonly="1"] .datetimeRangePicker .picker .icon {
  display: none;
}
.allowInOutGroupPicker[data-readonly="1"] .datetimeRangePicker .text {
  padding: 0 4px 0 0;
  position: relative;
  top: -2px;
}
.allowInOutGroupPicker[data-readonly="1"] .period {
  display: none;
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
  background-image: none !important;
  color: #343a40;
  border-color: transparent;
}
.allowInOutGroupPicker[data-readonly="1"] .period:disabled {
  opacity: 1;
}
.allowInOutGroupPicker[data-readonly="1"] .btnMarshalling ~ label {
  display: block;
}
.allowInOutGroupPicker[data-readonly="1"] .btnMarshalling ~ .readonlyText {
  display: none;
}
.allowInOutGroupPicker .readonlyText {
  font-size: 1rem;
  letter-spacing: 0.015625rem;
  line-height: 1.5rem;
  display: none;
  color: #343a40;
}

.allowInOutGroups .noWrap,
.allowInOutGroupPicker .noWrap {
  white-space: nowrap;
}
.allowInOutGroups .hide,
.allowInOutGroupPicker .hide {
  display: none !important;
}
.allowInOutGroups input[type=checkbox].hide ~ label,
.allowInOutGroupPicker input[type=checkbox].hide ~ label {
  display: block !important;
}
.allowInOutGroups input[type=checkbox].hide ~ .readonlyText,
.allowInOutGroupPicker input[type=checkbox].hide ~ .readonlyText {
  display: none !important;
}

.allowInOutGroupPicker_close {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
}

@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_top .dataFields,
  .allowInOutGroupPicker .allowInOutGroupPicker_body .dataFields {
    display: flex;
    gap: 16px;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .dataFields .dataField:nth-child(1),
  .allowInOutGroupPicker .allowInOutGroupPicker_body .dataFields .dataField:nth-child(1) {
    flex-basis: 340px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .dataFields .dataField:nth-child(2),
  .allowInOutGroupPicker .allowInOutGroupPicker_body .dataFields .dataField:nth-child(2) {
    flex-basis: 106px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .dataFields .dataField:nth-child(3),
  .allowInOutGroupPicker .allowInOutGroupPicker_body .dataFields .dataField:nth-child(3) {
    flex-basis: 140px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .dataFields .dataField:nth-child(3) .formField_allowInOutGroup,
  .allowInOutGroupPicker .allowInOutGroupPicker_body .dataFields .dataField:nth-child(3) .formField_allowInOutGroup {
    margin-top: 6px;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .dataFields .dataField:nth-child(4),
  .allowInOutGroupPicker .allowInOutGroupPicker_body .dataFields .dataField:nth-child(4) {
    flex-basis: 24px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .dataFields .dataField:nth-child(4) .btnDelete,
  .allowInOutGroupPicker .allowInOutGroupPicker_body .dataFields .dataField:nth-child(4) .btnDelete {
    margin-top: 6px;
  }
}

@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_top {
    padding: 16px;
  }
}
@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_top {
    padding: 0 16px 16px;
  }
}
.allowInOutGroups .allowInOutGroupPicker_top {
  padding: 0;
  padding-bottom: 16px;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topTitles {
    display: none;
  }
}
.allowInOutGroups .allowInOutGroupPicker_top .topTitles {
  display: none;
}
.allowInOutGroupPicker_top .topTitles .dataFields .dataField {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  color: #858e96;
}
.allowInOutGroupPicker_top .topTitles .dataFields .dataField .permitRemarks {
  display: none;
}
[data-permittype="1"] .allowInOutGroupPicker_top .topTitles .dataFields .dataField .permitRemarks {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  margin-bottom: 2px;
  background-color: #858e96;
  font-size: 12px;
  line-height: 0;
  text-align: center;
  color: #fff;
  border-radius: 16px;
}
.allowInOutGroupPicker_top .topTitles .dataFields .dataField .allowInOutRemarks {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  display: block;
}
@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody {
    margin-top: 8px;
  }
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField {
    display: flex;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:not(:first-child) {
    margin-top: 8px;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(2), .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(4) {
    display: none;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(1):before, .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(3):before {
    font-size: 0.875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.25rem;
    content: attr(data-label);
    display: block;
    color: #858e96;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(1) input {
    font-size: 1rem;
    letter-spacing: 0.015625rem;
    line-height: 1.5rem;
    margin-top: 4px;
    padding: 0;
    color: #343a40;
    border-width: 0;
  }
}
@media (max-width:1023px) and (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(1) .formField_allowInOutGroup:before {
    font-size: 0.75rem;
    letter-spacing: 0.03125rem;
    line-height: 1.333rem;
    content: attr(data-label);
    display: block;
    color: #858e96;
  }
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(3) {
    display: flex;
    justify-content: space-between;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(3):before {
    margin-top: 4px;
  }
}
@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_top .topBody .dataFields .dataField {
    font-size: 1rem;
    letter-spacing: 0.015625rem;
    line-height: 1.5rem;
    color: #343a40;
  }
}
.allowInOutGroups .allowInOutGroupPicker_top .topBody .dataFields .dataField {
  display: flex;
}
.allowInOutGroups .allowInOutGroupPicker_top .topBody .dataFields .dataField:not(:first-child) {
  margin-top: 8px;
}
.allowInOutGroups .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(1), .allowInOutGroups .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(2), .allowInOutGroups .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(4) {
  display: none;
}
.allowInOutGroups .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(1):before, .allowInOutGroups .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(3):before {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  content: attr(data-label);
  display: block;
  color: #858e96;
}
.allowInOutGroups .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(3) {
  display: flex;
  justify-content: space-between;
}
.allowInOutGroups .allowInOutGroupPicker_top .topBody .dataFields .dataField:nth-child(3):before {
  margin-top: 2px;
}

.allowInOutGroupPicker_body {
  border-style: solid;
  border-color: #adb5bd;
  border-width: 1px 0 0;
}
.allowInOutGroupPicker .allowInOutGroupPicker_body {
  overflow-y: auto;
  max-height: 250px;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body {
    padding: 8px 0;
    flex: 1 1 auto;
    max-height: initial;
  }
}
@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body {
    padding: 16px;
  }
}
.allowInOutGroups .allowInOutGroupPicker_body {
  padding: 0;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body .bodyTitles {
    display: none;
  }
}
.allowInOutGroups .allowInOutGroupPicker_body .bodyTitles {
  display: none;
}
.allowInOutGroupPicker_body .bodyTitles .dataFields .dataField {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  color: #858e96;
}
@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing {
    margin-top: 8px;
  }
}
.allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item {
  padding: 8px 16px;
}
@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item {
    padding: 8px 0;
  }
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item {
  padding: 0;
}
@media (max-width:1023px) {
  .allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item {
    padding: 8px 0 12px;
  }
}
@media (min-width:1024px) {
  .allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item {
    margin-top: 16px;
    padding-left: 8px;
    border-style: solid;
    border-color: #dee2e6;
    border-width: 0 0 0 1px;
  }
}
.allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item:first-child {
  padding-top: 0;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item:not(:first-child) {
    border-style: solid;
    border-color: #dee2e6;
    border-width: 1px 0 0;
  }
}
@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item {
    padding: 8px 0;
  }
}
.allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields {
  position: relative;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField {
    margin-top: 8px;
  }
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField {
  margin-top: 8px;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .formField_allowInOutGroup {
    margin-top: 8px;
  }
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField .formField_allowInOutGroup {
  margin-top: 8px;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField {
    display: flex;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(1):before, .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2):before {
    font-size: 0.875rem;
    letter-spacing: 0.03125rem;
    line-height: 1.25rem;
    content: attr(data-label);
    display: block;
    color: #858e96;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(1) {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-right: 32px;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) {
    display: flex;
    flex-direction: column;
    padding-right: 32px;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 46px;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) .formField_allowInOutGroup {
    margin-top: 0;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) .formField_allowInOutGroup .btnMarshalling ~ label {
    padding-left: 24px;
  }
  .allowInOutGroupPicker .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(4) {
    margin-top: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 82px;
  }
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField {
  display: flex;
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(1):before, .allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2):before {
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.25rem;
  content: attr(data-label);
  display: block;
  color: #858e96;
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(1) {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding-right: 32px;
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(2) {
  display: flex;
  flex-direction: column;
  padding-right: 32px;
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 46px;
}
@media (min-width:1024px) {
  .allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) {
    top: 26px;
  }
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) .formField_allowInOutGroup {
  margin-top: 0;
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(3) .formField_allowInOutGroup .btnMarshalling ~ label {
  padding-left: 24px;
}
.allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(4) {
  margin-top: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 82px;
}
@media (min-width:1024px) {
  .allowInOutGroups .allowInOutGroupPicker_body .allowInOutGroup_listing .allowInOutGroup_item .dataFields .dataField:nth-child(4) {
    top: 62px;
  }
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body .bodyActions {
    padding: 8px 16px;
  }
}
@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_body .bodyActions {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
  }
}
.allowInOutGroups .allowInOutGroupPicker_body .bodyActions {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
}

.allowInOutGroupPicker_actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-style: solid;
  border-color: #adb5bd;
  border-width: 1px 0 0;
}
@media (max-width:1023px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_actions {
    padding: 16px;
  }
}
@media (min-width:1024px) {
  .allowInOutGroupPicker .allowInOutGroupPicker_actions {
    padding: 16px 16px 0;
  }
}
.allowInOutGroups .allowInOutGroupPicker_actions {
  padding: 16px;
}
.allowInOutGroupPicker_actions .button_minimal {
  padding-bottom: 0;
}
.allowInOutGroupPicker_actions .error {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  color: #cd242b;
}
.allowInOutGroupPicker_actions .actionRemarks {
  display: none;
}
[data-permittype="1"] .allowInOutGroupPicker_actions .actionRemarks {
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  line-height: 1.333rem;
  display: block;
  flex-basis: 100%;
  margin-top: 12px;
  color: #858e96;
}
[data-permittype="1"] .allowInOutGroupPicker_actions .actionRemarks .permitRemarks {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  margin-bottom: 2px;
  background-color: #858e96;
  font-size: 12px;
  line-height: 0;
  text-align: center;
  color: #fff;
  border-radius: 16px;
}

/*
.allowInOutGroupPicker & {
}
.allowInOutGroups & {
}
*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.contentWrapper.error404, .contentWrapper.login {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
}
.contentWrapper.base {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
}
@media (min-width:1024px) {
  .contentWrapper.base {
    flex-direction: row;
  }
}
.contentWrapper aside {
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 100vh;
  max-height: 100dvh;
}
.contentWrapper .coreContent {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  width: 100%;
}
@media (max-width:1023px) {
  .contentWrapper .coreContent {
    max-height: calc(100vh - 65px);
    max-height: calc(100dvh - 65px);
  }
}
@media (min-width:1024px) {
  .contentWrapper .coreContent {
    max-height: 100vh;
    max-height: 100dvh;
  }
}
.contentWrapper header {
  flex-grow: 0;
  flex-shrink: 0;
}
.contentWrapper main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.contentWrapper .mainContent {
  flex-grow: 1;
  flex-shrink: 0;
}
.contentWrapper footer {
  flex-grow: 0;
  flex-shrink: 0;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  outline-color: #bfbfbf;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.dimWrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  inset: 0;
  z-index: 9;
}

@media (min-width:1024px) {
  .datepicker_start,
  .datepicker_end {
    min-width: 160px !important;
  }
}
.datepicker_start::-moz-placeholder, .datepicker_end::-moz-placeholder {
  font-size: 12px;
}
.datepicker_start::placeholder,
.datepicker_end::placeholder {
  font-size: 12px;
}