@charset "UTF-8";
/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .f-ttl, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .f-ttl, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .chat-area .msgbox-time, .msgboxList2 .msgboxList-msgtxt, .msgboxList-company .msgboxList-msgtxt, .exhi-items-products .card-footer, .exhi-items-label, .exhi-items-zone span, .exhi-items-booth span, .arrow-category:before, .fp-info-label, .formList-comment p, .important ul li span, footer .row .col:nth-child(2), footer .exhi-search-ttlArea .col:nth-child(2), footer .search-sem-result-info .col:nth-child(2), footer .search-sem-result-datevenue .col:nth-child(2), footer .msgboxList-row .col:nth-child(2), footer .exhi-details-contact .col:nth-child(2), footer .exhi-details-data .col:nth-child(2), footer .exhi-items-labels .col:nth-child(2), footer .label-remarks .col:nth-child(2), footer .exhi-items-products .col:nth-child(2), footer .exhi-items .col:nth-child(2), footer .dlList-item .col:nth-child(2), footer .c-row-3-3-3-3 .col:nth-child(2), footer .c-row-4-4-4 .col:nth-child(2), footer .c-row-6-6 .col:nth-child(2), footer .c-row-12 .col:nth-child(2), footer .fp-input-row .col:nth-child(2), footer .row-sm-7-sm .col:nth-child(2), footer .row-9-sm .col:nth-child(2), footer .row-2-6-4 .col:nth-child(2), footer .row-2-5-5 .col:nth-child(2), footer .row-7-2-1-2 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .fp-bank-row .col:nth-child(2), footer .fp-station-row .col:nth-child(2), footer .fp-row .col:nth-child(2), footer .semList-item .col:nth-child(2), footer .password-row .col:nth-child(2), footer .top-2btns .col:nth-child(2), footer .top-bInfo-row .col:nth-child(2), footer .f-row-12 .col:nth-child(2), footer .f-row-3-9 .col:nth-child(2), footer .f-row-4-8 .col:nth-child(2), footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-7-5 .col:nth-child(2), footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-10 .col:nth-child(2), footer .f-row-6-6 .col:nth-child(2), footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-free .col:nth-child(2), footer .f-row-auto .col:nth-child(2), footer .f-row-cols .col:nth-child(2), footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-1 .col:nth-child(2), .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled, .search-sem-result, .chat-area ul, .msgboxList2, .search-noResult ul, .search-exhi-result, .semList, .attachment ul, .table-list, .upper-nav li {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row, .exhi-search-ttlArea, .search-sem-result-info, .search-sem-result-datevenue, .msgboxList-row, .exhi-details-contact, .exhi-details-data, .exhi-items-labels, .label-remarks, .exhi-items-products, .exhi-items, .dlList-item, .c-row-3-3-3-3, .c-row-4-4-4, .c-row-6-6, .c-row-12, .fp-input-row, .row-sm-7-sm, .row-9-sm, .row-2-6-4, .row-2-5-5, .row-7-2-1-2, .row-1-1-1-1-1-1-1-1-1-1-1-1, .fp-bank-row, .fp-station-row, .fp-row, .semList-item, .password-row, .top-2btns, .top-bInfo-row, .f-row-cols, .f-row-cols1-1, .f-row-cols1-2, .f-row-cols1-3, .f-row-cols1-4, .f-row-cols1-5, .f-row-cols1-6, .f-row-12, .f-row-3-9, .f-row-4-8, .f-row-sm-7-sm, .f-row-7-5, .f-row-2-4, .f-row-2-4-2-4, .f-row-2-5-5, .f-row-2-10, .f-row-6-6, .f-row-2-1-2, .f-row-3-3-3-3, .f-row-4-4-4, .f-row-4-3-5, .f-row-free, .f-row-auto {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > *, .exhi-search-ttlArea > *, .search-sem-result-info > *, .search-sem-result-datevenue > *, .msgboxList-row > *, .exhi-details-contact > *, .exhi-details-data > *, .exhi-items-labels > *, .label-remarks > *, .exhi-items-products > *, .exhi-items > *, .dlList-item > *, .c-row-3-3-3-3 > *, .c-row-4-4-4 > *, .c-row-6-6 > *, .c-row-12 > *, .fp-input-row > *, .row-sm-7-sm > *, .row-9-sm > *, .row-2-6-4 > *, .row-2-5-5 > *, .row-7-2-1-2 > *, .row-1-1-1-1-1-1-1-1-1-1-1-1 > *, .fp-bank-row > *, .fp-station-row > *, .fp-row > *, .semList-item > *, .password-row > *, .top-2btns > *, .top-bInfo-row > *, .f-row-cols > *, .f-row-cols1-1 > *, .f-row-cols1-2 > *, .f-row-cols1-3 > *, .f-row-cols1-4 > *, .f-row-cols1-5 > *, .f-row-cols1-6 > *, .f-row-12 > *, .f-row-3-9 > *, .f-row-4-8 > *, .f-row-sm-7-sm > *, .f-row-7-5 > *, .f-row-2-4 > *, .f-row-2-4-2-4 > *, .f-row-2-5-5 > *, .f-row-2-10 > *, .f-row-6-6 > *, .f-row-2-1-2 > *, .f-row-3-3-3-3 > *, .f-row-4-4-4 > *, .f-row-4-3-5 > *, .f-row-free > *, .f-row-auto > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > *, .exhiList-table .exhi-items-labels > *, .exhi-items-labels > *, .label-remarks > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > *, .c-row-3-3-3-3 > *, .c-row-4-4-4 > *, .c-row-6-6 > *, .c-row-12 > *, .password-row > *, .top-2btns > *, footer .row > *, footer .exhi-search-ttlArea > *, footer .search-sem-result-info > *, footer .search-sem-result-datevenue > *, footer .msgboxList-row > *, footer .exhi-details-contact > *, footer .exhi-details-data > *, footer .exhi-items-labels > *, footer .label-remarks > *, footer .exhi-items-products > *, footer .exhi-items > *, footer .dlList-item > *, footer .c-row-3-3-3-3 > *, footer .c-row-4-4-4 > *, footer .c-row-6-6 > *, footer .c-row-12 > *, footer .fp-input-row > *, footer .row-sm-7-sm > *, footer .row-9-sm > *, footer .row-2-6-4 > *, footer .row-2-5-5 > *, footer .row-7-2-1-2 > *, footer .row-1-1-1-1-1-1-1-1-1-1-1-1 > *, footer .fp-bank-row > *, footer .fp-station-row > *, footer .fp-row > *, footer .semList-item > *, footer .password-row > *, footer .top-2btns > *, footer .top-bInfo-row > *, footer .f-row-12 > *, footer .f-row-3-9 > *, footer .f-row-4-8 > *, footer .f-row-sm-7-sm > *, footer .f-row-7-5 > *, footer .f-row-2-4 > *, footer .f-row-2-4-2-4 > *, footer .f-row-2-5-5 > *, footer .f-row-2-10 > *, footer .f-row-6-6 > *, footer .f-row-2-1-2 > *, footer .f-row-3-3-3-3 > *, footer .f-row-4-4-4 > *, footer .f-row-4-3-5 > *, footer .f-row-free > *, footer .f-row-auto > *, footer .f-row-cols > *, footer .f-row-cols1-6 > *, footer .f-row-cols1-5 > *, footer .f-row-cols1-4 > *, footer .f-row-cols1-3 > *, footer .f-row-cols1-2 > *, footer .f-row-cols1-1 > *, .f-row-cols1-1 > *, .f-row-cols1-2 > *, .f-row-cols1-3 > *, .f-row-cols1-4 > *, .f-row-cols1-5 > *, .f-row-cols1-6 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > *, .exhi-items-products > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto, .exhi-items-booth, .exhi-items-zone, .f-row-auto > .f-col {
  flex: 0 0 auto;
  width: auto;
}

.col-1, .dlList-icon-col {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2, .msgboxList-readCol, .semList-item .btn-col {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8, .semList-item .semInfo-col {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10, .msgboxList-dateCol {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11, .dlList-txt-col {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12, .search-sem-result-venue, .search-sem-result-date, .offcanvas-msgbox .exhi-items-booth, .offcanvas-msgbox .exhi-items-zone, .label-remarks .col:nth-child(1), .top-bInfo-row .col:nth-child(2), .top-bInfo-row .col:nth-child(3), .top-bInfo-row .col:nth-child(1) {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0, .search-sem-result-info, .search-sem-result-datevenue, .dlList-item,
.gx-0,
.offcanvas-footer-msgarea .row,
.offcanvas-footer-msgarea .exhi-search-ttlArea,
.offcanvas-footer-msgarea .search-sem-result-info,
.offcanvas-footer-msgarea .search-sem-result-datevenue,
.offcanvas-footer-msgarea .f-row-12,
.offcanvas-footer-msgarea .f-row-3-9,
.offcanvas-footer-msgarea .f-row-4-8,
.offcanvas-footer-msgarea .f-row-sm-7-sm,
.offcanvas-footer-msgarea .f-row-7-5,
.offcanvas-footer-msgarea .f-row-2-4,
.offcanvas-footer-msgarea .f-row-2-4-2-4,
.offcanvas-footer-msgarea .f-row-2-5-5,
.offcanvas-footer-msgarea .f-row-2-10,
.offcanvas-footer-msgarea .f-row-6-6,
.offcanvas-footer-msgarea .f-row-2-1-2,
.offcanvas-footer-msgarea .f-row-3-3-3-3,
.offcanvas-footer-msgarea .f-row-4-4-4,
.offcanvas-footer-msgarea .f-row-4-3-5,
.offcanvas-footer-msgarea .f-row-free,
.offcanvas-footer-msgarea .f-row-auto,
.offcanvas-footer-msgarea .f-row-cols,
.offcanvas-footer-msgarea .f-row-cols1-6,
.offcanvas-footer-msgarea .f-row-cols1-5,
.offcanvas-footer-msgarea .f-row-cols1-4,
.offcanvas-footer-msgarea .f-row-cols1-3,
.offcanvas-footer-msgarea .f-row-cols1-2,
.offcanvas-footer-msgarea .f-row-cols1-1,
.offcanvas-footer-msgarea .top-bInfo-row,
.offcanvas-footer-msgarea .top-2btns,
.offcanvas-footer-msgarea .password-row,
.offcanvas-footer-msgarea .semList-item,
.offcanvas-footer-msgarea .fp-row,
.offcanvas-footer-msgarea .fp-station-row,
.offcanvas-footer-msgarea .fp-bank-row,
.offcanvas-footer-msgarea .row-sm-7-sm,
.offcanvas-footer-msgarea .row-9-sm,
.offcanvas-footer-msgarea .row-2-6-4,
.offcanvas-footer-msgarea .row-2-5-5,
.offcanvas-footer-msgarea .row-7-2-1-2,
.offcanvas-footer-msgarea .row-1-1-1-1-1-1-1-1-1-1-1-1,
.offcanvas-footer-msgarea .fp-input-row,
.offcanvas-footer-msgarea .c-row-12,
.offcanvas-footer-msgarea .c-row-6-6,
.offcanvas-footer-msgarea .c-row-4-4-4,
.offcanvas-footer-msgarea .c-row-3-3-3-3,
.offcanvas-footer-msgarea .dlList-item,
.offcanvas-footer-msgarea .exhi-items,
.offcanvas-footer-msgarea .exhi-items-products,
.offcanvas-footer-msgarea .label-remarks,
.offcanvas-footer-msgarea .exhi-items-labels,
.offcanvas-footer-msgarea .exhi-details-data,
.offcanvas-footer-msgarea .exhi-details-contact,
.offcanvas-footer-msgarea .msgboxList-row,
.exhi-details-contact,
.exhiList-table .exhi-items-labels,
.exhi-items,
.fp-row,
.f-row-12,
.f-row-3-9,
.f-row-4-8,
.f-row-sm-7-sm,
.f-row-7-5,
.f-row-2-4,
.f-row-2-4-2-4,
.f-row-2-5-5,
.f-row-2-10,
.f-row-6-6,
.f-row-2-1-2,
.f-row-3-3-3-3,
.f-row-4-4-4,
.f-row-4-3-5,
.f-row-free,
.f-row-auto {
  --bs-gutter-x: 0;
}

.g-0, .search-sem-result-info, .search-sem-result-datevenue, .dlList-item,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .row-sm-7-sm, .row-9-sm, .row-2-6-4, .row-2-5-5, .row-7-2-1-2, .row-1-1-1-1-1-1-1-1-1-1-1-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1, .row-sm-7-sm, .row-9-sm, .row-2-6-4, .row-2-5-5, .row-7-2-1-2, .row-1-1-1-1-1-1-1-1-1-1-1-1,
.gy-1,
.label-remarks,
.c-row-3-3-3-3,
.c-row-4-4-4,
.c-row-6-6,
.c-row-12 {
  --bs-gutter-y: 0.25rem;
}

.g-2, .exhi-search-ttlArea, .msgboxList-row, .fp-input-row, .fp-bank-row, .fp-station-row,
.gx-2,
.exhi-items-labels {
  --bs-gutter-x: 0.5rem;
}

.g-2, .exhi-search-ttlArea, .msgboxList-row, .fp-input-row, .fp-bank-row, .fp-station-row,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3, .password-row,
.gx-3,
.label-remarks,
.semList-item {
  --bs-gutter-x: 1rem;
}

.g-3, .password-row,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4, .exhi-items-products,
.gx-4,
.top-2btns {
  --bs-gutter-x: 1.5rem;
}

.g-4, .exhi-items-products,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm, .row-9-sm > .c-col:nth-child(2), .row-sm-7-sm > .c-col:nth-child(1), .row-sm-7-sm > .c-col:nth-child(3), .f-row-sm-7-sm > .f-col:nth-child(1), .f-row-sm-7-sm > .f-col:nth-child(3) {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > *, .c-row-3-3-3-3 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2, .fp-formInfo-status-col {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6, .msgboxList-exhiName, .msgboxList-date {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10, .fp-formInfo-col {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > *, .c-row-6-6 > *, .f-row-cols1-2 > *, .f-row-cols1-3 > *, .f-row-cols1-4 > *, .f-row-cols1-5 > *, .f-row-cols1-6 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > *, .c-row-4-4-4 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > *, .exhi-items-products > *, .c-row-3-3-3-3 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto, .offcanvas-msgbox .exhi-items-booth, .offcanvas-msgbox .exhi-items-zone {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1, .msgboxList-readCol, .row-1-1-1-1-1-1-1-1-1-1-1-1 > .c-col, .row-7-2-1-2 > .c-col:nth-child(3), .f-row-2-1-2 > .f-col:nth-child(2) {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2, .msgboxList-dateCol, .msgboxList-date, .exhi-details-contact-ttl-col, .fp-input-row-2-4-2-4 > .fp-col-01, .fp-input-row-2-10 > .fp-col-01, .row-7-2-1-2 > .c-col:nth-child(4), .row-7-2-1-2 > .c-col:nth-child(2), .row-2-5-5 > .c-col:nth-child(1), .row-2-6-4 > .c-col:nth-child(1), .semList-item .status-col, .semList-item .btn-col, .f-row-2-1-2 > .f-col:nth-child(3), .f-row-2-1-2 > .f-col:nth-child(1), .f-row-2-10 > .f-col:nth-child(1), .f-row-2-5-5 > .f-col:nth-child(1), .f-row-2-4-2-4 > .f-col:nth-child(3), .f-row-2-4-2-4 > .f-col:nth-child(1), .f-row-2-4 > .f-col:nth-child(1) {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3, .msgboxList-exhiName, .fp-input-row-3-9 > .fp-col-01, .fp-input-col-3, .fp-label-col-3, .fp-label-col, .f-row-3-3-3-3 > .f-col:nth-child(1), .f-row-3-3-3-3 > .f-col:nth-child(2), .f-row-3-3-3-3 > .f-col:nth-child(3), .f-row-3-3-3-3 > .f-col:nth-child(4), .f-row-4-3-5 > .f-col:nth-child(2), .f-row-3-9 > .f-col:nth-child(1) {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4, .accordion-img-col, .fp-input-row-2-4-2-4 > .fp-col-02, .fp-input-row-4-8 > .fp-col-01, .row-2-6-4 > .c-col:nth-child(3), .f-row-4-4-4 > .f-col:nth-child(1), .f-row-4-4-4 > .f-col:nth-child(2), .f-row-4-4-4 > .f-col:nth-child(3), .f-row-4-3-5 > .f-col:nth-child(1), .f-row-2-4-2-4 > .f-col:nth-child(4), .f-row-2-4-2-4 > .f-col:nth-child(2), .f-row-2-4 > .f-col:nth-child(2), .f-row-4-8 > .f-col:nth-child(1) {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5, .fp-input-row-5-7 > .fp-col-01, .row-2-5-5 > .c-col:nth-child(3), .row-2-5-5 > .c-col:nth-child(2), .f-row-4-3-5 > .f-col:nth-child(3), .f-row-2-5-5 > .f-col:nth-child(3), .f-row-2-5-5 > .f-col:nth-child(2), .f-row-7-5 > .f-col:nth-child(2) {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6, .row-2-6-4 > .c-col:nth-child(2), .fp-input-col-6, .fp-label-col-6, .top-bInfo-row .col:nth-child(2), .top-bInfo-row .col:nth-child(3), .f-row-6-6 > .f-col:nth-child(2), .f-row-6-6 > .f-col:nth-child(1) {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7, .msgboxList-company, .fp-input-row-5-7 > .fp-col-02, .row-7-2-1-2 > .c-col:nth-child(1), .row-sm-7-sm > .c-col:nth-child(2), .f-row-7-5 > .f-col:nth-child(1), .f-row-sm-7-sm > .f-col:nth-child(2) {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8, .accordion-info-col, .fp-input-row-4-8 > .fp-col-02, .semList-item .semInfo-col, .f-row-4-8 > .f-col:nth-child(2) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9, .msgboxList-txtCol, .fp-input-row-3-9 > .fp-col-02, .row-9-sm > .c-col:nth-child(1), .fp-input-col, .f-row-3-9 > .f-col:nth-child(2) {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10, .exhi-details-contact-data-col, .fp-input-row-2-10 > .fp-col-02, .f-row-2-10 > .f-col:nth-child(2) {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12, .fp-form-head, .f-row-12 .f-col {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0,
  .row-sm-7-sm,
  .row-9-sm,
  .row-2-6-4,
  .row-2-5-5,
  .row-7-2-1-2,
  .row-1-1-1-1-1-1-1-1-1-1-1-1 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > *, .exhi-items-labels > *, .password-row > *, footer .row > *, footer .exhi-search-ttlArea > *, footer .search-sem-result-info > *, footer .search-sem-result-datevenue > *, footer .msgboxList-row > *, footer .exhi-details-contact > *, footer .exhi-details-data > *, footer .exhi-items-labels > *, footer .label-remarks > *, footer .exhi-items-products > *, footer .exhi-items > *, footer .dlList-item > *, footer .c-row-3-3-3-3 > *, footer .c-row-4-4-4 > *, footer .c-row-6-6 > *, footer .c-row-12 > *, footer .fp-input-row > *, footer .row-sm-7-sm > *, footer .row-9-sm > *, footer .row-2-6-4 > *, footer .row-2-5-5 > *, footer .row-7-2-1-2 > *, footer .row-1-1-1-1-1-1-1-1-1-1-1-1 > *, footer .fp-bank-row > *, footer .fp-station-row > *, footer .fp-row > *, footer .semList-item > *, footer .password-row > *, footer .top-2btns > *, footer .top-bInfo-row > *, footer .f-row-12 > *, footer .f-row-3-9 > *, footer .f-row-4-8 > *, footer .f-row-sm-7-sm > *, footer .f-row-7-5 > *, footer .f-row-2-4 > *, footer .f-row-2-4-2-4 > *, footer .f-row-2-5-5 > *, footer .f-row-2-10 > *, footer .f-row-6-6 > *, footer .f-row-2-1-2 > *, footer .f-row-3-3-3-3 > *, footer .f-row-4-4-4 > *, footer .f-row-4-3-5 > *, footer .f-row-free > *, footer .f-row-auto > *, footer .f-row-cols > *, footer .f-row-cols1-6 > *, footer .f-row-cols1-5 > *, footer .f-row-cols1-4 > *, footer .f-row-cols1-3 > *, footer .f-row-cols1-2 > *, footer .f-row-cols1-1 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > *, .f-row-cols1-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > *, .f-row-cols1-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > *, .f-row-cols1-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > *, .f-row-cols1-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto, .search-sem-result-date {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1, .semList-item .status-col, .semList-item .btn-col {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2, .msgboxList-exhiName {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, .exhi-items-icons-col, .top-bInfo-row .col:nth-child(2), .top-bInfo-row .col:nth-child(3), .top-bInfo-row .col:nth-child(1) {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5, .important ul li span {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7, .search-sem-result-venue {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, .msgboxList-company, .exhi-items-info-col {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10, .semList-item .semInfo-col {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > *, .top-2btns > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto, .label-remarks .col:nth-child(1) {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control, .form-floating input, input[type=password], input[type=file], textarea, input[type=datetime-local], input[type=date], input[type=number], input[type=url], input[type=text] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .form-floating input, input[type=password], input[type=file], textarea, input[type=datetime-local], input[type=date], input[type=number], input[type=url], input[type=text] {
    transition: none;
  }
}
.form-control[type=file], input[type=file], textarea[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), input[type=file]:not(:disabled):not([readonly]), textarea[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .form-floating input:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=number]:focus, input[type=url]:focus, input[type=text]:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value, .form-floating input::-webkit-date-and-time-value, input[type=password]::-webkit-date-and-time-value, input[type=file]::-webkit-date-and-time-value, textarea::-webkit-date-and-time-value, input[type=datetime-local]::-webkit-date-and-time-value, input[type=date]::-webkit-date-and-time-value, input[type=number]::-webkit-date-and-time-value, input[type=url]::-webkit-date-and-time-value, input[type=text]::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit, .form-floating input::-webkit-datetime-edit, input[type=password]::-webkit-datetime-edit, input[type=file]::-webkit-datetime-edit, textarea::-webkit-datetime-edit, input[type=datetime-local]::-webkit-datetime-edit, input[type=date]::-webkit-datetime-edit, input[type=number]::-webkit-datetime-edit, input[type=url]::-webkit-datetime-edit, input[type=text]::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder, .form-floating input::placeholder, input[type=password]::placeholder, input[type=file]::placeholder, textarea::placeholder, input[type=datetime-local]::placeholder, input[type=date]::placeholder, input[type=number]::placeholder, input[type=url]::placeholder, input[type=text]::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled, .form-floating input:disabled, input[type=password]:disabled, input[type=file]:disabled, textarea:disabled, input[type=datetime-local]:disabled, input[type=date]:disabled, input[type=number]:disabled, input[type=url]:disabled, input[type=text]:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button, .form-floating input::file-selector-button, input[type=password]::file-selector-button, input[type=file]::file-selector-button, textarea::file-selector-button, input[type=datetime-local]::file-selector-button, input[type=date]::file-selector-button, input[type=number]::file-selector-button, input[type=url]::file-selector-button, input[type=text]::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .form-floating input::file-selector-button, input[type=password]::file-selector-button, input[type=file]::file-selector-button, textarea::file-selector-button, input[type=datetime-local]::file-selector-button, input[type=date]::file-selector-button, input[type=number]::file-selector-button, input[type=url]::file-selector-button, input[type=text]::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .form-floating input:hover:not(:disabled):not([readonly])::file-selector-button, input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button, input[type=file]:hover:not(:disabled):not([readonly])::file-selector-button, textarea:hover:not(:disabled):not([readonly])::file-selector-button, input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button, input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button, input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button, input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button, input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, textarea {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select, select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, select {
    transition: none;
  }
}
.form-select:focus, select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], select[multiple], .form-select[size]:not([size="1"]), select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled, select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring, select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select, [data-bs-theme=dark] select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check, .fp-inline-formcheck {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .fp-inline-formcheck .form-check-input, .form-check input[type=radio], .fp-inline-formcheck input[type=radio], .form-check input[type=checkbox], .fp-inline-formcheck input[type=checkbox] {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input, .form-check-reverse input[type=radio], .form-check-reverse input[type=checkbox] {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input, input[type=radio], input[type=checkbox] {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox], input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio], input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active, input[type=radio]:active, input[type=checkbox]:active {
  filter: brightness(90%);
}
.form-check-input:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked, input[type=radio]:checked, input[type=checkbox]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox], input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate, input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input[disabled] ~ label, input[disabled][type=radio] ~ .form-check-label, input[disabled][type=radio] ~ label, input[disabled][type=checkbox] ~ .form-check-label, input[disabled][type=checkbox] ~ label, .form-check-input:disabled ~ .form-check-label, .form-check-input:disabled ~ label, input[type=radio]:disabled ~ .form-check-label, input[type=radio]:disabled ~ label, input[type=checkbox]:disabled ~ .form-check-label, input[type=checkbox]:disabled ~ label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch input[type=radio], .form-switch input[type=checkbox] {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .form-switch input[type=radio], .form-switch input[type=checkbox] {
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch input[type=radio]:focus, .form-switch input[type=checkbox]:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch input[type=radio]:checked, .form-switch input[type=checkbox]:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input, .form-switch.form-check-reverse input[type=radio], .form-switch.form-check-reverse input[type=checkbox] {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline, .fp-inline-formcheck {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .msgbox-btn-send, .btn-check[disabled] + .offcanvas_sideTab, .btn-check[disabled] + .btn-pdf-dl, .btn-check[disabled] + .exhi-enquiry, .btn-check[disabled] + .btn-search-reset, .btn-check[disabled] + .btn-search-lg, .btn-check[disabled] + .btn-dk-default, .btn-check[disabled] + .btn-default, .btn-check[disabled] + .fp-btn-saved, .btn-check[disabled] + .fp-btn-back, .semList-item .card .btn-check[disabled] + [class*=btn-], .btn-check[disabled] + .standard-btn, .btn-check[disabled] + .btn-outline-primary-sm, .btn-check[disabled] + .btn-primary-sm, .btn-check[disabled] + .btn-clear, .btn-clear-row .btn-check[disabled] + a, .btn-check[disabled] + .f-btn-color, .btn-check[disabled] + .f-btn-reset, .btn-check:disabled + .btn, .btn-check:disabled + .msgbox-btn-send, .btn-check:disabled + .offcanvas_sideTab, .btn-check:disabled + .btn-pdf-dl, .btn-check:disabled + .exhi-enquiry, .btn-check:disabled + .btn-search-reset, .btn-check:disabled + .btn-search-lg, .btn-check:disabled + .btn-dk-default, .btn-check:disabled + .btn-default, .btn-check:disabled + .fp-btn-saved, .btn-check:disabled + .fp-btn-back, .semList-item .card .btn-check:disabled + [class*=btn-], .btn-check:disabled + .standard-btn, .btn-check:disabled + .btn-outline-primary-sm, .btn-check:disabled + .btn-primary-sm, .btn-check:disabled + .btn-clear, .btn-clear-row .btn-check:disabled + a, .btn-check:disabled + .f-btn-color, .btn-check:disabled + .f-btn-reset {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch input[type=radio]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch input[type=checkbox]:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > input, .form-floating > textarea,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.form-floating > select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > input, .form-floating > textarea,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder, .form-floating > input::placeholder, .form-floating > textarea::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > input:focus, .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > input:not(:placeholder-shown), .form-floating > textarea:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > input:-webkit-autofill, .form-floating > textarea:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .form-floating > select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > input:focus ~ label, .form-floating > textarea:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > input:not(:placeholder-shown) ~ label,
.form-floating > textarea:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.form-floating > select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .form-floating > input:-webkit-autofill ~ label, .form-floating > textarea:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group, .msgboxList-search {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .msgboxList-search > .form-control, .form-floating .input-group > input, .form-floating .msgboxList-search > input, .input-group > input[type=password], .msgboxList-search > input[type=password], .input-group > input[type=file], .msgboxList-search > input[type=file], .input-group > textarea, .msgboxList-search > textarea, .input-group > input[type=datetime-local], .msgboxList-search > input[type=datetime-local], .input-group > input[type=date], .msgboxList-search > input[type=date], .input-group > input[type=number], .msgboxList-search > input[type=number], .input-group > input[type=url], .msgboxList-search > input[type=url], .input-group > input[type=text], .msgboxList-search > input[type=text],
.input-group > .form-select,
.msgboxList-search > .form-select,
.input-group > select,
.msgboxList-search > select,
.input-group > .form-floating,
.msgboxList-search > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .msgboxList-search > .form-control:focus, .form-floating .input-group > input:focus, .form-floating .msgboxList-search > input:focus, .input-group > input[type=password]:focus, .msgboxList-search > input[type=password]:focus, .input-group > input[type=file]:focus, .msgboxList-search > input[type=file]:focus, .input-group > textarea:focus, .msgboxList-search > textarea:focus, .input-group > input[type=datetime-local]:focus, .msgboxList-search > input[type=datetime-local]:focus, .input-group > input[type=date]:focus, .msgboxList-search > input[type=date]:focus, .input-group > input[type=number]:focus, .msgboxList-search > input[type=number]:focus, .input-group > input[type=url]:focus, .msgboxList-search > input[type=url]:focus, .input-group > input[type=text]:focus, .msgboxList-search > input[type=text]:focus,
.input-group > .form-select:focus,
.msgboxList-search > .form-select:focus,
.input-group > select:focus,
.msgboxList-search > select:focus,
.input-group > .form-floating:focus-within,
.msgboxList-search > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .msgbox-btn-send, .input-group .offcanvas_sideTab, .msgboxList-search .btn, .msgboxList-search .msgbox-btn-send, .msgboxList-search .offcanvas_sideTab, .input-group .btn-pdf-dl, .msgboxList-search .btn-pdf-dl, .input-group .exhi-enquiry, .msgboxList-search .exhi-enquiry, .input-group .btn-search-reset, .msgboxList-search .btn-search-reset, .input-group .btn-search-lg, .msgboxList-search .btn-search-lg, .input-group .btn-dk-default, .msgboxList-search .btn-dk-default, .msgboxList-search .f-btn-reset, .msgboxList-search .f-btn-color, .msgboxList-search .btn-clear, .msgboxList-search .btn-clear-row a, .btn-clear-row .msgboxList-search a, .msgboxList-search .btn-primary-sm, .msgboxList-search .btn-outline-primary-sm, .msgboxList-search .standard-btn, .msgboxList-search .semList-item .card [class*=btn-], .semList-item .card .msgboxList-search [class*=btn-], .msgboxList-search .fp-btn-back, .msgboxList-search .fp-btn-saved, .msgboxList-search .btn-default, .input-group .btn-default, .input-group .fp-btn-saved, .input-group .fp-btn-back, .input-group .semList-item .card [class*=btn-], .semList-item .card .input-group [class*=btn-], .input-group .standard-btn, .input-group .btn-outline-primary-sm, .input-group .btn-primary-sm, .input-group .btn-clear, .input-group .btn-clear-row a, .btn-clear-row .input-group a, .input-group .f-btn-color, .input-group .f-btn-reset {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .msgbox-btn-send:focus, .input-group .offcanvas_sideTab:focus, .msgboxList-search .btn:focus, .msgboxList-search .msgbox-btn-send:focus, .msgboxList-search .offcanvas_sideTab:focus, .input-group .btn-pdf-dl:focus, .msgboxList-search .btn-pdf-dl:focus, .input-group .exhi-enquiry:focus, .msgboxList-search .exhi-enquiry:focus, .input-group .btn-search-reset:focus, .msgboxList-search .btn-search-reset:focus, .input-group .btn-search-lg:focus, .msgboxList-search .btn-search-lg:focus, .input-group .btn-dk-default:focus, .msgboxList-search .btn-dk-default:focus, .msgboxList-search .f-btn-reset:focus, .msgboxList-search .f-btn-color:focus, .msgboxList-search .btn-clear:focus, .msgboxList-search .btn-clear-row a:focus, .btn-clear-row .msgboxList-search a:focus, .msgboxList-search .btn-primary-sm:focus, .msgboxList-search .btn-outline-primary-sm:focus, .msgboxList-search .standard-btn:focus, .msgboxList-search .semList-item .card [class*=btn-]:focus, .semList-item .card .msgboxList-search [class*=btn-]:focus, .msgboxList-search .fp-btn-back:focus, .msgboxList-search .fp-btn-saved:focus, .msgboxList-search .btn-default:focus, .input-group .btn-default:focus, .input-group .fp-btn-saved:focus, .input-group .fp-btn-back:focus, .input-group .semList-item .card [class*=btn-]:focus, .semList-item .card .input-group [class*=btn-]:focus, .input-group .standard-btn:focus, .input-group .btn-outline-primary-sm:focus, .input-group .btn-primary-sm:focus, .input-group .btn-clear:focus, .input-group .btn-clear-row a:focus, .btn-clear-row .input-group a:focus, .input-group .f-btn-color:focus, .input-group .f-btn-reset:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control, .form-floating .input-group-lg > input, .input-group-lg > input[type=password], .input-group-lg > input[type=file], .input-group-lg > textarea, .input-group-lg > input[type=datetime-local], .input-group-lg > input[type=date], .input-group-lg > input[type=number], .input-group-lg > input[type=url], .input-group-lg > input[type=text],
.input-group-lg > .form-select,
.input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .msgbox-btn-send,
.input-group-lg > .offcanvas_sideTab,
.input-group-lg > .btn-pdf-dl,
.input-group-lg > .exhi-enquiry,
.input-group-lg > .btn-search-reset,
.input-group-lg > .btn-search-lg,
.input-group-lg > .btn-dk-default,
.input-group-lg > .btn-default,
.input-group-lg > .fp-btn-saved,
.input-group-lg > .fp-btn-back,
.semList-item .card .input-group-lg > [class*=btn-],
.input-group-lg > .standard-btn,
.input-group-lg > .btn-outline-primary-sm,
.input-group-lg > .btn-primary-sm,
.input-group-lg > .btn-clear,
.btn-clear-row .input-group-lg > a,
.input-group-lg > .f-btn-color,
.input-group-lg > .f-btn-reset {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control, .form-floating .input-group-sm > input, .input-group-sm > input[type=password], .input-group-sm > input[type=file], .input-group-sm > textarea, .input-group-sm > input[type=datetime-local], .input-group-sm > input[type=date], .input-group-sm > input[type=number], .input-group-sm > input[type=url], .input-group-sm > input[type=text],
.input-group-sm > .form-select,
.input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .msgbox-btn-send,
.input-group-sm > .offcanvas_sideTab,
.input-group-sm > .btn-pdf-dl,
.input-group-sm > .exhi-enquiry,
.input-group-sm > .btn-search-reset,
.input-group-sm > .btn-search-lg,
.input-group-sm > .btn-dk-default,
.input-group-sm > .btn-default,
.input-group-sm > .fp-btn-saved,
.input-group-sm > .fp-btn-back,
.semList-item .card .input-group-sm > [class*=btn-],
.input-group-sm > .standard-btn,
.input-group-sm > .btn-outline-primary-sm,
.input-group-sm > .btn-primary-sm,
.input-group-sm > .btn-clear,
.btn-clear-row .input-group-sm > a,
.input-group-sm > .f-btn-color,
.input-group-sm > .f-btn-reset {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .input-group-lg > select,
.input-group-sm > .form-select,
.input-group-sm > select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .msgboxList-search:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.msgboxList-search:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.msgboxList-search:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.msgboxList-search:not(.has-validation) > .form-floating:not(:last-child) > input,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.msgboxList-search:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.msgboxList-search:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
.msgboxList-search:not(.has-validation) > .form-floating:not(:last-child) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .has-validation.msgboxList-search > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.has-validation.msgboxList-search > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.has-validation.msgboxList-search > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > input,
.has-validation.msgboxList-search > .form-floating:nth-last-child(n+3) > input,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
.has-validation.msgboxList-search > .form-floating:nth-last-child(n+3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.has-validation.msgboxList-search > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > select,
.has-validation.msgboxList-search > .form-floating:nth-last-child(n+3) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .msgboxList-search > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .msgboxList-search > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > input, .msgboxList-search > .form-floating:not(:first-child) > input, .input-group > .form-floating:not(:first-child) > textarea, .msgboxList-search > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select,
.msgboxList-search > .form-floating:not(:first-child) > .form-select,
.input-group > .form-floating:not(:first-child) > select,
.msgboxList-search > .form-floating:not(:first-child) > select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .form-floating input:valid, .form-floating .was-validated input:valid, .was-validated input[type=password]:valid, .was-validated input[type=file]:valid, .was-validated textarea:valid, .was-validated input[type=datetime-local]:valid, .was-validated input[type=date]:valid, .was-validated input[type=number]:valid, .was-validated input[type=url]:valid, .was-validated input[type=text]:valid, .form-control.is-valid, .form-floating input.is-valid, input.is-valid[type=password], input.is-valid[type=file], textarea.is-valid, input.is-valid[type=datetime-local], input.is-valid[type=date], input.is-valid[type=number], input.is-valid[type=url], input.is-valid[type=text] {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .form-floating input:valid:focus, .form-floating .was-validated input:valid:focus, .was-validated input[type=password]:valid:focus, .was-validated input[type=file]:valid:focus, .was-validated textarea:valid:focus, .was-validated input[type=datetime-local]:valid:focus, .was-validated input[type=date]:valid:focus, .was-validated input[type=number]:valid:focus, .was-validated input[type=url]:valid:focus, .was-validated input[type=text]:valid:focus, .form-control.is-valid:focus, .form-floating input.is-valid:focus, input.is-valid[type=password]:focus, input.is-valid[type=file]:focus, textarea.is-valid:focus, input.is-valid[type=datetime-local]:focus, input.is-valid[type=date]:focus, input.is-valid[type=number]:focus, input.is-valid[type=url]:focus, input.is-valid[type=text]:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, .was-validated textarea:valid, textarea.form-control.is-valid, textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .was-validated select:valid, .form-select.is-valid, select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .was-validated select:valid:focus, .form-select.is-valid:focus, select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .was-validated input[type=radio]:valid, .was-validated input[type=checkbox]:valid, .form-check-input.is-valid, input.is-valid[type=radio], input.is-valid[type=checkbox] {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .was-validated input[type=radio]:valid:checked, .was-validated input[type=checkbox]:valid:checked, .form-check-input.is-valid:checked, input.is-valid[type=radio]:checked, input.is-valid[type=checkbox]:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .was-validated input[type=radio]:valid:focus, .was-validated input[type=checkbox]:valid:focus, .form-check-input.is-valid:focus, input.is-valid[type=radio]:focus, input.is-valid[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .form-check-input:valid ~ label, .was-validated input[type=radio]:valid ~ .form-check-label, .was-validated input[type=radio]:valid ~ label, .was-validated input[type=checkbox]:valid ~ .form-check-label, .was-validated input[type=checkbox]:valid ~ label, .form-check-input.is-valid ~ .form-check-label, .form-check-input.is-valid ~ label, input.is-valid[type=radio] ~ .form-check-label, input.is-valid[type=radio] ~ label, input.is-valid[type=checkbox] ~ .form-check-label, input.is-valid[type=checkbox] ~ label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback, .fp-inline-formcheck .form-check-input ~ .valid-feedback, .form-check-inline input[type=radio] ~ .valid-feedback, .fp-inline-formcheck input[type=radio] ~ .valid-feedback, .form-check-inline input[type=checkbox] ~ .valid-feedback, .fp-inline-formcheck input[type=checkbox] ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .msgboxList-search > .form-control:not(:focus):valid, .was-validated .form-floating .input-group > input:not(:focus):valid, .was-validated .form-floating .msgboxList-search > input:not(:focus):valid, .form-floating .was-validated .input-group > input:not(:focus):valid, .form-floating .was-validated .msgboxList-search > input:not(:focus):valid, .was-validated .input-group > input[type=password]:not(:focus):valid, .was-validated .msgboxList-search > input[type=password]:not(:focus):valid, .was-validated .input-group > input[type=file]:not(:focus):valid, .was-validated .msgboxList-search > input[type=file]:not(:focus):valid, .was-validated .input-group > textarea:not(:focus):valid, .was-validated .msgboxList-search > textarea:not(:focus):valid, .was-validated .input-group > input[type=datetime-local]:not(:focus):valid, .was-validated .msgboxList-search > input[type=datetime-local]:not(:focus):valid, .was-validated .input-group > input[type=date]:not(:focus):valid, .was-validated .msgboxList-search > input[type=date]:not(:focus):valid, .was-validated .input-group > input[type=number]:not(:focus):valid, .was-validated .msgboxList-search > input[type=number]:not(:focus):valid, .was-validated .input-group > input[type=url]:not(:focus):valid, .was-validated .msgboxList-search > input[type=url]:not(:focus):valid, .was-validated .input-group > input[type=text]:not(:focus):valid, .was-validated .msgboxList-search > input[type=text]:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .msgboxList-search > .form-control:not(:focus).is-valid, .form-floating .input-group > input:not(:focus).is-valid, .form-floating .msgboxList-search > input:not(:focus).is-valid, .input-group > input[type=password]:not(:focus).is-valid, .msgboxList-search > input[type=password]:not(:focus).is-valid, .input-group > input[type=file]:not(:focus).is-valid, .msgboxList-search > input[type=file]:not(:focus).is-valid, .input-group > textarea:not(:focus).is-valid, .msgboxList-search > textarea:not(:focus).is-valid, .input-group > input[type=datetime-local]:not(:focus).is-valid, .msgboxList-search > input[type=datetime-local]:not(:focus).is-valid, .input-group > input[type=date]:not(:focus).is-valid, .msgboxList-search > input[type=date]:not(:focus).is-valid, .input-group > input[type=number]:not(:focus).is-valid, .msgboxList-search > input[type=number]:not(:focus).is-valid, .input-group > input[type=url]:not(:focus).is-valid, .msgboxList-search > input[type=url]:not(:focus).is-valid, .input-group > input[type=text]:not(:focus).is-valid, .msgboxList-search > input[type=text]:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .msgboxList-search > .form-select:not(:focus):valid,
.was-validated .input-group > select:not(:focus):valid,
.was-validated .msgboxList-search > select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.msgboxList-search > .form-select:not(:focus).is-valid,
.input-group > select:not(:focus).is-valid,
.msgboxList-search > select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .msgboxList-search > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.msgboxList-search > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .form-floating input:invalid, .form-floating .was-validated input:invalid, .was-validated input[type=password]:invalid, .was-validated input[type=file]:invalid, .was-validated textarea:invalid, .was-validated input[type=datetime-local]:invalid, .was-validated input[type=date]:invalid, .was-validated input[type=number]:invalid, .was-validated input[type=url]:invalid, .was-validated input[type=text]:invalid, .form-control.is-invalid, .form-floating input.is-invalid, input.is-invalid[type=password], input.is-invalid[type=file], textarea.is-invalid, input.is-invalid[type=datetime-local], input.is-invalid[type=date], input.is-invalid[type=number], input.is-invalid[type=url], input.is-invalid[type=text] {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .form-floating input:invalid:focus, .form-floating .was-validated input:invalid:focus, .was-validated input[type=password]:invalid:focus, .was-validated input[type=file]:invalid:focus, .was-validated textarea:invalid:focus, .was-validated input[type=datetime-local]:invalid:focus, .was-validated input[type=date]:invalid:focus, .was-validated input[type=number]:invalid:focus, .was-validated input[type=url]:invalid:focus, .was-validated input[type=text]:invalid:focus, .form-control.is-invalid:focus, .form-floating input.is-invalid:focus, input.is-invalid[type=password]:focus, input.is-invalid[type=file]:focus, textarea.is-invalid:focus, input.is-invalid[type=datetime-local]:focus, input.is-invalid[type=date]:focus, input.is-invalid[type=number]:focus, input.is-invalid[type=url]:focus, input.is-invalid[type=text]:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated textarea:invalid, textarea.form-control.is-invalid, textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .was-validated select:invalid, .form-select.is-invalid, select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .was-validated select:invalid:focus, .form-select.is-invalid:focus, select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .was-validated input[type=radio]:invalid, .was-validated input[type=checkbox]:invalid, .form-check-input.is-invalid, input.is-invalid[type=radio], input.is-invalid[type=checkbox] {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .was-validated input[type=radio]:invalid:checked, .was-validated input[type=checkbox]:invalid:checked, .form-check-input.is-invalid:checked, input.is-invalid[type=radio]:checked, input.is-invalid[type=checkbox]:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .was-validated input[type=radio]:invalid:focus, .was-validated input[type=checkbox]:invalid:focus, .form-check-input.is-invalid:focus, input.is-invalid[type=radio]:focus, input.is-invalid[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ label, .was-validated input[type=radio]:invalid ~ .form-check-label, .was-validated input[type=radio]:invalid ~ label, .was-validated input[type=checkbox]:invalid ~ .form-check-label, .was-validated input[type=checkbox]:invalid ~ label, .form-check-input.is-invalid ~ .form-check-label, .form-check-input.is-invalid ~ label, input.is-invalid[type=radio] ~ .form-check-label, input.is-invalid[type=radio] ~ label, input.is-invalid[type=checkbox] ~ .form-check-label, input.is-invalid[type=checkbox] ~ label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback, .fp-inline-formcheck .form-check-input ~ .invalid-feedback, .form-check-inline input[type=radio] ~ .invalid-feedback, .fp-inline-formcheck input[type=radio] ~ .invalid-feedback, .form-check-inline input[type=checkbox] ~ .invalid-feedback, .fp-inline-formcheck input[type=checkbox] ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .msgboxList-search > .form-control:not(:focus):invalid, .was-validated .form-floating .input-group > input:not(:focus):invalid, .was-validated .form-floating .msgboxList-search > input:not(:focus):invalid, .form-floating .was-validated .input-group > input:not(:focus):invalid, .form-floating .was-validated .msgboxList-search > input:not(:focus):invalid, .was-validated .input-group > input[type=password]:not(:focus):invalid, .was-validated .msgboxList-search > input[type=password]:not(:focus):invalid, .was-validated .input-group > input[type=file]:not(:focus):invalid, .was-validated .msgboxList-search > input[type=file]:not(:focus):invalid, .was-validated .input-group > textarea:not(:focus):invalid, .was-validated .msgboxList-search > textarea:not(:focus):invalid, .was-validated .input-group > input[type=datetime-local]:not(:focus):invalid, .was-validated .msgboxList-search > input[type=datetime-local]:not(:focus):invalid, .was-validated .input-group > input[type=date]:not(:focus):invalid, .was-validated .msgboxList-search > input[type=date]:not(:focus):invalid, .was-validated .input-group > input[type=number]:not(:focus):invalid, .was-validated .msgboxList-search > input[type=number]:not(:focus):invalid, .was-validated .input-group > input[type=url]:not(:focus):invalid, .was-validated .msgboxList-search > input[type=url]:not(:focus):invalid, .was-validated .input-group > input[type=text]:not(:focus):invalid, .was-validated .msgboxList-search > input[type=text]:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .msgboxList-search > .form-control:not(:focus).is-invalid, .form-floating .input-group > input:not(:focus).is-invalid, .form-floating .msgboxList-search > input:not(:focus).is-invalid, .input-group > input[type=password]:not(:focus).is-invalid, .msgboxList-search > input[type=password]:not(:focus).is-invalid, .input-group > input[type=file]:not(:focus).is-invalid, .msgboxList-search > input[type=file]:not(:focus).is-invalid, .input-group > textarea:not(:focus).is-invalid, .msgboxList-search > textarea:not(:focus).is-invalid, .input-group > input[type=datetime-local]:not(:focus).is-invalid, .msgboxList-search > input[type=datetime-local]:not(:focus).is-invalid, .input-group > input[type=date]:not(:focus).is-invalid, .msgboxList-search > input[type=date]:not(:focus).is-invalid, .input-group > input[type=number]:not(:focus).is-invalid, .msgboxList-search > input[type=number]:not(:focus).is-invalid, .input-group > input[type=url]:not(:focus).is-invalid, .msgboxList-search > input[type=url]:not(:focus).is-invalid, .input-group > input[type=text]:not(:focus).is-invalid, .msgboxList-search > input[type=text]:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .msgboxList-search > .form-select:not(:focus):invalid,
.was-validated .input-group > select:not(:focus):invalid,
.was-validated .msgboxList-search > select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.msgboxList-search > .form-select:not(:focus).is-invalid,
.input-group > select:not(:focus).is-invalid,
.msgboxList-search > select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .msgboxList-search > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.msgboxList-search > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, .msgbox-btn-send, .msgboxList-search .msgbox-btn-send, .offcanvas_sideTab, .msgboxList-search .offcanvas_sideTab, .btn-pdf-dl, .exhi-enquiry, .btn-search-reset, .btn-search-lg, .btn-search-lg:hover, .btn-dk-default, .msgboxList-search .btn, .msgboxList-search .f-btn-reset, .msgboxList-search .f-btn-color, .msgboxList-search .btn-clear, .msgboxList-search .btn-clear-row a, .btn-clear-row .msgboxList-search a, .msgboxList-search .btn-primary-sm, .msgboxList-search .btn-outline-primary-sm, .msgboxList-search .standard-btn, .msgboxList-search .fp-btn-back, .msgboxList-search .fp-btn-saved, .msgboxList-search .btn-default, .msgboxList-search .btn-dk-default, .msgboxList-search .btn-search-lg, .msgboxList-search .btn-search-reset, .msgboxList-search .exhi-enquiry, .msgboxList-search .btn-pdf-dl, .btn-dk-default:hover, .btn-default, .btn-default:hover, .fp-btn-saved, .fp-btn-saved:hover, .fp-btn-back, .fp-btn-back:hover, .semList-item .card [class*=btn-], .standard-btn, .btn-outline-primary-sm, .btn-primary-sm, .btn-clear, .btn-clear-row a, .f-btn-color, .f-btn-color:hover, .f-btn-reset {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .msgbox-btn-send, .msgboxList-search .msgbox-btn-send, .offcanvas_sideTab, .msgboxList-search .offcanvas_sideTab, .btn-pdf-dl, .exhi-enquiry, .btn-search-reset, .btn-search-lg, .btn-search-lg:hover, .btn-dk-default, .msgboxList-search .btn, .msgboxList-search .f-btn-reset, .msgboxList-search .f-btn-color, .msgboxList-search .btn-clear, .msgboxList-search .btn-clear-row a, .btn-clear-row .msgboxList-search a, .msgboxList-search .btn-primary-sm, .msgboxList-search .btn-outline-primary-sm, .msgboxList-search .standard-btn, .msgboxList-search .fp-btn-back, .msgboxList-search .fp-btn-saved, .msgboxList-search .btn-default, .msgboxList-search .btn-dk-default, .msgboxList-search .btn-search-lg, .msgboxList-search .btn-search-reset, .msgboxList-search .exhi-enquiry, .msgboxList-search .btn-pdf-dl, .btn-dk-default:hover, .btn-default, .btn-default:hover, .fp-btn-saved, .fp-btn-saved:hover, .fp-btn-back, .fp-btn-back:hover, .semList-item .card [class*=btn-], .standard-btn, .btn-outline-primary-sm, .btn-primary-sm, .btn-clear, .btn-clear-row a, .f-btn-color, .f-btn-color:hover, .f-btn-reset {
    transition: none;
  }
}
.btn:hover, .msgbox-btn-send:hover, .offcanvas_sideTab:hover, .btn-pdf-dl:hover, .exhi-enquiry:hover, .btn-search-reset:hover, .btn-search-lg:hover, .btn-dk-default:hover, .btn-default:hover, .fp-btn-saved:hover, .fp-btn-back:hover, .semList-item .card [class*=btn-]:hover, .standard-btn:hover, .btn-outline-primary-sm:hover, .btn-primary-sm:hover, .btn-clear:hover, .btn-clear-row a:hover, .f-btn-color:hover, .f-btn-reset:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .btn-check + .msgbox-btn-send:hover, .btn-check + .offcanvas_sideTab:hover, .btn-check + .btn-pdf-dl:hover, .btn-check + .exhi-enquiry:hover, .btn-check + .btn-search-reset:hover, .btn-check + .btn-search-lg:hover, .btn-check + .btn-dk-default:hover, .btn-check + .btn-default:hover, .btn-check + .fp-btn-saved:hover, .btn-check + .fp-btn-back:hover, .semList-item .card .btn-check + [class*=btn-]:hover, .btn-check + .standard-btn:hover, .btn-check + .btn-outline-primary-sm:hover, .btn-check + .btn-primary-sm:hover, .btn-check + .btn-clear:hover, .btn-clear-row .btn-check + a:hover, .btn-check + .f-btn-color:hover, .btn-check + .f-btn-reset:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .msgbox-btn-send:focus-visible, .offcanvas_sideTab:focus-visible, .btn-pdf-dl:focus-visible, .exhi-enquiry:focus-visible, .btn-search-reset:focus-visible, .btn-search-lg:focus-visible, .btn-dk-default:focus-visible, .btn-default:focus-visible, .fp-btn-saved:focus-visible, .fp-btn-back:focus-visible, .semList-item .card [class*=btn-]:focus-visible, .standard-btn:focus-visible, .btn-outline-primary-sm:focus-visible, .btn-primary-sm:focus-visible, .btn-clear:focus-visible, .btn-clear-row a:focus-visible, .f-btn-color:focus-visible, .f-btn-reset:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .btn-check:focus-visible + .msgbox-btn-send, .btn-check:focus-visible + .offcanvas_sideTab, .btn-check:focus-visible + .btn-pdf-dl, .btn-check:focus-visible + .exhi-enquiry, .btn-check:focus-visible + .btn-search-reset, .btn-check:focus-visible + .btn-search-lg, .btn-check:focus-visible + .btn-dk-default, .btn-check:focus-visible + .btn-default, .btn-check:focus-visible + .fp-btn-saved, .btn-check:focus-visible + .fp-btn-back, .semList-item .card .btn-check:focus-visible + [class*=btn-], .btn-check:focus-visible + .standard-btn, .btn-check:focus-visible + .btn-outline-primary-sm, .btn-check:focus-visible + .btn-primary-sm, .btn-check:focus-visible + .btn-clear, .btn-clear-row .btn-check:focus-visible + a, .btn-check:focus-visible + .f-btn-color, .btn-check:focus-visible + .f-btn-reset {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:checked + .msgbox-btn-send, .msgboxList-search .btn-check:checked + .msgbox-btn-send, .msgboxList-search .btn-check:checked + .msgbox-btn-send:hover, .btn-check:checked + .offcanvas_sideTab, .msgboxList-search .btn-check:checked + .offcanvas_sideTab, .msgboxList-search .btn-check:checked + .offcanvas_sideTab:hover, .btn-check:checked + .btn-pdf-dl, .btn-check:checked + .exhi-enquiry, .btn-check:checked + .btn-search-reset, .btn-check:checked + .btn-search-lg, .btn-check:checked + .btn-dk-default, .msgboxList-search .btn-check:checked + .btn, .msgboxList-search .btn-check:checked + .msgbox-btn-send, .msgboxList-search .btn-check:checked + .msgbox-btn-send, .msgboxList-search .btn-check:checked + .msgbox-btn-send:hover, .msgboxList-search .btn-check:checked + .offcanvas_sideTab, .msgboxList-search .btn-check:checked + .offcanvas_sideTab, .msgboxList-search .btn-check:checked + .offcanvas_sideTab:hover, .msgboxList-search .btn-check:checked + .f-btn-reset, .msgboxList-search .btn-check:checked + .f-btn-color, .msgboxList-search .btn-check:checked + .btn-clear, .msgboxList-search .btn-clear-row .btn-check:checked + a, .btn-clear-row .msgboxList-search .btn-check:checked + a, .msgboxList-search .btn-check:checked + .btn-primary-sm, .msgboxList-search .btn-check:checked + .btn-outline-primary-sm, .msgboxList-search .btn-check:checked + .standard-btn, .msgboxList-search .semList-item .card .btn-check:checked + [class*=btn-], .semList-item .card .msgboxList-search .btn-check:checked + [class*=btn-], .msgboxList-search .btn-check:checked + .fp-btn-back, .msgboxList-search .btn-check:checked + .fp-btn-saved, .msgboxList-search .btn-check:checked + .btn-default, .msgboxList-search .btn-check:checked + .btn-dk-default, .msgboxList-search .btn-check:checked + .btn-search-lg, .msgboxList-search .btn-check:checked + .btn-search-reset, .msgboxList-search .btn-check:checked + .exhi-enquiry, .msgboxList-search .btn-check:checked + .btn-pdf-dl, .btn-check:checked + .btn-default, .btn-check:checked + .fp-btn-saved, .btn-check:checked + .fp-btn-back, .semList-item .card .btn-check:checked + [class*=btn-], .btn-check:checked + .standard-btn, .btn-check:checked + .btn-outline-primary-sm, .btn-check:checked + .btn-primary-sm, .btn-check:checked + .btn-clear, .btn-clear-row .btn-check:checked + a, .btn-check:checked + .f-btn-color, .btn-check:checked + .f-btn-reset, :not(.btn-check) + .btn:active, :not(.btn-check) + .msgbox-btn-send:active, :not(.btn-check) + .offcanvas_sideTab:active, :not(.btn-check) + .btn-pdf-dl:active, :not(.btn-check) + .exhi-enquiry:active, :not(.btn-check) + .btn-search-reset:active, :not(.btn-check) + .btn-search-lg:active, :not(.btn-check) + .btn-dk-default:active, .msgboxList-search :not(.btn-check) + .btn:active, .msgboxList-search :not(.btn-check) + .msgbox-btn-send:active, .msgboxList-search :not(.btn-check) + .offcanvas_sideTab:active, .msgboxList-search :not(.btn-check) + .f-btn-reset:active, .msgboxList-search :not(.btn-check) + .f-btn-color:active, .msgboxList-search :not(.btn-check) + .btn-clear:active, .msgboxList-search .btn-clear-row :not(.btn-check) + a:active, .btn-clear-row .msgboxList-search :not(.btn-check) + a:active, .msgboxList-search :not(.btn-check) + .btn-primary-sm:active, .msgboxList-search :not(.btn-check) + .btn-outline-primary-sm:active, .msgboxList-search :not(.btn-check) + .standard-btn:active, .msgboxList-search .semList-item .card :not(.btn-check) + [class*=btn-]:active, .semList-item .card .msgboxList-search :not(.btn-check) + [class*=btn-]:active, .msgboxList-search :not(.btn-check) + .fp-btn-back:active, .msgboxList-search :not(.btn-check) + .fp-btn-saved:active, .msgboxList-search :not(.btn-check) + .btn-default:active, .msgboxList-search :not(.btn-check) + .btn-search-lg:active, .msgboxList-search :not(.btn-check) + .btn-search-reset:active, .msgboxList-search :not(.btn-check) + .exhi-enquiry:active, .msgboxList-search :not(.btn-check) + .btn-pdf-dl:active, :not(.btn-check) + .btn-default:active, :not(.btn-check) + .fp-btn-saved:active, :not(.btn-check) + .fp-btn-back:active, .semList-item .card :not(.btn-check) + [class*=btn-]:active, :not(.btn-check) + .standard-btn:active, :not(.btn-check) + .btn-outline-primary-sm:active, :not(.btn-check) + .btn-primary-sm:active, :not(.btn-check) + .btn-clear:active, .btn-clear-row :not(.btn-check) + a:active, :not(.btn-check) + .f-btn-color:active, :not(.btn-check) + .f-btn-reset:active, .btn:first-child:active, .msgbox-btn-send:first-child:active, .offcanvas_sideTab:first-child:active, .btn-pdf-dl:first-child:active, .exhi-enquiry:first-child:active, .btn-search-reset:first-child:active, .btn-search-lg:first-child:active, .btn-dk-default:first-child:active, .msgboxList-search .btn:first-child:active, .msgboxList-search .msgbox-btn-send:first-child:active, .msgboxList-search .offcanvas_sideTab:first-child:active, .msgboxList-search .f-btn-reset:first-child:active, .msgboxList-search .f-btn-color:first-child:active, .msgboxList-search .btn-clear:first-child:active, .msgboxList-search .btn-clear-row a:first-child:active, .btn-clear-row .msgboxList-search a:first-child:active, .msgboxList-search .btn-primary-sm:first-child:active, .msgboxList-search .btn-outline-primary-sm:first-child:active, .msgboxList-search .standard-btn:first-child:active, .msgboxList-search .semList-item .card [class*=btn-]:first-child:active, .semList-item .card .msgboxList-search [class*=btn-]:first-child:active, .msgboxList-search .fp-btn-back:first-child:active, .msgboxList-search .fp-btn-saved:first-child:active, .msgboxList-search .btn-default:first-child:active, .msgboxList-search .btn-search-lg:first-child:active, .msgboxList-search .btn-search-reset:first-child:active, .msgboxList-search .exhi-enquiry:first-child:active, .msgboxList-search .btn-pdf-dl:first-child:active, .btn-default:first-child:active, .fp-btn-saved:first-child:active, .fp-btn-back:first-child:active, .semList-item .card [class*=btn-]:first-child:active, .standard-btn:first-child:active, .btn-outline-primary-sm:first-child:active, .btn-primary-sm:first-child:active, .btn-clear:first-child:active, .btn-clear-row a:first-child:active, .f-btn-color:first-child:active, .f-btn-reset:first-child:active, .btn.active, .active.msgbox-btn-send, .active.offcanvas_sideTab, .active.btn-pdf-dl, .active.exhi-enquiry, .active.btn-search-reset, .active.btn-search-lg, .active.btn-dk-default, .msgboxList-search .active.btn, .msgboxList-search .active.msgbox-btn-send, .msgboxList-search .active.offcanvas_sideTab, .msgboxList-search .active.f-btn-reset, .msgboxList-search .active.f-btn-color, .msgboxList-search .active.btn-clear, .msgboxList-search .btn-clear-row a.active, .btn-clear-row .msgboxList-search a.active, .msgboxList-search .active.btn-primary-sm, .msgboxList-search .active.btn-outline-primary-sm, .msgboxList-search .active.standard-btn, .msgboxList-search .semList-item .card .active[class*=btn-], .semList-item .card .msgboxList-search .active[class*=btn-], .msgboxList-search .active.fp-btn-back, .msgboxList-search .active.fp-btn-saved, .msgboxList-search .active.btn-default, .msgboxList-search .active.btn-search-lg, .msgboxList-search .active.btn-search-reset, .msgboxList-search .active.exhi-enquiry, .msgboxList-search .active.btn-pdf-dl, .active.btn-default, .active.fp-btn-saved, .active.fp-btn-back, .semList-item .card .active[class*=btn-], .active.standard-btn, .active.btn-outline-primary-sm, .active.btn-primary-sm, .active.btn-clear, .btn-clear-row a.active, .active.f-btn-color, .active.f-btn-reset, .btn.show, .show.msgbox-btn-send, .show.offcanvas_sideTab, .show.btn-pdf-dl, .show.exhi-enquiry, .show.btn-search-reset, .show.btn-search-lg, .show.btn-dk-default, .msgboxList-search .show.btn, .msgboxList-search .show.msgbox-btn-send, .msgboxList-search .show.offcanvas_sideTab, .msgboxList-search .show.f-btn-reset, .msgboxList-search .show.f-btn-color, .msgboxList-search .show.btn-clear, .msgboxList-search .btn-clear-row a.show, .btn-clear-row .msgboxList-search a.show, .msgboxList-search .show.btn-primary-sm, .msgboxList-search .show.btn-outline-primary-sm, .msgboxList-search .show.standard-btn, .msgboxList-search .semList-item .card .show[class*=btn-], .semList-item .card .msgboxList-search .show[class*=btn-], .msgboxList-search .show.fp-btn-back, .msgboxList-search .show.fp-btn-saved, .msgboxList-search .show.btn-default, .msgboxList-search .show.btn-search-lg, .msgboxList-search .show.btn-search-reset, .msgboxList-search .show.exhi-enquiry, .msgboxList-search .show.btn-pdf-dl, .show.btn-default, .show.fp-btn-saved, .show.fp-btn-back, .semList-item .card .show[class*=btn-], .show.standard-btn, .show.btn-outline-primary-sm, .show.btn-primary-sm, .show.btn-clear, .btn-clear-row a.show, .show.f-btn-color, .show.f-btn-reset {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .btn-check:checked + .msgbox-btn-send:focus-visible, .btn-check:checked + .offcanvas_sideTab:focus-visible, .btn-check:checked + .btn-pdf-dl:focus-visible, .btn-check:checked + .exhi-enquiry:focus-visible, .btn-check:checked + .btn-search-reset:focus-visible, .btn-check:checked + .btn-search-lg:focus-visible, .btn-check:checked + .btn-dk-default:focus-visible, .msgboxList-search .btn-check:checked + .btn:focus-visible, .msgboxList-search .btn-check:checked + .msgbox-btn-send:focus-visible, .msgboxList-search .btn-check:checked + .offcanvas_sideTab:focus-visible, .msgboxList-search .btn-check:checked + .f-btn-reset:focus-visible, .msgboxList-search .btn-check:checked + .f-btn-color:focus-visible, .msgboxList-search .btn-check:checked + .btn-clear:focus-visible, .msgboxList-search .btn-clear-row .btn-check:checked + a:focus-visible, .btn-clear-row .msgboxList-search .btn-check:checked + a:focus-visible, .msgboxList-search .btn-check:checked + .btn-primary-sm:focus-visible, .msgboxList-search .btn-check:checked + .btn-outline-primary-sm:focus-visible, .msgboxList-search .btn-check:checked + .standard-btn:focus-visible, .msgboxList-search .semList-item .card .btn-check:checked + [class*=btn-]:focus-visible, .semList-item .card .msgboxList-search .btn-check:checked + [class*=btn-]:focus-visible, .msgboxList-search .btn-check:checked + .fp-btn-back:focus-visible, .msgboxList-search .btn-check:checked + .fp-btn-saved:focus-visible, .msgboxList-search .btn-check:checked + .btn-default:focus-visible, .msgboxList-search .btn-check:checked + .btn-search-lg:focus-visible, .msgboxList-search .btn-check:checked + .btn-search-reset:focus-visible, .msgboxList-search .btn-check:checked + .exhi-enquiry:focus-visible, .msgboxList-search .btn-check:checked + .btn-pdf-dl:focus-visible, .btn-check:checked + .btn-default:focus-visible, .btn-check:checked + .fp-btn-saved:focus-visible, .btn-check:checked + .fp-btn-back:focus-visible, .semList-item .card .btn-check:checked + [class*=btn-]:focus-visible, .btn-check:checked + .standard-btn:focus-visible, .btn-check:checked + .btn-outline-primary-sm:focus-visible, .btn-check:checked + .btn-primary-sm:focus-visible, .btn-check:checked + .btn-clear:focus-visible, .btn-clear-row .btn-check:checked + a:focus-visible, .btn-check:checked + .f-btn-color:focus-visible, .btn-check:checked + .f-btn-reset:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + .msgbox-btn-send:active:focus-visible, :not(.btn-check) + .offcanvas_sideTab:active:focus-visible, :not(.btn-check) + .btn-pdf-dl:active:focus-visible, :not(.btn-check) + .exhi-enquiry:active:focus-visible, :not(.btn-check) + .btn-search-reset:active:focus-visible, :not(.btn-check) + .btn-search-lg:active:focus-visible, :not(.btn-check) + .btn-dk-default:active:focus-visible, .msgboxList-search :not(.btn-check) + .btn:active:focus-visible, .msgboxList-search :not(.btn-check) + .msgbox-btn-send:active:focus-visible, .msgboxList-search :not(.btn-check) + .offcanvas_sideTab:active:focus-visible, .msgboxList-search :not(.btn-check) + .f-btn-reset:active:focus-visible, .msgboxList-search :not(.btn-check) + .f-btn-color:active:focus-visible, .msgboxList-search :not(.btn-check) + .btn-clear:active:focus-visible, .msgboxList-search .btn-clear-row :not(.btn-check) + a:active:focus-visible, .btn-clear-row .msgboxList-search :not(.btn-check) + a:active:focus-visible, .msgboxList-search :not(.btn-check) + .btn-primary-sm:active:focus-visible, .msgboxList-search :not(.btn-check) + .btn-outline-primary-sm:active:focus-visible, .msgboxList-search :not(.btn-check) + .standard-btn:active:focus-visible, .msgboxList-search .semList-item .card :not(.btn-check) + [class*=btn-]:active:focus-visible, .semList-item .card .msgboxList-search :not(.btn-check) + [class*=btn-]:active:focus-visible, .msgboxList-search :not(.btn-check) + .fp-btn-back:active:focus-visible, .msgboxList-search :not(.btn-check) + .fp-btn-saved:active:focus-visible, .msgboxList-search :not(.btn-check) + .btn-default:active:focus-visible, .msgboxList-search :not(.btn-check) + .btn-search-lg:active:focus-visible, .msgboxList-search :not(.btn-check) + .btn-search-reset:active:focus-visible, .msgboxList-search :not(.btn-check) + .exhi-enquiry:active:focus-visible, .msgboxList-search :not(.btn-check) + .btn-pdf-dl:active:focus-visible, :not(.btn-check) + .btn-default:active:focus-visible, :not(.btn-check) + .fp-btn-saved:active:focus-visible, :not(.btn-check) + .fp-btn-back:active:focus-visible, .semList-item .card :not(.btn-check) + [class*=btn-]:active:focus-visible, :not(.btn-check) + .standard-btn:active:focus-visible, :not(.btn-check) + .btn-outline-primary-sm:active:focus-visible, :not(.btn-check) + .btn-primary-sm:active:focus-visible, :not(.btn-check) + .btn-clear:active:focus-visible, .btn-clear-row :not(.btn-check) + a:active:focus-visible, :not(.btn-check) + .f-btn-color:active:focus-visible, :not(.btn-check) + .f-btn-reset:active:focus-visible, .btn:first-child:active:focus-visible, .msgbox-btn-send:first-child:active:focus-visible, .offcanvas_sideTab:first-child:active:focus-visible, .btn-pdf-dl:first-child:active:focus-visible, .exhi-enquiry:first-child:active:focus-visible, .btn-search-reset:first-child:active:focus-visible, .btn-search-lg:first-child:active:focus-visible, .btn-dk-default:first-child:active:focus-visible, .msgboxList-search .btn:first-child:active:focus-visible, .msgboxList-search .msgbox-btn-send:first-child:active:focus-visible, .msgboxList-search .offcanvas_sideTab:first-child:active:focus-visible, .msgboxList-search .f-btn-reset:first-child:active:focus-visible, .msgboxList-search .f-btn-color:first-child:active:focus-visible, .msgboxList-search .btn-clear:first-child:active:focus-visible, .msgboxList-search .btn-clear-row a:first-child:active:focus-visible, .btn-clear-row .msgboxList-search a:first-child:active:focus-visible, .msgboxList-search .btn-primary-sm:first-child:active:focus-visible, .msgboxList-search .btn-outline-primary-sm:first-child:active:focus-visible, .msgboxList-search .standard-btn:first-child:active:focus-visible, .msgboxList-search .semList-item .card [class*=btn-]:first-child:active:focus-visible, .semList-item .card .msgboxList-search [class*=btn-]:first-child:active:focus-visible, .msgboxList-search .fp-btn-back:first-child:active:focus-visible, .msgboxList-search .fp-btn-saved:first-child:active:focus-visible, .msgboxList-search .btn-default:first-child:active:focus-visible, .msgboxList-search .btn-search-lg:first-child:active:focus-visible, .msgboxList-search .btn-search-reset:first-child:active:focus-visible, .msgboxList-search .exhi-enquiry:first-child:active:focus-visible, .msgboxList-search .btn-pdf-dl:first-child:active:focus-visible, .btn-default:first-child:active:focus-visible, .fp-btn-saved:first-child:active:focus-visible, .fp-btn-back:first-child:active:focus-visible, .semList-item .card [class*=btn-]:first-child:active:focus-visible, .standard-btn:first-child:active:focus-visible, .btn-outline-primary-sm:first-child:active:focus-visible, .btn-primary-sm:first-child:active:focus-visible, .btn-clear:first-child:active:focus-visible, .btn-clear-row a:first-child:active:focus-visible, .f-btn-color:first-child:active:focus-visible, .f-btn-reset:first-child:active:focus-visible, .btn.active:focus-visible, .active.msgbox-btn-send:focus-visible, .active.offcanvas_sideTab:focus-visible, .active.btn-pdf-dl:focus-visible, .active.exhi-enquiry:focus-visible, .active.btn-search-reset:focus-visible, .active.btn-search-lg:focus-visible, .active.btn-dk-default:focus-visible, .msgboxList-search .active.btn:focus-visible, .msgboxList-search .active.msgbox-btn-send:focus-visible, .msgboxList-search .active.offcanvas_sideTab:focus-visible, .msgboxList-search .active.f-btn-reset:focus-visible, .msgboxList-search .active.f-btn-color:focus-visible, .msgboxList-search .active.btn-clear:focus-visible, .msgboxList-search .btn-clear-row a.active:focus-visible, .btn-clear-row .msgboxList-search a.active:focus-visible, .msgboxList-search .active.btn-primary-sm:focus-visible, .msgboxList-search .active.btn-outline-primary-sm:focus-visible, .msgboxList-search .active.standard-btn:focus-visible, .msgboxList-search .semList-item .card .active[class*=btn-]:focus-visible, .semList-item .card .msgboxList-search .active[class*=btn-]:focus-visible, .msgboxList-search .active.fp-btn-back:focus-visible, .msgboxList-search .active.fp-btn-saved:focus-visible, .msgboxList-search .active.btn-default:focus-visible, .msgboxList-search .active.btn-search-lg:focus-visible, .msgboxList-search .active.btn-search-reset:focus-visible, .msgboxList-search .active.exhi-enquiry:focus-visible, .msgboxList-search .active.btn-pdf-dl:focus-visible, .active.btn-default:focus-visible, .active.fp-btn-saved:focus-visible, .active.fp-btn-back:focus-visible, .semList-item .card .active[class*=btn-]:focus-visible, .active.standard-btn:focus-visible, .active.btn-outline-primary-sm:focus-visible, .active.btn-primary-sm:focus-visible, .active.btn-clear:focus-visible, .btn-clear-row a.active:focus-visible, .active.f-btn-color:focus-visible, .active.f-btn-reset:focus-visible, .btn.show:focus-visible, .show.msgbox-btn-send:focus-visible, .show.offcanvas_sideTab:focus-visible, .show.btn-pdf-dl:focus-visible, .show.exhi-enquiry:focus-visible, .show.btn-search-reset:focus-visible, .show.btn-search-lg:focus-visible, .show.btn-dk-default:focus-visible, .msgboxList-search .show.btn:focus-visible, .msgboxList-search .show.msgbox-btn-send:focus-visible, .msgboxList-search .show.offcanvas_sideTab:focus-visible, .msgboxList-search .show.f-btn-reset:focus-visible, .msgboxList-search .show.f-btn-color:focus-visible, .msgboxList-search .show.btn-clear:focus-visible, .msgboxList-search .btn-clear-row a.show:focus-visible, .btn-clear-row .msgboxList-search a.show:focus-visible, .msgboxList-search .show.btn-primary-sm:focus-visible, .msgboxList-search .show.btn-outline-primary-sm:focus-visible, .msgboxList-search .show.standard-btn:focus-visible, .msgboxList-search .semList-item .card .show[class*=btn-]:focus-visible, .semList-item .card .msgboxList-search .show[class*=btn-]:focus-visible, .msgboxList-search .show.fp-btn-back:focus-visible, .msgboxList-search .show.fp-btn-saved:focus-visible, .msgboxList-search .show.btn-default:focus-visible, .msgboxList-search .show.btn-search-lg:focus-visible, .msgboxList-search .show.btn-search-reset:focus-visible, .msgboxList-search .show.exhi-enquiry:focus-visible, .msgboxList-search .show.btn-pdf-dl:focus-visible, .show.btn-default:focus-visible, .show.fp-btn-saved:focus-visible, .show.fp-btn-back:focus-visible, .semList-item .card .show[class*=btn-]:focus-visible, .show.standard-btn:focus-visible, .show.btn-outline-primary-sm:focus-visible, .show.btn-primary-sm:focus-visible, .show.btn-clear:focus-visible, .btn-clear-row a.show:focus-visible, .show.f-btn-color:focus-visible, .show.f-btn-reset:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .btn-check:checked:focus-visible + .msgbox-btn-send, .btn-check:checked:focus-visible + .offcanvas_sideTab, .btn-check:checked:focus-visible + .btn-pdf-dl, .btn-check:checked:focus-visible + .exhi-enquiry, .btn-check:checked:focus-visible + .btn-search-reset, .btn-check:checked:focus-visible + .btn-search-lg, .btn-check:checked:focus-visible + .btn-dk-default, .btn-check:checked:focus-visible + .btn-default, .btn-check:checked:focus-visible + .fp-btn-saved, .btn-check:checked:focus-visible + .fp-btn-back, .semList-item .card .btn-check:checked:focus-visible + [class*=btn-], .btn-check:checked:focus-visible + .standard-btn, .btn-check:checked:focus-visible + .btn-outline-primary-sm, .btn-check:checked:focus-visible + .btn-primary-sm, .btn-check:checked:focus-visible + .btn-clear, .btn-clear-row .btn-check:checked:focus-visible + a, .btn-check:checked:focus-visible + .f-btn-color, .btn-check:checked:focus-visible + .f-btn-reset {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .msgbox-btn-send:disabled, .offcanvas_sideTab:disabled, .btn-pdf-dl:disabled, .exhi-enquiry:disabled, .btn-search-reset:disabled, .btn-search-lg:disabled, .btn-dk-default:disabled, .msgboxList-search .btn:disabled, .msgboxList-search .msgbox-btn-send:disabled, .msgboxList-search .offcanvas_sideTab:disabled, .msgboxList-search .f-btn-reset:disabled, .msgboxList-search .f-btn-color:disabled, .msgboxList-search .btn-clear:disabled, .msgboxList-search .btn-clear-row a:disabled, .btn-clear-row .msgboxList-search a:disabled, .msgboxList-search .btn-primary-sm:disabled, .msgboxList-search .btn-outline-primary-sm:disabled, .msgboxList-search .standard-btn:disabled, .msgboxList-search .semList-item .card [class*=btn-]:disabled, .semList-item .card .msgboxList-search [class*=btn-]:disabled, .msgboxList-search .fp-btn-back:disabled, .msgboxList-search .fp-btn-saved:disabled, .msgboxList-search .btn-default:disabled, .msgboxList-search .btn-search-lg:disabled, .msgboxList-search .btn-search-reset:disabled, .msgboxList-search .exhi-enquiry:disabled, .msgboxList-search .btn-pdf-dl:disabled, .btn-default:disabled, .fp-btn-saved:disabled, .fp-btn-back:disabled, .semList-item .card [class*=btn-]:disabled, .standard-btn:disabled, .btn-outline-primary-sm:disabled, .btn-primary-sm:disabled, .btn-clear:disabled, .btn-clear-row a:disabled, .f-btn-color:disabled, .f-btn-reset:disabled, .btn.disabled, .disabled.msgbox-btn-send, .disabled.offcanvas_sideTab, .disabled.btn-pdf-dl, .disabled.exhi-enquiry, .disabled.btn-search-reset, .disabled.btn-search-lg, .disabled.btn-dk-default, .msgboxList-search .disabled.btn, .msgboxList-search .disabled.msgbox-btn-send, .msgboxList-search .disabled.offcanvas_sideTab, .msgboxList-search .disabled.f-btn-reset, .msgboxList-search .disabled.f-btn-color, .msgboxList-search .disabled.btn-clear, .msgboxList-search .btn-clear-row a.disabled, .btn-clear-row .msgboxList-search a.disabled, .msgboxList-search .disabled.btn-primary-sm, .msgboxList-search .disabled.btn-outline-primary-sm, .msgboxList-search .disabled.standard-btn, .msgboxList-search .semList-item .card .disabled[class*=btn-], .semList-item .card .msgboxList-search .disabled[class*=btn-], .msgboxList-search .disabled.fp-btn-back, .msgboxList-search .disabled.fp-btn-saved, .msgboxList-search .disabled.btn-default, .msgboxList-search .disabled.btn-search-lg, .msgboxList-search .disabled.btn-search-reset, .msgboxList-search .disabled.exhi-enquiry, .msgboxList-search .disabled.btn-pdf-dl, .disabled.btn-default, .disabled.fp-btn-saved, .disabled.fp-btn-back, .semList-item .card .disabled[class*=btn-], .disabled.standard-btn, .disabled.btn-outline-primary-sm, .disabled.btn-primary-sm, .disabled.btn-clear, .btn-clear-row a.disabled, .disabled.f-btn-color, .disabled.f-btn-reset, fieldset:disabled .btn, fieldset:disabled .msgbox-btn-send, fieldset:disabled .msgboxList-search .msgbox-btn-send, .msgboxList-search fieldset:disabled .msgbox-btn-send, fieldset:disabled .msgboxList-search .msgbox-btn-send:hover, .msgboxList-search fieldset:disabled .msgbox-btn-send:hover, fieldset:disabled .offcanvas_sideTab, fieldset:disabled .msgboxList-search .offcanvas_sideTab, .msgboxList-search fieldset:disabled .offcanvas_sideTab, fieldset:disabled .msgboxList-search .offcanvas_sideTab:hover, .msgboxList-search fieldset:disabled .offcanvas_sideTab:hover, fieldset:disabled .btn-pdf-dl, fieldset:disabled .exhi-enquiry, fieldset:disabled .btn-search-reset, fieldset:disabled .btn-search-lg, fieldset:disabled .btn-dk-default, fieldset:disabled .msgboxList-search .btn, fieldset:disabled .msgboxList-search .msgbox-btn-send, fieldset:disabled .msgboxList-search .msgbox-btn-send, fieldset:disabled .msgboxList-search .msgbox-btn-send:hover, fieldset:disabled .msgboxList-search .offcanvas_sideTab, fieldset:disabled .msgboxList-search .offcanvas_sideTab, fieldset:disabled .msgboxList-search .offcanvas_sideTab:hover, .msgboxList-search fieldset:disabled .btn, .msgboxList-search fieldset:disabled .msgbox-btn-send, .msgboxList-search fieldset:disabled .msgbox-btn-send, .msgboxList-search fieldset:disabled .msgbox-btn-send:hover, .msgboxList-search fieldset:disabled .offcanvas_sideTab, .msgboxList-search fieldset:disabled .offcanvas_sideTab, .msgboxList-search fieldset:disabled .offcanvas_sideTab:hover, fieldset:disabled .msgboxList-search .f-btn-reset, .msgboxList-search fieldset:disabled .f-btn-reset, fieldset:disabled .msgboxList-search .f-btn-color, .msgboxList-search fieldset:disabled .f-btn-color, fieldset:disabled .msgboxList-search .btn-clear, .msgboxList-search fieldset:disabled .btn-clear, fieldset:disabled .msgboxList-search .btn-clear-row a, .msgboxList-search .btn-clear-row fieldset:disabled a, fieldset:disabled .btn-clear-row .msgboxList-search a, .btn-clear-row .msgboxList-search fieldset:disabled a, fieldset:disabled .msgboxList-search .btn-primary-sm, .msgboxList-search fieldset:disabled .btn-primary-sm, fieldset:disabled .msgboxList-search .btn-outline-primary-sm, .msgboxList-search fieldset:disabled .btn-outline-primary-sm, fieldset:disabled .msgboxList-search .standard-btn, .msgboxList-search fieldset:disabled .standard-btn, fieldset:disabled .msgboxList-search .semList-item .card [class*=btn-], .msgboxList-search .semList-item .card fieldset:disabled [class*=btn-], fieldset:disabled .semList-item .card .msgboxList-search [class*=btn-], .semList-item .card .msgboxList-search fieldset:disabled [class*=btn-], fieldset:disabled .msgboxList-search .fp-btn-back, .msgboxList-search fieldset:disabled .fp-btn-back, fieldset:disabled .msgboxList-search .fp-btn-saved, .msgboxList-search fieldset:disabled .fp-btn-saved, fieldset:disabled .msgboxList-search .btn-default, .msgboxList-search fieldset:disabled .btn-default, fieldset:disabled .msgboxList-search .btn-dk-default, .msgboxList-search fieldset:disabled .btn-dk-default, fieldset:disabled .msgboxList-search .btn-search-lg, .msgboxList-search fieldset:disabled .btn-search-lg, fieldset:disabled .msgboxList-search .btn-search-reset, .msgboxList-search fieldset:disabled .btn-search-reset, fieldset:disabled .msgboxList-search .exhi-enquiry, .msgboxList-search fieldset:disabled .exhi-enquiry, fieldset:disabled .msgboxList-search .btn-pdf-dl, .msgboxList-search fieldset:disabled .btn-pdf-dl, fieldset:disabled .btn-default, fieldset:disabled .fp-btn-saved, fieldset:disabled .fp-btn-back, fieldset:disabled .semList-item .card [class*=btn-], .semList-item .card fieldset:disabled [class*=btn-], fieldset:disabled .standard-btn, fieldset:disabled .btn-outline-primary-sm, fieldset:disabled .btn-primary-sm, fieldset:disabled .btn-clear, fieldset:disabled .btn-clear-row a, .btn-clear-row fieldset:disabled a, fieldset:disabled .f-btn-color, fieldset:disabled .f-btn-reset {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary, .btn-light-primary, .semList-item .card [class*=btn-], .standard-btn, .btn-primary-sm {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success, .offcanvas_sideTab, .btn-pdf-dl {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light, .btn-search-reset, .btn-clear, .btn-clear-row a, .f-btn-reset {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary, .fp-btn-saved, .fp-btn-saved:hover, .btn-outline-primary-sm {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary, .fp-btn-back, .fp-btn-back:hover {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success, .exhi-enquiry {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-search-lg, .btn-search-lg:hover, .btn-group-lg > .btn, .btn-group-lg > .msgbox-btn-send, .btn-group-lg > .offcanvas_sideTab, .btn-group-lg > .btn-pdf-dl, .btn-group-lg > .exhi-enquiry, .btn-group-lg > .btn-search-reset, .btn-group-lg > .btn-search-lg, .btn-group-lg > .btn-dk-default, .btn-group-lg > .btn-default, .btn-group-lg > .fp-btn-saved, .btn-group-lg > .fp-btn-back, .semList-item .card .btn-group-lg > [class*=btn-], .btn-group-lg > .standard-btn, .btn-group-lg > .btn-outline-primary-sm, .btn-group-lg > .btn-primary-sm, .btn-group-lg > .btn-clear, .btn-clear-row .btn-group-lg > a, .btn-group-lg > .f-btn-color, .btn-group-lg > .f-btn-reset {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-search-reset, .btn-outline-primary-sm, .btn-primary-sm, .btn-clear, .btn-clear-row a, .btn-group-sm > .btn, .btn-group-sm > .msgbox-btn-send, .btn-group-sm > .offcanvas_sideTab, .btn-group-sm > .btn-pdf-dl, .btn-group-sm > .exhi-enquiry, .btn-group-sm > .btn-search-reset, .btn-group-sm > .btn-search-lg, .btn-group-sm > .btn-dk-default, .btn-group-sm > .btn-default, .btn-group-sm > .fp-btn-saved, .btn-group-sm > .fp-btn-back, .semList-item .card .btn-group-sm > [class*=btn-], .btn-group-sm > .standard-btn, .btn-group-sm > .btn-outline-primary-sm, .btn-group-sm > .btn-primary-sm, .btn-group-sm > .btn-clear, .btn-clear-row .btn-group-sm > a, .btn-group-sm > .f-btn-color, .btn-group-sm > .f-btn-reset {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .msgbox-btn-send, .btn-group > .offcanvas_sideTab, .btn-group > .btn-pdf-dl, .btn-group > .exhi-enquiry, .btn-group > .btn-search-reset, .btn-group > .btn-search-lg, .btn-group > .btn-dk-default, .btn-group > .btn-default, .btn-group > .fp-btn-saved, .btn-group > .fp-btn-back, .semList-item .card .btn-group > [class*=btn-], .btn-group > .standard-btn, .btn-group > .btn-outline-primary-sm, .btn-group > .btn-primary-sm, .btn-group > .btn-clear, .btn-clear-row .btn-group > a, .btn-group > .f-btn-color, .btn-group > .f-btn-reset,
.btn-group-vertical > .btn,
.btn-group-vertical > .msgbox-btn-send,
.btn-group-vertical > .offcanvas_sideTab,
.btn-group-vertical > .btn-pdf-dl,
.btn-group-vertical > .exhi-enquiry,
.btn-group-vertical > .btn-search-reset,
.btn-group-vertical > .btn-search-lg,
.btn-group-vertical > .btn-dk-default,
.btn-group-vertical > .btn-default,
.btn-group-vertical > .fp-btn-saved,
.btn-group-vertical > .fp-btn-back,
.semList-item .card .btn-group-vertical > [class*=btn-],
.btn-group-vertical > .standard-btn,
.btn-group-vertical > .btn-outline-primary-sm,
.btn-group-vertical > .btn-primary-sm,
.btn-group-vertical > .btn-clear,
.btn-clear-row .btn-group-vertical > a,
.btn-group-vertical > .f-btn-color,
.btn-group-vertical > .f-btn-reset {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .msgbox-btn-send, .msgboxList-search .btn-group > .btn-check:checked + .msgbox-btn-send, .msgboxList-search .btn-group > .btn-check:checked + .msgbox-btn-send:hover, .btn-group > .btn-check:checked + .offcanvas_sideTab, .msgboxList-search .btn-group > .btn-check:checked + .offcanvas_sideTab, .msgboxList-search .btn-group > .btn-check:checked + .offcanvas_sideTab:hover, .btn-group > .btn-check:checked + .btn-pdf-dl, .btn-group > .btn-check:checked + .exhi-enquiry, .btn-group > .btn-check:checked + .btn-search-reset, .btn-group > .btn-check:checked + .btn-search-lg, .btn-group > .btn-check:checked + .btn-search-lg:hover, .btn-group > .btn-check:checked + .btn-dk-default, .msgboxList-search .btn-group > .btn-check:checked + .btn, .msgboxList-search .btn-group > .btn-check:checked + .msgbox-btn-send, .msgboxList-search .btn-group > .btn-check:checked + .msgbox-btn-send, .msgboxList-search .btn-group > .btn-check:checked + .msgbox-btn-send:hover, .msgboxList-search .btn-group > .btn-check:checked + .offcanvas_sideTab, .msgboxList-search .btn-group > .btn-check:checked + .offcanvas_sideTab, .msgboxList-search .btn-group > .btn-check:checked + .offcanvas_sideTab:hover, .msgboxList-search .btn-group > .btn-check:checked + .f-btn-reset, .msgboxList-search .btn-group > .btn-check:checked + .f-btn-color, .msgboxList-search .btn-group > .btn-check:checked + .btn-clear, .msgboxList-search .btn-clear-row .btn-group > .btn-check:checked + a, .btn-clear-row .msgboxList-search .btn-group > .btn-check:checked + a, .msgboxList-search .btn-group > .btn-check:checked + .btn-primary-sm, .msgboxList-search .btn-group > .btn-check:checked + .btn-outline-primary-sm, .msgboxList-search .btn-group > .btn-check:checked + .standard-btn, .msgboxList-search .semList-item .card .btn-group > .btn-check:checked + [class*=btn-], .semList-item .card .msgboxList-search .btn-group > .btn-check:checked + [class*=btn-], .msgboxList-search .btn-group > .btn-check:checked + .fp-btn-back, .msgboxList-search .btn-group > .btn-check:checked + .fp-btn-saved, .msgboxList-search .btn-group > .btn-check:checked + .btn-default, .msgboxList-search .btn-group > .btn-check:checked + .btn-dk-default, .msgboxList-search .btn-group > .btn-check:checked + .btn-search-lg, .msgboxList-search .btn-group > .btn-check:checked + .btn-search-reset, .msgboxList-search .btn-group > .btn-check:checked + .exhi-enquiry, .msgboxList-search .btn-group > .btn-check:checked + .btn-pdf-dl, .btn-group > .btn-check:checked + .btn-search-lg, .btn-group > .btn-check:checked + .btn-search-lg:hover, .btn-group > .btn-check:checked + .btn-dk-default:hover, .msgboxList-search .btn-group > .btn-check:checked + .btn:hover, .msgboxList-search .btn-group > .btn-check:checked + .msgbox-btn-send:hover, .msgboxList-search .btn-group > .btn-check:checked + .offcanvas_sideTab:hover, .msgboxList-search .btn-group > .btn-check:checked + .f-btn-reset:hover, .msgboxList-search .btn-group > .btn-check:checked + .f-btn-color:hover, .msgboxList-search .btn-group > .btn-check:checked + .btn-clear:hover, .msgboxList-search .btn-clear-row .btn-group > .btn-check:checked + a:hover, .btn-clear-row .msgboxList-search .btn-group > .btn-check:checked + a:hover, .msgboxList-search .btn-group > .btn-check:checked + .btn-primary-sm:hover, .msgboxList-search .btn-group > .btn-check:checked + .btn-outline-primary-sm:hover, .msgboxList-search .btn-group > .btn-check:checked + .standard-btn:hover, .msgboxList-search .semList-item .card .btn-group > .btn-check:checked + [class*=btn-]:hover, .semList-item .card .msgboxList-search .btn-group > .btn-check:checked + [class*=btn-]:hover, .msgboxList-search .btn-group > .btn-check:checked + .fp-btn-back:hover, .msgboxList-search .btn-group > .btn-check:checked + .fp-btn-saved:hover, .msgboxList-search .btn-group > .btn-check:checked + .btn-default:hover, .msgboxList-search .btn-group > .btn-check:checked + .btn-search-lg:hover, .msgboxList-search .btn-group > .btn-check:checked + .btn-search-reset:hover, .msgboxList-search .btn-group > .btn-check:checked + .exhi-enquiry:hover, .msgboxList-search .btn-group > .btn-check:checked + .btn-pdf-dl:hover, .btn-group > .btn-check:checked + .btn-search-lg:hover, .btn-group > .btn-check:checked + .btn-default, .btn-group > .btn-check:checked + .btn-default:hover, .btn-group > .btn-check:checked + .fp-btn-saved, .btn-group > .btn-check:checked + .fp-btn-saved:hover, .btn-group > .btn-check:checked + .fp-btn-back, .btn-group > .btn-check:checked + .fp-btn-back:hover, .semList-item .card .btn-group > .btn-check:checked + [class*=btn-], .btn-group > .btn-check:checked + .standard-btn, .btn-group > .btn-check:checked + .btn-outline-primary-sm, .btn-group > .btn-check:checked + .btn-primary-sm, .btn-group > .btn-check:checked + .btn-clear, .btn-clear-row .btn-group > .btn-check:checked + a, .btn-group > .btn-check:checked + .f-btn-color, .btn-group > .btn-check:checked + .f-btn-reset,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn-check:focus + .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-check:focus + .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-check:focus + .msgbox-btn-send:hover,
.btn-group > .btn-check:focus + .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-check:focus + .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-check:focus + .offcanvas_sideTab:hover,
.btn-group > .btn-check:focus + .btn-pdf-dl,
.btn-group > .btn-check:focus + .exhi-enquiry,
.btn-group > .btn-check:focus + .btn-search-reset,
.btn-group > .btn-check:focus + .btn-search-lg,
.btn-group > .btn-check:focus + .btn-search-lg:hover,
.btn-group > .btn-check:focus + .btn-dk-default,
.msgboxList-search .btn-group > .btn-check:focus + .btn,
.msgboxList-search .btn-group > .btn-check:focus + .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-check:focus + .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-check:focus + .msgbox-btn-send:hover,
.msgboxList-search .btn-group > .btn-check:focus + .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-check:focus + .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-check:focus + .offcanvas_sideTab:hover,
.msgboxList-search .btn-group > .btn-check:focus + .f-btn-reset,
.msgboxList-search .btn-group > .btn-check:focus + .f-btn-color,
.msgboxList-search .btn-group > .btn-check:focus + .btn-clear,
.msgboxList-search .btn-clear-row .btn-group > .btn-check:focus + a,
.btn-clear-row .msgboxList-search .btn-group > .btn-check:focus + a,
.msgboxList-search .btn-group > .btn-check:focus + .btn-primary-sm,
.msgboxList-search .btn-group > .btn-check:focus + .btn-outline-primary-sm,
.msgboxList-search .btn-group > .btn-check:focus + .standard-btn,
.msgboxList-search .semList-item .card .btn-group > .btn-check:focus + [class*=btn-],
.semList-item .card .msgboxList-search .btn-group > .btn-check:focus + [class*=btn-],
.msgboxList-search .btn-group > .btn-check:focus + .fp-btn-back,
.msgboxList-search .btn-group > .btn-check:focus + .fp-btn-saved,
.msgboxList-search .btn-group > .btn-check:focus + .btn-default,
.msgboxList-search .btn-group > .btn-check:focus + .btn-dk-default,
.msgboxList-search .btn-group > .btn-check:focus + .btn-search-lg,
.msgboxList-search .btn-group > .btn-check:focus + .btn-search-reset,
.msgboxList-search .btn-group > .btn-check:focus + .exhi-enquiry,
.msgboxList-search .btn-group > .btn-check:focus + .btn-pdf-dl,
.btn-group > .btn-check:focus + .btn-search-lg,
.btn-group > .btn-check:focus + .btn-search-lg:hover,
.btn-group > .btn-check:focus + .btn-dk-default:hover,
.msgboxList-search .btn-group > .btn-check:focus + .btn:hover,
.msgboxList-search .btn-group > .btn-check:focus + .msgbox-btn-send:hover,
.msgboxList-search .btn-group > .btn-check:focus + .offcanvas_sideTab:hover,
.msgboxList-search .btn-group > .btn-check:focus + .f-btn-reset:hover,
.msgboxList-search .btn-group > .btn-check:focus + .f-btn-color:hover,
.msgboxList-search .btn-group > .btn-check:focus + .btn-clear:hover,
.msgboxList-search .btn-clear-row .btn-group > .btn-check:focus + a:hover,
.btn-clear-row .msgboxList-search .btn-group > .btn-check:focus + a:hover,
.msgboxList-search .btn-group > .btn-check:focus + .btn-primary-sm:hover,
.msgboxList-search .btn-group > .btn-check:focus + .btn-outline-primary-sm:hover,
.msgboxList-search .btn-group > .btn-check:focus + .standard-btn:hover,
.msgboxList-search .semList-item .card .btn-group > .btn-check:focus + [class*=btn-]:hover,
.semList-item .card .msgboxList-search .btn-group > .btn-check:focus + [class*=btn-]:hover,
.msgboxList-search .btn-group > .btn-check:focus + .fp-btn-back:hover,
.msgboxList-search .btn-group > .btn-check:focus + .fp-btn-saved:hover,
.msgboxList-search .btn-group > .btn-check:focus + .btn-default:hover,
.msgboxList-search .btn-group > .btn-check:focus + .btn-search-lg:hover,
.msgboxList-search .btn-group > .btn-check:focus + .btn-search-reset:hover,
.msgboxList-search .btn-group > .btn-check:focus + .exhi-enquiry:hover,
.msgboxList-search .btn-group > .btn-check:focus + .btn-pdf-dl:hover,
.btn-group > .btn-check:focus + .btn-search-lg:hover,
.btn-group > .btn-check:focus + .btn-default,
.btn-group > .btn-check:focus + .btn-default:hover,
.btn-group > .btn-check:focus + .fp-btn-saved,
.btn-group > .btn-check:focus + .fp-btn-saved:hover,
.btn-group > .btn-check:focus + .fp-btn-back,
.btn-group > .btn-check:focus + .fp-btn-back:hover,
.semList-item .card .btn-group > .btn-check:focus + [class*=btn-],
.btn-group > .btn-check:focus + .standard-btn,
.btn-group > .btn-check:focus + .btn-outline-primary-sm,
.btn-group > .btn-check:focus + .btn-primary-sm,
.btn-group > .btn-check:focus + .btn-clear,
.btn-clear-row .btn-group > .btn-check:focus + a,
.btn-group > .btn-check:focus + .f-btn-color,
.btn-group > .btn-check:focus + .f-btn-reset,
.btn-group > .btn:hover,
.btn-group > .msgbox-btn-send:hover,
.btn-group > .offcanvas_sideTab:hover,
.btn-group > .btn-pdf-dl:hover,
.btn-group > .exhi-enquiry:hover,
.btn-group > .btn-search-reset:hover,
.btn-group > .btn-search-lg:hover,
.btn-group > .btn-dk-default:hover,
.msgboxList-search .btn-group > .btn:hover,
.msgboxList-search .btn-group > .msgbox-btn-send:hover,
.msgboxList-search .btn-group > .offcanvas_sideTab:hover,
.msgboxList-search .btn-group > .f-btn-reset:hover,
.msgboxList-search .btn-group > .f-btn-color:hover,
.msgboxList-search .btn-group > .btn-clear:hover,
.msgboxList-search .btn-clear-row .btn-group > a:hover,
.btn-clear-row .msgboxList-search .btn-group > a:hover,
.msgboxList-search .btn-group > .btn-primary-sm:hover,
.msgboxList-search .btn-group > .btn-outline-primary-sm:hover,
.msgboxList-search .btn-group > .standard-btn:hover,
.msgboxList-search .semList-item .card .btn-group > [class*=btn-]:hover,
.semList-item .card .msgboxList-search .btn-group > [class*=btn-]:hover,
.msgboxList-search .btn-group > .fp-btn-back:hover,
.msgboxList-search .btn-group > .fp-btn-saved:hover,
.msgboxList-search .btn-group > .btn-default:hover,
.msgboxList-search .btn-group > .btn-search-lg:hover,
.msgboxList-search .btn-group > .btn-search-reset:hover,
.msgboxList-search .btn-group > .exhi-enquiry:hover,
.msgboxList-search .btn-group > .btn-pdf-dl:hover,
.btn-group > .btn-search-lg:hover,
.btn-group > .btn-default:hover,
.btn-group > .fp-btn-saved:hover,
.btn-group > .fp-btn-back:hover,
.semList-item .card .btn-group > [class*=btn-]:hover,
.btn-group > .standard-btn:hover,
.btn-group > .btn-outline-primary-sm:hover,
.btn-group > .btn-primary-sm:hover,
.btn-group > .btn-clear:hover,
.btn-clear-row .btn-group > a:hover,
.btn-group > .f-btn-color:hover,
.btn-group > .f-btn-reset:hover,
.btn-group > .btn:focus,
.btn-group > .msgbox-btn-send:focus,
.btn-group > .offcanvas_sideTab:focus,
.btn-group > .btn-pdf-dl:focus,
.btn-group > .exhi-enquiry:focus,
.btn-group > .btn-search-reset:focus,
.btn-group > .btn-search-lg:focus,
.btn-group > .btn-dk-default:focus,
.msgboxList-search .btn-group > .btn:focus,
.msgboxList-search .btn-group > .msgbox-btn-send:focus,
.msgboxList-search .btn-group > .offcanvas_sideTab:focus,
.msgboxList-search .btn-group > .f-btn-reset:focus,
.msgboxList-search .btn-group > .f-btn-color:focus,
.msgboxList-search .btn-group > .btn-clear:focus,
.msgboxList-search .btn-clear-row .btn-group > a:focus,
.btn-clear-row .msgboxList-search .btn-group > a:focus,
.msgboxList-search .btn-group > .btn-primary-sm:focus,
.msgboxList-search .btn-group > .btn-outline-primary-sm:focus,
.msgboxList-search .btn-group > .standard-btn:focus,
.msgboxList-search .semList-item .card .btn-group > [class*=btn-]:focus,
.semList-item .card .msgboxList-search .btn-group > [class*=btn-]:focus,
.msgboxList-search .btn-group > .fp-btn-back:focus,
.msgboxList-search .btn-group > .fp-btn-saved:focus,
.msgboxList-search .btn-group > .btn-default:focus,
.msgboxList-search .btn-group > .btn-search-lg:focus,
.msgboxList-search .btn-group > .btn-search-reset:focus,
.msgboxList-search .btn-group > .exhi-enquiry:focus,
.msgboxList-search .btn-group > .btn-pdf-dl:focus,
.btn-group > .btn-search-lg:focus,
.btn-group > .btn-default:focus,
.btn-group > .fp-btn-saved:focus,
.btn-group > .fp-btn-back:focus,
.semList-item .card .btn-group > [class*=btn-]:focus,
.btn-group > .standard-btn:focus,
.btn-group > .btn-outline-primary-sm:focus,
.btn-group > .btn-primary-sm:focus,
.btn-group > .btn-clear:focus,
.btn-clear-row .btn-group > a:focus,
.btn-group > .f-btn-color:focus,
.btn-group > .f-btn-reset:focus,
.btn-group > .btn:active,
.btn-group > .msgbox-btn-send:active,
.btn-group > .offcanvas_sideTab:active,
.btn-group > .btn-pdf-dl:active,
.btn-group > .exhi-enquiry:active,
.btn-group > .btn-search-reset:active,
.btn-group > .btn-search-lg:active,
.btn-group > .btn-dk-default:active,
.msgboxList-search .btn-group > .btn:active,
.msgboxList-search .btn-group > .msgbox-btn-send:active,
.msgboxList-search .btn-group > .offcanvas_sideTab:active,
.msgboxList-search .btn-group > .f-btn-reset:active,
.msgboxList-search .btn-group > .f-btn-color:active,
.msgboxList-search .btn-group > .btn-clear:active,
.msgboxList-search .btn-clear-row .btn-group > a:active,
.btn-clear-row .msgboxList-search .btn-group > a:active,
.msgboxList-search .btn-group > .btn-primary-sm:active,
.msgboxList-search .btn-group > .btn-outline-primary-sm:active,
.msgboxList-search .btn-group > .standard-btn:active,
.msgboxList-search .semList-item .card .btn-group > [class*=btn-]:active,
.semList-item .card .msgboxList-search .btn-group > [class*=btn-]:active,
.msgboxList-search .btn-group > .fp-btn-back:active,
.msgboxList-search .btn-group > .fp-btn-saved:active,
.msgboxList-search .btn-group > .btn-default:active,
.msgboxList-search .btn-group > .btn-search-lg:active,
.msgboxList-search .btn-group > .btn-search-reset:active,
.msgboxList-search .btn-group > .exhi-enquiry:active,
.msgboxList-search .btn-group > .btn-pdf-dl:active,
.btn-group > .btn-search-lg:active,
.btn-group > .btn-default:active,
.btn-group > .fp-btn-saved:active,
.btn-group > .fp-btn-back:active,
.semList-item .card .btn-group > [class*=btn-]:active,
.btn-group > .standard-btn:active,
.btn-group > .btn-outline-primary-sm:active,
.btn-group > .btn-primary-sm:active,
.btn-group > .btn-clear:active,
.btn-clear-row .btn-group > a:active,
.btn-group > .f-btn-color:active,
.btn-group > .f-btn-reset:active,
.btn-group > .btn.active,
.btn-group > .active.msgbox-btn-send,
.btn-group > .active.offcanvas_sideTab,
.btn-group > .active.btn-pdf-dl,
.btn-group > .active.exhi-enquiry,
.btn-group > .active.btn-search-reset,
.btn-group > .active.btn-search-lg,
.btn-group > .active.btn-dk-default,
.msgboxList-search .btn-group > .active.btn,
.msgboxList-search .btn-group > .active.msgbox-btn-send,
.msgboxList-search .btn-group > .active.offcanvas_sideTab,
.msgboxList-search .btn-group > .active.f-btn-reset,
.msgboxList-search .btn-group > .active.f-btn-color,
.msgboxList-search .btn-group > .active.btn-clear,
.msgboxList-search .btn-clear-row .btn-group > a.active,
.btn-clear-row .msgboxList-search .btn-group > a.active,
.msgboxList-search .btn-group > .active.btn-primary-sm,
.msgboxList-search .btn-group > .active.btn-outline-primary-sm,
.msgboxList-search .btn-group > .active.standard-btn,
.msgboxList-search .semList-item .card .btn-group > .active[class*=btn-],
.semList-item .card .msgboxList-search .btn-group > .active[class*=btn-],
.msgboxList-search .btn-group > .active.fp-btn-back,
.msgboxList-search .btn-group > .active.fp-btn-saved,
.msgboxList-search .btn-group > .active.btn-default,
.msgboxList-search .btn-group > .active.btn-search-lg,
.msgboxList-search .btn-group > .active.btn-search-reset,
.msgboxList-search .btn-group > .active.exhi-enquiry,
.msgboxList-search .btn-group > .active.btn-pdf-dl,
.btn-group > .active.btn-search-lg,
.btn-group > .active.btn-default,
.btn-group > .active.fp-btn-saved,
.btn-group > .active.fp-btn-back,
.semList-item .card .btn-group > .active[class*=btn-],
.btn-group > .active.standard-btn,
.btn-group > .active.btn-outline-primary-sm,
.btn-group > .active.btn-primary-sm,
.btn-group > .active.btn-clear,
.btn-clear-row .btn-group > a.active,
.btn-group > .active.f-btn-color,
.btn-group > .active.f-btn-reset,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:checked + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .msgbox-btn-send:hover,
.btn-group-vertical > .btn-check:checked + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .offcanvas_sideTab:hover,
.btn-group-vertical > .btn-check:checked + .btn-pdf-dl,
.btn-group-vertical > .btn-check:checked + .exhi-enquiry,
.btn-group-vertical > .btn-check:checked + .btn-search-reset,
.btn-group-vertical > .btn-check:checked + .btn-search-lg,
.btn-group-vertical > .btn-check:checked + .btn-search-lg:hover,
.btn-group-vertical > .btn-check:checked + .btn-dk-default,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .msgbox-btn-send:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .offcanvas_sideTab:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .f-btn-reset,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .f-btn-color,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-clear,
.msgboxList-search .btn-clear-row .btn-group-vertical > .btn-check:checked + a,
.btn-clear-row .msgboxList-search .btn-group-vertical > .btn-check:checked + a,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-primary-sm,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-outline-primary-sm,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .standard-btn,
.msgboxList-search .semList-item .card .btn-group-vertical > .btn-check:checked + [class*=btn-],
.semList-item .card .msgboxList-search .btn-group-vertical > .btn-check:checked + [class*=btn-],
.msgboxList-search .btn-group-vertical > .btn-check:checked + .fp-btn-back,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .fp-btn-saved,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-default,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-dk-default,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-search-lg,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-search-reset,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .exhi-enquiry,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-pdf-dl,
.btn-group-vertical > .btn-check:checked + .btn-search-lg,
.btn-group-vertical > .btn-check:checked + .btn-search-lg:hover,
.btn-group-vertical > .btn-check:checked + .btn-dk-default:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .msgbox-btn-send:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .offcanvas_sideTab:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .f-btn-reset:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .f-btn-color:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-clear:hover,
.msgboxList-search .btn-clear-row .btn-group-vertical > .btn-check:checked + a:hover,
.btn-clear-row .msgboxList-search .btn-group-vertical > .btn-check:checked + a:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-primary-sm:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-outline-primary-sm:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .standard-btn:hover,
.msgboxList-search .semList-item .card .btn-group-vertical > .btn-check:checked + [class*=btn-]:hover,
.semList-item .card .msgboxList-search .btn-group-vertical > .btn-check:checked + [class*=btn-]:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .fp-btn-back:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .fp-btn-saved:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-default:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-search-lg:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-search-reset:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .exhi-enquiry:hover,
.msgboxList-search .btn-group-vertical > .btn-check:checked + .btn-pdf-dl:hover,
.btn-group-vertical > .btn-check:checked + .btn-search-lg:hover,
.btn-group-vertical > .btn-check:checked + .btn-default,
.btn-group-vertical > .btn-check:checked + .btn-default:hover,
.btn-group-vertical > .btn-check:checked + .fp-btn-saved,
.btn-group-vertical > .btn-check:checked + .fp-btn-saved:hover,
.btn-group-vertical > .btn-check:checked + .fp-btn-back,
.btn-group-vertical > .btn-check:checked + .fp-btn-back:hover,
.semList-item .card .btn-group-vertical > .btn-check:checked + [class*=btn-],
.btn-group-vertical > .btn-check:checked + .standard-btn,
.btn-group-vertical > .btn-check:checked + .btn-outline-primary-sm,
.btn-group-vertical > .btn-check:checked + .btn-primary-sm,
.btn-group-vertical > .btn-check:checked + .btn-clear,
.btn-clear-row .btn-group-vertical > .btn-check:checked + a,
.btn-group-vertical > .btn-check:checked + .f-btn-color,
.btn-group-vertical > .btn-check:checked + .f-btn-reset,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn-check:focus + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .msgbox-btn-send:hover,
.btn-group-vertical > .btn-check:focus + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .offcanvas_sideTab:hover,
.btn-group-vertical > .btn-check:focus + .btn-pdf-dl,
.btn-group-vertical > .btn-check:focus + .exhi-enquiry,
.btn-group-vertical > .btn-check:focus + .btn-search-reset,
.btn-group-vertical > .btn-check:focus + .btn-search-lg,
.btn-group-vertical > .btn-check:focus + .btn-search-lg:hover,
.btn-group-vertical > .btn-check:focus + .btn-dk-default,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .msgbox-btn-send:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .offcanvas_sideTab:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .f-btn-reset,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .f-btn-color,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-clear,
.msgboxList-search .btn-clear-row .btn-group-vertical > .btn-check:focus + a,
.btn-clear-row .msgboxList-search .btn-group-vertical > .btn-check:focus + a,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-primary-sm,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-outline-primary-sm,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .standard-btn,
.msgboxList-search .semList-item .card .btn-group-vertical > .btn-check:focus + [class*=btn-],
.semList-item .card .msgboxList-search .btn-group-vertical > .btn-check:focus + [class*=btn-],
.msgboxList-search .btn-group-vertical > .btn-check:focus + .fp-btn-back,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .fp-btn-saved,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-default,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-dk-default,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-search-lg,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-search-reset,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .exhi-enquiry,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-pdf-dl,
.btn-group-vertical > .btn-check:focus + .btn-search-lg,
.btn-group-vertical > .btn-check:focus + .btn-search-lg:hover,
.btn-group-vertical > .btn-check:focus + .btn-dk-default:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .msgbox-btn-send:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .offcanvas_sideTab:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .f-btn-reset:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .f-btn-color:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-clear:hover,
.msgboxList-search .btn-clear-row .btn-group-vertical > .btn-check:focus + a:hover,
.btn-clear-row .msgboxList-search .btn-group-vertical > .btn-check:focus + a:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-primary-sm:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-outline-primary-sm:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .standard-btn:hover,
.msgboxList-search .semList-item .card .btn-group-vertical > .btn-check:focus + [class*=btn-]:hover,
.semList-item .card .msgboxList-search .btn-group-vertical > .btn-check:focus + [class*=btn-]:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .fp-btn-back:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .fp-btn-saved:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-default:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-search-lg:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-search-reset:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .exhi-enquiry:hover,
.msgboxList-search .btn-group-vertical > .btn-check:focus + .btn-pdf-dl:hover,
.btn-group-vertical > .btn-check:focus + .btn-search-lg:hover,
.btn-group-vertical > .btn-check:focus + .btn-default,
.btn-group-vertical > .btn-check:focus + .btn-default:hover,
.btn-group-vertical > .btn-check:focus + .fp-btn-saved,
.btn-group-vertical > .btn-check:focus + .fp-btn-saved:hover,
.btn-group-vertical > .btn-check:focus + .fp-btn-back,
.btn-group-vertical > .btn-check:focus + .fp-btn-back:hover,
.semList-item .card .btn-group-vertical > .btn-check:focus + [class*=btn-],
.btn-group-vertical > .btn-check:focus + .standard-btn,
.btn-group-vertical > .btn-check:focus + .btn-outline-primary-sm,
.btn-group-vertical > .btn-check:focus + .btn-primary-sm,
.btn-group-vertical > .btn-check:focus + .btn-clear,
.btn-clear-row .btn-group-vertical > .btn-check:focus + a,
.btn-group-vertical > .btn-check:focus + .f-btn-color,
.btn-group-vertical > .btn-check:focus + .f-btn-reset,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .msgbox-btn-send:hover,
.btn-group-vertical > .offcanvas_sideTab:hover,
.btn-group-vertical > .btn-pdf-dl:hover,
.btn-group-vertical > .exhi-enquiry:hover,
.btn-group-vertical > .btn-search-reset:hover,
.btn-group-vertical > .btn-search-lg:hover,
.btn-group-vertical > .btn-dk-default:hover,
.msgboxList-search .btn-group-vertical > .btn:hover,
.msgboxList-search .btn-group-vertical > .msgbox-btn-send:hover,
.msgboxList-search .btn-group-vertical > .offcanvas_sideTab:hover,
.msgboxList-search .btn-group-vertical > .f-btn-reset:hover,
.msgboxList-search .btn-group-vertical > .f-btn-color:hover,
.msgboxList-search .btn-group-vertical > .btn-clear:hover,
.msgboxList-search .btn-clear-row .btn-group-vertical > a:hover,
.btn-clear-row .msgboxList-search .btn-group-vertical > a:hover,
.msgboxList-search .btn-group-vertical > .btn-primary-sm:hover,
.msgboxList-search .btn-group-vertical > .btn-outline-primary-sm:hover,
.msgboxList-search .btn-group-vertical > .standard-btn:hover,
.msgboxList-search .semList-item .card .btn-group-vertical > [class*=btn-]:hover,
.semList-item .card .msgboxList-search .btn-group-vertical > [class*=btn-]:hover,
.msgboxList-search .btn-group-vertical > .fp-btn-back:hover,
.msgboxList-search .btn-group-vertical > .fp-btn-saved:hover,
.msgboxList-search .btn-group-vertical > .btn-default:hover,
.msgboxList-search .btn-group-vertical > .btn-search-lg:hover,
.msgboxList-search .btn-group-vertical > .btn-search-reset:hover,
.msgboxList-search .btn-group-vertical > .exhi-enquiry:hover,
.msgboxList-search .btn-group-vertical > .btn-pdf-dl:hover,
.btn-group-vertical > .btn-search-lg:hover,
.btn-group-vertical > .btn-default:hover,
.btn-group-vertical > .fp-btn-saved:hover,
.btn-group-vertical > .fp-btn-back:hover,
.semList-item .card .btn-group-vertical > [class*=btn-]:hover,
.btn-group-vertical > .standard-btn:hover,
.btn-group-vertical > .btn-outline-primary-sm:hover,
.btn-group-vertical > .btn-primary-sm:hover,
.btn-group-vertical > .btn-clear:hover,
.btn-clear-row .btn-group-vertical > a:hover,
.btn-group-vertical > .f-btn-color:hover,
.btn-group-vertical > .f-btn-reset:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .msgbox-btn-send:focus,
.btn-group-vertical > .offcanvas_sideTab:focus,
.btn-group-vertical > .btn-pdf-dl:focus,
.btn-group-vertical > .exhi-enquiry:focus,
.btn-group-vertical > .btn-search-reset:focus,
.btn-group-vertical > .btn-search-lg:focus,
.btn-group-vertical > .btn-dk-default:focus,
.msgboxList-search .btn-group-vertical > .btn:focus,
.msgboxList-search .btn-group-vertical > .msgbox-btn-send:focus,
.msgboxList-search .btn-group-vertical > .offcanvas_sideTab:focus,
.msgboxList-search .btn-group-vertical > .f-btn-reset:focus,
.msgboxList-search .btn-group-vertical > .f-btn-color:focus,
.msgboxList-search .btn-group-vertical > .btn-clear:focus,
.msgboxList-search .btn-clear-row .btn-group-vertical > a:focus,
.btn-clear-row .msgboxList-search .btn-group-vertical > a:focus,
.msgboxList-search .btn-group-vertical > .btn-primary-sm:focus,
.msgboxList-search .btn-group-vertical > .btn-outline-primary-sm:focus,
.msgboxList-search .btn-group-vertical > .standard-btn:focus,
.msgboxList-search .semList-item .card .btn-group-vertical > [class*=btn-]:focus,
.semList-item .card .msgboxList-search .btn-group-vertical > [class*=btn-]:focus,
.msgboxList-search .btn-group-vertical > .fp-btn-back:focus,
.msgboxList-search .btn-group-vertical > .fp-btn-saved:focus,
.msgboxList-search .btn-group-vertical > .btn-default:focus,
.msgboxList-search .btn-group-vertical > .btn-search-lg:focus,
.msgboxList-search .btn-group-vertical > .btn-search-reset:focus,
.msgboxList-search .btn-group-vertical > .exhi-enquiry:focus,
.msgboxList-search .btn-group-vertical > .btn-pdf-dl:focus,
.btn-group-vertical > .btn-search-lg:focus,
.btn-group-vertical > .btn-default:focus,
.btn-group-vertical > .fp-btn-saved:focus,
.btn-group-vertical > .fp-btn-back:focus,
.semList-item .card .btn-group-vertical > [class*=btn-]:focus,
.btn-group-vertical > .standard-btn:focus,
.btn-group-vertical > .btn-outline-primary-sm:focus,
.btn-group-vertical > .btn-primary-sm:focus,
.btn-group-vertical > .btn-clear:focus,
.btn-clear-row .btn-group-vertical > a:focus,
.btn-group-vertical > .f-btn-color:focus,
.btn-group-vertical > .f-btn-reset:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .msgbox-btn-send:active,
.btn-group-vertical > .offcanvas_sideTab:active,
.btn-group-vertical > .btn-pdf-dl:active,
.btn-group-vertical > .exhi-enquiry:active,
.btn-group-vertical > .btn-search-reset:active,
.btn-group-vertical > .btn-search-lg:active,
.btn-group-vertical > .btn-dk-default:active,
.msgboxList-search .btn-group-vertical > .btn:active,
.msgboxList-search .btn-group-vertical > .msgbox-btn-send:active,
.msgboxList-search .btn-group-vertical > .offcanvas_sideTab:active,
.msgboxList-search .btn-group-vertical > .f-btn-reset:active,
.msgboxList-search .btn-group-vertical > .f-btn-color:active,
.msgboxList-search .btn-group-vertical > .btn-clear:active,
.msgboxList-search .btn-clear-row .btn-group-vertical > a:active,
.btn-clear-row .msgboxList-search .btn-group-vertical > a:active,
.msgboxList-search .btn-group-vertical > .btn-primary-sm:active,
.msgboxList-search .btn-group-vertical > .btn-outline-primary-sm:active,
.msgboxList-search .btn-group-vertical > .standard-btn:active,
.msgboxList-search .semList-item .card .btn-group-vertical > [class*=btn-]:active,
.semList-item .card .msgboxList-search .btn-group-vertical > [class*=btn-]:active,
.msgboxList-search .btn-group-vertical > .fp-btn-back:active,
.msgboxList-search .btn-group-vertical > .fp-btn-saved:active,
.msgboxList-search .btn-group-vertical > .btn-default:active,
.msgboxList-search .btn-group-vertical > .btn-search-lg:active,
.msgboxList-search .btn-group-vertical > .btn-search-reset:active,
.msgboxList-search .btn-group-vertical > .exhi-enquiry:active,
.msgboxList-search .btn-group-vertical > .btn-pdf-dl:active,
.btn-group-vertical > .btn-search-lg:active,
.btn-group-vertical > .btn-default:active,
.btn-group-vertical > .fp-btn-saved:active,
.btn-group-vertical > .fp-btn-back:active,
.semList-item .card .btn-group-vertical > [class*=btn-]:active,
.btn-group-vertical > .standard-btn:active,
.btn-group-vertical > .btn-outline-primary-sm:active,
.btn-group-vertical > .btn-primary-sm:active,
.btn-group-vertical > .btn-clear:active,
.btn-clear-row .btn-group-vertical > a:active,
.btn-group-vertical > .f-btn-color:active,
.btn-group-vertical > .f-btn-reset:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.msgbox-btn-send,
.btn-group-vertical > .active.offcanvas_sideTab,
.btn-group-vertical > .active.btn-pdf-dl,
.btn-group-vertical > .active.exhi-enquiry,
.btn-group-vertical > .active.btn-search-reset,
.btn-group-vertical > .active.btn-search-lg,
.btn-group-vertical > .active.btn-dk-default,
.msgboxList-search .btn-group-vertical > .active.btn,
.msgboxList-search .btn-group-vertical > .active.msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .active.offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .active.f-btn-reset,
.msgboxList-search .btn-group-vertical > .active.f-btn-color,
.msgboxList-search .btn-group-vertical > .active.btn-clear,
.msgboxList-search .btn-clear-row .btn-group-vertical > a.active,
.btn-clear-row .msgboxList-search .btn-group-vertical > a.active,
.msgboxList-search .btn-group-vertical > .active.btn-primary-sm,
.msgboxList-search .btn-group-vertical > .active.btn-outline-primary-sm,
.msgboxList-search .btn-group-vertical > .active.standard-btn,
.msgboxList-search .semList-item .card .btn-group-vertical > .active[class*=btn-],
.semList-item .card .msgboxList-search .btn-group-vertical > .active[class*=btn-],
.msgboxList-search .btn-group-vertical > .active.fp-btn-back,
.msgboxList-search .btn-group-vertical > .active.fp-btn-saved,
.msgboxList-search .btn-group-vertical > .active.btn-default,
.msgboxList-search .btn-group-vertical > .active.btn-search-lg,
.msgboxList-search .btn-group-vertical > .active.btn-search-reset,
.msgboxList-search .btn-group-vertical > .active.exhi-enquiry,
.msgboxList-search .btn-group-vertical > .active.btn-pdf-dl,
.btn-group-vertical > .active.btn-search-lg,
.btn-group-vertical > .active.btn-default,
.btn-group-vertical > .active.fp-btn-saved,
.btn-group-vertical > .active.fp-btn-back,
.semList-item .card .btn-group-vertical > .active[class*=btn-],
.btn-group-vertical > .active.standard-btn,
.btn-group-vertical > .active.btn-outline-primary-sm,
.btn-group-vertical > .active.btn-primary-sm,
.btn-group-vertical > .active.btn-clear,
.btn-clear-row .btn-group-vertical > a.active,
.btn-group-vertical > .active.f-btn-color,
.btn-group-vertical > .active.f-btn-reset {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group, .btn-toolbar .msgboxList-search {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > :not(.btn-check:first-child) + .msgbox-btn-send, .btn-group > :not(.btn-check:first-child) + .offcanvas_sideTab, .btn-group > :not(.btn-check:first-child) + .btn-pdf-dl, .btn-group > :not(.btn-check:first-child) + .exhi-enquiry, .btn-group > :not(.btn-check:first-child) + .btn-search-reset, .btn-group > :not(.btn-check:first-child) + .btn-search-lg, .btn-group > :not(.btn-check:first-child) + .btn-dk-default, .btn-group > :not(.btn-check:first-child) + .btn-default, .btn-group > :not(.btn-check:first-child) + .fp-btn-saved, .btn-group > :not(.btn-check:first-child) + .fp-btn-back, .semList-item .card .btn-group > :not(.btn-check:first-child) + [class*=btn-], .btn-group > :not(.btn-check:first-child) + .standard-btn, .btn-group > :not(.btn-check:first-child) + .btn-outline-primary-sm, .btn-group > :not(.btn-check:first-child) + .btn-primary-sm, .btn-group > :not(.btn-check:first-child) + .btn-clear, .btn-clear-row .btn-group > :not(.btn-check:first-child) + a, .btn-group > :not(.btn-check:first-child) + .f-btn-color, .btn-group > :not(.btn-check:first-child) + .f-btn-reset,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .msgbox-btn-send:not(:last-child):not(.dropdown-toggle), .btn-group > .offcanvas_sideTab:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-pdf-dl:not(:last-child):not(.dropdown-toggle), .btn-group > .exhi-enquiry:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-search-reset:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-search-lg:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-dk-default:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .msgbox-btn-send:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .offcanvas_sideTab:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .f-btn-reset:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .f-btn-color:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .btn-clear:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-clear-row .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-clear-row .msgboxList-search .btn-group > a:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .btn-primary-sm:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .btn-outline-primary-sm:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .standard-btn:not(:last-child):not(.dropdown-toggle), .msgboxList-search .semList-item .card .btn-group > [class*=btn-]:not(:last-child):not(.dropdown-toggle), .semList-item .card .msgboxList-search .btn-group > [class*=btn-]:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .fp-btn-back:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .fp-btn-saved:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .btn-default:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .btn-search-lg:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .btn-search-reset:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .exhi-enquiry:not(:last-child):not(.dropdown-toggle), .msgboxList-search .btn-group > .btn-pdf-dl:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-default:not(:last-child):not(.dropdown-toggle), .btn-group > .fp-btn-saved:not(:last-child):not(.dropdown-toggle), .btn-group > .fp-btn-back:not(:last-child):not(.dropdown-toggle), .semList-item .card .btn-group > [class*=btn-]:not(:last-child):not(.dropdown-toggle), .btn-group > .standard-btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-outline-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-clear:not(:last-child):not(.dropdown-toggle), .btn-clear-row .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .f-btn-color:not(:last-child):not(.dropdown-toggle), .btn-group > .f-btn-reset:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .dropdown-toggle-split.msgbox-btn-send:first-child,
.btn-group > .dropdown-toggle-split.offcanvas_sideTab:first-child,
.btn-group > .dropdown-toggle-split.btn-pdf-dl:first-child,
.btn-group > .dropdown-toggle-split.exhi-enquiry:first-child,
.btn-group > .dropdown-toggle-split.btn-search-reset:first-child,
.btn-group > .dropdown-toggle-split.btn-search-lg:first-child,
.btn-group > .dropdown-toggle-split.btn-dk-default:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.btn:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.msgbox-btn-send:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.offcanvas_sideTab:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.f-btn-reset:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.f-btn-color:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.btn-clear:first-child,
.msgboxList-search .btn-clear-row .btn-group > a.dropdown-toggle-split:first-child,
.btn-clear-row .msgboxList-search .btn-group > a.dropdown-toggle-split:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.btn-primary-sm:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.btn-outline-primary-sm:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.standard-btn:first-child,
.msgboxList-search .semList-item .card .btn-group > .dropdown-toggle-split[class*=btn-]:first-child,
.semList-item .card .msgboxList-search .btn-group > .dropdown-toggle-split[class*=btn-]:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.fp-btn-back:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.fp-btn-saved:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.btn-default:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.btn-search-lg:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.btn-search-reset:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.exhi-enquiry:first-child,
.msgboxList-search .btn-group > .dropdown-toggle-split.btn-pdf-dl:first-child,
.btn-group > .dropdown-toggle-split.btn-default:first-child,
.btn-group > .dropdown-toggle-split.fp-btn-saved:first-child,
.btn-group > .dropdown-toggle-split.fp-btn-back:first-child,
.semList-item .card .btn-group > .dropdown-toggle-split[class*=btn-]:first-child,
.btn-group > .dropdown-toggle-split.standard-btn:first-child,
.btn-group > .dropdown-toggle-split.btn-outline-primary-sm:first-child,
.btn-group > .dropdown-toggle-split.btn-primary-sm:first-child,
.btn-group > .dropdown-toggle-split.btn-clear:first-child,
.btn-clear-row .btn-group > a.dropdown-toggle-split:first-child,
.btn-group > .dropdown-toggle-split.f-btn-color:first-child,
.btn-group > .dropdown-toggle-split.f-btn-reset:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .msgbox-btn-send:hover,
.btn-group > .btn-group:not(:last-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .offcanvas_sideTab:hover,
.btn-group > .btn-group:not(:last-child) > .btn-pdf-dl,
.btn-group > .btn-group:not(:last-child) > .exhi-enquiry,
.btn-group > .btn-group:not(:last-child) > .btn-search-reset,
.btn-group > .btn-group:not(:last-child) > .btn-search-lg,
.btn-group > .btn-group:not(:last-child) > .btn-dk-default,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .btn,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .msgbox-btn-send:hover,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .offcanvas_sideTab:hover,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .f-btn-reset,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .f-btn-color,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .btn-clear,
.msgboxList-search .btn-clear-row .btn-group > .btn-group:not(:last-child) > a,
.btn-clear-row .msgboxList-search .btn-group > .btn-group:not(:last-child) > a,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .btn-primary-sm,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .btn-outline-primary-sm,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .standard-btn,
.msgboxList-search .semList-item .card .btn-group > .btn-group:not(:last-child) > [class*=btn-],
.semList-item .card .msgboxList-search .btn-group > .btn-group:not(:last-child) > [class*=btn-],
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .fp-btn-back,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .fp-btn-saved,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .btn-default,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .btn-dk-default,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .btn-search-lg,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .btn-search-reset,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .exhi-enquiry,
.msgboxList-search .btn-group > .btn-group:not(:last-child) > .btn-pdf-dl,
.btn-group > .btn-group:not(:last-child) > .btn-default,
.btn-group > .btn-group:not(:last-child) > .fp-btn-saved,
.btn-group > .btn-group:not(:last-child) > .fp-btn-back,
.semList-item .card .btn-group > .btn-group:not(:last-child) > [class*=btn-],
.btn-group > .btn-group:not(:last-child) > .standard-btn,
.btn-group > .btn-group:not(:last-child) > .btn-outline-primary-sm,
.btn-group > .btn-group:not(:last-child) > .btn-primary-sm,
.btn-group > .btn-group:not(:last-child) > .btn-clear,
.btn-clear-row .btn-group > .btn-group:not(:last-child) > a,
.btn-group > .btn-group:not(:last-child) > .f-btn-color,
.btn-group > .btn-group:not(:last-child) > .f-btn-reset {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .btn-group > .msgbox-btn-send:nth-child(n+3), .btn-group > .offcanvas_sideTab:nth-child(n+3), .btn-group > .btn-pdf-dl:nth-child(n+3), .btn-group > .exhi-enquiry:nth-child(n+3), .btn-group > .btn-search-reset:nth-child(n+3), .btn-group > .btn-search-lg:nth-child(n+3), .btn-group > .btn-dk-default:nth-child(n+3), .msgboxList-search .btn-group > .btn:nth-child(n+3), .msgboxList-search .btn-group > .msgbox-btn-send:nth-child(n+3), .msgboxList-search .btn-group > .offcanvas_sideTab:nth-child(n+3), .msgboxList-search .btn-group > .f-btn-reset:nth-child(n+3), .msgboxList-search .btn-group > .f-btn-color:nth-child(n+3), .msgboxList-search .btn-group > .btn-clear:nth-child(n+3), .msgboxList-search .btn-clear-row .btn-group > a:nth-child(n+3), .btn-clear-row .msgboxList-search .btn-group > a:nth-child(n+3), .msgboxList-search .btn-group > .btn-primary-sm:nth-child(n+3), .msgboxList-search .btn-group > .btn-outline-primary-sm:nth-child(n+3), .msgboxList-search .btn-group > .standard-btn:nth-child(n+3), .msgboxList-search .semList-item .card .btn-group > [class*=btn-]:nth-child(n+3), .semList-item .card .msgboxList-search .btn-group > [class*=btn-]:nth-child(n+3), .msgboxList-search .btn-group > .fp-btn-back:nth-child(n+3), .msgboxList-search .btn-group > .fp-btn-saved:nth-child(n+3), .msgboxList-search .btn-group > .btn-default:nth-child(n+3), .msgboxList-search .btn-group > .btn-search-lg:nth-child(n+3), .msgboxList-search .btn-group > .btn-search-reset:nth-child(n+3), .msgboxList-search .btn-group > .exhi-enquiry:nth-child(n+3), .msgboxList-search .btn-group > .btn-pdf-dl:nth-child(n+3), .btn-group > .btn-default:nth-child(n+3), .btn-group > .fp-btn-saved:nth-child(n+3), .btn-group > .fp-btn-back:nth-child(n+3), .semList-item .card .btn-group > [class*=btn-]:nth-child(n+3), .btn-group > .standard-btn:nth-child(n+3), .btn-group > .btn-outline-primary-sm:nth-child(n+3), .btn-group > .btn-primary-sm:nth-child(n+3), .btn-group > .btn-clear:nth-child(n+3), .btn-clear-row .btn-group > a:nth-child(n+3), .btn-group > .f-btn-color:nth-child(n+3), .btn-group > .f-btn-reset:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > :not(.btn-check) + .msgbox-btn-send,
.msgboxList-search .btn-group > :not(.btn-check) + .msgbox-btn-send,
.msgboxList-search .btn-group > :not(.btn-check) + .msgbox-btn-send:hover,
.btn-group > :not(.btn-check) + .offcanvas_sideTab,
.msgboxList-search .btn-group > :not(.btn-check) + .offcanvas_sideTab,
.msgboxList-search .btn-group > :not(.btn-check) + .offcanvas_sideTab:hover,
.btn-group > :not(.btn-check) + .btn-pdf-dl,
.btn-group > :not(.btn-check) + .exhi-enquiry,
.btn-group > :not(.btn-check) + .btn-search-reset,
.btn-group > :not(.btn-check) + .btn-search-lg,
.btn-group > :not(.btn-check) + .btn-dk-default,
.msgboxList-search .btn-group > :not(.btn-check) + .btn,
.msgboxList-search .btn-group > :not(.btn-check) + .msgbox-btn-send,
.msgboxList-search .btn-group > :not(.btn-check) + .msgbox-btn-send,
.msgboxList-search .btn-group > :not(.btn-check) + .msgbox-btn-send:hover,
.msgboxList-search .btn-group > :not(.btn-check) + .offcanvas_sideTab,
.msgboxList-search .btn-group > :not(.btn-check) + .offcanvas_sideTab,
.msgboxList-search .btn-group > :not(.btn-check) + .offcanvas_sideTab:hover,
.msgboxList-search .btn-group > :not(.btn-check) + .f-btn-reset,
.msgboxList-search .btn-group > :not(.btn-check) + .f-btn-color,
.msgboxList-search .btn-group > :not(.btn-check) + .btn-clear,
.msgboxList-search .btn-clear-row .btn-group > :not(.btn-check) + a,
.btn-clear-row .msgboxList-search .btn-group > :not(.btn-check) + a,
.msgboxList-search .btn-group > :not(.btn-check) + .btn-primary-sm,
.msgboxList-search .btn-group > :not(.btn-check) + .btn-outline-primary-sm,
.msgboxList-search .btn-group > :not(.btn-check) + .standard-btn,
.msgboxList-search .semList-item .card .btn-group > :not(.btn-check) + [class*=btn-],
.semList-item .card .msgboxList-search .btn-group > :not(.btn-check) + [class*=btn-],
.msgboxList-search .btn-group > :not(.btn-check) + .fp-btn-back,
.msgboxList-search .btn-group > :not(.btn-check) + .fp-btn-saved,
.msgboxList-search .btn-group > :not(.btn-check) + .btn-default,
.msgboxList-search .btn-group > :not(.btn-check) + .btn-dk-default,
.msgboxList-search .btn-group > :not(.btn-check) + .btn-search-lg,
.msgboxList-search .btn-group > :not(.btn-check) + .btn-search-reset,
.msgboxList-search .btn-group > :not(.btn-check) + .exhi-enquiry,
.msgboxList-search .btn-group > :not(.btn-check) + .btn-pdf-dl,
.btn-group > :not(.btn-check) + .btn-default,
.btn-group > :not(.btn-check) + .fp-btn-saved,
.btn-group > :not(.btn-check) + .fp-btn-back,
.semList-item .card .btn-group > :not(.btn-check) + [class*=btn-],
.btn-group > :not(.btn-check) + .standard-btn,
.btn-group > :not(.btn-check) + .btn-outline-primary-sm,
.btn-group > :not(.btn-check) + .btn-primary-sm,
.btn-group > :not(.btn-check) + .btn-clear,
.btn-clear-row .btn-group > :not(.btn-check) + a,
.btn-group > :not(.btn-check) + .f-btn-color,
.btn-group > :not(.btn-check) + .f-btn-reset,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .msgbox-btn-send:hover,
.btn-group > .btn-group:not(:first-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .offcanvas_sideTab:hover,
.btn-group > .btn-group:not(:first-child) > .btn-pdf-dl,
.btn-group > .btn-group:not(:first-child) > .exhi-enquiry,
.btn-group > .btn-group:not(:first-child) > .btn-search-reset,
.btn-group > .btn-group:not(:first-child) > .btn-search-lg,
.btn-group > .btn-group:not(:first-child) > .btn-dk-default,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .btn,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .msgbox-btn-send,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .msgbox-btn-send:hover,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .offcanvas_sideTab:hover,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .f-btn-reset,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .f-btn-color,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .btn-clear,
.msgboxList-search .btn-clear-row .btn-group > .btn-group:not(:first-child) > a,
.btn-clear-row .msgboxList-search .btn-group > .btn-group:not(:first-child) > a,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .btn-primary-sm,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .btn-outline-primary-sm,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .standard-btn,
.msgboxList-search .semList-item .card .btn-group > .btn-group:not(:first-child) > [class*=btn-],
.semList-item .card .msgboxList-search .btn-group > .btn-group:not(:first-child) > [class*=btn-],
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .fp-btn-back,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .fp-btn-saved,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .btn-default,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .btn-dk-default,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .btn-search-lg,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .btn-search-reset,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .exhi-enquiry,
.msgboxList-search .btn-group > .btn-group:not(:first-child) > .btn-pdf-dl,
.btn-group > .btn-group:not(:first-child) > .btn-default,
.btn-group > .btn-group:not(:first-child) > .fp-btn-saved,
.btn-group > .btn-group:not(:first-child) > .fp-btn-back,
.semList-item .card .btn-group > .btn-group:not(:first-child) > [class*=btn-],
.btn-group > .btn-group:not(:first-child) > .standard-btn,
.btn-group > .btn-group:not(:first-child) > .btn-outline-primary-sm,
.btn-group > .btn-group:not(:first-child) > .btn-primary-sm,
.btn-group > .btn-group:not(:first-child) > .btn-clear,
.btn-clear-row .btn-group > .btn-group:not(:first-child) > a,
.btn-group > .btn-group:not(:first-child) > .f-btn-color,
.btn-group > .btn-group:not(:first-child) > .f-btn-reset {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-search-reset + .dropdown-toggle-split, .btn-outline-primary-sm + .dropdown-toggle-split, .btn-primary-sm + .dropdown-toggle-split, .btn-clear + .dropdown-toggle-split, .btn-clear-row a + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .msgbox-btn-send + .dropdown-toggle-split, .btn-group-sm > .offcanvas_sideTab + .dropdown-toggle-split, .btn-group-sm > .btn-pdf-dl + .dropdown-toggle-split, .btn-group-sm > .exhi-enquiry + .dropdown-toggle-split, .btn-group-sm > .btn-search-lg + .dropdown-toggle-split, .btn-group-sm > .btn-dk-default + .dropdown-toggle-split, .btn-group-sm > .btn-default + .dropdown-toggle-split, .btn-group-sm > .fp-btn-saved + .dropdown-toggle-split, .btn-group-sm > .fp-btn-back + .dropdown-toggle-split, .semList-item .card .btn-group-sm > [class*=btn-] + .dropdown-toggle-split, .btn-group-sm > .standard-btn + .dropdown-toggle-split, .btn-group-sm > .f-btn-color + .dropdown-toggle-split, .btn-group-sm > .f-btn-reset + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-search-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .msgbox-btn-send + .dropdown-toggle-split, .btn-group-lg > .offcanvas_sideTab + .dropdown-toggle-split, .btn-group-lg > .btn-pdf-dl + .dropdown-toggle-split, .btn-group-lg > .exhi-enquiry + .dropdown-toggle-split, .btn-group-lg > .btn-search-reset + .dropdown-toggle-split, .btn-group-lg > .btn-dk-default + .dropdown-toggle-split, .btn-group-lg > .btn-default + .dropdown-toggle-split, .btn-group-lg > .fp-btn-saved + .dropdown-toggle-split, .btn-group-lg > .fp-btn-back + .dropdown-toggle-split, .semList-item .card .btn-group-lg > [class*=btn-] + .dropdown-toggle-split, .btn-group-lg > .standard-btn + .dropdown-toggle-split, .btn-group-lg > .btn-outline-primary-sm + .dropdown-toggle-split, .btn-group-lg > .btn-primary-sm + .dropdown-toggle-split, .btn-group-lg > .btn-clear + .dropdown-toggle-split, .btn-clear-row .btn-group-lg > a + .dropdown-toggle-split, .btn-group-lg > .f-btn-color + .dropdown-toggle-split, .btn-group-lg > .f-btn-reset + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .msgbox-btn-send, .btn-group-vertical > .offcanvas_sideTab, .btn-group-vertical > .btn-pdf-dl, .btn-group-vertical > .exhi-enquiry, .btn-group-vertical > .btn-search-reset, .btn-group-vertical > .btn-search-lg, .btn-group-vertical > .btn-dk-default, .btn-group-vertical > .btn-default, .btn-group-vertical > .fp-btn-saved, .btn-group-vertical > .fp-btn-back, .semList-item .card .btn-group-vertical > [class*=btn-], .btn-group-vertical > .standard-btn, .btn-group-vertical > .btn-outline-primary-sm, .btn-group-vertical > .btn-primary-sm, .btn-group-vertical > .btn-clear, .btn-clear-row .btn-group-vertical > a, .btn-group-vertical > .f-btn-color, .btn-group-vertical > .f-btn-reset,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .msgbox-btn-send:not(:first-child), .btn-group-vertical > .offcanvas_sideTab:not(:first-child), .btn-group-vertical > .btn-pdf-dl:not(:first-child), .btn-group-vertical > .exhi-enquiry:not(:first-child), .btn-group-vertical > .btn-search-reset:not(:first-child), .btn-group-vertical > .btn-search-lg:not(:first-child), .btn-group-vertical > .btn-dk-default:not(:first-child), .btn-group-vertical > .btn-default:not(:first-child), .btn-group-vertical > .fp-btn-saved:not(:first-child), .btn-group-vertical > .fp-btn-back:not(:first-child), .semList-item .card .btn-group-vertical > [class*=btn-]:not(:first-child), .btn-group-vertical > .standard-btn:not(:first-child), .btn-group-vertical > .btn-outline-primary-sm:not(:first-child), .btn-group-vertical > .btn-primary-sm:not(:first-child), .btn-group-vertical > .btn-clear:not(:first-child), .btn-clear-row .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .f-btn-color:not(:first-child), .btn-group-vertical > .f-btn-reset:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .msgbox-btn-send:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .offcanvas_sideTab:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-pdf-dl:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .exhi-enquiry:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-search-reset:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-search-lg:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-dk-default:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-default:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .fp-btn-saved:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .fp-btn-back:not(:last-child):not(.dropdown-toggle), .semList-item .card .btn-group-vertical > [class*=btn-]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .standard-btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-outline-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-primary-sm:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-clear:not(:last-child):not(.dropdown-toggle), .btn-clear-row .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .f-btn-color:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .f-btn-reset:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .msgbox-btn-send,
.btn-group-vertical > .btn-group:not(:last-child) > .offcanvas_sideTab,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-pdf-dl,
.btn-group-vertical > .btn-group:not(:last-child) > .exhi-enquiry,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-search-reset,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-search-lg,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-dk-default,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-default,
.btn-group-vertical > .btn-group:not(:last-child) > .fp-btn-saved,
.btn-group-vertical > .btn-group:not(:last-child) > .fp-btn-back,
.semList-item .card .btn-group-vertical > .btn-group:not(:last-child) > [class*=btn-],
.btn-group-vertical > .btn-group:not(:last-child) > .standard-btn,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-outline-primary-sm,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-primary-sm,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-clear,
.btn-clear-row .btn-group-vertical > .btn-group:not(:last-child) > a,
.btn-group-vertical > .btn-group:not(:last-child) > .f-btn-color,
.btn-group-vertical > .btn-group:not(:last-child) > .f-btn-reset {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3), .btn-group-vertical > .msgbox-btn-send:nth-child(n+3), .btn-group-vertical > .offcanvas_sideTab:nth-child(n+3), .btn-group-vertical > .btn-pdf-dl:nth-child(n+3), .btn-group-vertical > .exhi-enquiry:nth-child(n+3), .btn-group-vertical > .btn-search-reset:nth-child(n+3), .btn-group-vertical > .btn-search-lg:nth-child(n+3), .btn-group-vertical > .btn-dk-default:nth-child(n+3), .msgboxList-search .btn-group-vertical > .btn:nth-child(n+3), .msgboxList-search .btn-group-vertical > .msgbox-btn-send:nth-child(n+3), .msgboxList-search .btn-group-vertical > .offcanvas_sideTab:nth-child(n+3), .msgboxList-search .btn-group-vertical > .f-btn-reset:nth-child(n+3), .msgboxList-search .btn-group-vertical > .f-btn-color:nth-child(n+3), .msgboxList-search .btn-group-vertical > .btn-clear:nth-child(n+3), .msgboxList-search .btn-clear-row .btn-group-vertical > a:nth-child(n+3), .btn-clear-row .msgboxList-search .btn-group-vertical > a:nth-child(n+3), .msgboxList-search .btn-group-vertical > .btn-primary-sm:nth-child(n+3), .msgboxList-search .btn-group-vertical > .btn-outline-primary-sm:nth-child(n+3), .msgboxList-search .btn-group-vertical > .standard-btn:nth-child(n+3), .msgboxList-search .semList-item .card .btn-group-vertical > [class*=btn-]:nth-child(n+3), .semList-item .card .msgboxList-search .btn-group-vertical > [class*=btn-]:nth-child(n+3), .msgboxList-search .btn-group-vertical > .fp-btn-back:nth-child(n+3), .msgboxList-search .btn-group-vertical > .fp-btn-saved:nth-child(n+3), .msgboxList-search .btn-group-vertical > .btn-default:nth-child(n+3), .msgboxList-search .btn-group-vertical > .btn-search-lg:nth-child(n+3), .msgboxList-search .btn-group-vertical > .btn-search-reset:nth-child(n+3), .msgboxList-search .btn-group-vertical > .exhi-enquiry:nth-child(n+3), .msgboxList-search .btn-group-vertical > .btn-pdf-dl:nth-child(n+3), .btn-group-vertical > .btn-default:nth-child(n+3), .btn-group-vertical > .fp-btn-saved:nth-child(n+3), .btn-group-vertical > .fp-btn-back:nth-child(n+3), .semList-item .card .btn-group-vertical > [class*=btn-]:nth-child(n+3), .btn-group-vertical > .standard-btn:nth-child(n+3), .btn-group-vertical > .btn-outline-primary-sm:nth-child(n+3), .btn-group-vertical > .btn-primary-sm:nth-child(n+3), .btn-group-vertical > .btn-clear:nth-child(n+3), .btn-clear-row .btn-group-vertical > a:nth-child(n+3), .btn-group-vertical > .f-btn-color:nth-child(n+3), .btn-group-vertical > .f-btn-reset:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > :not(.btn-check) + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .msgbox-btn-send:hover,
.btn-group-vertical > :not(.btn-check) + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .offcanvas_sideTab:hover,
.btn-group-vertical > :not(.btn-check) + .btn-pdf-dl,
.btn-group-vertical > :not(.btn-check) + .exhi-enquiry,
.btn-group-vertical > :not(.btn-check) + .btn-search-reset,
.btn-group-vertical > :not(.btn-check) + .btn-search-lg,
.btn-group-vertical > :not(.btn-check) + .btn-dk-default,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .btn,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .msgbox-btn-send:hover,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .offcanvas_sideTab:hover,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .f-btn-reset,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .f-btn-color,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .btn-clear,
.msgboxList-search .btn-clear-row .btn-group-vertical > :not(.btn-check) + a,
.btn-clear-row .msgboxList-search .btn-group-vertical > :not(.btn-check) + a,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .btn-primary-sm,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .btn-outline-primary-sm,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .standard-btn,
.msgboxList-search .semList-item .card .btn-group-vertical > :not(.btn-check) + [class*=btn-],
.semList-item .card .msgboxList-search .btn-group-vertical > :not(.btn-check) + [class*=btn-],
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .fp-btn-back,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .fp-btn-saved,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .btn-default,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .btn-dk-default,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .btn-search-lg,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .btn-search-reset,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .exhi-enquiry,
.msgboxList-search .btn-group-vertical > :not(.btn-check) + .btn-pdf-dl,
.btn-group-vertical > :not(.btn-check) + .btn-default,
.btn-group-vertical > :not(.btn-check) + .fp-btn-saved,
.btn-group-vertical > :not(.btn-check) + .fp-btn-back,
.semList-item .card .btn-group-vertical > :not(.btn-check) + [class*=btn-],
.btn-group-vertical > :not(.btn-check) + .standard-btn,
.btn-group-vertical > :not(.btn-check) + .btn-outline-primary-sm,
.btn-group-vertical > :not(.btn-check) + .btn-primary-sm,
.btn-group-vertical > :not(.btn-check) + .btn-clear,
.btn-clear-row .btn-group-vertical > :not(.btn-check) + a,
.btn-group-vertical > :not(.btn-check) + .f-btn-color,
.btn-group-vertical > :not(.btn-check) + .f-btn-reset,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .msgbox-btn-send:hover,
.btn-group-vertical > .btn-group:not(:first-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .offcanvas_sideTab:hover,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-pdf-dl,
.btn-group-vertical > .btn-group:not(:first-child) > .exhi-enquiry,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-search-reset,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-search-lg,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-dk-default,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .btn,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .msgbox-btn-send,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .msgbox-btn-send:hover,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .offcanvas_sideTab,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .offcanvas_sideTab:hover,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .f-btn-reset,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .f-btn-color,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .btn-clear,
.msgboxList-search .btn-clear-row .btn-group-vertical > .btn-group:not(:first-child) > a,
.btn-clear-row .msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > a,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .btn-primary-sm,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .btn-outline-primary-sm,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .standard-btn,
.msgboxList-search .semList-item .card .btn-group-vertical > .btn-group:not(:first-child) > [class*=btn-],
.semList-item .card .msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > [class*=btn-],
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .fp-btn-back,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .fp-btn-saved,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .btn-default,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .btn-dk-default,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .btn-search-lg,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .btn-search-reset,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .exhi-enquiry,
.msgboxList-search .btn-group-vertical > .btn-group:not(:first-child) > .btn-pdf-dl,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-default,
.btn-group-vertical > .btn-group:not(:first-child) > .fp-btn-saved,
.btn-group-vertical > .btn-group:not(:first-child) > .fp-btn-back,
.semList-item .card .btn-group-vertical > .btn-group:not(:first-child) > [class*=btn-],
.btn-group-vertical > .btn-group:not(:first-child) > .standard-btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-outline-primary-sm,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-primary-sm,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-clear,
.btn-clear-row .btn-group-vertical > .btn-group:not(:first-child) > a,
.btn-group-vertical > .btn-group:not(:first-child) > .f-btn-color,
.btn-group-vertical > .btn-group:not(:first-child) > .f-btn-reset {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link, .lower-nav ul li a {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link, .lower-nav ul li a {
    transition: none;
  }
}
.nav-link:hover, .lower-nav ul li a:hover, .nav-link:focus, .lower-nav ul li a:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible, .lower-nav ul li a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .lower-nav ul li a.disabled, .nav-link:disabled, .lower-nav ul li a:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link, .nav-tabs .lower-nav ul li a, .lower-nav ul li .nav-tabs a {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .lower-nav ul li a:hover, .lower-nav ul li .nav-tabs a:hover, .nav-tabs .nav-link:focus, .nav-tabs .lower-nav ul li a:focus, .lower-nav ul li .nav-tabs a:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active, .nav-tabs .lower-nav ul li a.active, .lower-nav ul li .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .lower-nav ul li a,
.lower-nav ul li .nav-tabs .nav-item.show a,
.nav-tabs .lower-nav ul li.show .nav-link,
.nav-tabs .lower-nav ul li.show a,
.lower-nav ul .nav-tabs li.show .nav-link,
.lower-nav ul .nav-tabs li.show a {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link, .nav-pills .lower-nav ul li a, .lower-nav ul li .nav-pills a {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active, .nav-pills .lower-nav ul li a.active, .lower-nav ul li .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .lower-nav ul li .show > a,
.lower-nav ul li .nav-pills .show > a {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link, .nav-underline .lower-nav ul li a, .lower-nav ul li .nav-underline a {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .lower-nav ul li a:hover, .lower-nav ul li .nav-underline a:hover, .nav-underline .nav-link:focus, .nav-underline .lower-nav ul li a:focus, .lower-nav ul li .nav-underline a:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active, .nav-underline .lower-nav ul li a.active, .lower-nav ul li .nav-underline a.active,
.nav-underline .show > .nav-link,
.nav-underline .lower-nav ul li .show > a,
.lower-nav ul li .nav-underline .show > a {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link, .lower-nav ul li .nav-fill > a,
.nav-fill .nav-item,
.nav-fill .lower-nav ul li,
.lower-nav ul .nav-fill li {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .lower-nav ul li .nav-justified > a,
.nav-justified .nav-item,
.nav-justified .lower-nav ul li,
.lower-nav ul .nav-justified li {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link, .lower-nav ul li .nav-fill .nav-item a, .nav-fill .lower-nav ul li .nav-link, .nav-fill .lower-nav ul li a, .lower-nav ul .nav-fill li .nav-link, .lower-nav ul .nav-fill li a,
.nav-justified .nav-item .nav-link,
.lower-nav ul li .nav-justified .nav-item a,
.nav-justified .lower-nav ul li .nav-link,
.nav-justified .lower-nav ul li a,
.lower-nav ul .nav-justified li .nav-link,
.lower-nav ul .nav-justified li a {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar, .lower-nav nav {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .lower-nav nav > .container,
.navbar > .container-fluid,
.lower-nav nav > .container-fluid,
.navbar > .container-sm,
.lower-nav nav > .container-sm,
.navbar > .container-md,
.lower-nav nav > .container-md,
.navbar > .container-lg,
.lower-nav nav > .container-lg,
.navbar > .container-xl,
.lower-nav nav > .container-xl,
.navbar > .container-xxl,
.lower-nav nav > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav, .lower-nav ul {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .lower-nav ul .nav-link.active, .lower-nav ul li a.active, .navbar-nav .nav-link.show, .lower-nav ul .nav-link.show, .lower-nav ul li a.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu, .lower-nav ul .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav, .navbar-expand-sm .lower-nav ul, .lower-nav .navbar-expand-sm ul {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .lower-nav ul .dropdown-menu, .lower-nav .navbar-expand-sm ul .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .lower-nav ul li .navbar-expand-sm .navbar-nav a, .navbar-expand-sm .lower-nav ul .nav-link, .navbar-expand-sm .lower-nav ul li a, .lower-nav .navbar-expand-sm ul .nav-link, .lower-nav .navbar-expand-sm ul li a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav, .navbar-expand-md .lower-nav ul, .lower-nav .navbar-expand-md ul {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .lower-nav ul .dropdown-menu, .lower-nav .navbar-expand-md ul .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .lower-nav ul li .navbar-expand-md .navbar-nav a, .navbar-expand-md .lower-nav ul .nav-link, .navbar-expand-md .lower-nav ul li a, .lower-nav .navbar-expand-md ul .nav-link, .lower-nav .navbar-expand-md ul li a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg, .lower-nav nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav, .navbar-expand-lg .lower-nav ul, .lower-nav .navbar-expand-lg ul, .lower-nav nav .navbar-nav, .lower-nav nav ul {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .lower-nav ul .dropdown-menu, .lower-nav .navbar-expand-lg ul .dropdown-menu, .lower-nav nav .navbar-nav .dropdown-menu, .lower-nav nav ul .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .lower-nav ul li .navbar-expand-lg .navbar-nav a, .navbar-expand-lg .lower-nav ul .nav-link, .navbar-expand-lg .lower-nav ul li a, .lower-nav .navbar-expand-lg ul .nav-link, .lower-nav .navbar-expand-lg ul li a, .lower-nav nav .navbar-nav .nav-link, .lower-nav ul li nav .navbar-nav a, .lower-nav nav ul .nav-link, .lower-nav nav ul li a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll, .lower-nav nav .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse, .lower-nav nav .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler, .lower-nav nav .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas, .lower-nav nav .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header, .lower-nav nav .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body, .lower-nav nav .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav, .navbar-expand-xl .lower-nav ul, .lower-nav .navbar-expand-xl ul {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .lower-nav ul .dropdown-menu, .lower-nav .navbar-expand-xl ul .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .lower-nav ul li .navbar-expand-xl .navbar-nav a, .navbar-expand-xl .lower-nav ul .nav-link, .navbar-expand-xl .lower-nav ul li a, .lower-nav .navbar-expand-xl ul .nav-link, .lower-nav .navbar-expand-xl ul li a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav, .navbar-expand-xxl .lower-nav ul, .lower-nav .navbar-expand-xxl ul {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu, .navbar-expand-xxl .lower-nav ul .dropdown-menu, .lower-nav .navbar-expand-xxl ul .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link, .lower-nav ul li .navbar-expand-xxl .navbar-nav a, .navbar-expand-xxl .lower-nav ul .nav-link, .navbar-expand-xxl .lower-nav ul li a, .lower-nav .navbar-expand-xxl ul .nav-link, .lower-nav .navbar-expand-xxl ul li a {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav, .navbar-expand .lower-nav ul, .lower-nav .navbar-expand ul {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .lower-nav ul .dropdown-menu, .lower-nav .navbar-expand ul .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .lower-nav ul li .navbar-expand .navbar-nav a, .navbar-expand .lower-nav ul .nav-link, .navbar-expand .lower-nav ul li a, .lower-nav .navbar-expand ul .nav-link, .lower-nav .navbar-expand ul li a {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark],
.lower-nav nav[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .card > .icon-fav {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .card > .icon-fav:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child, .card > .icon-fav:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group, .card > .card-header + .icon-fav,
.card > .list-group + .card-footer,
.card > .icon-fav + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active, .card-header-tabs .lower-nav ul li a.active, .lower-nav ul li .card-header-tabs a.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link, .pagination li a {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link, .pagination li a {
    transition: none;
  }
}
.page-link:hover, .pagination li a:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus, .pagination li a:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .pagination li a.active, .active > .page-link, .pagination li .active > a {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .pagination li a.disabled, .disabled > .page-link, .pagination li .disabled > a {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link, .page-item:not(:first-child) .pagination li a, .pagination li .page-item:not(:first-child) a, .pagination li:not(:first-child) .page-link, .pagination li:not(:first-child) a {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link, .page-item:first-child .pagination li a, .pagination li .page-item:first-child a, .pagination li:first-child .page-link, .pagination li:first-child a {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link, .page-item:last-child .pagination li a, .pagination li .page-item:last-child a, .pagination li:last-child .page-link, .pagination li:last-child a {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge, .tag-spec div span, .fp-label-mandatory, .label-mandatory, .fp-label-PIC, .fp-label-publicInfo, .news-cate {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty, .tag-spec div span:empty, .fp-label-mandatory:empty, .label-mandatory:empty, .fp-label-PIC:empty, .fp-label-publicInfo:empty, .news-cate:empty {
  display: none;
}

.btn .badge, .btn .tag-spec div span, .tag-spec div .btn span, .msgbox-btn-send .badge, .msgbox-btn-send .tag-spec div span, .tag-spec div .msgbox-btn-send span, .msgboxList-search .msgbox-btn-send .badge, .msgboxList-search .msgbox-btn-send .tag-spec div span, .tag-spec div .msgboxList-search .msgbox-btn-send span, .msgboxList-search .msgbox-btn-send:hover .badge, .msgboxList-search .msgbox-btn-send:hover .tag-spec div span, .tag-spec div .msgboxList-search .msgbox-btn-send:hover span, .offcanvas_sideTab .badge, .offcanvas_sideTab .tag-spec div span, .tag-spec div .offcanvas_sideTab span, .msgboxList-search .offcanvas_sideTab .badge, .msgboxList-search .offcanvas_sideTab .tag-spec div span, .tag-spec div .msgboxList-search .offcanvas_sideTab span, .msgboxList-search .offcanvas_sideTab:hover .badge, .msgboxList-search .offcanvas_sideTab:hover .tag-spec div span, .tag-spec div .msgboxList-search .offcanvas_sideTab:hover span, .btn-pdf-dl .badge, .btn-pdf-dl .tag-spec div span, .tag-spec div .btn-pdf-dl span, .exhi-enquiry .badge, .exhi-enquiry .tag-spec div span, .tag-spec div .exhi-enquiry span, .btn-search-reset .badge, .btn-search-reset .tag-spec div span, .tag-spec div .btn-search-reset span, .btn-search-lg .badge, .btn-search-lg .tag-spec div span, .tag-spec div .btn-search-lg span, .btn-dk-default .badge, .btn-dk-default .tag-spec div span, .tag-spec div .btn-dk-default span, .msgboxList-search .btn .badge, .msgboxList-search .btn .tag-spec div span, .tag-spec div .msgboxList-search .btn span, .msgboxList-search .msgbox-btn-send .badge, .msgboxList-search .msgbox-btn-send .tag-spec div span, .tag-spec div .msgboxList-search .msgbox-btn-send span, .msgboxList-search .msgbox-btn-send .badge, .msgboxList-search .msgbox-btn-send .tag-spec div span, .tag-spec div .msgboxList-search .msgbox-btn-send span, .msgboxList-search .msgbox-btn-send:hover .badge, .msgboxList-search .msgbox-btn-send:hover .tag-spec div span, .tag-spec div .msgboxList-search .msgbox-btn-send:hover span, .msgboxList-search .offcanvas_sideTab .badge, .msgboxList-search .offcanvas_sideTab .tag-spec div span, .tag-spec div .msgboxList-search .offcanvas_sideTab span, .msgboxList-search .offcanvas_sideTab .badge, .msgboxList-search .offcanvas_sideTab .tag-spec div span, .tag-spec div .msgboxList-search .offcanvas_sideTab span, .msgboxList-search .offcanvas_sideTab:hover .badge, .msgboxList-search .offcanvas_sideTab:hover .tag-spec div span, .tag-spec div .msgboxList-search .offcanvas_sideTab:hover span, .msgboxList-search .f-btn-reset .badge, .msgboxList-search .f-btn-reset .tag-spec div span, .tag-spec div .msgboxList-search .f-btn-reset span, .msgboxList-search .f-btn-color .badge, .msgboxList-search .f-btn-color .tag-spec div span, .tag-spec div .msgboxList-search .f-btn-color span, .msgboxList-search .btn-clear .badge, .msgboxList-search .btn-clear .tag-spec div span, .tag-spec div .msgboxList-search .btn-clear span, .msgboxList-search .btn-clear-row a .badge, .msgboxList-search .btn-clear-row a .tag-spec div span, .tag-spec div .msgboxList-search .btn-clear-row a span, .btn-clear-row .msgboxList-search a .badge, .btn-clear-row .msgboxList-search a .tag-spec div span, .tag-spec div .btn-clear-row .msgboxList-search a span, .msgboxList-search .btn-primary-sm .badge, .msgboxList-search .btn-primary-sm .tag-spec div span, .tag-spec div .msgboxList-search .btn-primary-sm span, .msgboxList-search .btn-outline-primary-sm .badge, .msgboxList-search .btn-outline-primary-sm .tag-spec div span, .tag-spec div .msgboxList-search .btn-outline-primary-sm span, .msgboxList-search .standard-btn .badge, .msgboxList-search .standard-btn .tag-spec div span, .tag-spec div .msgboxList-search .standard-btn span, .msgboxList-search .semList-item .card [class*=btn-] .badge, .msgboxList-search .semList-item .card [class*=btn-] .tag-spec div span, .tag-spec div .msgboxList-search .semList-item .card [class*=btn-] span, .semList-item .card .msgboxList-search [class*=btn-] .badge, .semList-item .card .msgboxList-search [class*=btn-] .tag-spec div span, .tag-spec div .semList-item .card .msgboxList-search [class*=btn-] span, .msgboxList-search .fp-btn-back .badge, .msgboxList-search .fp-btn-back .tag-spec div span, .tag-spec div .msgboxList-search .fp-btn-back span, .msgboxList-search .fp-btn-saved .badge, .msgboxList-search .fp-btn-saved .tag-spec div span, .tag-spec div .msgboxList-search .fp-btn-saved span, .msgboxList-search .btn-default .badge, .msgboxList-search .btn-default .tag-spec div span, .tag-spec div .msgboxList-search .btn-default span, .msgboxList-search .btn-dk-default .badge, .msgboxList-search .btn-dk-default .tag-spec div span, .tag-spec div .msgboxList-search .btn-dk-default span, .msgboxList-search .btn-search-lg .badge, .msgboxList-search .btn-search-lg .tag-spec div span, .tag-spec div .msgboxList-search .btn-search-lg span, .msgboxList-search .btn-search-reset .badge, .msgboxList-search .btn-search-reset .tag-spec div span, .tag-spec div .msgboxList-search .btn-search-reset span, .msgboxList-search .exhi-enquiry .badge, .msgboxList-search .exhi-enquiry .tag-spec div span, .tag-spec div .msgboxList-search .exhi-enquiry span, .msgboxList-search .btn-pdf-dl .badge, .msgboxList-search .btn-pdf-dl .tag-spec div span, .tag-spec div .msgboxList-search .btn-pdf-dl span, .btn-default .badge, .btn-default .tag-spec div span, .tag-spec div .btn-default span, .fp-btn-saved .badge, .fp-btn-saved .tag-spec div span, .tag-spec div .fp-btn-saved span, .fp-btn-back .badge, .fp-btn-back .tag-spec div span, .tag-spec div .fp-btn-back span, .btn .fp-label-mandatory, .msgbox-btn-send .fp-label-mandatory, .msgboxList-search .msgbox-btn-send .fp-label-mandatory, .msgboxList-search .msgbox-btn-send:hover .fp-label-mandatory, .offcanvas_sideTab .fp-label-mandatory, .msgboxList-search .offcanvas_sideTab .fp-label-mandatory, .msgboxList-search .offcanvas_sideTab:hover .fp-label-mandatory, .btn-pdf-dl .fp-label-mandatory, .exhi-enquiry .fp-label-mandatory, .btn-search-reset .fp-label-mandatory, .btn-search-lg .fp-label-mandatory, .btn-dk-default .fp-label-mandatory, .msgboxList-search .btn .fp-label-mandatory, .msgboxList-search .msgbox-btn-send .fp-label-mandatory, .msgboxList-search .msgbox-btn-send .fp-label-mandatory, .msgboxList-search .msgbox-btn-send:hover .fp-label-mandatory, .msgboxList-search .offcanvas_sideTab .fp-label-mandatory, .msgboxList-search .offcanvas_sideTab .fp-label-mandatory, .msgboxList-search .offcanvas_sideTab:hover .fp-label-mandatory, .msgboxList-search .f-btn-reset .fp-label-mandatory, .msgboxList-search .f-btn-color .fp-label-mandatory, .msgboxList-search .btn-clear .fp-label-mandatory, .msgboxList-search .btn-clear-row a .fp-label-mandatory, .btn-clear-row .msgboxList-search a .fp-label-mandatory, .msgboxList-search .btn-primary-sm .fp-label-mandatory, .msgboxList-search .btn-outline-primary-sm .fp-label-mandatory, .msgboxList-search .standard-btn .fp-label-mandatory, .msgboxList-search .semList-item .card [class*=btn-] .fp-label-mandatory, .semList-item .card .msgboxList-search [class*=btn-] .fp-label-mandatory, .msgboxList-search .fp-btn-back .fp-label-mandatory, .msgboxList-search .fp-btn-saved .fp-label-mandatory, .msgboxList-search .btn-default .fp-label-mandatory, .msgboxList-search .btn-dk-default .fp-label-mandatory, .msgboxList-search .btn-search-lg .fp-label-mandatory, .msgboxList-search .btn-search-reset .fp-label-mandatory, .msgboxList-search .exhi-enquiry .fp-label-mandatory, .msgboxList-search .btn-pdf-dl .fp-label-mandatory, .btn-default .fp-label-mandatory, .fp-btn-saved .fp-label-mandatory, .fp-btn-back .fp-label-mandatory, .btn .label-mandatory, .msgbox-btn-send .label-mandatory, .msgboxList-search .msgbox-btn-send .label-mandatory, .msgboxList-search .msgbox-btn-send:hover .label-mandatory, .offcanvas_sideTab .label-mandatory, .msgboxList-search .offcanvas_sideTab .label-mandatory, .msgboxList-search .offcanvas_sideTab:hover .label-mandatory, .btn-pdf-dl .label-mandatory, .exhi-enquiry .label-mandatory, .btn-search-reset .label-mandatory, .btn-search-lg .label-mandatory, .btn-dk-default .label-mandatory, .msgboxList-search .btn .label-mandatory, .msgboxList-search .msgbox-btn-send .label-mandatory, .msgboxList-search .msgbox-btn-send .label-mandatory, .msgboxList-search .msgbox-btn-send:hover .label-mandatory, .msgboxList-search .offcanvas_sideTab .label-mandatory, .msgboxList-search .offcanvas_sideTab .label-mandatory, .msgboxList-search .offcanvas_sideTab:hover .label-mandatory, .msgboxList-search .f-btn-reset .label-mandatory, .msgboxList-search .f-btn-color .label-mandatory, .msgboxList-search .btn-clear .label-mandatory, .msgboxList-search .btn-clear-row a .label-mandatory, .btn-clear-row .msgboxList-search a .label-mandatory, .msgboxList-search .btn-primary-sm .label-mandatory, .msgboxList-search .btn-outline-primary-sm .label-mandatory, .msgboxList-search .standard-btn .label-mandatory, .msgboxList-search .semList-item .card [class*=btn-] .label-mandatory, .semList-item .card .msgboxList-search [class*=btn-] .label-mandatory, .msgboxList-search .fp-btn-back .label-mandatory, .msgboxList-search .fp-btn-saved .label-mandatory, .msgboxList-search .btn-default .label-mandatory, .msgboxList-search .btn-dk-default .label-mandatory, .msgboxList-search .btn-search-lg .label-mandatory, .msgboxList-search .btn-search-reset .label-mandatory, .msgboxList-search .exhi-enquiry .label-mandatory, .msgboxList-search .btn-pdf-dl .label-mandatory, .btn-default .label-mandatory, .fp-btn-saved .label-mandatory, .fp-btn-back .label-mandatory, .btn .fp-label-PIC, .msgbox-btn-send .fp-label-PIC, .msgboxList-search .msgbox-btn-send .fp-label-PIC, .msgboxList-search .msgbox-btn-send:hover .fp-label-PIC, .offcanvas_sideTab .fp-label-PIC, .msgboxList-search .offcanvas_sideTab .fp-label-PIC, .msgboxList-search .offcanvas_sideTab:hover .fp-label-PIC, .btn-pdf-dl .fp-label-PIC, .exhi-enquiry .fp-label-PIC, .btn-search-reset .fp-label-PIC, .btn-search-lg .fp-label-PIC, .btn-dk-default .fp-label-PIC, .msgboxList-search .btn .fp-label-PIC, .msgboxList-search .msgbox-btn-send .fp-label-PIC, .msgboxList-search .msgbox-btn-send .fp-label-PIC, .msgboxList-search .msgbox-btn-send:hover .fp-label-PIC, .msgboxList-search .offcanvas_sideTab .fp-label-PIC, .msgboxList-search .offcanvas_sideTab .fp-label-PIC, .msgboxList-search .offcanvas_sideTab:hover .fp-label-PIC, .msgboxList-search .f-btn-reset .fp-label-PIC, .msgboxList-search .f-btn-color .fp-label-PIC, .msgboxList-search .btn-clear .fp-label-PIC, .msgboxList-search .btn-clear-row a .fp-label-PIC, .btn-clear-row .msgboxList-search a .fp-label-PIC, .msgboxList-search .btn-primary-sm .fp-label-PIC, .msgboxList-search .btn-outline-primary-sm .fp-label-PIC, .msgboxList-search .standard-btn .fp-label-PIC, .msgboxList-search .semList-item .card [class*=btn-] .fp-label-PIC, .semList-item .card .msgboxList-search [class*=btn-] .fp-label-PIC, .msgboxList-search .fp-btn-back .fp-label-PIC, .msgboxList-search .fp-btn-saved .fp-label-PIC, .msgboxList-search .btn-default .fp-label-PIC, .msgboxList-search .btn-dk-default .fp-label-PIC, .msgboxList-search .btn-search-lg .fp-label-PIC, .msgboxList-search .btn-search-reset .fp-label-PIC, .msgboxList-search .exhi-enquiry .fp-label-PIC, .msgboxList-search .btn-pdf-dl .fp-label-PIC, .btn-default .fp-label-PIC, .fp-btn-saved .fp-label-PIC, .fp-btn-back .fp-label-PIC, .btn .fp-label-publicInfo, .msgbox-btn-send .fp-label-publicInfo, .msgboxList-search .msgbox-btn-send .fp-label-publicInfo, .msgboxList-search .msgbox-btn-send:hover .fp-label-publicInfo, .offcanvas_sideTab .fp-label-publicInfo, .msgboxList-search .offcanvas_sideTab .fp-label-publicInfo, .msgboxList-search .offcanvas_sideTab:hover .fp-label-publicInfo, .btn-pdf-dl .fp-label-publicInfo, .exhi-enquiry .fp-label-publicInfo, .btn-search-reset .fp-label-publicInfo, .btn-search-lg .fp-label-publicInfo, .btn-dk-default .fp-label-publicInfo, .msgboxList-search .btn .fp-label-publicInfo, .msgboxList-search .msgbox-btn-send .fp-label-publicInfo, .msgboxList-search .msgbox-btn-send .fp-label-publicInfo, .msgboxList-search .msgbox-btn-send:hover .fp-label-publicInfo, .msgboxList-search .offcanvas_sideTab .fp-label-publicInfo, .msgboxList-search .offcanvas_sideTab .fp-label-publicInfo, .msgboxList-search .offcanvas_sideTab:hover .fp-label-publicInfo, .msgboxList-search .f-btn-reset .fp-label-publicInfo, .msgboxList-search .f-btn-color .fp-label-publicInfo, .msgboxList-search .btn-clear .fp-label-publicInfo, .msgboxList-search .btn-clear-row a .fp-label-publicInfo, .btn-clear-row .msgboxList-search a .fp-label-publicInfo, .msgboxList-search .btn-primary-sm .fp-label-publicInfo, .msgboxList-search .btn-outline-primary-sm .fp-label-publicInfo, .msgboxList-search .standard-btn .fp-label-publicInfo, .msgboxList-search .semList-item .card [class*=btn-] .fp-label-publicInfo, .semList-item .card .msgboxList-search [class*=btn-] .fp-label-publicInfo, .msgboxList-search .fp-btn-back .fp-label-publicInfo, .msgboxList-search .fp-btn-saved .fp-label-publicInfo, .msgboxList-search .btn-default .fp-label-publicInfo, .msgboxList-search .btn-dk-default .fp-label-publicInfo, .msgboxList-search .btn-search-lg .fp-label-publicInfo, .msgboxList-search .btn-search-reset .fp-label-publicInfo, .msgboxList-search .exhi-enquiry .fp-label-publicInfo, .msgboxList-search .btn-pdf-dl .fp-label-publicInfo, .btn-default .fp-label-publicInfo, .fp-btn-saved .fp-label-publicInfo, .fp-btn-back .fp-label-publicInfo, .semList-item .card [class*=btn-] .badge, .semList-item .card [class*=btn-] .tag-spec div span, .tag-spec div .semList-item .card [class*=btn-] span, .semList-item .card [class*=btn-] .fp-label-mandatory, .semList-item .card [class*=btn-] .label-mandatory, .semList-item .card [class*=btn-] .fp-label-PIC, .semList-item .card [class*=btn-] .fp-label-publicInfo, .btn .news-cate, .msgbox-btn-send .news-cate, .msgboxList-search .msgbox-btn-send .news-cate, .msgboxList-search .msgbox-btn-send:hover .news-cate, .offcanvas_sideTab .news-cate, .msgboxList-search .offcanvas_sideTab .news-cate, .msgboxList-search .offcanvas_sideTab:hover .news-cate, .btn-pdf-dl .news-cate, .exhi-enquiry .news-cate, .btn-search-reset .news-cate, .btn-search-lg .news-cate, .btn-dk-default .news-cate, .msgboxList-search .btn .news-cate, .msgboxList-search .msgbox-btn-send .news-cate, .msgboxList-search .msgbox-btn-send .news-cate, .msgboxList-search .msgbox-btn-send:hover .news-cate, .msgboxList-search .offcanvas_sideTab .news-cate, .msgboxList-search .offcanvas_sideTab .news-cate, .msgboxList-search .offcanvas_sideTab:hover .news-cate, .msgboxList-search .f-btn-reset .news-cate, .msgboxList-search .f-btn-color .news-cate, .msgboxList-search .btn-clear .news-cate, .msgboxList-search .btn-clear-row a .news-cate, .btn-clear-row .msgboxList-search a .news-cate, .msgboxList-search .btn-primary-sm .news-cate, .msgboxList-search .btn-outline-primary-sm .news-cate, .msgboxList-search .standard-btn .news-cate, .msgboxList-search .semList-item .card [class*=btn-] .news-cate, .semList-item .card .msgboxList-search [class*=btn-] .news-cate, .msgboxList-search .fp-btn-back .news-cate, .msgboxList-search .fp-btn-saved .news-cate, .msgboxList-search .btn-default .news-cate, .msgboxList-search .btn-dk-default .news-cate, .msgboxList-search .btn-search-lg .news-cate, .msgboxList-search .btn-search-reset .news-cate, .msgboxList-search .exhi-enquiry .news-cate, .msgboxList-search .btn-pdf-dl .news-cate, .btn-default .news-cate, .fp-btn-saved .news-cate, .fp-btn-back .news-cate, .semList-item .card [class*=btn-] .news-cate, .standard-btn .badge, .standard-btn .tag-spec div span, .tag-spec div .standard-btn span, .standard-btn .fp-label-mandatory, .standard-btn .label-mandatory, .standard-btn .fp-label-PIC, .standard-btn .fp-label-publicInfo, .standard-btn .news-cate, .btn-outline-primary-sm .badge, .btn-outline-primary-sm .tag-spec div span, .tag-spec div .btn-outline-primary-sm span, .btn-outline-primary-sm .fp-label-mandatory, .btn-outline-primary-sm .label-mandatory, .btn-outline-primary-sm .fp-label-PIC, .btn-outline-primary-sm .fp-label-publicInfo, .btn-outline-primary-sm .news-cate, .btn-primary-sm .badge, .btn-primary-sm .tag-spec div span, .tag-spec div .btn-primary-sm span, .btn-primary-sm .fp-label-mandatory, .btn-primary-sm .label-mandatory, .btn-primary-sm .fp-label-PIC, .btn-primary-sm .fp-label-publicInfo, .btn-primary-sm .news-cate, .btn-clear .badge, .btn-clear .tag-spec div span, .tag-spec div .btn-clear span, .btn-clear .fp-label-mandatory, .btn-clear .label-mandatory, .btn-clear .fp-label-PIC, .btn-clear .fp-label-publicInfo, .btn-clear .news-cate, .btn-clear-row a .badge, .btn-clear-row a .tag-spec div span, .tag-spec div .btn-clear-row a span, .btn-clear-row a .fp-label-mandatory, .btn-clear-row a .label-mandatory, .btn-clear-row a .fp-label-PIC, .btn-clear-row a .fp-label-publicInfo, .btn-clear-row a .news-cate, .f-btn-color .badge, .f-btn-color .tag-spec div span, .tag-spec div .f-btn-color span, .f-btn-color .fp-label-mandatory, .f-btn-color .label-mandatory, .f-btn-color .fp-label-PIC, .f-btn-color .fp-label-publicInfo, .f-btn-color .news-cate, .f-btn-reset .badge, .f-btn-reset .tag-spec div span, .tag-spec div .f-btn-reset span, .f-btn-reset .fp-label-mandatory, .f-btn-reset .label-mandatory, .f-btn-reset .fp-label-PIC, .f-btn-reset .fp-label-publicInfo, .f-btn-reset .news-cate {
  position: relative;
  top: -1px;
}

.alert, .alert-private, .alert-public {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success, .alert-public {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning, .alert-private {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group, .icon-fav {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before, .list-group-numbered > .icon-fav-txt::before, .list-group-numbered > .icon-star::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item, .icon-fav-txt, .icon-star {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child, .icon-fav-txt:first-child, .icon-star:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child, .icon-fav-txt:last-child, .icon-star:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .disabled.icon-fav-txt, .disabled.icon-star, .list-group-item:disabled, .icon-fav-txt:disabled, .icon-star:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active, .active.icon-fav-txt, .active.icon-star {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item, .icon-fav-txt + .list-group-item, .list-group-item + .icon-fav-txt, .icon-fav-txt + .icon-fav-txt, .icon-star + .list-group-item, .icon-star + .icon-fav-txt, .list-group-item + .icon-star, .icon-fav-txt + .icon-star, .icon-star + .icon-star {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active, .icon-fav-txt + .list-group-item.active, .list-group-item + .active.icon-fav-txt, .icon-fav-txt + .active.icon-fav-txt, .icon-star + .list-group-item.active, .icon-star + .active.icon-fav-txt, .list-group-item + .active.icon-star, .icon-fav-txt + .active.icon-star, .icon-star + .active.icon-star {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal, .icon-fav {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child), .list-group-horizontal > .icon-fav-txt:first-child:not(:last-child), .list-group-horizontal > .icon-star:first-child:not(:last-child), .icon-fav > .list-group-item:first-child:not(:last-child), .icon-fav > .icon-fav-txt:first-child:not(:last-child), .icon-fav > .icon-star:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child), .list-group-horizontal > .icon-fav-txt:last-child:not(:first-child), .list-group-horizontal > .icon-star:last-child:not(:first-child), .icon-fav > .list-group-item:last-child:not(:first-child), .icon-fav > .icon-fav-txt:last-child:not(:first-child), .icon-fav > .icon-star:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active, .list-group-horizontal > .active.icon-fav-txt, .list-group-horizontal > .active.icon-star, .icon-fav > .list-group-item.active, .icon-fav > .active.icon-fav-txt, .icon-fav > .active.icon-star {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item, .list-group-horizontal > .icon-fav-txt + .list-group-item, .list-group-horizontal > .list-group-item + .icon-fav-txt, .list-group-horizontal > .icon-fav-txt + .icon-fav-txt, .list-group-horizontal > .icon-star + .list-group-item, .list-group-horizontal > .icon-star + .icon-fav-txt, .list-group-horizontal > .list-group-item + .icon-star, .list-group-horizontal > .icon-fav-txt + .icon-star, .list-group-horizontal > .icon-star + .icon-star, .icon-fav > .list-group-item + .list-group-item, .icon-fav > .icon-fav-txt + .list-group-item, .icon-fav > .list-group-item + .icon-fav-txt, .icon-fav > .icon-fav-txt + .icon-fav-txt, .icon-fav > .icon-star + .list-group-item, .icon-fav > .icon-star + .icon-fav-txt, .icon-fav > .list-group-item + .icon-star, .icon-fav > .icon-fav-txt + .icon-star, .icon-fav > .icon-star + .icon-star {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active, .list-group-horizontal > .icon-fav-txt + .list-group-item.active, .list-group-horizontal > .list-group-item + .active.icon-fav-txt, .list-group-horizontal > .icon-fav-txt + .active.icon-fav-txt, .list-group-horizontal > .icon-star + .list-group-item.active, .list-group-horizontal > .icon-star + .active.icon-fav-txt, .list-group-horizontal > .list-group-item + .active.icon-star, .list-group-horizontal > .icon-fav-txt + .active.icon-star, .list-group-horizontal > .icon-star + .active.icon-star, .icon-fav > .list-group-item + .list-group-item.active, .icon-fav > .icon-fav-txt + .list-group-item.active, .icon-fav > .list-group-item + .active.icon-fav-txt, .icon-fav > .icon-fav-txt + .active.icon-fav-txt, .icon-fav > .icon-star + .list-group-item.active, .icon-fav > .icon-star + .active.icon-fav-txt, .icon-fav > .list-group-item + .active.icon-star, .icon-fav > .icon-fav-txt + .active.icon-star, .icon-fav > .icon-star + .active.icon-star {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child), .list-group-horizontal-sm > .icon-fav-txt:first-child:not(:last-child), .list-group-horizontal-sm > .icon-star:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child), .list-group-horizontal-sm > .icon-fav-txt:last-child:not(:first-child), .list-group-horizontal-sm > .icon-star:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active, .list-group-horizontal-sm > .active.icon-fav-txt, .list-group-horizontal-sm > .active.icon-star {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item, .list-group-horizontal-sm > .icon-fav-txt + .list-group-item, .list-group-horizontal-sm > .list-group-item + .icon-fav-txt, .list-group-horizontal-sm > .icon-fav-txt + .icon-fav-txt, .list-group-horizontal-sm > .icon-star + .list-group-item, .list-group-horizontal-sm > .icon-star + .icon-fav-txt, .list-group-horizontal-sm > .list-group-item + .icon-star, .list-group-horizontal-sm > .icon-fav-txt + .icon-star, .list-group-horizontal-sm > .icon-star + .icon-star {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .list-group-horizontal-sm > .icon-fav-txt + .list-group-item.active, .list-group-horizontal-sm > .list-group-item + .active.icon-fav-txt, .list-group-horizontal-sm > .icon-fav-txt + .active.icon-fav-txt, .list-group-horizontal-sm > .icon-star + .list-group-item.active, .list-group-horizontal-sm > .icon-star + .active.icon-fav-txt, .list-group-horizontal-sm > .list-group-item + .active.icon-star, .list-group-horizontal-sm > .icon-fav-txt + .active.icon-star, .list-group-horizontal-sm > .icon-star + .active.icon-star {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child), .list-group-horizontal-md > .icon-fav-txt:first-child:not(:last-child), .list-group-horizontal-md > .icon-star:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child), .list-group-horizontal-md > .icon-fav-txt:last-child:not(:first-child), .list-group-horizontal-md > .icon-star:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active, .list-group-horizontal-md > .active.icon-fav-txt, .list-group-horizontal-md > .active.icon-star {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item, .list-group-horizontal-md > .icon-fav-txt + .list-group-item, .list-group-horizontal-md > .list-group-item + .icon-fav-txt, .list-group-horizontal-md > .icon-fav-txt + .icon-fav-txt, .list-group-horizontal-md > .icon-star + .list-group-item, .list-group-horizontal-md > .icon-star + .icon-fav-txt, .list-group-horizontal-md > .list-group-item + .icon-star, .list-group-horizontal-md > .icon-fav-txt + .icon-star, .list-group-horizontal-md > .icon-star + .icon-star {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active, .list-group-horizontal-md > .icon-fav-txt + .list-group-item.active, .list-group-horizontal-md > .list-group-item + .active.icon-fav-txt, .list-group-horizontal-md > .icon-fav-txt + .active.icon-fav-txt, .list-group-horizontal-md > .icon-star + .list-group-item.active, .list-group-horizontal-md > .icon-star + .active.icon-fav-txt, .list-group-horizontal-md > .list-group-item + .active.icon-star, .list-group-horizontal-md > .icon-fav-txt + .active.icon-star, .list-group-horizontal-md > .icon-star + .active.icon-star {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child), .list-group-horizontal-lg > .icon-fav-txt:first-child:not(:last-child), .list-group-horizontal-lg > .icon-star:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child), .list-group-horizontal-lg > .icon-fav-txt:last-child:not(:first-child), .list-group-horizontal-lg > .icon-star:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active, .list-group-horizontal-lg > .active.icon-fav-txt, .list-group-horizontal-lg > .active.icon-star {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item, .list-group-horizontal-lg > .icon-fav-txt + .list-group-item, .list-group-horizontal-lg > .list-group-item + .icon-fav-txt, .list-group-horizontal-lg > .icon-fav-txt + .icon-fav-txt, .list-group-horizontal-lg > .icon-star + .list-group-item, .list-group-horizontal-lg > .icon-star + .icon-fav-txt, .list-group-horizontal-lg > .list-group-item + .icon-star, .list-group-horizontal-lg > .icon-fav-txt + .icon-star, .list-group-horizontal-lg > .icon-star + .icon-star {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .list-group-horizontal-lg > .icon-fav-txt + .list-group-item.active, .list-group-horizontal-lg > .list-group-item + .active.icon-fav-txt, .list-group-horizontal-lg > .icon-fav-txt + .active.icon-fav-txt, .list-group-horizontal-lg > .icon-star + .list-group-item.active, .list-group-horizontal-lg > .icon-star + .active.icon-fav-txt, .list-group-horizontal-lg > .list-group-item + .active.icon-star, .list-group-horizontal-lg > .icon-fav-txt + .active.icon-star, .list-group-horizontal-lg > .icon-star + .active.icon-star {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child), .list-group-horizontal-xl > .icon-fav-txt:first-child:not(:last-child), .list-group-horizontal-xl > .icon-star:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child), .list-group-horizontal-xl > .icon-fav-txt:last-child:not(:first-child), .list-group-horizontal-xl > .icon-star:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active, .list-group-horizontal-xl > .active.icon-fav-txt, .list-group-horizontal-xl > .active.icon-star {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item, .list-group-horizontal-xl > .icon-fav-txt + .list-group-item, .list-group-horizontal-xl > .list-group-item + .icon-fav-txt, .list-group-horizontal-xl > .icon-fav-txt + .icon-fav-txt, .list-group-horizontal-xl > .icon-star + .list-group-item, .list-group-horizontal-xl > .icon-star + .icon-fav-txt, .list-group-horizontal-xl > .list-group-item + .icon-star, .list-group-horizontal-xl > .icon-fav-txt + .icon-star, .list-group-horizontal-xl > .icon-star + .icon-star {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .list-group-horizontal-xl > .icon-fav-txt + .list-group-item.active, .list-group-horizontal-xl > .list-group-item + .active.icon-fav-txt, .list-group-horizontal-xl > .icon-fav-txt + .active.icon-fav-txt, .list-group-horizontal-xl > .icon-star + .list-group-item.active, .list-group-horizontal-xl > .icon-star + .active.icon-fav-txt, .list-group-horizontal-xl > .list-group-item + .active.icon-star, .list-group-horizontal-xl > .icon-fav-txt + .active.icon-star, .list-group-horizontal-xl > .icon-star + .active.icon-star {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child), .list-group-horizontal-xxl > .icon-fav-txt:first-child:not(:last-child), .list-group-horizontal-xxl > .icon-star:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child), .list-group-horizontal-xxl > .icon-fav-txt:last-child:not(:first-child), .list-group-horizontal-xxl > .icon-star:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active, .list-group-horizontal-xxl > .active.icon-fav-txt, .list-group-horizontal-xxl > .active.icon-star {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item, .list-group-horizontal-xxl > .icon-fav-txt + .list-group-item, .list-group-horizontal-xxl > .list-group-item + .icon-fav-txt, .list-group-horizontal-xxl > .icon-fav-txt + .icon-fav-txt, .list-group-horizontal-xxl > .icon-star + .list-group-item, .list-group-horizontal-xxl > .icon-star + .icon-fav-txt, .list-group-horizontal-xxl > .list-group-item + .icon-star, .list-group-horizontal-xxl > .icon-fav-txt + .icon-star, .list-group-horizontal-xxl > .icon-star + .icon-star {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, .list-group-horizontal-xxl > .icon-fav-txt + .list-group-item.active, .list-group-horizontal-xxl > .list-group-item + .active.icon-fav-txt, .list-group-horizontal-xxl > .icon-fav-txt + .active.icon-fav-txt, .list-group-horizontal-xxl > .icon-star + .list-group-item.active, .list-group-horizontal-xxl > .icon-star + .active.icon-fav-txt, .list-group-horizontal-xxl > .list-group-item + .active.icon-star, .list-group-horizontal-xxl > .icon-fav-txt + .active.icon-star, .list-group-horizontal-xxl > .icon-star + .active.icon-star {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item, .list-group-flush > .icon-fav-txt, .list-group-flush > .icon-star {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child, .list-group-flush > .icon-fav-txt:last-child, .list-group-flush > .icon-star:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end, .offcanvas-sm.offcanvas-msgbox {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end, .offcanvas-md.offcanvas-msgbox {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end, .offcanvas-lg.offcanvas-msgbox {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end, .offcanvas-xl.offcanvas-msgbox {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end, .offcanvas-xxl.offcanvas-msgbox {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end, .offcanvas.offcanvas-msgbox {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .placeholder.msgbox-btn-send::before, .placeholder.offcanvas_sideTab::before, .placeholder.btn-pdf-dl::before, .placeholder.exhi-enquiry::before, .placeholder.btn-search-reset::before, .placeholder.btn-search-lg::before, .placeholder.btn-dk-default::before, .placeholder.btn-default::before, .placeholder.fp-btn-saved::before, .placeholder.fp-btn-back::before, .semList-item .card .placeholder[class*=btn-]::before, .placeholder.standard-btn::before, .placeholder.btn-outline-primary-sm::before, .placeholder.btn-primary-sm::before, .placeholder.btn-clear::before, .btn-clear-row a.placeholder::before, .placeholder.f-btn-color::before, .placeholder.f-btn-reset::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after, .chat-area ul li::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary, .tag-spec div span {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success, .exhi-items.PR:before, .fp-label-PIC {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger, .label-unseen, .fp-label-mandatory, .label-mandatory {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark, .top-bInfo-cttl span {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus, .msgboxList2 a:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate, .msgboxList2 .msgboxList-msgtxt, .msgboxList-company .msgboxList-msgtxt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top, .footer-contact-table td {
  vertical-align: top !important;
}

.align-middle, .search-sem-result-btn-apply-checkbox, .search-sem-result-btn-apply-txt {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start, .chat-area .msg-left, .exhi-items-labels span[class*=l-]:before, .exhibition-logo img {
  float: left !important;
}

.float-end, .chat-area .msg-right, .exhi-items-icons-col .exhi-enquiry {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50, .search-sem-result-btn-apply-checkbox .sign {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible, .offcanvas-msgbox {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto, .pw-agreement {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block, .search-sem-result-time, .search-sem-result-btn-apply-checkbox, .search-sem-result-btn-apply-txt, .exhi-sem-category span, .exhi-sem-category, .offcanvas-msgbox .exhi-items-booth span, .offcanvas-msgbox .exhi-items-zone span, .exhiName-01, .exhiName-02, .exhiName-03, .exhiName-04, .exhiName-05, .exhiName-06, .exhiName-07, .exhiName-08, .exhiName-09, .exhiName-10, .exhiName-11, .exhiName-12, .exhiName-13, .msgboxList2 li [class*=exhiName-], .msgboxList-company .msgboxList-msgtxt, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release, .l-label, .search-result-num select, .search-result-num li, .exhi-items.PR:before, .cate-label-list span, .arrow-category .label-mandatory, .fp-info-label, .fp-form-head span, .fp-station-input-w, .bookmark-label a, .pw-agreement > h5 span, .pw-agreement > .h5 span, .pw-agreement > .f-ttl span, .content > h3 span, .content > .h3 span, .top-unseen-num b, .upper-nav li, .input-group input[type=checkbox], .msgboxList-search input[type=checkbox], .input-group input[type=radio], .msgboxList-search input[type=radio], em, .f-form-ttl {
  display: inline-block !important;
}

.d-block, .timetable-applied-notice br, .search-sem-result-btn-apply-checkbox .sign, .msgboxList2 .msgboxList-msgtxt, .msgboxList2 a, .field-validation-error, .semList-ttl, .news-list ul li a, .important ul li span {
  display: block !important;
}

.d-grid, .category_con_other, .f-btns-row {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell, .search-sem-result-btn-apply-checkbox .sign svg, .search-sem-result-btn-apply-checkbox .sign i {
  display: table-cell !important;
}

.d-flex, .timetable-applied-notice, .tag-spec, .search-sem-result-datevenue, .offcanvas_sideTab, .msgboxList-dateCol, .msgboxList-readCol, .pagination-area, .exhi-details-accordion .accordion-button, .search-noResult ul li, .exhi-items-labels, .label-remarks, .exhi-items-fav-row, .exhi-items-products .card-body, .exhi-items, .dlList-txt-col, .dlList-icon-col .card, .cate-content label, .d-flex-acenter, .d-flex-center, .publishForm-accordion .accordion-header, .fp-col-01, .fp-d-flex-required, .fp-station-row .input-group, .fp-station-row .msgboxList-search, .fp-label-col-style, .fp-label-col, .fp-label-col-3, .formList-comment p, .formList-grid .card-footer, .formList-grid .card-header, .semList-item, body.login, body.password, .table-list li .row, .table-list li .exhi-search-ttlArea, .table-list li .search-sem-result-info, .table-list li .search-sem-result-datevenue, .table-list li .msgboxList-row, .table-list li .exhi-details-contact, .table-list li .exhi-details-data, .table-list li .exhi-items-labels, .table-list li .label-remarks, .table-list li .exhi-items-products, .table-list li .exhi-items, .table-list li .dlList-item, .table-list li .c-row-3-3-3-3, .table-list li .c-row-4-4-4, .table-list li .c-row-6-6, .table-list li .c-row-12, .table-list li .fp-input-row, .table-list li .row-sm-7-sm, .table-list li .row-9-sm, .table-list li .row-2-6-4, .table-list li .row-2-5-5, .table-list li .row-7-2-1-2, .table-list li .row-1-1-1-1-1-1-1-1-1-1-1-1, .table-list li .fp-bank-row, .table-list li .fp-station-row, .table-list li .fp-row, .table-list li .semList-item, .table-list li .password-row, .table-list li .f-row-12, .table-list li .f-row-3-9, .table-list li .f-row-4-8, .table-list li .f-row-sm-7-sm, .table-list li .f-row-7-5, .table-list li .f-row-2-4, .table-list li .f-row-2-4-2-4, .table-list li .f-row-2-5-5, .table-list li .f-row-2-10, .table-list li .f-row-6-6, .table-list li .f-row-2-1-2, .table-list li .f-row-3-3-3-3, .table-list li .f-row-4-4-4, .table-list li .f-row-4-3-5, .table-list li .f-row-free, .table-list li .f-row-auto, .table-list li .f-row-cols, .table-list li .f-row-cols1-6, .table-list li .f-row-cols1-5, .table-list li .f-row-cols1-4, .table-list li .f-row-cols1-3, .table-list li .f-row-cols1-2, .table-list li .f-row-cols1-1, .table-list li .top-bInfo-row, .table-list li .top-2btns, .news-list ul li, .important ul li, .top-content section.top-buttons .msgbox-entry .msgbox-nums, .top-unseen .card-body, .d-flexAndwrap, .d-flex-2cols, body, .f-col [class*=f-row-] {
  display: flex !important;
}

.d-inline-flex, .offcanvas-msgbox .exhi-items-zone, .exhiName, .exhiName-01, .exhiName-02, .exhiName-03, .exhiName-04, .exhiName-05, .exhiName-06, .exhiName-07, .exhiName-08, .exhiName-09, .exhiName-10, .exhiName-11, .exhiName-12, .exhiName-13, .btn-pdf-dl, .fp-formInfo-status-col .card [class*=status-], .fp-info-datetime.fp-info-value, .fp-info-value, .tag-exhibitor, .tag-visitor, .semList-item .card [class*=status-], .semList-item .card [class*=btn-] {
  display: inline-flex !important;
}

.d-none, .search-sem-result-btn-apply-txt span br {
  display: none !important;
}

.shadow, .timetable-applied-notice, .exhi-items, .btn-search-reset, .btn-search-lg, .btn-search-lg:hover, .dlList-item, .formList-grid .card, .semList li, .top-unseen .card-body {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm, .fp-header-card {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg, .login-plain {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none, .exhi-items.PR {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative, .search-sem-result-time, .line-ttl, .exhi-items.PR, .fp-bottom-btns, .pw-agreement > h5 span, .pw-agreement > .h5 span, .pw-agreement > .f-ttl span, .pw-agreement > h5, .pw-agreement > .h5, .pw-agreement > .f-ttl, .login-id, .login-pw, .login-email, .content > h3 span, .content > .h3 span, .content > h3, .content > .h3, .top-content section.top-buttons .msgbox-entry {
  position: relative !important;
}

.position-absolute, .search-sem-result-time:after, .offcanvas_sideTab, .line-ttl:before, .exhi-items.PR:before, .fp-btn-back, .fp-btn-back:hover, .pw-agreement > h5:before, .pw-agreement > .h5:before, .pw-agreement > .f-ttl:before, .login-id svg, .login-pw svg, .login-email svg, .content > h3:before, .content > .h3:before, .top-content section.top-buttons .msgbox-entry .msgbox-nums {
  position: absolute !important;
}

.position-fixed, .timetable-applied-notice {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0, .timetable-applied-notice {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0, .line-ttl:before, .fp-btn-back, .fp-btn-back:hover {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border, .shadow-ttl, .exhibition-logo img, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release, .exhi-items-products .card-body, .exhi-items.PR, .search-area, .btn-default, .btn-default:hover, .cate-label-list span, .publishForm-accordion .drag-handle, .fp-header-card, .fp-form-belong-frame, .fp-tab-content, .fp-row-border, .bookmark-label a, .attachment ul li span, .table-list, .top-content section.top-buttons .msgbox-entry .msgbox-nums, .btn-clear, .btn-clear-row a, .f-btn-reset {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0, .search-sem-result-info .card-footer, .search-sem-result-info .card, .pagination li a, .exhi-details-accordion .accordion-item, .icon-fav-txt, .icon-star, .exhi-items-products .card-footer, .exhi-items-products .card, .fp-header-card .card, .input-group, .msgboxList-search, .semList-item .card, .news-list ul li:nth-last-child(1), .important ul li:nth-last-child(1), .top-content section.top-buttons .card-footer, .top-content section.data-nums .card-footer, .top-content section.data-nums .card, .card, .lower-nav .navbar-toggler, .form-area .input-group .input-group-text, .form-area .msgboxList-search .input-group-text, .input-group .input-group-text, .msgboxList-search .input-group-text {
  border: 0 !important;
}

.border-top, .offcanvas-msgbox .offcanvas-footer, .search-exhi-result, .formList-grid .card-header, .semList, .pw-name {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end, .exhi-items-booth:after, .exhi-items-zone:after {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom, .offcanvas-msgbox .offcanvas-header, .msgboxList2 li:not(:nth-last-child(1)), .exhi-details-contact-data-col, .exhi-details-contact-ttl-col, .fp-label-col, .fp-input-col, .fp-label-col-3, .fp-input-col-3, .pw-name, .mail-head .row, .mail-head .exhi-search-ttlArea, .mail-head .search-sem-result-info, .mail-head .search-sem-result-datevenue, .mail-head .msgboxList-row, .mail-head .exhi-details-contact, .mail-head .exhi-details-data, .mail-head .exhi-items-labels, .mail-head .label-remarks, .mail-head .exhi-items-products, .mail-head .exhi-items, .mail-head .dlList-item, .mail-head .c-row-3-3-3-3, .mail-head .c-row-4-4-4, .mail-head .c-row-6-6, .mail-head .c-row-12, .mail-head .fp-input-row, .mail-head .row-sm-7-sm, .mail-head .row-9-sm, .mail-head .row-2-6-4, .mail-head .row-2-5-5, .mail-head .row-7-2-1-2, .mail-head .row-1-1-1-1-1-1-1-1-1-1-1-1, .mail-head .fp-bank-row, .mail-head .fp-station-row, .mail-head .fp-row, .mail-head .semList-item, .mail-head .password-row, .mail-head .f-row-12, .mail-head .f-row-3-9, .mail-head .f-row-4-8, .mail-head .f-row-sm-7-sm, .mail-head .f-row-7-5, .mail-head .f-row-2-4, .mail-head .f-row-2-4-2-4, .mail-head .f-row-2-5-5, .mail-head .f-row-2-10, .mail-head .f-row-6-6, .mail-head .f-row-2-1-2, .mail-head .f-row-3-3-3-3, .mail-head .f-row-4-4-4, .mail-head .f-row-4-3-5, .mail-head .f-row-free, .mail-head .f-row-auto, .mail-head .f-row-cols, .mail-head .f-row-cols1-6, .mail-head .f-row-cols1-5, .mail-head .f-row-cols1-4, .mail-head .f-row-cols1-3, .mail-head .f-row-cols1-2, .mail-head .f-row-cols1-1, .mail-head .top-bInfo-row, .mail-head .top-2btns, .table-list li:not(:nth-last-child(1)), .news-list ul li, .important ul li, .top-bInfo-row .name {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0, .formList-grid .card-header, .table-list li:nth-child(1) {
  border-bottom: 0 !important;
}

.border-start, .search-sem-info, .shadow-ttl span, .top-unseen .card-body {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary, .top-unseen .card-body {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary, .cate-label-list span, .news-list ul li {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success, .exhi-items.PR {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger, .border-danger.sign {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark, .exhi-items-booth:after, .exhi-items-zone:after, .fp-form-belong-frame, .pw-name, .top-bInfo-row .name {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white, .top-content section.top-buttons .msgbox-entry .msgbox-nums {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2, .pw-name, .top-content section.top-buttons .msgbox-entry .msgbox-nums {
  border-width: 2px !important;
}

.border-3, .shadow-ttl span {
  border-width: 3px !important;
}

.border-4, .formList-grid .card-header {
  border-width: 4px !important;
}

.border-5, .search-sem-info, .exhi-items.PR, .top-unseen .card-body {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50, .footer-contact-table td {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100, .search-sem-result-time:after, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .msgboxList2 a, .exhi-details-contact-sep, .exhi-details-sep, .exhi-items-labels span[class*=l-], .row-sm-7-sm input:not([type=checkbox]), .row-sm-7-sm select,
.row-9-sm input:not([type=checkbox]), .row-9-sm select,
.row-2-6-4 input:not([type=checkbox]), .row-2-6-4 select,
.row-2-5-5 input:not([type=checkbox]), .row-2-5-5 select,
.row-7-2-1-2 input:not([type=checkbox]), .row-7-2-1-2 select,
.row-1-1-1-1-1-1-1-1-1-1-1-1 input:not([type=checkbox]), .row-1-1-1-1-1-1-1-1-1-1-1-1 select,
.content-col .row-3-9 input:not([type=checkbox]), .content-col .row-3-9 select,
.content-col.row-2-10 input:not([type=checkbox]), .content-col .row-2-10 select, .fp-formInfo-status-col .card [class*=status-], .fp-form-sep, .semList-item .card [class*=status-], .semList-item .card [class*=btn-], .pw-agreement > h5:before, .pw-agreement > .h5:before, .pw-agreement > .f-ttl:before, .footer-contact-table table, .table-list li .row, .table-list li .exhi-search-ttlArea, .table-list li .search-sem-result-info, .table-list li .search-sem-result-datevenue, .table-list li .msgboxList-row, .table-list li .exhi-details-contact, .table-list li .exhi-details-data, .table-list li .exhi-items-labels, .table-list li .label-remarks, .table-list li .exhi-items-products, .table-list li .exhi-items, .table-list li .dlList-item, .table-list li .c-row-3-3-3-3, .table-list li .c-row-4-4-4, .table-list li .c-row-6-6, .table-list li .c-row-12, .table-list li .fp-input-row, .table-list li .row-sm-7-sm, .table-list li .row-9-sm, .table-list li .row-2-6-4, .table-list li .row-2-5-5, .table-list li .row-7-2-1-2, .table-list li .row-1-1-1-1-1-1-1-1-1-1-1-1, .table-list li .fp-bank-row, .table-list li .fp-station-row, .table-list li .fp-row, .table-list li .semList-item, .table-list li .password-row, .table-list li .f-row-12, .table-list li .f-row-3-9, .table-list li .f-row-4-8, .table-list li .f-row-sm-7-sm, .table-list li .f-row-7-5, .table-list li .f-row-2-4, .table-list li .f-row-2-4-2-4, .table-list li .f-row-2-5-5, .table-list li .f-row-2-10, .table-list li .f-row-6-6, .table-list li .f-row-2-1-2, .table-list li .f-row-3-3-3-3, .table-list li .f-row-4-4-4, .table-list li .f-row-4-3-5, .table-list li .f-row-free, .table-list li .f-row-auto, .table-list li .f-row-cols, .table-list li .f-row-cols1-6, .table-list li .f-row-cols1-5, .table-list li .f-row-cols1-4, .table-list li .f-row-cols1-3, .table-list li .f-row-cols1-2, .table-list li .f-row-cols1-1, .table-list li .top-bInfo-row, .table-list li .top-2btns, .table-list, .content > h3:before, .content > .h3:before, .important ul li a, .standard-btn, .top-unseen .card-body > a, .top-unseen .card, .f-container {
  width: 100% !important;
}

.w-auto, .exhiList-table .exhi-items-labels span[class*=l-], .search-result-num select, .exhi-items.PR:before, .arrow-category .label-mandatory {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100, .exhi-items-products .card, .dlList-txt-col .card, .dlList-icon-col .card, .fp-formInfo-status-col .card [class*=status-], .fp-header-card .card, .formList-grid .card, .semList-item .card [class*=status-], .semList-item .card [class*=btn-], .semList-item .card, .password-row .card, .card, body {
  height: 100% !important;
}

.h-auto, .chat-area ul li {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100, body.login, body.password {
  min-height: 100vh !important;
}

.flex-fill, .f-input-group-row2 .input-group > .form-control, .f-input-group-row2 .msgboxList-search > .form-control, .f-input-group-row2 .form-floating .input-group > input, .f-input-group-row2 .form-floating .msgboxList-search > input, .form-floating .f-input-group-row2 .input-group > input, .form-floating .f-input-group-row2 .msgboxList-search > input, .f-input-group-row2 .input-group > input[type=password], .f-input-group-row2 .msgboxList-search > input[type=password], .f-input-group-row2 .input-group > input[type=file], .f-input-group-row2 .msgboxList-search > input[type=file], .f-input-group-row2 .input-group > textarea, .f-input-group-row2 .msgboxList-search > textarea, .f-input-group-row2 .input-group > input[type=datetime-local], .f-input-group-row2 .msgboxList-search > input[type=datetime-local], .f-input-group-row2 .input-group > input[type=date], .f-input-group-row2 .msgboxList-search > input[type=date], .f-input-group-row2 .input-group > input[type=number], .f-input-group-row2 .msgboxList-search > input[type=number], .f-input-group-row2 .input-group > input[type=url], .f-input-group-row2 .msgboxList-search > input[type=url], .f-input-group-row2 .input-group > input[type=text], .f-input-group-row2 .msgboxList-search > input[type=text], .f-input-group-row .input-group > .form-control, .f-input-group-row .msgboxList-search > .form-control, .f-input-group-row .form-floating .input-group > input, .f-input-group-row .form-floating .msgboxList-search > input, .form-floating .f-input-group-row .input-group > input, .form-floating .f-input-group-row .msgboxList-search > input, .f-input-group-row .input-group > input[type=password], .f-input-group-row .msgboxList-search > input[type=password], .f-input-group-row .input-group > input[type=file], .f-input-group-row .msgboxList-search > input[type=file], .f-input-group-row .input-group > textarea, .f-input-group-row .msgboxList-search > textarea, .f-input-group-row .input-group > input[type=datetime-local], .f-input-group-row .msgboxList-search > input[type=datetime-local], .f-input-group-row .input-group > input[type=date], .f-input-group-row .msgboxList-search > input[type=date], .f-input-group-row .input-group > input[type=number], .f-input-group-row .msgboxList-search > input[type=number], .f-input-group-row .input-group > input[type=url], .f-input-group-row .msgboxList-search > input[type=url], .f-input-group-row .input-group > input[type=text], .f-input-group-row .msgboxList-search > input[type=text] {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column, .d-flex-center, .fp-formInfo-status-col .card [class*=status-], .semList-item .card [class*=status-], .semList-item .card [class*=btn-], body.login, body.password, body {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1, .category_con_other input, .password-area, .login-area {
  flex-grow: 1 !important;
}

.flex-shrink-0, .offcanvas-msgbox .exhi-items-zone span {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap, .d-flexAndwrap, .lower-nav ul {
  flex-wrap: wrap !important;
}

.flex-nowrap, .fp-station-row .input-group, .fp-station-row .msgboxList-search {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end, .msgboxList-readCol, .exhi-items-fav-row {
  justify-content: flex-end !important;
}

.justify-content-center, .offcanvas_sideTab, .pagination-area, .exhi-details-accordion .accordion-button, .exhi-items-products .card-body, .dlList-icon-col .card, .fp-formInfo-status-col .card [class*=status-], .semList-item .card [class*=status-], .semList-item .card [class*=btn-], .top-content section.top-buttons .msgbox-entry .msgbox-nums {
  justify-content: center !important;
}

.justify-content-between, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .search-sem-result-datevenue, .btn-pdf-dl, .d-flex-center, .fp-col-01, .fp-d-flex-required, .fp-label-col-style, .fp-label-col, .fp-label-col-3, .formList-grid .card-header, .exhi-items-fav-row, .important ul li a, .top-unseen .d-flexAndwrap {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start, .msgboxList-readCol, .d-flex-center, .fp-col-01, .fp-d-flex-required, .fp-label-col-style, .fp-label-col, .fp-label-col-3, .formList-comment p, .formList-grid .card-footer {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .timetable-applied-notice span, .timetable-applied-notice, .tag-spec, .exhi-search-ttlArea, .search-sem-result-info, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .search-sem-result-datevenue, .offcanvas-footer-msgarea .row, .offcanvas-footer-msgarea .exhi-search-ttlArea, .offcanvas-footer-msgarea .search-sem-result-info, .offcanvas-footer-msgarea .search-sem-result-datevenue, .offcanvas-footer-msgarea .f-row-12, .offcanvas-footer-msgarea .f-row-3-9, .offcanvas-footer-msgarea .f-row-4-8, .offcanvas-footer-msgarea .f-row-sm-7-sm, .offcanvas-footer-msgarea .f-row-7-5, .offcanvas-footer-msgarea .f-row-2-4, .offcanvas-footer-msgarea .f-row-2-4-2-4, .offcanvas-footer-msgarea .f-row-2-5-5, .offcanvas-footer-msgarea .f-row-2-10, .offcanvas-footer-msgarea .f-row-6-6, .offcanvas-footer-msgarea .f-row-2-1-2, .offcanvas-footer-msgarea .f-row-3-3-3-3, .offcanvas-footer-msgarea .f-row-4-4-4, .offcanvas-footer-msgarea .f-row-4-3-5, .offcanvas-footer-msgarea .f-row-free, .offcanvas-footer-msgarea .f-row-auto, .offcanvas-footer-msgarea .f-row-cols, .offcanvas-footer-msgarea .f-row-cols1-6, .offcanvas-footer-msgarea .f-row-cols1-5, .offcanvas-footer-msgarea .f-row-cols1-4, .offcanvas-footer-msgarea .f-row-cols1-3, .offcanvas-footer-msgarea .f-row-cols1-2, .offcanvas-footer-msgarea .f-row-cols1-1, .offcanvas-footer-msgarea .top-bInfo-row, .offcanvas-footer-msgarea .top-2btns, .offcanvas-footer-msgarea .password-row, .offcanvas-footer-msgarea .semList-item, .offcanvas-footer-msgarea .fp-row, .offcanvas-footer-msgarea .fp-station-row, .offcanvas-footer-msgarea .fp-bank-row, .offcanvas-footer-msgarea .row-sm-7-sm, .offcanvas-footer-msgarea .row-9-sm, .offcanvas-footer-msgarea .row-2-6-4, .offcanvas-footer-msgarea .row-2-5-5, .offcanvas-footer-msgarea .row-7-2-1-2, .offcanvas-footer-msgarea .row-1-1-1-1-1-1-1-1-1-1-1-1, .offcanvas-footer-msgarea .fp-input-row, .offcanvas-footer-msgarea .c-row-12, .offcanvas-footer-msgarea .c-row-6-6, .offcanvas-footer-msgarea .c-row-4-4-4, .offcanvas-footer-msgarea .c-row-3-3-3-3, .offcanvas-footer-msgarea .dlList-item, .offcanvas-footer-msgarea .exhi-items, .offcanvas-footer-msgarea .exhi-items-products, .offcanvas-footer-msgarea .label-remarks, .offcanvas-footer-msgarea .exhi-items-labels, .offcanvas-footer-msgarea .exhi-details-data, .offcanvas-footer-msgarea .exhi-details-contact, .offcanvas-footer-msgarea .msgboxList-row, .offcanvas_sideTab, .btn-pdf-dl, .exhi-details-accordion .accordion-button, .label-remarks, .exhi-items-products .card-body, .dlList-txt-col, .dlList-icon-col .card, .category_con_other, .d-flex-acenter, .publishForm-accordion .accordion-header, .fp-input-row, .row-sm-7-sm, .row-9-sm, .row-2-6-4, .row-2-5-5, .row-7-2-1-2, .row-1-1-1-1-1-1-1-1-1-1-1-1, .fp-formInfo-status-col .card [class*=status-], .fp-info-value, .fp-bank-row, .fp-station-row, .formList-grid .card-header, .tag-exhibitor, .tag-visitor, .semList-item .card [class*=status-], .semList-item .card [class*=btn-], .table-list li .row, .table-list li .exhi-search-ttlArea, .table-list li .search-sem-result-info, .table-list li .search-sem-result-datevenue, .table-list li .msgboxList-row, .table-list li .exhi-details-contact, .table-list li .exhi-details-data, .table-list li .exhi-items-labels, .table-list li .label-remarks, .table-list li .exhi-items-products, .table-list li .exhi-items, .table-list li .dlList-item, .table-list li .c-row-3-3-3-3, .table-list li .c-row-4-4-4, .table-list li .c-row-6-6, .table-list li .c-row-12, .table-list li .fp-input-row, .table-list li .row-sm-7-sm, .table-list li .row-9-sm, .table-list li .row-2-6-4, .table-list li .row-2-5-5, .table-list li .row-7-2-1-2, .table-list li .row-1-1-1-1-1-1-1-1-1-1-1-1, .table-list li .fp-bank-row, .table-list li .fp-station-row, .table-list li .fp-row, .table-list li .semList-item, .table-list li .password-row, .table-list li .f-row-12, .table-list li .f-row-3-9, .table-list li .f-row-4-8, .table-list li .f-row-sm-7-sm, .table-list li .f-row-7-5, .table-list li .f-row-2-4, .table-list li .f-row-2-4-2-4, .table-list li .f-row-2-5-5, .table-list li .f-row-2-10, .table-list li .f-row-6-6, .table-list li .f-row-2-1-2, .table-list li .f-row-3-3-3-3, .table-list li .f-row-4-4-4, .table-list li .f-row-4-3-5, .table-list li .f-row-free, .table-list li .f-row-auto, .table-list li .f-row-cols, .table-list li .f-row-cols1-6, .table-list li .f-row-cols1-5, .table-list li .f-row-cols1-4, .table-list li .f-row-cols1-3, .table-list li .f-row-cols1-2, .table-list li .f-row-cols1-1, .table-list li .top-bInfo-row, .table-list li .top-2btns, .top-content section.top-buttons .msgbox-entry .msgbox-nums, .top-unseen .d-flexAndwrap, .top-unseen .card-body, footer .row, footer .exhi-search-ttlArea, footer .search-sem-result-info, footer .search-sem-result-datevenue, footer .msgboxList-row, footer .exhi-details-contact, footer .exhi-details-data, footer .exhi-items-labels, footer .label-remarks, footer .exhi-items-products, footer .exhi-items, footer .dlList-item, footer .c-row-3-3-3-3, footer .c-row-4-4-4, footer .c-row-6-6, footer .c-row-12, footer .fp-input-row, footer .row-sm-7-sm, footer .row-9-sm, footer .row-2-6-4, footer .row-2-5-5, footer .row-7-2-1-2, footer .row-1-1-1-1-1-1-1-1-1-1-1-1, footer .fp-bank-row, footer .fp-station-row, footer .fp-row, footer .semList-item, footer .password-row, footer .top-2btns, footer .top-bInfo-row, footer .f-row-12, footer .f-row-3-9, footer .f-row-4-8, footer .f-row-sm-7-sm, footer .f-row-7-5, footer .f-row-2-4, footer .f-row-2-4-2-4, footer .f-row-2-5-5, footer .f-row-2-10, footer .f-row-6-6, footer .f-row-2-1-2, footer .f-row-3-3-3-3, footer .f-row-4-4-4, footer .f-row-4-3-5, footer .f-row-free, footer .f-row-auto, footer .f-row-cols, footer .f-row-cols1-6, footer .f-row-cols1-5, footer .f-row-cols1-4, footer .f-row-cols1-3, footer .f-row-cols1-2, footer .f-row-cols1-1, .f-input-group-row2 .input-group, .f-input-group-row2 .msgboxList-search, .f-input-group-row .input-group, .f-input-group-row .msgboxList-search, .f-col [class*=f-row-] {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch, .dlList-item, .semList-item {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1, .msgboxList-dateCol, .exhi-items-icons-col {
  order: 1 !important;
}

.order-2, .msgboxList-readCol, .exhi-items-info-col {
  order: 2 !important;
}

.order-3, .msgboxList-txtCol {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0, .search-sem-result, .msgboxList2, .search-exhi-result, .search-result-num ul, .semList, .attachment ul, .table-list, .upper-nav ul, ul {
  margin: 0 !important;
}

.m-1, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release, .cate-label-list span, .bookmark-label a {
  margin: 0.25rem !important;
}

.m-2, .btn-search-reset, .btn-search-lg, .btn-search-lg:hover {
  margin: 0.5rem !important;
}

.m-3, .timetable-applied-notice {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto, .search-sem-result-btn-apply-checkbox .sign {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1, .input-group input, .msgboxList-search input {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3, .timetable-applied-notice b {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto, .login-plain, .f-form-ttl, .f-container {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0, .password-area, .login-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1, .formList-grid .card-header [class*=fp-label-] {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2, .exhi-details-sep, .arrow-category, .password-area h2, .password-area .h2, .login-area h2, .login-area .h2, .attachment ul li, .top-content section, .content section, .top-unseen .card-body {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3, .grey-ttl, .exhi-items-name, .exhi-logo-img, .formList-grid, .form-area p {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4, .search-sem-info-describe, .pw-agreement, .login-plain, .f-btns-row {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5, .pagination-area, .line-ttl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0, .sem-details-page .search-sem-result, .exhi-details-accordion .accordion-item .search-sem-result, .arrow-category .label-mandatory, .form-check-input[type=checkbox], input[type=checkbox], .form-check-input[type=radio], input[type=radio], .top-unseen-num b, .top-unseen-num {
  margin-top: 0 !important;
}

.mt-1, .chat-area .msgbox-time, .fp-char-count, .news-list ul li a, .upper-nav li:not(:nth-last-child(1)) {
  margin-top: 0.25rem !important;
}

.mt-2, .search-sem-info .tag-spec, .product-category-txt, .login-remarks, .pw-agreement > h5, .pw-agreement > .h5, .pw-agreement > .f-ttl, .content > h3, .content > .h3, .remarks-txt {
  margin-top: 0.5rem !important;
}

.mt-3, .exhi-items-labels, .search-exhi-result, .level-1, .formList-comment, .attachment, .standard-btn, main {
  margin-top: 1rem !important;
}

.mt-4, .search-sem-result, .fp-bottom-btns, .semList {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto, footer {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1, .tag-spec div span, .chat-area .msgbox-content .name:before, .exhiName:before, .exhiName-01:before, .exhiName-02:before, .exhiName-03:before, .exhiName-04:before, .exhiName-05:before, .exhiName-06:before, .exhiName-07:before, .exhiName-08:before, .exhiName-09:before, .exhiName-10:before, .exhiName-11:before, .exhiName-12:before, .exhiName-13:before, .l-tag:before, .l-new:before, .l-demo:before, .l-sample:before, .l-present:before, .l-pdf:before, .l-video:before, .l-stage:before, .l-release:before, .exhi-items-booth b:before, .cate-content label input, .arrow-category:before, .fp-info-icon, .semList-date:before, .semList-venue:before, .semList-item .card [class*=btn-]:before {
  margin-right: 0.25rem !important;
}

.me-2, .search-sem-result-mid-ttl .mid-ttl-date b, .search-sem-result-date b, .offcanvas-msgbox .exhi-items-booth span, .offcanvas-msgbox .exhi-items-zone span, .msgboxList2 li [class*=exhiName-], .search-noResult ul li:before, .input-group-text .form-check-input[type=checkbox], .input-group-text input[type=checkbox], .tag-exhibitor, .tag-visitor, .top-bInfo-cttl span {
  margin-right: 0.5rem !important;
}

.me-3, .exhi-details-accordion .accordion-button > div, .formList-grid .card-header [class*=fp-label-]:not(:nth-last-child(1)), .upper-nav li:not(:nth-last-child(1)), .f-col label {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto, .lower-nav ul {
  margin-right: auto !important;
}

.mb-0, .tag-spec [class*=remarks-], .exhi-search-ttlArea .title, .chat-area p, .chat-area ul li:nth-last-child(1), .exhi-details-accordion .accordion-button h5, .exhi-details-accordion .accordion-button .h5, .exhi-details-accordion .accordion-button .f-ttl, .fp-input-sep-hr, .formList-title {
  margin-bottom: 0 !important;
}

.mb-1, .search-sem-result-time, .search-sem-result-btn-apply-txt, .search-sem-result-btn-apply, .chat-area .msgbox-content .name, .search-area label, .publishForm-accordion .cate-label-list:not(:nth-last-child(1)), .fp-info-label, .fp-station-row, .formList-comment p, .semList-date, .top-bInfo-row .name, .f-input-group-row2 .input-group input, .f-input-group-row2 .msgboxList-search input, .f-input-group-row .input-group input, .f-input-group-row .msgboxList-search input, .f-col label {
  margin-bottom: 0.25rem !important;
}

.mb-2, .chat-area ul li, .c-row-3-3-3-3, .c-row-4-4-4, .c-row-6-6, .c-row-12, .eName, .semList-ttl, .semList-item .card [class*=btn-] svg, .login-plain label, .lower-nav ul {
  margin-bottom: 0.5rem !important;
}

.mb-3, .search-sem-result-mid-ttl .mid-ttl-txt, .search-sem-result-mid-ttl, .msgboxList-search, .bookmark-label, .footer-contact, .top-content section.top-buttons, .top-bInfo-row {
  margin-bottom: 1rem !important;
}

.mb-4, .exhi-search-ttlArea, .search-sem-info, .search-sem-result li, .cate-label-list:not(:nth-last-child(1)), .exhi-details-btnDL, .exhi-details-img, .shadow-ttl, .exhi-details-accordion .accordion-button, .semList li, .pw-name, .pw-agreement > h5, .pw-agreement > .h5, .pw-agreement > .f-ttl, .content > h3, .content > .h3 {
  margin-bottom: 1.5rem !important;
}

.mb-5, .search-area, main, .f-form-ttl {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0, .offcanvas-msgbox .exhi-items-booth span {
  margin-left: 0 !important;
}

.ms-1, .level-1 {
  margin-left: 0.25rem !important;
}

.ms-2, .exhi-enquiry:after, .search-result-num li:nth-child(2), .category_con_other, .arrow-category .label-mandatory, .publishForm-accordion .drag-handle, .fp-info-time:before, .top-unseen-cate:after {
  margin-left: 0.5rem !important;
}

.ms-3, .timetable-applied-notice:after, .exhi-sem-category span, .exhi-items-booth span, .exhi-items-booth:after, .exhi-items-zone:after, .level-2, .modal ul {
  margin-left: 1rem !important;
}

.ms-4, .cate-label-list, .btn-pdf-dl:after {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0, .search-sem-result, .msgboxList2, .search-exhi-result, .search-result-num ul, .fp-bank-row .input-group-text, .fp-station-row .input-group-text, .semList, .attachment ul, .table-list, .upper-nav ul, ul {
  padding: 0 !important;
}

.p-1, .exhibition-logo img, .btn-clear, .btn-clear-row a {
  padding: 0.25rem !important;
}

.p-2, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .offcanvas-footer-msgarea, .exhi-details-contact-data-col, .exhi-details-contact-ttl-col, .exhi-details-accordion .accordion-button h5 span, .exhi-details-accordion .accordion-button .h5 span, .exhi-details-accordion .accordion-button .f-ttl span, .exhi-items-products .card-footer, .exhi-items-products .card-body, h6.bg-grey, .bg-grey.h6, .publishForm-accordion .drag-handle, .publishForm-accordion .accordion-body, .fp-tab-content, .fp-form-section-subheader, .fp-form-section-header, .form-check-input[type=checkbox], input[type=checkbox], .form-check-input[type=radio], input[type=radio], .pw-name, .pw-agreement h6, .pw-agreement .h6, .mail-con, .f-ttl, .f-col {
  padding: 0.5rem !important;
}

.p-3, .search-sem-result-venue, .search-sem-result-date, .exhi-sem-category span, .search-sem-result-data, .search-sem-result li, .chat-area .msgbox-content, .msgboxList2 a, .shadow-ttl, .exhi-items, .search-area, .pw-agreement, .top-content section.top-buttons svg, .top-content section.data-nums .card, .top-content section, .content section, .f-head-logo {
  padding: 1rem !important;
}

.p-4, .timetable-applied-notice, .login-plain {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0, .exhi-details-accordion .accordion-body, .semList-item .card-body, .f-input-group-row2 span, .f-input-group-row span, .f-col .f-col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1, .exhiName-01, .exhiName-02, .exhiName-03, .exhiName-04, .exhiName-05, .exhiName-06, .exhiName-07, .exhiName-08, .exhiName-09, .exhiName-10, .exhiName-11, .exhiName-12, .exhiName-13, .label-unseen, .l-new:before, .publishForm-accordion .cate-label-list span, .news-cate, .top-unseen-num b, .top-bInfo-cttl span {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2, .search-sem-result-mid-ttl .mid-ttl-txt, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release, .icon-fav-txt, .icon-star, .cate-label-list span, .fp-label-col, .fp-input-col, .fp-label-col-3, .fp-input-col-3, .tag-exhibitor, .tag-visitor, .bookmark-label a, .attachment ul li span, .lower-nav ul li a.active {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3, .search-sem-info-describe, .fp-form-badge, .fp-header-card, .formList-grid .card-header [class*=fp-status-], .exhi-details-accordion .accordion-collapse, .pw-agreement > h5 span, .pw-agreement > .h5 span, .pw-agreement > .f-ttl span, .pw-agreement > h5, .pw-agreement > .h5, .pw-agreement > .f-ttl, .table-list li, .content > h3 span, .content > .h3 span, .content > h3, .content > .h3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4, .exhi-details-accordion .accordion-button > div {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5, .btn-pdf-dl, .exhi-items.PR:before, .f-form-ttl {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0, .exhi-details-accordion .accordion-button, .publishForm-accordion .cate-label-list span, .fp-input-sep-hr, .formList-grid .card-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release, .icon-fav-txt, .icon-star, .exhi-items.PR:before, .cate-label-list span, .fp-semList-status, .fp-status-complete, .fp-status-pend, .fp-status-nor, .fp-label-col, .fp-input-col, .fp-label-col-3, .fp-input-col-3, .bookmark-label a, .semList-status, .status-complete, .status-pend, .status-nor, .attachment ul li span {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2, .search-sem-info-describe, .fp-header-card, .formList-grid .card-header [class*=fp-status-], .footer-contact-table td, .mail-head .row, .mail-head .exhi-search-ttlArea, .mail-head .search-sem-result-info, .mail-head .search-sem-result-datevenue, .mail-head .msgboxList-row, .mail-head .exhi-details-contact, .mail-head .exhi-details-data, .mail-head .exhi-items-labels, .mail-head .label-remarks, .mail-head .exhi-items-products, .mail-head .exhi-items, .mail-head .dlList-item, .mail-head .c-row-3-3-3-3, .mail-head .c-row-4-4-4, .mail-head .c-row-6-6, .mail-head .c-row-12, .mail-head .fp-input-row, .mail-head .row-sm-7-sm, .mail-head .row-9-sm, .mail-head .row-2-6-4, .mail-head .row-2-5-5, .mail-head .row-7-2-1-2, .mail-head .row-1-1-1-1-1-1-1-1-1-1-1-1, .mail-head .fp-bank-row, .mail-head .fp-station-row, .mail-head .fp-row, .mail-head .semList-item, .mail-head .password-row, .mail-head .f-row-12, .mail-head .f-row-3-9, .mail-head .f-row-4-8, .mail-head .f-row-sm-7-sm, .mail-head .f-row-7-5, .mail-head .f-row-2-4, .mail-head .f-row-2-4-2-4, .mail-head .f-row-2-5-5, .mail-head .f-row-2-10, .mail-head .f-row-6-6, .mail-head .f-row-2-1-2, .mail-head .f-row-3-3-3-3, .mail-head .f-row-4-4-4, .mail-head .f-row-4-3-5, .mail-head .f-row-free, .mail-head .f-row-auto, .mail-head .f-row-cols, .mail-head .f-row-cols1-6, .mail-head .f-row-cols1-5, .mail-head .f-row-cols1-4, .mail-head .f-row-cols1-3, .mail-head .f-row-cols1-2, .mail-head .f-row-cols1-1, .mail-head .top-bInfo-row, .mail-head .top-2btns, .table-list li, .news-list ul li, .important ul li, .upper-nav {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3, .search-sem-result-mid-ttl .mid-ttl-txt, .offcanvas_sideTab, .btn-pdf-dl, .exhi-details-accordion .accordion-button > div, footer, .password-area, .login-area {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4, .footer-contact {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5, .search-exhi-result > li:nth-child(1) {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0, .search-sem-result-info .card-body, .login footer, .password footer, .mail-modal.modal-body {
  padding-top: 0 !important;
}

.pt-1, .fp-label-mandatory, .label-mandatory, .fp-label-PIC, .fp-label-publicInfo {
  padding-top: 0.25rem !important;
}

.pt-2, em {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4, .msgboxList-frame, .line-ttl, .search-exhi-result > li:not(:nth-child(1)), body {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1, .fp-subtitle:before {
  padding-right: 0.25rem !important;
}

.pe-2, .upper-nav li a:before, .fontawesome, .formList-grid .card-footer:before, .tag-exhibitor:before, .tag-visitor:before, .btn-download:before, .btn-details:before, .arrow, .news-list ul li:before, .cir-arrow, .important ul li:before, .top-unseen-cate:after {
  padding-right: 0.5rem !important;
}

.pe-3, .search-sem-result-date b {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0, .top-content section.data-nums .card-footer {
  padding-bottom: 0 !important;
}

.pb-1, .border-danger.sign i, .border-danger.sign svg {
  padding-bottom: 0.25rem !important;
}

.pb-2, .top-bInfo-row .name, .f-form-ttl {
  padding-bottom: 0.5rem !important;
}

.pb-3, .msgboxList-frame {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5, .exhi-details-accordion .accordion-body, .search-exhi-result > li:not(:nth-child(1)) {
  padding-bottom: 3rem !important;
}

.ps-0, .exhi-details-accordion .accordion-button {
  padding-left: 0 !important;
}

.ps-1, .msgboxList-company, .l-pdf:before {
  padding-left: 0.25rem !important;
}

.ps-2, .attachment, .lower-nav .navbar-toggler {
  padding-left: 0.5rem !important;
}

.ps-3, .search-sem-info, .shadow-ttl span {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2, .category_con_other, .f-btns-row, .f-input-group-row2, .f-input-group-row {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1, .timetable-applied-notice b, .top-content section.top-buttons svg, .top-content section.data-nums .card-footer, .top-unseen-num b {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4, .exhi-details-accordion .accordion-button > div, .line-ttl, .exhi-items-name, .dlList-icon-col .card, footer .row .col:nth-child(1), footer .exhi-search-ttlArea .col:nth-child(1), footer .search-sem-result-info .col:nth-child(1), footer .search-sem-result-datevenue .col:nth-child(1), footer .msgboxList-row .col:nth-child(1), footer .exhi-details-contact .col:nth-child(1), footer .exhi-details-data .col:nth-child(1), footer .exhi-items-labels .col:nth-child(1), footer .label-remarks .col:nth-child(1), footer .exhi-items-products .col:nth-child(1), footer .exhi-items .col:nth-child(1), footer .dlList-item .col:nth-child(1), footer .c-row-3-3-3-3 .col:nth-child(1), footer .c-row-4-4-4 .col:nth-child(1), footer .c-row-6-6 .col:nth-child(1), footer .c-row-12 .col:nth-child(1), footer .fp-input-row .col:nth-child(1), footer .row-sm-7-sm .col:nth-child(1), footer .row-9-sm .col:nth-child(1), footer .row-2-6-4 .col:nth-child(1), footer .row-2-5-5 .col:nth-child(1), footer .row-7-2-1-2 .col:nth-child(1), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(1), footer .fp-bank-row .col:nth-child(1), footer .fp-station-row .col:nth-child(1), footer .fp-row .col:nth-child(1), footer .semList-item .col:nth-child(1), footer .password-row .col:nth-child(1), footer .top-2btns .col:nth-child(1), footer .top-bInfo-row .col:nth-child(1), footer .f-row-12 .col:nth-child(1), footer .f-row-3-9 .col:nth-child(1), footer .f-row-4-8 .col:nth-child(1), footer .f-row-sm-7-sm .col:nth-child(1), footer .f-row-7-5 .col:nth-child(1), footer .f-row-2-4 .col:nth-child(1), footer .f-row-2-4-2-4 .col:nth-child(1), footer .f-row-2-5-5 .col:nth-child(1), footer .f-row-2-10 .col:nth-child(1), footer .f-row-6-6 .col:nth-child(1), footer .f-row-2-1-2 .col:nth-child(1), footer .f-row-3-3-3-3 .col:nth-child(1), footer .f-row-4-4-4 .col:nth-child(1), footer .f-row-4-3-5 .col:nth-child(1), footer .f-row-free .col:nth-child(1), footer .f-row-auto .col:nth-child(1), footer .f-row-cols .col:nth-child(1), footer .f-row-cols1-6 .col:nth-child(1), footer .f-row-cols1-5 .col:nth-child(1), footer .f-row-cols1-4 .col:nth-child(1), footer .f-row-cols1-3 .col:nth-child(1), footer .f-row-cols1-2 .col:nth-child(1), footer .f-row-cols1-1 .col:nth-child(1), .f-form-ttl {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5, .grey-ttl, .search-result-ttl, .search-sem-result-mid-ttl .mid-ttl-txt, .search-sem-result-mid-ttl .mid-ttl-date b, .search-sem-result-date b, .exhi-sem-category span, .shadow-ttl span, .dlList-txt-col, .eName, .alert-private, .alert-public, .semList-ttl, .login-id svg, .login-pw svg, .login-email svg, .top-content section.top-buttons .card-footer, .standard-btn, .top-bInfo-row .name {
  font-size: 1.25rem !important;
}

.fs-6, .search-sem-result-datevenue, .formList-grid .card-footer .deadline-date, .top-unseen .card-body, .fontawesome, .formList-grid .card-footer:before, .tag-exhibitor:before, .tag-visitor:before, .btn-download:before, .btn-details:before, .arrow, .news-list ul li:before, .cir-arrow, .important ul li:before, .top-unseen-cate:after {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light, .btn-download:before {
  font-weight: 300 !important;
}

.fw-normal, .tag-spec div span, .chat-area .msgbox-content .name:before, .msgboxList2 .msgboxList-msgtxt, .msgboxList2 li.unseen [class*=exhiName-], .msgboxList-company .msgboxList-msgtxt, .subttl, .arrow-category span, .fp-info-time:before, .fp-row .col-md-3 small, .fp-row .col-md-3 .chat-area .msgbox-time, .chat-area .fp-row .col-md-3 .msgbox-time, .fp-row .col-md-3 .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .col-md-3 .msgboxList-msgtxt, .fp-row .col-md-3 .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .col-md-3 .msgboxList-msgtxt, .fp-row .msgboxList-exhiName small, .fp-row .msgboxList-exhiName .chat-area .msgbox-time, .chat-area .fp-row .msgboxList-exhiName .msgbox-time, .fp-row .msgboxList-exhiName .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .msgboxList-exhiName .msgboxList-msgtxt, .fp-row .msgboxList-exhiName .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .msgboxList-exhiName .msgboxList-msgtxt, .fp-row .col-md-3 .exhi-items-products .card-footer, .fp-row .msgboxList-exhiName .exhi-items-products .card-footer, .exhi-items-products .fp-row .col-md-3 .card-footer, .exhi-items-products .fp-row .msgboxList-exhiName .card-footer, .fp-row .col-md-3 .exhi-items-label, .fp-row .msgboxList-exhiName .exhi-items-label, .fp-row .col-md-3 .exhi-items-zone span, .fp-row .msgboxList-exhiName .exhi-items-zone span, .exhi-items-zone .fp-row .col-md-3 span, .exhi-items-zone .fp-row .msgboxList-exhiName span, .fp-row .col-md-3 .exhi-items-booth span, .fp-row .msgboxList-exhiName .exhi-items-booth span, .exhi-items-booth .fp-row .col-md-3 span, .exhi-items-booth .fp-row .msgboxList-exhiName span, .fp-row .col-md-3 .arrow-category:before, .fp-row .msgboxList-exhiName .arrow-category:before, .fp-row .fp-input-row-3-9 > .fp-col-01 small, .fp-row .fp-input-row-3-9 > .fp-col-01 .chat-area .msgbox-time, .chat-area .fp-row .fp-input-row-3-9 > .fp-col-01 .msgbox-time, .fp-row .fp-input-row-3-9 > .fp-col-01 .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .fp-input-row-3-9 > .fp-col-01 .msgboxList-msgtxt, .fp-row .fp-input-row-3-9 > .fp-col-01 .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .fp-input-row-3-9 > .fp-col-01 .msgboxList-msgtxt, .fp-row .fp-input-row-3-9 > .fp-col-01 .exhi-items-products .card-footer, .exhi-items-products .fp-row .fp-input-row-3-9 > .fp-col-01 .card-footer, .fp-row .fp-input-row-3-9 > .fp-col-01 .exhi-items-label, .fp-row .fp-input-row-3-9 > .fp-col-01 .exhi-items-zone span, .exhi-items-zone .fp-row .fp-input-row-3-9 > .fp-col-01 span, .fp-row .fp-input-row-3-9 > .fp-col-01 .exhi-items-booth span, .exhi-items-booth .fp-row .fp-input-row-3-9 > .fp-col-01 span, .fp-row .fp-input-row-3-9 > .fp-col-01 .arrow-category:before, .fp-row .col-md-3 .fp-info-label, .fp-row .msgboxList-exhiName .fp-info-label, .fp-row .fp-input-row-3-9 > .fp-col-01 .fp-info-label, .fp-row .f-row-3-9 > .f-col:nth-child(1) small, .fp-row .f-row-3-9 > .f-col:nth-child(1) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgbox-time, .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgboxList-msgtxt, .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgboxList-msgtxt, .fp-row .f-row-3-9 > .f-col:nth-child(1) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-9 > .f-col:nth-child(1) .card-footer, .fp-row .f-row-3-9 > .f-col:nth-child(1) .exhi-items-label, .fp-row .f-row-3-9 > .f-col:nth-child(1) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-9 > .f-col:nth-child(1) span, .fp-row .f-row-3-9 > .f-col:nth-child(1) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-9 > .f-col:nth-child(1) span, .fp-row .f-row-3-9 > .f-col:nth-child(1) .arrow-category:before, .fp-row .f-row-3-9 > .f-col:nth-child(1) .fp-info-label, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) small, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .chat-area .msgbox-time, .chat-area .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgbox-time, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgboxList-msgtxt, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgboxList-msgtxt, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .card-footer, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .exhi-items-label, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-4-3-5 > .f-col:nth-child(2) span, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-4-3-5 > .f-col:nth-child(2) span, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .arrow-category:before, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .fp-info-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgbox-time, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .card-footer, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .exhi-items-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .arrow-category:before, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .fp-info-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgbox-time, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .card-footer, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .exhi-items-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .arrow-category:before, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .fp-info-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgbox-time, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .card-footer, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .exhi-items-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .arrow-category:before, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .fp-info-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgbox-time, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .card-footer, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .exhi-items-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .arrow-category:before, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .fp-info-label, .fp-row .fp-label-col small, .fp-row .fp-label-col .chat-area .msgbox-time, .chat-area .fp-row .fp-label-col .msgbox-time, .fp-row .fp-label-col .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .fp-label-col .msgboxList-msgtxt, .fp-row .fp-label-col .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .fp-label-col .msgboxList-msgtxt, .fp-row .fp-label-col .exhi-items-products .card-footer, .exhi-items-products .fp-row .fp-label-col .card-footer, .fp-row .fp-label-col .exhi-items-label, .fp-row .fp-label-col .exhi-items-zone span, .exhi-items-zone .fp-row .fp-label-col span, .fp-row .fp-label-col .exhi-items-booth span, .exhi-items-booth .fp-row .fp-label-col span, .fp-row .fp-label-col .arrow-category:before, .fp-row .fp-label-col .fp-info-label, .fp-row .fp-label-col-3 small, .fp-row .fp-label-col-3 .chat-area .msgbox-time, .chat-area .fp-row .fp-label-col-3 .msgbox-time, .fp-row .fp-label-col-3 .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .fp-label-col-3 .msgboxList-msgtxt, .fp-row .fp-label-col-3 .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .fp-label-col-3 .msgboxList-msgtxt, .fp-row .fp-label-col-3 .exhi-items-products .card-footer, .exhi-items-products .fp-row .fp-label-col-3 .card-footer, .fp-row .fp-label-col-3 .exhi-items-label, .fp-row .fp-label-col-3 .exhi-items-zone span, .exhi-items-zone .fp-row .fp-label-col-3 span, .fp-row .fp-label-col-3 .exhi-items-booth span, .exhi-items-booth .fp-row .fp-label-col-3 span, .fp-row .fp-label-col-3 .arrow-category:before, .fp-row .fp-label-col-3 .fp-info-label, .fp-row .fp-input-col-3 small, .fp-row .fp-input-col-3 .chat-area .msgbox-time, .chat-area .fp-row .fp-input-col-3 .msgbox-time, .fp-row .fp-input-col-3 .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .fp-input-col-3 .msgboxList-msgtxt, .fp-row .fp-input-col-3 .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .fp-input-col-3 .msgboxList-msgtxt, .fp-row .fp-input-col-3 .exhi-items-products .card-footer, .exhi-items-products .fp-row .fp-input-col-3 .card-footer, .fp-row .fp-input-col-3 .exhi-items-label, .fp-row .fp-input-col-3 .exhi-items-zone span, .exhi-items-zone .fp-row .fp-input-col-3 span, .fp-row .fp-input-col-3 .exhi-items-booth span, .exhi-items-booth .fp-row .fp-input-col-3 span, .fp-row .fp-input-col-3 .arrow-category:before, .fp-row .fp-input-col-3 .fp-info-label, .fp-row .col-md-3 .small, .fp-row .msgboxList-exhiName .small, .fp-row .fp-input-row-3-9 > .fp-col-01 .small, .fp-row .f-row-3-9 > .f-col:nth-child(1) .small, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .small, .fp-row .fp-label-col .small, .fp-row .fp-label-col-3 .small, .fp-row .fp-input-col-3 .small, .fp-row .col-md-3 footer .row .col:nth-child(2), .fp-row .col-md-3 footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .col-md-3 footer .search-sem-result-info .col:nth-child(2), .fp-row .col-md-3 footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .msgboxList-exhiName footer .search-sem-result-info .col:nth-child(2), .fp-row .msgboxList-exhiName footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .col-md-3 footer .msgboxList-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .msgboxList-row .col:nth-child(2), .fp-row .col-md-3 footer .exhi-details-contact .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-details-contact .col:nth-child(2), .fp-row .col-md-3 footer .exhi-details-data .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-details-data .col:nth-child(2), .fp-row .col-md-3 footer .exhi-items-labels .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-items-labels .col:nth-child(2), .fp-row .col-md-3 footer .label-remarks .col:nth-child(2), .fp-row .msgboxList-exhiName footer .label-remarks .col:nth-child(2), .fp-row .col-md-3 footer .exhi-items-products .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-items-products .col:nth-child(2), .fp-row .col-md-3 footer .exhi-items .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-items .col:nth-child(2), .fp-row .col-md-3 footer .dlList-item .col:nth-child(2), .fp-row .msgboxList-exhiName footer .dlList-item .col:nth-child(2), .fp-row .col-md-3 footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .col-md-3 footer .c-row-4-4-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .c-row-4-4-4 .col:nth-child(2), .fp-row .col-md-3 footer .c-row-6-6 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .c-row-6-6 .col:nth-child(2), .fp-row .col-md-3 footer .c-row-12 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .c-row-12 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .search-sem-result-info .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .msgboxList-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-details-contact .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-details-data .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-items-labels .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .label-remarks .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-items-products .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-items .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .dlList-item .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .c-row-4-4-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .c-row-6-6 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .c-row-12 .col:nth-child(2), .fp-row .col-md-3 footer .fp-input-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .fp-input-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .fp-input-row .col:nth-child(2), .fp-row .col-md-3 footer .row-sm-7-sm .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-sm-7-sm .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-sm-7-sm .col:nth-child(2), .fp-row .col-md-3 footer .row-9-sm .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-9-sm .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-9-sm .col:nth-child(2), .fp-row .col-md-3 footer .row-2-6-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-2-6-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-2-6-4 .col:nth-child(2), .fp-row .col-md-3 footer .row-2-5-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-2-5-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-2-5-5 .col:nth-child(2), .fp-row .col-md-3 footer .row-7-2-1-2 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-7-2-1-2 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-7-2-1-2 .col:nth-child(2), .fp-row .col-md-3 footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .col-md-3 .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .col-md-3 .col:nth-child(2), footer .search-sem-result-info .fp-row .col-md-3 .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .col-md-3 .col:nth-child(2), footer .row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .msgboxList-exhiName .col:nth-child(2), footer .search-sem-result-info .fp-row .msgboxList-exhiName .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .msgboxList-exhiName .col:nth-child(2), footer .msgboxList-row .fp-row .col-md-3 .col:nth-child(2), footer .msgboxList-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-details-contact .fp-row .col-md-3 .col:nth-child(2), footer .exhi-details-contact .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-details-data .fp-row .col-md-3 .col:nth-child(2), footer .exhi-details-data .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-items-labels .fp-row .col-md-3 .col:nth-child(2), footer .exhi-items-labels .fp-row .msgboxList-exhiName .col:nth-child(2), footer .label-remarks .fp-row .col-md-3 .col:nth-child(2), footer .label-remarks .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-items-products .fp-row .col-md-3 .col:nth-child(2), footer .exhi-items-products .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-items .fp-row .col-md-3 .col:nth-child(2), footer .exhi-items .fp-row .msgboxList-exhiName .col:nth-child(2), footer .dlList-item .fp-row .col-md-3 .col:nth-child(2), footer .dlList-item .fp-row .msgboxList-exhiName .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .col-md-3 .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .c-row-4-4-4 .fp-row .col-md-3 .col:nth-child(2), footer .c-row-4-4-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .c-row-6-6 .fp-row .col-md-3 .col:nth-child(2), footer .c-row-6-6 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .c-row-12 .fp-row .col-md-3 .col:nth-child(2), footer .c-row-12 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .search-sem-result-info .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .msgboxList-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-details-contact .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-details-data .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-items-labels .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .label-remarks .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-items-products .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-items .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .dlList-item .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .c-row-4-4-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .c-row-6-6 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .c-row-12 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .fp-input-row .fp-row .col-md-3 .col:nth-child(2), footer .fp-input-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .fp-input-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-sm-7-sm .fp-row .col-md-3 .col:nth-child(2), footer .row-sm-7-sm .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-sm-7-sm .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-9-sm .fp-row .col-md-3 .col:nth-child(2), footer .row-9-sm .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-9-sm .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-2-6-4 .fp-row .col-md-3 .col:nth-child(2), footer .row-2-6-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-2-6-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-2-5-5 .fp-row .col-md-3 .col:nth-child(2), footer .row-2-5-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-2-5-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-7-2-1-2 .fp-row .col-md-3 .col:nth-child(2), footer .row-7-2-1-2 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-7-2-1-2 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .col-md-3 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .label-remarks .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-items .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .dlList-item .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .label-remarks .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .dlList-item .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .row .col:nth-child(2), .fp-row .fp-label-col footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .fp-label-col footer .search-sem-result-info .col:nth-child(2), .fp-row .fp-label-col footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .fp-label-col footer .msgboxList-row .col:nth-child(2), .fp-row .fp-label-col footer .exhi-details-contact .col:nth-child(2), .fp-row .fp-label-col footer .exhi-details-data .col:nth-child(2), .fp-row .fp-label-col footer .exhi-items-labels .col:nth-child(2), .fp-row .fp-label-col footer .label-remarks .col:nth-child(2), .fp-row .fp-label-col footer .exhi-items-products .col:nth-child(2), .fp-row .fp-label-col footer .exhi-items .col:nth-child(2), .fp-row .fp-label-col footer .dlList-item .col:nth-child(2), .fp-row .fp-label-col footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-label-col footer .c-row-4-4-4 .col:nth-child(2), .fp-row .fp-label-col footer .c-row-6-6 .col:nth-child(2), .fp-row .fp-label-col footer .c-row-12 .col:nth-child(2), .fp-row .fp-label-col footer .fp-input-row .col:nth-child(2), .fp-row .fp-label-col footer .row-sm-7-sm .col:nth-child(2), .fp-row .fp-label-col footer .row-9-sm .col:nth-child(2), .fp-row .fp-label-col footer .row-2-6-4 .col:nth-child(2), .fp-row .fp-label-col footer .row-2-5-5 .col:nth-child(2), .fp-row .fp-label-col footer .row-7-2-1-2 .col:nth-child(2), .fp-row .fp-label-col footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .fp-label-col .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .fp-label-col .col:nth-child(2), footer .search-sem-result-info .fp-row .fp-label-col .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .fp-label-col .col:nth-child(2), footer .msgboxList-row .fp-row .fp-label-col .col:nth-child(2), footer .exhi-details-contact .fp-row .fp-label-col .col:nth-child(2), footer .exhi-details-data .fp-row .fp-label-col .col:nth-child(2), footer .exhi-items-labels .fp-row .fp-label-col .col:nth-child(2), footer .label-remarks .fp-row .fp-label-col .col:nth-child(2), footer .exhi-items-products .fp-row .fp-label-col .col:nth-child(2), footer .exhi-items .fp-row .fp-label-col .col:nth-child(2), footer .dlList-item .fp-row .fp-label-col .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .fp-label-col .col:nth-child(2), footer .c-row-4-4-4 .fp-row .fp-label-col .col:nth-child(2), footer .c-row-6-6 .fp-row .fp-label-col .col:nth-child(2), footer .c-row-12 .fp-row .fp-label-col .col:nth-child(2), footer .fp-input-row .fp-row .fp-label-col .col:nth-child(2), footer .row-sm-7-sm .fp-row .fp-label-col .col:nth-child(2), footer .row-9-sm .fp-row .fp-label-col .col:nth-child(2), footer .row-2-6-4 .fp-row .fp-label-col .col:nth-child(2), footer .row-2-5-5 .fp-row .fp-label-col .col:nth-child(2), footer .row-7-2-1-2 .fp-row .fp-label-col .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .row .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .fp-label-col-3 footer .search-sem-result-info .col:nth-child(2), .fp-row .fp-label-col-3 footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .fp-label-col-3 footer .msgboxList-row .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-details-contact .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-details-data .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-items-labels .col:nth-child(2), .fp-row .fp-label-col-3 footer .label-remarks .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-items-products .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-items .col:nth-child(2), .fp-row .fp-label-col-3 footer .dlList-item .col:nth-child(2), .fp-row .fp-label-col-3 footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-label-col-3 footer .c-row-4-4-4 .col:nth-child(2), .fp-row .fp-label-col-3 footer .c-row-6-6 .col:nth-child(2), .fp-row .fp-label-col-3 footer .c-row-12 .col:nth-child(2), .fp-row .fp-label-col-3 footer .fp-input-row .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-sm-7-sm .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-9-sm .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-2-6-4 .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-2-5-5 .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-7-2-1-2 .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .fp-label-col-3 .col:nth-child(2), footer .search-sem-result-info .fp-row .fp-label-col-3 .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .fp-label-col-3 .col:nth-child(2), footer .msgboxList-row .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-details-contact .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-details-data .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-items-labels .fp-row .fp-label-col-3 .col:nth-child(2), footer .label-remarks .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-items-products .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-items .fp-row .fp-label-col-3 .col:nth-child(2), footer .dlList-item .fp-row .fp-label-col-3 .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .fp-label-col-3 .col:nth-child(2), footer .c-row-4-4-4 .fp-row .fp-label-col-3 .col:nth-child(2), footer .c-row-6-6 .fp-row .fp-label-col-3 .col:nth-child(2), footer .c-row-12 .fp-row .fp-label-col-3 .col:nth-child(2), footer .fp-input-row .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-sm-7-sm .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-9-sm .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-2-6-4 .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-2-5-5 .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-7-2-1-2 .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .row .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .fp-input-col-3 footer .search-sem-result-info .col:nth-child(2), .fp-row .fp-input-col-3 footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .fp-input-col-3 footer .msgboxList-row .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-details-contact .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-details-data .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-items-labels .col:nth-child(2), .fp-row .fp-input-col-3 footer .label-remarks .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-items-products .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-items .col:nth-child(2), .fp-row .fp-input-col-3 footer .dlList-item .col:nth-child(2), .fp-row .fp-input-col-3 footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .c-row-4-4-4 .col:nth-child(2), .fp-row .fp-input-col-3 footer .c-row-6-6 .col:nth-child(2), .fp-row .fp-input-col-3 footer .c-row-12 .col:nth-child(2), .fp-row .fp-input-col-3 footer .fp-input-row .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-sm-7-sm .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-9-sm .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-2-6-4 .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-2-5-5 .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-7-2-1-2 .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .fp-input-col-3 .col:nth-child(2), footer .search-sem-result-info .fp-row .fp-input-col-3 .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .fp-input-col-3 .col:nth-child(2), footer .msgboxList-row .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-details-contact .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-details-data .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-items-labels .fp-row .fp-input-col-3 .col:nth-child(2), footer .label-remarks .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-items-products .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-items .fp-row .fp-input-col-3 .col:nth-child(2), footer .dlList-item .fp-row .fp-input-col-3 .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .fp-input-col-3 .col:nth-child(2), footer .c-row-4-4-4 .fp-row .fp-input-col-3 .col:nth-child(2), footer .c-row-6-6 .fp-row .fp-input-col-3 .col:nth-child(2), footer .c-row-12 .fp-row .fp-input-col-3 .col:nth-child(2), footer .fp-input-row .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-sm-7-sm .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-9-sm .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-2-6-4 .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-2-5-5 .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-7-2-1-2 .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-12 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-12 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-12 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-12 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-3-9 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-3-9 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-3-9 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-3-9 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row footer .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-4-8 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-4-8 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-4-8 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-4-8 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-sm-7-sm .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-sm-7-sm .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .col-md-3 .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-7-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-7-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-7-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-7-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-4-2-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-4-2-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-5-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-5-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-5-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-10 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-10 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-10 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-10 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-6-6 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-6-6 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-6-6 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-6-6 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-1-2 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-1-2 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-1-2 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-3-3-3-3 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row footer .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row footer .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row footer .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row footer .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-4-4-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-4-4-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-4-4-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-4-3-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-4-3-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-4-3-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row footer .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-free .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-free .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .col-md-3 .col:nth-child(2), footer .f-row-free .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-free .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-auto .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-auto .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .col-md-3 .col:nth-child(2), footer .f-row-auto .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-auto .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-6 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-6 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-6 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-3 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-3 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-3 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-2 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-2 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-2 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-1 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-1 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-1 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .top-bInfo-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .top-bInfo-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .col-md-3 .col:nth-child(2), footer .top-bInfo-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .top-bInfo-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .top-2btns .col:nth-child(2), .fp-row .msgboxList-exhiName footer .top-2btns .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .col-md-3 .col:nth-child(2), footer .top-2btns .fp-row .msgboxList-exhiName .col:nth-child(2), footer .top-2btns .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 .important ul li span, .fp-row .msgboxList-exhiName .important ul li span, .fp-row .fp-input-row-3-9 > .fp-col-01 .important ul li span, .important ul li .fp-row .col-md-3 span, .important ul li .fp-row .msgboxList-exhiName span, .important ul li .fp-row .fp-input-row-3-9 > .fp-col-01 span, .fp-row .f-row-3-9 > .f-col:nth-child(1) .important ul li span, .important ul li .fp-row .f-row-3-9 > .f-col:nth-child(1) span, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .important ul li span, .important ul li .fp-row .f-row-4-3-5 > .f-col:nth-child(2) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .important ul li span, .important ul li .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .important ul li span, .important ul li .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .important ul li span, .important ul li .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .important ul li span, .important ul li .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) span, .fp-row .fp-label-col .important ul li span, .important ul li .fp-row .fp-label-col span, .fp-row .fp-label-col-3 .important ul li span, .important ul li .fp-row .fp-label-col-3 span, .fp-row .fp-input-col-3 .important ul li span, .important ul li .fp-row .fp-input-col-3 span, .fp-row .col-md-3 footer .password-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .password-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .password-row .col:nth-child(2), footer .password-row .fp-row .col-md-3 .col:nth-child(2), footer .password-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .password-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .password-row .col:nth-child(2), footer .password-row .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .password-row .col:nth-child(2), footer .password-row .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .password-row .col:nth-child(2), footer .password-row .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .semList-item .col:nth-child(2), .fp-row .msgboxList-exhiName footer .semList-item .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .col-md-3 .col:nth-child(2), footer .semList-item .fp-row .msgboxList-exhiName .col:nth-child(2), footer .semList-item .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 .formList-comment p, .fp-row .msgboxList-exhiName .formList-comment p, .fp-row .fp-input-row-3-9 > .fp-col-01 .formList-comment p, .formList-comment .fp-row .col-md-3 p, .formList-comment .fp-row .msgboxList-exhiName p, .formList-comment .fp-row .fp-input-row-3-9 > .fp-col-01 p, .fp-row .f-row-3-9 > .f-col:nth-child(1) .formList-comment p, .formList-comment .fp-row .f-row-3-9 > .f-col:nth-child(1) p, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .formList-comment p, .formList-comment .fp-row .f-row-4-3-5 > .f-col:nth-child(2) p, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .formList-comment p, .formList-comment .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) p, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .formList-comment p, .formList-comment .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) p, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .formList-comment p, .formList-comment .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) p, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .formList-comment p, .formList-comment .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) p, .fp-row .fp-label-col .formList-comment p, .formList-comment .fp-row .fp-label-col p, .fp-row .fp-label-col-3 .formList-comment p, .formList-comment .fp-row .fp-label-col-3 p, .fp-row .fp-input-col-3 .formList-comment p, .formList-comment .fp-row .fp-input-col-3 p, footer .fp-row .col-md-3 .col:nth-child(2), footer .fp-row .msgboxList-exhiName .col:nth-child(2), footer .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .fp-row .fp-label-col-3 .col:nth-child(2), footer .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .fp-station-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .fp-station-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .col-md-3 .col:nth-child(2), footer .fp-station-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .fp-station-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .fp-bank-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .fp-bank-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .col-md-3 .col:nth-child(2), footer .fp-bank-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .fp-bank-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .fp-input-col-3 .col:nth-child(2), .fp-label-col small, .fp-label-col .chat-area .msgbox-time, .chat-area .fp-label-col .msgbox-time, .fp-label-col .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-label-col .msgboxList-msgtxt, .fp-label-col .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-label-col .msgboxList-msgtxt, .fp-label-col .exhi-items-products .card-footer, .exhi-items-products .fp-label-col .card-footer, .fp-label-col .exhi-items-label, .fp-label-col .exhi-items-zone span, .exhi-items-zone .fp-label-col span, .fp-label-col .exhi-items-booth span, .exhi-items-booth .fp-label-col span, .fp-label-col .arrow-category:before, .fp-label-col .fp-info-label, .fp-label-col .small, .fp-label-col footer .row .col:nth-child(2), .fp-label-col footer .exhi-search-ttlArea .col:nth-child(2), .fp-label-col footer .search-sem-result-info .col:nth-child(2), .fp-label-col footer .search-sem-result-datevenue .col:nth-child(2), .fp-label-col footer .msgboxList-row .col:nth-child(2), .fp-label-col footer .exhi-details-contact .col:nth-child(2), .fp-label-col footer .exhi-details-data .col:nth-child(2), .fp-label-col footer .exhi-items-labels .col:nth-child(2), .fp-label-col footer .label-remarks .col:nth-child(2), .fp-label-col footer .exhi-items-products .col:nth-child(2), .fp-label-col footer .exhi-items .col:nth-child(2), .fp-label-col footer .dlList-item .col:nth-child(2), .fp-label-col footer .c-row-3-3-3-3 .col:nth-child(2), .fp-label-col footer .c-row-4-4-4 .col:nth-child(2), .fp-label-col footer .c-row-6-6 .col:nth-child(2), .fp-label-col footer .c-row-12 .col:nth-child(2), .fp-label-col footer .fp-input-row .col:nth-child(2), .fp-label-col footer .row-sm-7-sm .col:nth-child(2), .fp-label-col footer .row-9-sm .col:nth-child(2), .fp-label-col footer .row-2-6-4 .col:nth-child(2), .fp-label-col footer .row-2-5-5 .col:nth-child(2), .fp-label-col footer .row-7-2-1-2 .col:nth-child(2), .fp-label-col footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), .fp-label-col footer .fp-bank-row .col:nth-child(2), .fp-label-col footer .fp-station-row .col:nth-child(2), footer .row .fp-label-col .col:nth-child(2), footer .exhi-search-ttlArea .fp-label-col .col:nth-child(2), footer .search-sem-result-info .fp-label-col .col:nth-child(2), footer .search-sem-result-datevenue .fp-label-col .col:nth-child(2), footer .msgboxList-row .fp-label-col .col:nth-child(2), footer .exhi-details-contact .fp-label-col .col:nth-child(2), footer .exhi-details-data .fp-label-col .col:nth-child(2), footer .exhi-items-labels .fp-label-col .col:nth-child(2), footer .label-remarks .fp-label-col .col:nth-child(2), footer .exhi-items-products .fp-label-col .col:nth-child(2), footer .exhi-items .fp-label-col .col:nth-child(2), footer .dlList-item .fp-label-col .col:nth-child(2), footer .c-row-3-3-3-3 .fp-label-col .col:nth-child(2), footer .c-row-4-4-4 .fp-label-col .col:nth-child(2), footer .c-row-6-6 .fp-label-col .col:nth-child(2), footer .c-row-12 .fp-label-col .col:nth-child(2), footer .fp-input-row .fp-label-col .col:nth-child(2), footer .row-sm-7-sm .fp-label-col .col:nth-child(2), footer .row-9-sm .fp-label-col .col:nth-child(2), footer .row-2-6-4 .fp-label-col .col:nth-child(2), footer .row-2-5-5 .fp-label-col .col:nth-child(2), footer .row-7-2-1-2 .fp-label-col .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-label-col .col:nth-child(2), footer .fp-bank-row .fp-label-col .col:nth-child(2), footer .fp-station-row .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-label-col .col:nth-child(2), .fp-label-col footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-label-col .col:nth-child(2), .fp-label-col footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-label-col .col:nth-child(2), .fp-label-col .important ul li span, .important ul li .fp-label-col span, .fp-label-col footer .password-row .col:nth-child(2), footer .password-row .fp-label-col .col:nth-child(2), .fp-label-col footer .semList-item .col:nth-child(2), footer .semList-item .fp-label-col .col:nth-child(2), .fp-label-col .formList-comment p, .formList-comment .fp-label-col p, .fp-label-col footer .fp-row .col:nth-child(2), footer .fp-row .fp-label-col .col:nth-child(2), .news-cate {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold, .timetable-applied-notice, .grey-ttl, .search-sem-result-btn-apply-txt, .search-sem-result-info .card-title, .search-result-ttl, .search-sem-result-mid-ttl .mid-ttl-txt, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .search-sem-result-venue, .chat-area .msgbox-content .name, .exhiName:before, .exhiName-01:before, .exhiName-02:before, .exhiName-03:before, .exhiName-04:before, .exhiName-05:before, .exhiName-06:before, .exhiName-07:before, .exhiName-08:before, .exhiName-09:before, .exhiName-10:before, .exhiName-11:before, .exhiName-12:before, .exhiName-13:before, .msgboxList2 li.unseen, .exhi-details-contact-ttl-col, .shadow-ttl span, .line-ttl, .exhi-enquiry:after, .l-tag:before, .l-new:before, .l-demo:before, .l-sample:before, .l-present:before, .l-pdf:before, .l-video:before, .l-stage:before, .l-release:before, .l-label, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release, .icon-star.bkmarked:before, .exhi-items-booth b, .exhi-items-booth b:before, .exhi-items-name, .exhi-items.PR:before, .btn-search-lg, .btn-search-lg:hover, .dlList-txt-col, .dlList-icon-col .card, .category_name, .eName, .arrow-category, .publishForm-accordion .accordion-button, .fp-info-value, .fp-form-section-subheader, .fp-form-section-header, .fp-label-col-style, .fp-label-col, .fp-label-col-3, h6, .h6, h5, .h5, .f-ttl, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .formList-grid .card-footer .deadline-date, .tag-exhibitor, .tag-visitor, .bookmark-label a, .semList-ttl, .pw-name, .login-plain label, .mail-ttl, .table-list .unseen, .table-list li:nth-child(1), .top-content section.top-buttons .msgbox-entry .msgbox-nums, .top-content section.top-buttons .card-footer, .top-content section.data-nums .card-footer, .standard-btn, .top-unseen .card-body, .top-bInfo-row .name, footer .row .col:nth-child(1), footer .exhi-search-ttlArea .col:nth-child(1), footer .search-sem-result-info .col:nth-child(1), footer .search-sem-result-datevenue .col:nth-child(1), footer .msgboxList-row .col:nth-child(1), footer .exhi-details-contact .col:nth-child(1), footer .exhi-details-data .col:nth-child(1), footer .exhi-items-labels .col:nth-child(1), footer .label-remarks .col:nth-child(1), footer .exhi-items-products .col:nth-child(1), footer .exhi-items .col:nth-child(1), footer .dlList-item .col:nth-child(1), footer .c-row-3-3-3-3 .col:nth-child(1), footer .c-row-4-4-4 .col:nth-child(1), footer .c-row-6-6 .col:nth-child(1), footer .c-row-12 .col:nth-child(1), footer .fp-input-row .col:nth-child(1), footer .row-sm-7-sm .col:nth-child(1), footer .row-9-sm .col:nth-child(1), footer .row-2-6-4 .col:nth-child(1), footer .row-2-5-5 .col:nth-child(1), footer .row-7-2-1-2 .col:nth-child(1), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(1), footer .fp-bank-row .col:nth-child(1), footer .fp-station-row .col:nth-child(1), footer .fp-row .col:nth-child(1), footer .semList-item .col:nth-child(1), footer .password-row .col:nth-child(1), footer .top-2btns .col:nth-child(1), footer .top-bInfo-row .col:nth-child(1), footer .f-row-12 .col:nth-child(1), footer .f-row-3-9 .col:nth-child(1), footer .f-row-4-8 .col:nth-child(1), footer .f-row-sm-7-sm .col:nth-child(1), footer .f-row-7-5 .col:nth-child(1), footer .f-row-2-4 .col:nth-child(1), footer .f-row-2-4-2-4 .col:nth-child(1), footer .f-row-2-5-5 .col:nth-child(1), footer .f-row-2-10 .col:nth-child(1), footer .f-row-6-6 .col:nth-child(1), footer .f-row-2-1-2 .col:nth-child(1), footer .f-row-3-3-3-3 .col:nth-child(1), footer .f-row-4-4-4 .col:nth-child(1), footer .f-row-4-3-5 .col:nth-child(1), footer .f-row-free .col:nth-child(1), footer .f-row-auto .col:nth-child(1), footer .f-row-cols .col:nth-child(1), footer .f-row-cols1-6 .col:nth-child(1), footer .f-row-cols1-5 .col:nth-child(1), footer .f-row-cols1-4 .col:nth-child(1), footer .f-row-cols1-3 .col:nth-child(1), footer .f-row-cols1-2 .col:nth-child(1), footer .f-row-cols1-1 .col:nth-child(1), .f-form-ttl {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start, .accordion-img-col, .footer-contact {
  text-align: left !important;
}

.text-end, .chat-area .msg-right .msgbox-time {
  text-align: right !important;
}

.text-center, .search-sem-result-btn-apply-checkbox .sign svg, .search-sem-result-btn-apply-checkbox .sign i, .search-sem-result-btn-apply-checkbox .sign, .search-sem-result-btn-apply-txt, .thumbnail-max-height, .exhi-details-btnDL, .exhi-details-img, .l-label, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release, .exhi-items-products .card-footer, .publishForm-accordion .drag-handle, .alert-private, .alert-public, .fp-semList-status, .fp-status-complete, .fp-status-pend, .fp-status-nor, .fp-info-icon, .fp-bottom-btns, footer, .semList-status, .status-complete, .status-pend, .status-nor, .password-area h2, .password-area .h2, .login-area h2, .login-area .h2, .top-content section.top-buttons .msgbox-entry .msgbox-nums, .top-content section.top-buttons, .top-content section.data-nums .card, .f-head-logo {
  text-align: center !important;
}

.text-decoration-none, a {
  text-decoration: none !important;
}

.text-decoration-underline, .exhi-items-zone a, .category_name, .footer-contact a, .top-contact-email a {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap, .search-sem-result-btn-apply-txt, .msgbox-btn-send, .l-label, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release, .category_con_other span, .fp-PIC-reg-table .fp-th-color, .fp-PIC-reg-table .respon-table th, .respon-table .fp-PIC-reg-table th, .formList-grid .card-header [class*=fp-status-], .semList-item .card [class*=btn-], .top-bInfo-cttl span {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary, .fp-info-icon, .top-content section.data-nums .card-footer, .lower-nav ul li a.active, .cir-arrow, .important ul li:before, .top-unseen-cate:after {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary, .grey-ttl, .pagination .disabled > .page-link, .pagination li .disabled > a, .exhi-items-products .card-footer, .subttl, .fp-char-count, .semList-date, .login-remarks, .login-id svg, .login-pw svg, .login-email svg, .remarks-txt {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger, .border-danger.sign i, .border-danger.sign svg, .msgboxList-readCol, .field-validation-error {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark, .msgboxList2 a, .exhi-items-zone a, .exhi-items-booth a, .dlList-txt-col .card-body svg, .top-contact-email a, .news-list ul li a, .top-unseen .d-flexAndwrap, .top-bInfo-row .name, .btn-clear, .btn-clear-row a {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black, .search-sem-result-btn-apply-txt span {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white, .timetable-applied-notice, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .search-sem-result-datevenue, .exhi-sem-category, .pagination li.active a:hover, .exhi-details-accordion .accordion-button > div, .icon-fav-txt, .icon-star, .btn-dk-default, .msgboxList-search .btn, .msgboxList-search .msgbox-btn-send, .msgboxList-search .offcanvas_sideTab, .msgboxList-search .f-btn-reset, .msgboxList-search .f-btn-color, .msgboxList-search .btn-clear, .msgboxList-search .btn-clear-row a, .btn-clear-row .msgboxList-search a, .msgboxList-search .btn-primary-sm, .msgboxList-search .btn-outline-primary-sm, .msgboxList-search .standard-btn, .msgboxList-search .semList-item .card [class*=btn-], .semList-item .card .msgboxList-search [class*=btn-], .msgboxList-search .fp-btn-back, .msgboxList-search .fp-btn-saved, .msgboxList-search .btn-default, .msgboxList-search .btn-dk-default, .msgboxList-search .btn-search-lg, .msgboxList-search .btn-search-reset, .msgboxList-search .exhi-enquiry, .msgboxList-search .btn-pdf-dl, .btn-search-lg, .btn-search-lg:hover, .btn-dk-default:hover, .btn-default, .btn-default:hover, .btn-light-secondary, .btn-dk-warning, .dlList-icon-col .card, .fp-semList-status, .fp-status-complete, .fp-status-pend, .fp-status-nor, .fp-form-badge, .fp-form-section-subheader, .fp-form-section-header, footer, .fp-label-publicInfo, .semList-status, .status-complete, .status-pend, .status-nor, .footer-contact-table td, .footer-contact a, .login-area h2, .login-area .h2, .upper-nav, .upper-nav a, .lower-nav a, .f-btn-color, .f-btn-color:hover, .f-ttl {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted, .chat-area .msgbox-time, .msgboxList2 .msgboxList-msgtxt, .msgboxList-company .msgboxList-msgtxt, .exhi-items-booth b:before, .exhi-items-label, .exhi-items-zone span, .exhi-items-booth span, .fp-info-label, .fp-row .col-md-3 small, .fp-row .col-md-3 .chat-area .msgbox-time, .chat-area .fp-row .col-md-3 .msgbox-time, .fp-row .col-md-3 .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .col-md-3 .msgboxList-msgtxt, .fp-row .col-md-3 .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .col-md-3 .msgboxList-msgtxt, .fp-row .msgboxList-exhiName small, .fp-row .msgboxList-exhiName .chat-area .msgbox-time, .chat-area .fp-row .msgboxList-exhiName .msgbox-time, .fp-row .msgboxList-exhiName .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .msgboxList-exhiName .msgboxList-msgtxt, .fp-row .msgboxList-exhiName .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .msgboxList-exhiName .msgboxList-msgtxt, .fp-row .col-md-3 .exhi-items-products .card-footer, .fp-row .msgboxList-exhiName .exhi-items-products .card-footer, .exhi-items-products .fp-row .col-md-3 .card-footer, .exhi-items-products .fp-row .msgboxList-exhiName .card-footer, .fp-row .col-md-3 .exhi-items-label, .fp-row .msgboxList-exhiName .exhi-items-label, .fp-row .col-md-3 .exhi-items-zone span, .fp-row .msgboxList-exhiName .exhi-items-zone span, .exhi-items-zone .fp-row .col-md-3 span, .exhi-items-zone .fp-row .msgboxList-exhiName span, .fp-row .col-md-3 .exhi-items-booth span, .fp-row .msgboxList-exhiName .exhi-items-booth span, .exhi-items-booth .fp-row .col-md-3 span, .exhi-items-booth .fp-row .msgboxList-exhiName span, .fp-row .col-md-3 .arrow-category:before, .fp-row .msgboxList-exhiName .arrow-category:before, .fp-row .fp-input-row-3-9 > .fp-col-01 small, .fp-row .fp-input-row-3-9 > .fp-col-01 .chat-area .msgbox-time, .chat-area .fp-row .fp-input-row-3-9 > .fp-col-01 .msgbox-time, .fp-row .fp-input-row-3-9 > .fp-col-01 .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .fp-input-row-3-9 > .fp-col-01 .msgboxList-msgtxt, .fp-row .fp-input-row-3-9 > .fp-col-01 .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .fp-input-row-3-9 > .fp-col-01 .msgboxList-msgtxt, .fp-row .fp-input-row-3-9 > .fp-col-01 .exhi-items-products .card-footer, .exhi-items-products .fp-row .fp-input-row-3-9 > .fp-col-01 .card-footer, .fp-row .fp-input-row-3-9 > .fp-col-01 .exhi-items-label, .fp-row .fp-input-row-3-9 > .fp-col-01 .exhi-items-zone span, .exhi-items-zone .fp-row .fp-input-row-3-9 > .fp-col-01 span, .fp-row .fp-input-row-3-9 > .fp-col-01 .exhi-items-booth span, .exhi-items-booth .fp-row .fp-input-row-3-9 > .fp-col-01 span, .fp-row .fp-input-row-3-9 > .fp-col-01 .arrow-category:before, .fp-row .col-md-3 .fp-info-label, .fp-row .msgboxList-exhiName .fp-info-label, .fp-row .fp-input-row-3-9 > .fp-col-01 .fp-info-label, .fp-row .f-row-3-9 > .f-col:nth-child(1) small, .fp-row .f-row-3-9 > .f-col:nth-child(1) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgbox-time, .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgboxList-msgtxt, .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-9 > .f-col:nth-child(1) .msgboxList-msgtxt, .fp-row .f-row-3-9 > .f-col:nth-child(1) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-9 > .f-col:nth-child(1) .card-footer, .fp-row .f-row-3-9 > .f-col:nth-child(1) .exhi-items-label, .fp-row .f-row-3-9 > .f-col:nth-child(1) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-9 > .f-col:nth-child(1) span, .fp-row .f-row-3-9 > .f-col:nth-child(1) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-9 > .f-col:nth-child(1) span, .fp-row .f-row-3-9 > .f-col:nth-child(1) .arrow-category:before, .fp-row .f-row-3-9 > .f-col:nth-child(1) .fp-info-label, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) small, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .chat-area .msgbox-time, .chat-area .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgbox-time, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgboxList-msgtxt, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .msgboxList-msgtxt, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .card-footer, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .exhi-items-label, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-4-3-5 > .f-col:nth-child(2) span, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-4-3-5 > .f-col:nth-child(2) span, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .arrow-category:before, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .fp-info-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgbox-time, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .card-footer, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .exhi-items-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .arrow-category:before, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .fp-info-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgbox-time, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .card-footer, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .exhi-items-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .arrow-category:before, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .fp-info-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgbox-time, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .card-footer, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .exhi-items-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .arrow-category:before, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .fp-info-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .chat-area .msgbox-time, .chat-area .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgbox-time, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .msgboxList-msgtxt, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .exhi-items-products .card-footer, .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .card-footer, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .exhi-items-label, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .exhi-items-zone span, .exhi-items-zone .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .exhi-items-booth span, .exhi-items-booth .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .arrow-category:before, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .fp-info-label, .fp-row .fp-label-col small, .fp-row .fp-label-col .chat-area .msgbox-time, .chat-area .fp-row .fp-label-col .msgbox-time, .fp-row .fp-label-col .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .fp-label-col .msgboxList-msgtxt, .fp-row .fp-label-col .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .fp-label-col .msgboxList-msgtxt, .fp-row .fp-label-col .exhi-items-products .card-footer, .exhi-items-products .fp-row .fp-label-col .card-footer, .fp-row .fp-label-col .exhi-items-label, .fp-row .fp-label-col .exhi-items-zone span, .exhi-items-zone .fp-row .fp-label-col span, .fp-row .fp-label-col .exhi-items-booth span, .exhi-items-booth .fp-row .fp-label-col span, .fp-row .fp-label-col .arrow-category:before, .fp-row .fp-label-col .fp-info-label, .fp-row .fp-label-col-3 small, .fp-row .fp-label-col-3 .chat-area .msgbox-time, .chat-area .fp-row .fp-label-col-3 .msgbox-time, .fp-row .fp-label-col-3 .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .fp-label-col-3 .msgboxList-msgtxt, .fp-row .fp-label-col-3 .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .fp-label-col-3 .msgboxList-msgtxt, .fp-row .fp-label-col-3 .exhi-items-products .card-footer, .exhi-items-products .fp-row .fp-label-col-3 .card-footer, .fp-row .fp-label-col-3 .exhi-items-label, .fp-row .fp-label-col-3 .exhi-items-zone span, .exhi-items-zone .fp-row .fp-label-col-3 span, .fp-row .fp-label-col-3 .exhi-items-booth span, .exhi-items-booth .fp-row .fp-label-col-3 span, .fp-row .fp-label-col-3 .arrow-category:before, .fp-row .fp-label-col-3 .fp-info-label, .fp-row .fp-input-col-3 small, .fp-row .fp-input-col-3 .chat-area .msgbox-time, .chat-area .fp-row .fp-input-col-3 .msgbox-time, .fp-row .fp-input-col-3 .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-row .fp-input-col-3 .msgboxList-msgtxt, .fp-row .fp-input-col-3 .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-row .fp-input-col-3 .msgboxList-msgtxt, .fp-row .fp-input-col-3 .exhi-items-products .card-footer, .exhi-items-products .fp-row .fp-input-col-3 .card-footer, .fp-row .fp-input-col-3 .exhi-items-label, .fp-row .fp-input-col-3 .exhi-items-zone span, .exhi-items-zone .fp-row .fp-input-col-3 span, .fp-row .fp-input-col-3 .exhi-items-booth span, .exhi-items-booth .fp-row .fp-input-col-3 span, .fp-row .fp-input-col-3 .arrow-category:before, .fp-row .fp-input-col-3 .fp-info-label, .fp-row .col-md-3 .small, .fp-row .msgboxList-exhiName .small, .fp-row .fp-input-row-3-9 > .fp-col-01 .small, .fp-row .f-row-3-9 > .f-col:nth-child(1) .small, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .small, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .small, .fp-row .fp-label-col .small, .fp-row .fp-label-col-3 .small, .fp-row .fp-input-col-3 .small, .fp-row .col-md-3 footer .row .col:nth-child(2), .fp-row .col-md-3 footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .col-md-3 footer .search-sem-result-info .col:nth-child(2), .fp-row .col-md-3 footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .msgboxList-exhiName footer .search-sem-result-info .col:nth-child(2), .fp-row .msgboxList-exhiName footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .col-md-3 footer .msgboxList-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .msgboxList-row .col:nth-child(2), .fp-row .col-md-3 footer .exhi-details-contact .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-details-contact .col:nth-child(2), .fp-row .col-md-3 footer .exhi-details-data .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-details-data .col:nth-child(2), .fp-row .col-md-3 footer .exhi-items-labels .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-items-labels .col:nth-child(2), .fp-row .col-md-3 footer .label-remarks .col:nth-child(2), .fp-row .msgboxList-exhiName footer .label-remarks .col:nth-child(2), .fp-row .col-md-3 footer .exhi-items-products .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-items-products .col:nth-child(2), .fp-row .col-md-3 footer .exhi-items .col:nth-child(2), .fp-row .msgboxList-exhiName footer .exhi-items .col:nth-child(2), .fp-row .col-md-3 footer .dlList-item .col:nth-child(2), .fp-row .msgboxList-exhiName footer .dlList-item .col:nth-child(2), .fp-row .col-md-3 footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .col-md-3 footer .c-row-4-4-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .c-row-4-4-4 .col:nth-child(2), .fp-row .col-md-3 footer .c-row-6-6 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .c-row-6-6 .col:nth-child(2), .fp-row .col-md-3 footer .c-row-12 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .c-row-12 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .search-sem-result-info .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .msgboxList-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-details-contact .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-details-data .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-items-labels .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .label-remarks .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-items-products .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .exhi-items .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .dlList-item .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .c-row-4-4-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .c-row-6-6 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .c-row-12 .col:nth-child(2), .fp-row .col-md-3 footer .fp-input-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .fp-input-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .fp-input-row .col:nth-child(2), .fp-row .col-md-3 footer .row-sm-7-sm .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-sm-7-sm .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-sm-7-sm .col:nth-child(2), .fp-row .col-md-3 footer .row-9-sm .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-9-sm .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-9-sm .col:nth-child(2), .fp-row .col-md-3 footer .row-2-6-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-2-6-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-2-6-4 .col:nth-child(2), .fp-row .col-md-3 footer .row-2-5-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-2-5-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-2-5-5 .col:nth-child(2), .fp-row .col-md-3 footer .row-7-2-1-2 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-7-2-1-2 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-7-2-1-2 .col:nth-child(2), .fp-row .col-md-3 footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .col-md-3 .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .col-md-3 .col:nth-child(2), footer .search-sem-result-info .fp-row .col-md-3 .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .col-md-3 .col:nth-child(2), footer .row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .msgboxList-exhiName .col:nth-child(2), footer .search-sem-result-info .fp-row .msgboxList-exhiName .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .msgboxList-exhiName .col:nth-child(2), footer .msgboxList-row .fp-row .col-md-3 .col:nth-child(2), footer .msgboxList-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-details-contact .fp-row .col-md-3 .col:nth-child(2), footer .exhi-details-contact .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-details-data .fp-row .col-md-3 .col:nth-child(2), footer .exhi-details-data .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-items-labels .fp-row .col-md-3 .col:nth-child(2), footer .exhi-items-labels .fp-row .msgboxList-exhiName .col:nth-child(2), footer .label-remarks .fp-row .col-md-3 .col:nth-child(2), footer .label-remarks .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-items-products .fp-row .col-md-3 .col:nth-child(2), footer .exhi-items-products .fp-row .msgboxList-exhiName .col:nth-child(2), footer .exhi-items .fp-row .col-md-3 .col:nth-child(2), footer .exhi-items .fp-row .msgboxList-exhiName .col:nth-child(2), footer .dlList-item .fp-row .col-md-3 .col:nth-child(2), footer .dlList-item .fp-row .msgboxList-exhiName .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .col-md-3 .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .c-row-4-4-4 .fp-row .col-md-3 .col:nth-child(2), footer .c-row-4-4-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .c-row-6-6 .fp-row .col-md-3 .col:nth-child(2), footer .c-row-6-6 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .c-row-12 .fp-row .col-md-3 .col:nth-child(2), footer .c-row-12 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .search-sem-result-info .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .msgboxList-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-details-contact .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-details-data .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-items-labels .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .label-remarks .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-items-products .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .exhi-items .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .dlList-item .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .c-row-4-4-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .c-row-6-6 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .c-row-12 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .fp-input-row .fp-row .col-md-3 .col:nth-child(2), footer .fp-input-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .fp-input-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-sm-7-sm .fp-row .col-md-3 .col:nth-child(2), footer .row-sm-7-sm .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-sm-7-sm .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-9-sm .fp-row .col-md-3 .col:nth-child(2), footer .row-9-sm .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-9-sm .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-2-6-4 .fp-row .col-md-3 .col:nth-child(2), footer .row-2-6-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-2-6-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-2-5-5 .fp-row .col-md-3 .col:nth-child(2), footer .row-2-5-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-2-5-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-7-2-1-2 .fp-row .col-md-3 .col:nth-child(2), footer .row-7-2-1-2 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-7-2-1-2 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .col-md-3 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .label-remarks .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .exhi-items .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .dlList-item .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .label-remarks .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .dlList-item .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .search-sem-result-info .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .msgboxList-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-details-contact .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-details-data .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-items-labels .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .label-remarks .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-items-products .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .exhi-items .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .dlList-item .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .c-row-4-4-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .c-row-6-6 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .c-row-12 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .fp-input-row .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-sm-7-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-9-sm .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-2-6-4 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-2-5-5 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-7-2-1-2 .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .search-sem-result-info .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .msgboxList-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-details-contact .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-details-data .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-items-labels .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .label-remarks .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-items-products .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .exhi-items .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .dlList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .c-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .c-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .c-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .fp-input-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-9-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-2-6-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-7-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .row .col:nth-child(2), .fp-row .fp-label-col footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .fp-label-col footer .search-sem-result-info .col:nth-child(2), .fp-row .fp-label-col footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .fp-label-col footer .msgboxList-row .col:nth-child(2), .fp-row .fp-label-col footer .exhi-details-contact .col:nth-child(2), .fp-row .fp-label-col footer .exhi-details-data .col:nth-child(2), .fp-row .fp-label-col footer .exhi-items-labels .col:nth-child(2), .fp-row .fp-label-col footer .label-remarks .col:nth-child(2), .fp-row .fp-label-col footer .exhi-items-products .col:nth-child(2), .fp-row .fp-label-col footer .exhi-items .col:nth-child(2), .fp-row .fp-label-col footer .dlList-item .col:nth-child(2), .fp-row .fp-label-col footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-label-col footer .c-row-4-4-4 .col:nth-child(2), .fp-row .fp-label-col footer .c-row-6-6 .col:nth-child(2), .fp-row .fp-label-col footer .c-row-12 .col:nth-child(2), .fp-row .fp-label-col footer .fp-input-row .col:nth-child(2), .fp-row .fp-label-col footer .row-sm-7-sm .col:nth-child(2), .fp-row .fp-label-col footer .row-9-sm .col:nth-child(2), .fp-row .fp-label-col footer .row-2-6-4 .col:nth-child(2), .fp-row .fp-label-col footer .row-2-5-5 .col:nth-child(2), .fp-row .fp-label-col footer .row-7-2-1-2 .col:nth-child(2), .fp-row .fp-label-col footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .fp-label-col .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .fp-label-col .col:nth-child(2), footer .search-sem-result-info .fp-row .fp-label-col .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .fp-label-col .col:nth-child(2), footer .msgboxList-row .fp-row .fp-label-col .col:nth-child(2), footer .exhi-details-contact .fp-row .fp-label-col .col:nth-child(2), footer .exhi-details-data .fp-row .fp-label-col .col:nth-child(2), footer .exhi-items-labels .fp-row .fp-label-col .col:nth-child(2), footer .label-remarks .fp-row .fp-label-col .col:nth-child(2), footer .exhi-items-products .fp-row .fp-label-col .col:nth-child(2), footer .exhi-items .fp-row .fp-label-col .col:nth-child(2), footer .dlList-item .fp-row .fp-label-col .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .fp-label-col .col:nth-child(2), footer .c-row-4-4-4 .fp-row .fp-label-col .col:nth-child(2), footer .c-row-6-6 .fp-row .fp-label-col .col:nth-child(2), footer .c-row-12 .fp-row .fp-label-col .col:nth-child(2), footer .fp-input-row .fp-row .fp-label-col .col:nth-child(2), footer .row-sm-7-sm .fp-row .fp-label-col .col:nth-child(2), footer .row-9-sm .fp-row .fp-label-col .col:nth-child(2), footer .row-2-6-4 .fp-row .fp-label-col .col:nth-child(2), footer .row-2-5-5 .fp-row .fp-label-col .col:nth-child(2), footer .row-7-2-1-2 .fp-row .fp-label-col .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .row .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .fp-label-col-3 footer .search-sem-result-info .col:nth-child(2), .fp-row .fp-label-col-3 footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .fp-label-col-3 footer .msgboxList-row .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-details-contact .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-details-data .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-items-labels .col:nth-child(2), .fp-row .fp-label-col-3 footer .label-remarks .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-items-products .col:nth-child(2), .fp-row .fp-label-col-3 footer .exhi-items .col:nth-child(2), .fp-row .fp-label-col-3 footer .dlList-item .col:nth-child(2), .fp-row .fp-label-col-3 footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-label-col-3 footer .c-row-4-4-4 .col:nth-child(2), .fp-row .fp-label-col-3 footer .c-row-6-6 .col:nth-child(2), .fp-row .fp-label-col-3 footer .c-row-12 .col:nth-child(2), .fp-row .fp-label-col-3 footer .fp-input-row .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-sm-7-sm .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-9-sm .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-2-6-4 .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-2-5-5 .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-7-2-1-2 .col:nth-child(2), .fp-row .fp-label-col-3 footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .fp-label-col-3 .col:nth-child(2), footer .search-sem-result-info .fp-row .fp-label-col-3 .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .fp-label-col-3 .col:nth-child(2), footer .msgboxList-row .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-details-contact .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-details-data .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-items-labels .fp-row .fp-label-col-3 .col:nth-child(2), footer .label-remarks .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-items-products .fp-row .fp-label-col-3 .col:nth-child(2), footer .exhi-items .fp-row .fp-label-col-3 .col:nth-child(2), footer .dlList-item .fp-row .fp-label-col-3 .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .fp-label-col-3 .col:nth-child(2), footer .c-row-4-4-4 .fp-row .fp-label-col-3 .col:nth-child(2), footer .c-row-6-6 .fp-row .fp-label-col-3 .col:nth-child(2), footer .c-row-12 .fp-row .fp-label-col-3 .col:nth-child(2), footer .fp-input-row .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-sm-7-sm .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-9-sm .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-2-6-4 .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-2-5-5 .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-7-2-1-2 .fp-row .fp-label-col-3 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .row .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-search-ttlArea .col:nth-child(2), .fp-row .fp-input-col-3 footer .search-sem-result-info .col:nth-child(2), .fp-row .fp-input-col-3 footer .search-sem-result-datevenue .col:nth-child(2), .fp-row .fp-input-col-3 footer .msgboxList-row .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-details-contact .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-details-data .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-items-labels .col:nth-child(2), .fp-row .fp-input-col-3 footer .label-remarks .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-items-products .col:nth-child(2), .fp-row .fp-input-col-3 footer .exhi-items .col:nth-child(2), .fp-row .fp-input-col-3 footer .dlList-item .col:nth-child(2), .fp-row .fp-input-col-3 footer .c-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .c-row-4-4-4 .col:nth-child(2), .fp-row .fp-input-col-3 footer .c-row-6-6 .col:nth-child(2), .fp-row .fp-input-col-3 footer .c-row-12 .col:nth-child(2), .fp-row .fp-input-col-3 footer .fp-input-row .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-sm-7-sm .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-9-sm .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-2-6-4 .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-2-5-5 .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-7-2-1-2 .col:nth-child(2), .fp-row .fp-input-col-3 footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .row .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-search-ttlArea .fp-row .fp-input-col-3 .col:nth-child(2), footer .search-sem-result-info .fp-row .fp-input-col-3 .col:nth-child(2), footer .search-sem-result-datevenue .fp-row .fp-input-col-3 .col:nth-child(2), footer .msgboxList-row .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-details-contact .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-details-data .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-items-labels .fp-row .fp-input-col-3 .col:nth-child(2), footer .label-remarks .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-items-products .fp-row .fp-input-col-3 .col:nth-child(2), footer .exhi-items .fp-row .fp-input-col-3 .col:nth-child(2), footer .dlList-item .fp-row .fp-input-col-3 .col:nth-child(2), footer .c-row-3-3-3-3 .fp-row .fp-input-col-3 .col:nth-child(2), footer .c-row-4-4-4 .fp-row .fp-input-col-3 .col:nth-child(2), footer .c-row-6-6 .fp-row .fp-input-col-3 .col:nth-child(2), footer .c-row-12 .fp-row .fp-input-col-3 .col:nth-child(2), footer .fp-input-row .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-sm-7-sm .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-9-sm .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-2-6-4 .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-2-5-5 .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-7-2-1-2 .fp-row .fp-input-col-3 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-12 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-12 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-12 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-12 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-3-9 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-3-9 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-3-9 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-3-9 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row footer .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), footer .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-4-8 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-4-8 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-4-8 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-4-8 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-sm-7-sm .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-sm-7-sm .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .col-md-3 .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-7-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-7-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-7-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-7-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-4-2-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-4-2-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-5-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-5-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-5-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-10 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-10 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-10 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-10 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-6-6 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-6-6 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-6-6 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-6-6 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-2-1-2 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-2-1-2 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-2-1-2 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-3-3-3-3 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-3-3-3-3 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row footer .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), footer .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row footer .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), footer .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row footer .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), footer .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row footer .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), footer .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-4-4-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-4-4-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-4-4-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-4-3-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-4-3-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-4-3-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row footer .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), footer .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-free .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-free .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .col-md-3 .col:nth-child(2), footer .f-row-free .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-free .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-auto .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-auto .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .col-md-3 .col:nth-child(2), footer .f-row-auto .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-auto .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-6 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-6 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-6 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-5 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-5 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-5 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-4 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-4 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-4 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-3 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-3 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-3 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-2 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-2 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-2 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .f-row-cols1-1 .col:nth-child(2), .fp-row .msgboxList-exhiName footer .f-row-cols1-1 .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .col-md-3 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .msgboxList-exhiName .col:nth-child(2), footer .f-row-cols1-1 .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .top-bInfo-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .top-bInfo-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .col-md-3 .col:nth-child(2), footer .top-bInfo-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .top-bInfo-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .top-2btns .col:nth-child(2), .fp-row .msgboxList-exhiName footer .top-2btns .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .col-md-3 .col:nth-child(2), footer .top-2btns .fp-row .msgboxList-exhiName .col:nth-child(2), footer .top-2btns .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 .important ul li span, .fp-row .msgboxList-exhiName .important ul li span, .fp-row .fp-input-row-3-9 > .fp-col-01 .important ul li span, .important ul li .fp-row .col-md-3 span, .important ul li .fp-row .msgboxList-exhiName span, .important ul li .fp-row .fp-input-row-3-9 > .fp-col-01 span, .fp-row .f-row-3-9 > .f-col:nth-child(1) .important ul li span, .important ul li .fp-row .f-row-3-9 > .f-col:nth-child(1) span, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .important ul li span, .important ul li .fp-row .f-row-4-3-5 > .f-col:nth-child(2) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .important ul li span, .important ul li .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .important ul li span, .important ul li .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .important ul li span, .important ul li .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) span, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .important ul li span, .important ul li .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) span, .fp-row .fp-label-col .important ul li span, .important ul li .fp-row .fp-label-col span, .fp-row .fp-label-col-3 .important ul li span, .important ul li .fp-row .fp-label-col-3 span, .fp-row .fp-input-col-3 .important ul li span, .important ul li .fp-row .fp-input-col-3 span, .fp-row .col-md-3 footer .password-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .password-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .password-row .col:nth-child(2), footer .password-row .fp-row .col-md-3 .col:nth-child(2), footer .password-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .password-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .password-row .col:nth-child(2), footer .password-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .password-row .col:nth-child(2), footer .password-row .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .password-row .col:nth-child(2), footer .password-row .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .password-row .col:nth-child(2), footer .password-row .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .semList-item .col:nth-child(2), .fp-row .msgboxList-exhiName footer .semList-item .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .col-md-3 .col:nth-child(2), footer .semList-item .fp-row .msgboxList-exhiName .col:nth-child(2), footer .semList-item .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .semList-item .col:nth-child(2), footer .semList-item .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 .formList-comment p, .fp-row .msgboxList-exhiName .formList-comment p, .fp-row .fp-input-row-3-9 > .fp-col-01 .formList-comment p, .formList-comment .fp-row .col-md-3 p, .formList-comment .fp-row .msgboxList-exhiName p, .formList-comment .fp-row .fp-input-row-3-9 > .fp-col-01 p, .fp-row .f-row-3-9 > .f-col:nth-child(1) .formList-comment p, .formList-comment .fp-row .f-row-3-9 > .f-col:nth-child(1) p, .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .formList-comment p, .formList-comment .fp-row .f-row-4-3-5 > .f-col:nth-child(2) p, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .formList-comment p, .formList-comment .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) p, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .formList-comment p, .formList-comment .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) p, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .formList-comment p, .formList-comment .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) p, .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .formList-comment p, .formList-comment .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) p, .fp-row .fp-label-col .formList-comment p, .formList-comment .fp-row .fp-label-col p, .fp-row .fp-label-col-3 .formList-comment p, .formList-comment .fp-row .fp-label-col-3 p, .fp-row .fp-input-col-3 .formList-comment p, .formList-comment .fp-row .fp-input-col-3 p, footer .fp-row .col-md-3 .col:nth-child(2), footer .fp-row .msgboxList-exhiName .col:nth-child(2), footer .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), footer .fp-row .fp-label-col-3 .col:nth-child(2), footer .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .fp-station-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .fp-station-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .col-md-3 .col:nth-child(2), footer .fp-station-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .fp-station-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .fp-station-row .col:nth-child(2), footer .fp-station-row .fp-row .fp-input-col-3 .col:nth-child(2), .fp-row .col-md-3 footer .fp-bank-row .col:nth-child(2), .fp-row .msgboxList-exhiName footer .fp-bank-row .col:nth-child(2), .fp-row .fp-input-row-3-9 > .fp-col-01 footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .col-md-3 .col:nth-child(2), footer .fp-bank-row .fp-row .msgboxList-exhiName .col:nth-child(2), footer .fp-bank-row .fp-row .fp-input-row-3-9 > .fp-col-01 .col:nth-child(2), .fp-row .f-row-3-9 > .f-col:nth-child(1) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-9 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-4-3-5 > .f-col:nth-child(2) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-4-3-5 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(1) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(2) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(3) .col:nth-child(2), .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .f-row-3-3-3-3 > .f-col:nth-child(4) .col:nth-child(2), .fp-row .fp-label-col footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .fp-label-col .col:nth-child(2), .fp-row .fp-label-col-3 footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .fp-label-col-3 .col:nth-child(2), .fp-row .fp-input-col-3 footer .fp-bank-row .col:nth-child(2), footer .fp-bank-row .fp-row .fp-input-col-3 .col:nth-child(2), .fp-label-col small, .fp-label-col .chat-area .msgbox-time, .chat-area .fp-label-col .msgbox-time, .fp-label-col .msgboxList2 .msgboxList-msgtxt, .msgboxList2 .fp-label-col .msgboxList-msgtxt, .fp-label-col .msgboxList-company .msgboxList-msgtxt, .msgboxList-company .fp-label-col .msgboxList-msgtxt, .fp-label-col .exhi-items-products .card-footer, .exhi-items-products .fp-label-col .card-footer, .fp-label-col .exhi-items-label, .fp-label-col .exhi-items-zone span, .exhi-items-zone .fp-label-col span, .fp-label-col .exhi-items-booth span, .exhi-items-booth .fp-label-col span, .fp-label-col .arrow-category:before, .fp-label-col .fp-info-label, .fp-label-col .small, .fp-label-col footer .row .col:nth-child(2), .fp-label-col footer .exhi-search-ttlArea .col:nth-child(2), .fp-label-col footer .search-sem-result-info .col:nth-child(2), .fp-label-col footer .search-sem-result-datevenue .col:nth-child(2), .fp-label-col footer .msgboxList-row .col:nth-child(2), .fp-label-col footer .exhi-details-contact .col:nth-child(2), .fp-label-col footer .exhi-details-data .col:nth-child(2), .fp-label-col footer .exhi-items-labels .col:nth-child(2), .fp-label-col footer .label-remarks .col:nth-child(2), .fp-label-col footer .exhi-items-products .col:nth-child(2), .fp-label-col footer .exhi-items .col:nth-child(2), .fp-label-col footer .dlList-item .col:nth-child(2), .fp-label-col footer .c-row-3-3-3-3 .col:nth-child(2), .fp-label-col footer .c-row-4-4-4 .col:nth-child(2), .fp-label-col footer .c-row-6-6 .col:nth-child(2), .fp-label-col footer .c-row-12 .col:nth-child(2), .fp-label-col footer .fp-input-row .col:nth-child(2), .fp-label-col footer .row-sm-7-sm .col:nth-child(2), .fp-label-col footer .row-9-sm .col:nth-child(2), .fp-label-col footer .row-2-6-4 .col:nth-child(2), .fp-label-col footer .row-2-5-5 .col:nth-child(2), .fp-label-col footer .row-7-2-1-2 .col:nth-child(2), .fp-label-col footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), .fp-label-col footer .fp-bank-row .col:nth-child(2), .fp-label-col footer .fp-station-row .col:nth-child(2), footer .row .fp-label-col .col:nth-child(2), footer .exhi-search-ttlArea .fp-label-col .col:nth-child(2), footer .search-sem-result-info .fp-label-col .col:nth-child(2), footer .search-sem-result-datevenue .fp-label-col .col:nth-child(2), footer .msgboxList-row .fp-label-col .col:nth-child(2), footer .exhi-details-contact .fp-label-col .col:nth-child(2), footer .exhi-details-data .fp-label-col .col:nth-child(2), footer .exhi-items-labels .fp-label-col .col:nth-child(2), footer .label-remarks .fp-label-col .col:nth-child(2), footer .exhi-items-products .fp-label-col .col:nth-child(2), footer .exhi-items .fp-label-col .col:nth-child(2), footer .dlList-item .fp-label-col .col:nth-child(2), footer .c-row-3-3-3-3 .fp-label-col .col:nth-child(2), footer .c-row-4-4-4 .fp-label-col .col:nth-child(2), footer .c-row-6-6 .fp-label-col .col:nth-child(2), footer .c-row-12 .fp-label-col .col:nth-child(2), footer .fp-input-row .fp-label-col .col:nth-child(2), footer .row-sm-7-sm .fp-label-col .col:nth-child(2), footer .row-9-sm .fp-label-col .col:nth-child(2), footer .row-2-6-4 .fp-label-col .col:nth-child(2), footer .row-2-5-5 .fp-label-col .col:nth-child(2), footer .row-7-2-1-2 .fp-label-col .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .fp-label-col .col:nth-child(2), footer .fp-bank-row .fp-label-col .col:nth-child(2), footer .fp-station-row .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-12 .col:nth-child(2), footer .f-row-12 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-3-9 .col:nth-child(2), footer .f-row-3-9 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-4-8 .col:nth-child(2), footer .f-row-4-8 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-sm-7-sm .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-7-5 .col:nth-child(2), footer .f-row-7-5 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-5-5 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-10 .col:nth-child(2), footer .f-row-2-10 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-6-6 .col:nth-child(2), footer .f-row-6-6 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-2-1-2 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-3-3-3-3 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-4-4 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-4-3-5 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-free .col:nth-child(2), footer .f-row-free .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-auto .col:nth-child(2), footer .f-row-auto .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols .col:nth-child(2), footer .f-row-cols .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-6 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-5 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-4 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-3 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-2 .fp-label-col .col:nth-child(2), .fp-label-col footer .f-row-cols1-1 .col:nth-child(2), footer .f-row-cols1-1 .fp-label-col .col:nth-child(2), .fp-label-col footer .top-bInfo-row .col:nth-child(2), footer .top-bInfo-row .fp-label-col .col:nth-child(2), .fp-label-col footer .top-2btns .col:nth-child(2), footer .top-2btns .fp-label-col .col:nth-child(2), .fp-label-col footer .password-row .col:nth-child(2), footer .password-row .fp-label-col .col:nth-child(2), .fp-label-col footer .semList-item .col:nth-child(2), footer .semList-item .fp-label-col .col:nth-child(2), .fp-label-col .formList-comment p, .formList-comment .fp-label-col p, .fp-label-col footer .fp-row .col:nth-child(2), footer .fp-row .fp-label-col .col:nth-child(2), .news-date, .important ul li span {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary, .dlList-icon-col .card, .lower-nav {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary, .search-sem-info-describe, .chat-area .msg-left .msgbox-content, .msgboxList-frame, .exhi-details-contact-ttl-col, .exhi-details-accordion .accordion-button, .icon-fav-txt, .icon-star, h6.bg-grey, .bg-grey.h6, .fp-th-color, .respon-table th, .fp-form-badge, .fp-form-section-subheader, footer, .pw-name, .pw-agreement h6, .pw-agreement .h6, .mail-head .row, .mail-head .exhi-search-ttlArea, .mail-head .search-sem-result-info, .mail-head .search-sem-result-datevenue, .mail-head .msgboxList-row, .mail-head .exhi-details-contact, .mail-head .exhi-details-data, .mail-head .exhi-items-labels, .mail-head .label-remarks, .mail-head .exhi-items-products, .mail-head .exhi-items, .mail-head .dlList-item, .mail-head .c-row-3-3-3-3, .mail-head .c-row-4-4-4, .mail-head .c-row-6-6, .mail-head .c-row-12, .mail-head .fp-input-row, .mail-head .row-sm-7-sm, .mail-head .row-9-sm, .mail-head .row-2-6-4, .mail-head .row-2-5-5, .mail-head .row-7-2-1-2, .mail-head .row-1-1-1-1-1-1-1-1-1-1-1-1, .mail-head .fp-bank-row, .mail-head .fp-station-row, .mail-head .fp-row, .mail-head .semList-item, .mail-head .password-row, .mail-head .f-row-12, .mail-head .f-row-3-9, .mail-head .f-row-4-8, .mail-head .f-row-sm-7-sm, .mail-head .f-row-7-5, .mail-head .f-row-2-4, .mail-head .f-row-2-4-2-4, .mail-head .f-row-2-5-5, .mail-head .f-row-2-10, .mail-head .f-row-6-6, .mail-head .f-row-2-1-2, .mail-head .f-row-3-3-3-3, .mail-head .f-row-4-4-4, .mail-head .f-row-4-3-5, .mail-head .f-row-free, .mail-head .f-row-auto, .mail-head .f-row-cols, .mail-head .f-row-cols1-6, .mail-head .f-row-cols1-5, .mail-head .f-row-cols1-4, .mail-head .f-row-cols1-3, .mail-head .f-row-cols1-2, .mail-head .f-row-cols1-1, .mail-head .top-bInfo-row, .mail-head .top-2btns, .table-list li:nth-child(1), .top-content section.data-nums .card {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning, .top-content section.top-buttons .msgbox-entry .msgbox-nums {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger, .fp-status-complete, .status-complete {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark, .fp-form-section-header, .pw-agreement > h5:before, .pw-agreement > .h5:before, .pw-agreement > .f-ttl:before, .content > h3:before, .content > .h3:before, footer, .btn-clear:hover, .btn-clear-row a:hover {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white, .search-sem-result-info .card-footer, .search-sem-result-data, .search-exhi-result .exhi-items, .exhi-items, .search-area, .dlList-item, .publishForm-accordion .drag-handle, .fp-header-card, .fp-tab-content, .fp-row, .formList-grid .card, .bookmark-label a, .semList li, .pw-agreement > h5 span, .pw-agreement > .h5 span, .pw-agreement > .f-ttl span, .pw-agreement, .login-plain, .table-list, .exhi-pages main > .f-container.border, .exhi-pages main > .f-container.shadow-ttl, .exhi-pages .exhibition-logo main > img.f-container, .exhibition-logo .exhi-pages main > img.f-container, .exhi-pages main > .f-container.l-tag, .exhi-pages main > .f-container.l-new, .exhi-pages main > .f-container.l-demo, .exhi-pages main > .f-container.l-sample, .exhi-pages main > .f-container.l-present, .exhi-pages main > .f-container.l-pdf, .exhi-pages main > .f-container.l-video, .exhi-pages main > .f-container.l-stage, .exhi-pages main > .f-container.l-release, .exhi-pages .exhi-items-products main > .f-container.card-body, .exhi-items-products .exhi-pages main > .f-container.card-body, .exhi-pages main > .f-container.exhi-items.PR, .exhi-pages main > .f-container.search-area, .exhi-pages main > .f-container.btn-default, .exhi-pages .cate-label-list main > span.f-container, .cate-label-list .exhi-pages main > span.f-container, .exhi-pages .publishForm-accordion main > .f-container.drag-handle, .publishForm-accordion .exhi-pages main > .f-container.drag-handle, .exhi-pages main > .f-container.fp-header-card, .exhi-pages main > .f-container.fp-form-belong-frame, .exhi-pages main > .f-container.fp-tab-content, .exhi-pages main > .f-container.fp-row-border, .exhi-pages .bookmark-label main > a.f-container, .bookmark-label .exhi-pages main > a.f-container, .exhi-pages .attachment ul li main > span.f-container, .attachment ul li .exhi-pages main > span.f-container, .exhi-pages main > .f-container.table-list, .exhi-pages main > .f-container.f-btn-reset, .exhi-pages main > .f-container.btn-clear, .exhi-pages .btn-clear-row main > a.f-container, .btn-clear-row .exhi-pages main > a.f-container, .exhi-pages .top-content section.top-buttons .msgbox-entry main > .f-container.msgbox-nums, .top-content section.top-buttons .msgbox-entry .exhi-pages main > .f-container.msgbox-nums, .top-content section, .content section, .top-unseen .card-body, .lower-nav ul li a.active {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent, .pagination .disabled > .page-link, .pagination li .disabled > a, .pagination li a:hover, .exhi-items-products .card-footer, .input-group-text, .formList-grid .card-header, .semList-item .card, .top-content section.top-buttons .card-footer, .top-content section.data-nums .card-footer, .card {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10, .search-sem-info-describe, .chat-area .msg-left .msgbox-content, .msgboxList-frame, .fp-th-color, .respon-table th, .pw-name, .mail-head .row, .mail-head .exhi-search-ttlArea, .mail-head .search-sem-result-info, .mail-head .search-sem-result-datevenue, .mail-head .msgboxList-row, .mail-head .exhi-details-contact, .mail-head .exhi-details-data, .mail-head .exhi-items-labels, .mail-head .label-remarks, .mail-head .exhi-items-products, .mail-head .exhi-items, .mail-head .dlList-item, .mail-head .c-row-3-3-3-3, .mail-head .c-row-4-4-4, .mail-head .c-row-6-6, .mail-head .c-row-12, .mail-head .fp-input-row, .mail-head .row-sm-7-sm, .mail-head .row-9-sm, .mail-head .row-2-6-4, .mail-head .row-2-5-5, .mail-head .row-7-2-1-2, .mail-head .row-1-1-1-1-1-1-1-1-1-1-1-1, .mail-head .fp-bank-row, .mail-head .fp-station-row, .mail-head .fp-row, .mail-head .semList-item, .mail-head .password-row, .mail-head .f-row-12, .mail-head .f-row-3-9, .mail-head .f-row-4-8, .mail-head .f-row-sm-7-sm, .mail-head .f-row-7-5, .mail-head .f-row-2-4, .mail-head .f-row-2-4-2-4, .mail-head .f-row-2-5-5, .mail-head .f-row-2-10, .mail-head .f-row-6-6, .mail-head .f-row-2-1-2, .mail-head .f-row-3-3-3-3, .mail-head .f-row-4-4-4, .mail-head .f-row-4-3-5, .mail-head .f-row-free, .mail-head .f-row-auto, .mail-head .f-row-cols, .mail-head .f-row-cols1-6, .mail-head .f-row-cols1-5, .mail-head .f-row-cols1-4, .mail-head .f-row-cols1-3, .mail-head .f-row-cols1-2, .mail-head .f-row-cols1-1, .mail-head .top-bInfo-row, .mail-head .top-2btns, .top-content section.data-nums .card {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25, .exhi-details-contact-ttl-col, .exhi-details-accordion .accordion-button, h6.bg-grey, .bg-grey.h6, .pw-agreement h6, .pw-agreement .h6, .table-list li:nth-child(1), .btn-clear:hover, .btn-clear-row a:hover {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75, .icon-fav-txt, footer {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100, .fp-label-mandatory, .fp-label-PIC, .fp-label-publicInfo {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded, .timetable-applied-notice, .msgboxList2 a, .publishForm-accordion .drag-handle, .fp-form-badge, .formList-grid .card, .login-plain, .attachment ul li span, .top-unseen .card-body, .f-input-group-row2 .input-group input, .f-input-group-row2 .msgboxList-search input, .f-input-group-row .input-group input, .f-input-group-row .msgboxList-search input, .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), .msgboxList-search > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0, .offcanvas-footer-msgarea textarea, .offcanvas_sideTab, .exhi-details-accordion .accordion-button, .semList-item .card [class*=btn-], .card {
  border-radius: 0 !important;
}

.rounded-1, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release, .l-label, .cate-label-list span, .fp-label-mandatory, .label-mandatory, .fp-label-PIC, .fp-label-publicInfo, .bookmark-label a, .news-cate {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2, .exhiName-01, .exhiName-02, .exhiName-03, .exhiName-04, .exhiName-05, .exhiName-06, .exhiName-07, .exhiName-08, .exhiName-09, .exhiName-10, .exhiName-11, .exhiName-12, .exhiName-13, .shadow-ttl, .tag-exhibitor, .tag-visitor, .semList li {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3, .search-area {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle, .top-content section.top-buttons .msgbox-entry .msgbox-nums {
  border-radius: 50% !important;
}

.rounded-pill, .tag-spec div span, .exhi-enquiry {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top, .exhi-items.PR:before {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0, .formList-grid .card-header {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end, .form-area .input-group input[type=text], .form-area .msgboxList-search input[type=text], .input-group input[type=text], .msgboxList-search input[type=text] {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start, .offcanvas_sideTab {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex, .timetable-applied-notice span, .f-input-group-row2, .f-input-group-row {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none, .timetable-applied-notice br {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0, .f-input-group-row2 .input-group input, .f-input-group-row2 .msgboxList-search input, .f-input-group-row .input-group input, .f-input-group-row .msgboxList-search input {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block, .search-sem-result-btn-apply-txt span br {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex, .f-btns-row {
    display: flex !important;
  }
  .d-md-inline-flex, .search-sem-result-mid-ttl .mid-ttl-date-datevenue {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center, .msgboxList-readCol, .f-btns-row {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1, .msgboxList-readCol {
    order: 1 !important;
  }
  .order-md-2, .msgboxList-dateCol {
    order: 2 !important;
  }
  .order-md-3, .msgboxList-txtCol {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0, .top-unseen .card-body {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0, .upper-nav li:not(:nth-last-child(1)) {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2, .top-unseen-num {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3, .lower-nav li:not(:nth-last-child(1)) {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5, .chat-area .msg-left {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0, .search-sem-result-btn-apply, .lower-nav ul {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3, .exhibition-logo {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2, .upper-nav span {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1, .f-col .f-col {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0, .f-col .f-col:nth-last-child(1) {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0, .f-col .f-col:nth-child(1) {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end, .upper-nav [class*=col-]:nth-child(2) {
    text-align: right !important;
  }
  .text-md-center, .msgboxList-dateCol, .msgboxList-date, .accordion-img-col {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none, .exhi-items-icons-col .exhi-enquiry, .exhibition-logo img {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block, .fp-info-datetime.fp-info-value, .fp-info-label {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex, .fp-info-value, .important ul li a {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row, .d-flex-center {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end, .exhi-items-fav-row {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center, .exhi-items-labels {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center, .d-flex-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1, .exhi-items-info-col {
    order: 1 !important;
  }
  .order-lg-2, .exhi-items-icons-col {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0, .exhi-items-labels, .top-unseen-num {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2, .top-unseen-num b {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0, .search-sem-result-btn-apply-txt {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5, .login-plain {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2, .search-sem-result-btn-apply-txt {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start, footer .row .col:nth-child(1), footer .exhi-search-ttlArea .col:nth-child(1), footer .search-sem-result-info .col:nth-child(1), footer .search-sem-result-datevenue .col:nth-child(1), footer .msgboxList-row .col:nth-child(1), footer .exhi-details-contact .col:nth-child(1), footer .exhi-details-data .col:nth-child(1), footer .exhi-items-labels .col:nth-child(1), footer .label-remarks .col:nth-child(1), footer .exhi-items-products .col:nth-child(1), footer .exhi-items .col:nth-child(1), footer .dlList-item .col:nth-child(1), footer .c-row-3-3-3-3 .col:nth-child(1), footer .c-row-4-4-4 .col:nth-child(1), footer .c-row-6-6 .col:nth-child(1), footer .c-row-12 .col:nth-child(1), footer .fp-input-row .col:nth-child(1), footer .row-sm-7-sm .col:nth-child(1), footer .row-9-sm .col:nth-child(1), footer .row-2-6-4 .col:nth-child(1), footer .row-2-5-5 .col:nth-child(1), footer .row-7-2-1-2 .col:nth-child(1), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(1), footer .fp-bank-row .col:nth-child(1), footer .fp-station-row .col:nth-child(1), footer .fp-row .col:nth-child(1), footer .semList-item .col:nth-child(1), footer .password-row .col:nth-child(1), footer .top-2btns .col:nth-child(1), footer .top-bInfo-row .col:nth-child(1), footer .f-row-12 .col:nth-child(1), footer .f-row-3-9 .col:nth-child(1), footer .f-row-4-8 .col:nth-child(1), footer .f-row-sm-7-sm .col:nth-child(1), footer .f-row-7-5 .col:nth-child(1), footer .f-row-2-4 .col:nth-child(1), footer .f-row-2-4-2-4 .col:nth-child(1), footer .f-row-2-5-5 .col:nth-child(1), footer .f-row-2-10 .col:nth-child(1), footer .f-row-6-6 .col:nth-child(1), footer .f-row-2-1-2 .col:nth-child(1), footer .f-row-3-3-3-3 .col:nth-child(1), footer .f-row-4-4-4 .col:nth-child(1), footer .f-row-4-3-5 .col:nth-child(1), footer .f-row-free .col:nth-child(1), footer .f-row-auto .col:nth-child(1), footer .f-row-cols .col:nth-child(1), footer .f-row-cols1-6 .col:nth-child(1), footer .f-row-cols1-5 .col:nth-child(1), footer .f-row-cols1-4 .col:nth-child(1), footer .f-row-cols1-3 .col:nth-child(1), footer .f-row-cols1-2 .col:nth-child(1), footer .f-row-cols1-1 .col:nth-child(1) {
    text-align: left !important;
  }
  .text-lg-end, .search-sem-result-btn-apply-txt, .search-sem-result-venue, .important ul li span, footer .row .col:nth-child(2), footer .exhi-search-ttlArea .col:nth-child(2), footer .search-sem-result-info .col:nth-child(2), footer .search-sem-result-datevenue .col:nth-child(2), footer .msgboxList-row .col:nth-child(2), footer .exhi-details-contact .col:nth-child(2), footer .exhi-details-data .col:nth-child(2), footer .exhi-items-labels .col:nth-child(2), footer .label-remarks .col:nth-child(2), footer .exhi-items-products .col:nth-child(2), footer .exhi-items .col:nth-child(2), footer .dlList-item .col:nth-child(2), footer .c-row-3-3-3-3 .col:nth-child(2), footer .c-row-4-4-4 .col:nth-child(2), footer .c-row-6-6 .col:nth-child(2), footer .c-row-12 .col:nth-child(2), footer .fp-input-row .col:nth-child(2), footer .row-sm-7-sm .col:nth-child(2), footer .row-9-sm .col:nth-child(2), footer .row-2-6-4 .col:nth-child(2), footer .row-2-5-5 .col:nth-child(2), footer .row-7-2-1-2 .col:nth-child(2), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(2), footer .fp-bank-row .col:nth-child(2), footer .fp-station-row .col:nth-child(2), footer .fp-row .col:nth-child(2), footer .semList-item .col:nth-child(2), footer .password-row .col:nth-child(2), footer .top-2btns .col:nth-child(2), footer .top-bInfo-row .col:nth-child(2), footer .f-row-12 .col:nth-child(2), footer .f-row-3-9 .col:nth-child(2), footer .f-row-4-8 .col:nth-child(2), footer .f-row-sm-7-sm .col:nth-child(2), footer .f-row-7-5 .col:nth-child(2), footer .f-row-2-4 .col:nth-child(2), footer .f-row-2-4-2-4 .col:nth-child(2), footer .f-row-2-5-5 .col:nth-child(2), footer .f-row-2-10 .col:nth-child(2), footer .f-row-6-6 .col:nth-child(2), footer .f-row-2-1-2 .col:nth-child(2), footer .f-row-3-3-3-3 .col:nth-child(2), footer .f-row-4-4-4 .col:nth-child(2), footer .f-row-4-3-5 .col:nth-child(2), footer .f-row-free .col:nth-child(2), footer .f-row-auto .col:nth-child(2), footer .f-row-cols .col:nth-child(2), footer .f-row-cols1-6 .col:nth-child(2), footer .f-row-cols1-5 .col:nth-child(2), footer .f-row-cols1-4 .col:nth-child(2), footer .f-row-cols1-3 .col:nth-child(2), footer .f-row-cols1-2 .col:nth-child(2), footer .f-row-cols1-1 .col:nth-child(2) {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1, .timetable-applied-notice b {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1, .timetable-applied-notice b, .top-content section.top-buttons svg, .top-content section.data-nums .card-footer, .top-unseen-num b {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4, .exhi-details-accordion .accordion-button > div, .line-ttl, .exhi-items-name, .dlList-icon-col .card, footer .row .col:nth-child(1), footer .exhi-search-ttlArea .col:nth-child(1), footer .search-sem-result-info .col:nth-child(1), footer .search-sem-result-datevenue .col:nth-child(1), footer .msgboxList-row .col:nth-child(1), footer .exhi-details-contact .col:nth-child(1), footer .exhi-details-data .col:nth-child(1), footer .exhi-items-labels .col:nth-child(1), footer .label-remarks .col:nth-child(1), footer .exhi-items-products .col:nth-child(1), footer .exhi-items .col:nth-child(1), footer .dlList-item .col:nth-child(1), footer .c-row-3-3-3-3 .col:nth-child(1), footer .c-row-4-4-4 .col:nth-child(1), footer .c-row-6-6 .col:nth-child(1), footer .c-row-12 .col:nth-child(1), footer .fp-input-row .col:nth-child(1), footer .row-sm-7-sm .col:nth-child(1), footer .row-9-sm .col:nth-child(1), footer .row-2-6-4 .col:nth-child(1), footer .row-2-5-5 .col:nth-child(1), footer .row-7-2-1-2 .col:nth-child(1), footer .row-1-1-1-1-1-1-1-1-1-1-1-1 .col:nth-child(1), footer .fp-bank-row .col:nth-child(1), footer .fp-station-row .col:nth-child(1), footer .fp-row .col:nth-child(1), footer .semList-item .col:nth-child(1), footer .password-row .col:nth-child(1), footer .top-2btns .col:nth-child(1), footer .top-bInfo-row .col:nth-child(1), footer .f-row-12 .col:nth-child(1), footer .f-row-3-9 .col:nth-child(1), footer .f-row-4-8 .col:nth-child(1), footer .f-row-sm-7-sm .col:nth-child(1), footer .f-row-7-5 .col:nth-child(1), footer .f-row-2-4 .col:nth-child(1), footer .f-row-2-4-2-4 .col:nth-child(1), footer .f-row-2-5-5 .col:nth-child(1), footer .f-row-2-10 .col:nth-child(1), footer .f-row-6-6 .col:nth-child(1), footer .f-row-2-1-2 .col:nth-child(1), footer .f-row-3-3-3-3 .col:nth-child(1), footer .f-row-4-4-4 .col:nth-child(1), footer .f-row-4-3-5 .col:nth-child(1), footer .f-row-free .col:nth-child(1), footer .f-row-auto .col:nth-child(1), footer .f-row-cols .col:nth-child(1), footer .f-row-cols1-6 .col:nth-child(1), footer .f-row-cols1-5 .col:nth-child(1), footer .f-row-cols1-4 .col:nth-child(1), footer .f-row-cols1-3 .col:nth-child(1), footer .f-row-cols1-2 .col:nth-child(1), footer .f-row-cols1-1 .col:nth-child(1), .f-form-ttl {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --mainColor-dark:#002060;
  --first-color:#da001d;
  --grey-color:#e8e8e8;
  --second-color:#a48100;
}

/**@media (min-width: 576px) {
  .f-container {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .f-container {
    max-width: 600px;
  }
}*/
@media (min-width: 992px) {
  .f-container {
    max-width: 800px;
  }
  .f-w-5 {
    width: 5% !important;
  }
  .f-w-10 {
    width: 10% !important;
  }
  .f-w-15 {
    width: 15% !important;
  }
  .f-w-20 {
    width: 20% !important;
  }
  .f-w-25 {
    width: 50% !important;
  }
  .f-w-30 {
    width: 30% !important;
  }
  .f-w-35 {
    width: 35% !important;
  }
  .f-w-40 {
    width: 40% !important;
  }
  .f-w-45 {
    width: 45% !important;
  }
  .f-w-50, .f-w-55, .f-w-60, .f-w-65, .f-w-70, .f-w-75, .f-w-80, .f-w-85, .f-w-90, .f-w-95, .f-w-100, .f-w-auto {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .f-container {
    max-width: 950px;
  }
}
@media (min-width: 1400px) {
  .f-container {
    max-width: 1100px;
  }
  .f-w-auto {
    width: auto !important;
  }
  .f-w-5 {
    width: 5% !important;
  }
  .f-w-10 {
    width: 10% !important;
  }
  .f-w-15 {
    width: 15% !important;
  }
  .f-w-20 {
    width: 20% !important;
  }
  .f-w-25 {
    width: 25% !important;
  }
  .f-w-30 {
    width: 30% !important;
  }
  .f-w-35 {
    width: 35% !important;
  }
  .f-w-40 {
    width: 40% !important;
  }
  .f-w-45 {
    width: 45% !important;
  }
  .f-w-50 {
    width: 50% !important;
  }
  .f-w-55 {
    width: 55% !important;
  }
  .f-w-60 {
    width: 60% !important;
  }
  .f-w-65 {
    width: 65% !important;
  }
  .f-w-70 {
    width: 70% !important;
  }
  .f-w-75 {
    width: 75% !important;
  }
  .f-w-80 {
    width: 80% !important;
  }
  .f-w-85 {
    width: 85% !important;
  }
  .f-w-90 {
    width: 90% !important;
  }
  .f-w-95 {
    width: 95% !important;
  }
  .f-w-100 {
    width: 100% !important;
  }
}
.f-container {
  --bs-gutter: 1.5rem;
  padding: calc(var(--bs-gutter) * 0.5);
}

.f-form-ttl {
  border-bottom: 3px double #333;
}

em {
  font-style: normal !important;
}

.dot-borderB {
  border-bottom: 1px dotted #888;
}

.bg-cate {
  background: var(--grey-color);
}

.f-ttl {
  background: var(--mainColor-dark);
}

/**.form-area .input-group > textarea, .form-area .input-group > .form-select, .form-area .input-group > select, .form-area .input-group .input-group-text input[type="checkbox"], .form-area .input-group > .form-floating{
  flex:none ; @extend .rounded
}**/
.form-area .input-group .input-group-text input[type=checkbox], .form-area .msgboxList-search .input-group-text input[type=checkbox], .form-area .input-group .input-group-text input[type=radio], .form-area .msgboxList-search .input-group-text input[type=radio] {
  width: auto;
}

.f-btn-color, .f-btn-color:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.f-btn-color:hover {
  background-color: #286090;
}

@media print {
  /* 1. Reset Spacing for Containers */
  /* This removes the horizontal padding/margins from .container and .row */
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .row,
  .exhi-search-ttlArea,
  .search-sem-result-info,
  .search-sem-result-datevenue,
  .msgboxList-row,
  .exhi-details-contact,
  .exhi-details-data,
  .exhi-items-labels,
  .label-remarks,
  .exhi-items-products,
  .exhi-items,
  .dlList-item,
  .c-row-3-3-3-3,
  .c-row-4-4-4,
  .c-row-6-6,
  .c-row-12,
  .fp-input-row,
  .row-sm-7-sm,
  .row-9-sm,
  .row-2-6-4,
  .row-2-5-5,
  .row-7-2-1-2,
  .row-1-1-1-1-1-1-1-1-1-1-1-1,
  .fp-bank-row,
  .fp-station-row,
  .fp-row,
  .semList-item,
  .password-row,
  .top-2btns,
  .top-bInfo-row,
  .f-row-12,
  .f-row-3-9,
  .f-row-4-8,
  .f-row-sm-7-sm,
  .f-row-7-5,
  .f-row-2-4,
  .f-row-2-4-2-4,
  .f-row-2-5-5,
  .f-row-2-10,
  .f-row-6-6,
  .f-row-2-1-2,
  .f-row-3-3-3-3,
  .f-row-4-4-4,
  .f-row-4-3-5,
  .f-row-free,
  .f-row-auto,
  .f-row-cols,
  .f-row-cols1-6,
  .f-row-cols1-5,
  .f-row-cols1-4,
  .f-row-cols1-3,
  .f-row-cols1-2,
  .f-row-cols1-1 {
    padding-right: var(--bs-gutter-x, 1.5rem) !important;
    padding-left: var(--bs-gutter-x, 1.5rem) !important;
    margin-right: auto !important; /* Keep center alignment */
    margin-left: auto !important; /* Keep center alignment */
    width: 100% !important;
  }
  .w-50, .footer-contact-table td, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .search-sem-result-time:after, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .msgboxList2 a, .exhi-details-contact-sep, .exhi-details-sep, .exhi-items-labels span[class*=l-], .row-sm-7-sm input:not([type=checkbox]), .row-sm-7-sm select,
  .row-9-sm input:not([type=checkbox]), .row-9-sm select,
  .row-2-6-4 input:not([type=checkbox]), .row-2-6-4 select,
  .row-2-5-5 input:not([type=checkbox]), .row-2-5-5 select,
  .row-7-2-1-2 input:not([type=checkbox]), .row-7-2-1-2 select,
  .row-1-1-1-1-1-1-1-1-1-1-1-1 input:not([type=checkbox]), .row-1-1-1-1-1-1-1-1-1-1-1-1 select,
  .content-col .row-3-9 input:not([type=checkbox]), .content-col .row-3-9 select,
  .content-col.row-2-10 input:not([type=checkbox]), .content-col .row-2-10 select, .fp-formInfo-status-col .card [class*=status-], .fp-form-sep, .semList-item .card [class*=status-], .semList-item .card [class*=btn-], .pw-agreement > h5:before, .pw-agreement > .h5:before, .pw-agreement > .f-ttl:before, .footer-contact-table table, .table-list li .row, .table-list li .exhi-search-ttlArea, .table-list li .search-sem-result-info, .table-list li .search-sem-result-datevenue, .table-list li .msgboxList-row, .table-list li .exhi-details-contact, .table-list li .exhi-details-data, .table-list li .exhi-items-labels, .table-list li .label-remarks, .table-list li .exhi-items-products, .table-list li .exhi-items, .table-list li .dlList-item, .table-list li .c-row-3-3-3-3, .table-list li .c-row-4-4-4, .table-list li .c-row-6-6, .table-list li .c-row-12, .table-list li .fp-input-row, .table-list li .row-sm-7-sm, .table-list li .row-9-sm, .table-list li .row-2-6-4, .table-list li .row-2-5-5, .table-list li .row-7-2-1-2, .table-list li .row-1-1-1-1-1-1-1-1-1-1-1-1, .table-list li .fp-bank-row, .table-list li .fp-station-row, .table-list li .fp-row, .table-list li .semList-item, .table-list li .password-row, .table-list li .f-row-12, .table-list li .f-row-3-9, .table-list li .f-row-4-8, .table-list li .f-row-sm-7-sm, .table-list li .f-row-7-5, .table-list li .f-row-2-4, .table-list li .f-row-2-4-2-4, .table-list li .f-row-2-5-5, .table-list li .f-row-2-10, .table-list li .f-row-6-6, .table-list li .f-row-2-1-2, .table-list li .f-row-3-3-3-3, .table-list li .f-row-4-4-4, .table-list li .f-row-4-3-5, .table-list li .f-row-free, .table-list li .f-row-auto, .table-list li .f-row-cols, .table-list li .f-row-cols1-6, .table-list li .f-row-cols1-5, .table-list li .f-row-cols1-4, .table-list li .f-row-cols1-3, .table-list li .f-row-cols1-2, .table-list li .f-row-cols1-1, .table-list li .top-bInfo-row, .table-list li .top-2btns, .table-list, .content > h3:before, .content > .h3:before, .important ul li a, .standard-btn, .top-unseen .card-body > a, .top-unseen .card, .f-container, .float-btns li a {
    width: 100% !important;
  }
  /* 2. Prevent columns from stacking */
  /* This forces all columns (e.g., .col-6, .col-md-4) to maintain their desktop width on print */
  [class*=col-] {
    float: left !important; /* Forces float behavior */
  }
  .f-col .f-col {
    padding: 0.25rem !important;
  }
  /* Adjust specific column widths to match desktop view. Example for a 12-column grid: */
  .f-container {
    max-width: 1100px;
  }
  .f-w-auto {
    width: auto !important;
  }
  .f-w-5 {
    width: 5% !important;
  }
  .f-w-10 {
    width: 10% !important;
  }
  .f-w-15 {
    width: 15% !important;
  }
  .f-w-20 {
    width: 20% !important;
  }
  .f-w-25 {
    width: 25% !important;
  }
  .f-w-30 {
    width: 30% !important;
  }
  .f-w-35 {
    width: 35% !important;
  }
  .f-w-40 {
    width: 40% !important;
  }
  .f-w-45 {
    width: 45% !important;
  }
  .f-w-50 {
    width: 50% !important;
  }
  .f-w-55 {
    width: 55% !important;
  }
  .f-w-60 {
    width: 60% !important;
  }
  .f-w-65 {
    width: 65% !important;
  }
  .f-w-70 {
    width: 70% !important;
  }
  .f-w-75 {
    width: 75% !important;
  }
  .f-w-80 {
    width: 80% !important;
  }
  .f-w-85 {
    width: 85% !important;
  }
  .f-w-90 {
    width: 90% !important;
  }
  .f-w-95 {
    width: 95% !important;
  }
  .f-w-100 {
    width: 100% !important;
  }
  .f-row-3-9 > .f-col:nth-child(1) {
    width: 25% !important;
  }
  .f-row-3-9 > .f-col:nth-child(2) {
    width: 75% !important;
  }
  .f-row-4-8 > .f-col:nth-child(1) {
    width: 33.333333% !important;
  }
  .f-row-4-8 > .f-col:nth-child(2) {
    width: 66.66666667%;
  }
  .f-row-sm-7-sm > .f-col:nth-child(1), .f-row-sm-7-sm > .f-col:nth-child(3) {
    width: 24.1666666 !important;
  }
  .f-row-sm-7-sm > .f-col:nth-child(2) {
    width: 58.33333333% !important;
  }
  .f-row-7-5 > .f-col:nth-child(1) {
    width: 58.33333333% !important;
  }
  .f-row-7-5 > .f-col:nth-child(2) {
    width: 41.66666667% !important;
  }
  .f-row-2-4 > .f-col:nth-child(1) {
    width: 16.66666667% !important;
  }
  .f-row-2-4 > .f-col:nth-child(2) {
    width: 33.333333% !important;
  }
  .f-row-2-4-2-4 > .f-col:nth-child(1) {
    width: 16.66666667% !important;
  }
  .f-row-2-4-2-4 > .f-col:nth-child(2) {
    width: 33.333333% !important;
  }
  .f-row-2-4-2-4 > .f-col:nth-child(3) {
    width: 16.66666667% !important;
  }
  .f-row-2-4-2-4 > .f-col:nth-child(4) {
    width: 33.333333% !important;
  }
  .f-row-2-5-5 > .f-col:nth-child(1) {
    width: 16.66666667% !important;
  }
  .f-row-2-5-5 > .f-col:nth-child(2) {
    width: 41.66666667% !important;
  }
  .f-row-2-5-5 > .f-col:nth-child(3) {
    width: 41.66666667% !important;
  }
  .f-row-2-10 > .f-col:nth-child(1) {
    width: 16.66666667% !important;
  }
  .f-row-2-10 > .f-col:nth-child(2) {
    width: 83.33333333% !important;
  }
  .f-row-6-6 > .f-col:nth-child(1) {
    width: 50% !important;
  }
  .f-row-6-6 > .f-col:nth-child(2) {
    width: 50% !important;
  }
  .f-row-2-1-2 > .f-col:nth-child(1) {
    width: 16.66666667% !important;
  }
  .f-row-2-1-2 > .f-col:nth-child(2) {
    width: 8.33333333% !important;
  }
  .f-row-2-1-2 > .f-col:nth-child(3) {
    width: 16.66666667% !important;
  }
  .f-row-4-3-5 > .f-col:nth-child(1) {
    width: 33.333333% !important;
  }
  .f-row-4-3-5 > .f-col:nth-child(2) {
    width: 25% !important;
  }
  .f-row-4-3-5 > .f-col:nth-child(3) {
    width: 41.66666667% !important;
  }
  .f-row-4-4-4 > .f-col:nth-child(1), .f-row-4-4-4 > .f-col:nth-child(2), .f-row-4-4-4 > .f-col:nth-child(3) {
    width: 33.333333% !important;
  }
  .f-row-3-3-3-3 > .f-col:nth-child(1), .f-row-3-3-3-3 > .f-col:nth-child(2), .f-row-3-3-3-3 > .f-col:nth-child(3), .f-row-3-3-3-3 > .f-col:nth-child(4) {
    width: 25% !important;
  }
  .f-row-cols1-6 > * {
    width: 16.66666667% !important;
  }
  .f-row-cols1-5 {
    width: 20% !important;
  }
  .f-row-cols1-4 {
    width: 25% !important;
  }
  .f-row-cols1-3 {
    width: 33.33333333% !important;
  }
  .f-row-cols1-2 {
    width: 50% !important;
  }
  .col-md-2, .msgboxList-dateCol, .msgboxList-date, .exhi-details-contact-ttl-col, .fp-input-row-2-4-2-4 > .fp-col-01, .fp-input-row-2-10 > .fp-col-01, .row-7-2-1-2 > .c-col:nth-child(4), .row-7-2-1-2 > .c-col:nth-child(2), .row-2-5-5 > .c-col:nth-child(1), .row-2-6-4 > .c-col:nth-child(1), .semList-item .status-col, .semList-item .btn-col, .f-row-2-4 > .f-col:nth-child(1), .f-row-2-4-2-4 > .f-col:nth-child(1), .f-row-2-4-2-4 > .f-col:nth-child(3), .f-row-2-5-5 > .f-col:nth-child(1), .f-row-2-10 > .f-col:nth-child(1), .f-row-2-1-2 > .f-col:nth-child(1), .f-row-2-1-2 > .f-col:nth-child(3) {
    width: 16.66666667% !important;
  }
  .col-md-3, .msgboxList-exhiName, .fp-input-row-3-9 > .fp-col-01, .fp-input-col-3, .fp-label-col-3, .fp-label-col, .f-row-3-9 > .f-col:nth-child(1), .f-row-4-3-5 > .f-col:nth-child(2), .f-row-3-3-3-3 > .f-col:nth-child(1), .f-row-3-3-3-3 > .f-col:nth-child(2), .f-row-3-3-3-3 > .f-col:nth-child(3), .f-row-3-3-3-3 > .f-col:nth-child(4), .contact-box-ttl {
    width: 25% !important;
  }
  .col-md-4, .accordion-img-col, .fp-input-row-2-4-2-4 > .fp-col-02, .fp-input-row-4-8 > .fp-col-01, .row-2-6-4 > .c-col:nth-child(3), .f-row-4-8 > .f-col:nth-child(1), .f-row-2-4 > .f-col:nth-child(2), .f-row-2-4-2-4 > .f-col:nth-child(2), .f-row-2-4-2-4 > .f-col:nth-child(4), .f-row-4-3-5 > .f-col:nth-child(1), .f-row-4-4-4 > .f-col:nth-child(1), .f-row-4-4-4 > .f-col:nth-child(2), .f-row-4-4-4 > .f-col:nth-child(3) {
    width: 33.333333% !important;
  }
  .col-md-5, .fp-input-row-5-7 > .fp-col-01, .row-2-5-5 > .c-col:nth-child(3), .row-2-5-5 > .c-col:nth-child(2), .f-row-7-5 > .f-col:nth-child(2), .f-row-2-5-5 > .f-col:nth-child(2), .f-row-2-5-5 > .f-col:nth-child(3), .f-row-4-3-5 > .f-col:nth-child(3) {
    width: 41.66666667% !important;
  }
  .col-md-6, .row-2-6-4 > .c-col:nth-child(2), .fp-input-col-6, .fp-label-col-6, .top-bInfo-row .col:nth-child(2), .top-bInfo-row .col:nth-child(3), .f-row-6-6 > .f-col:nth-child(1), .f-row-6-6 > .f-col:nth-child(2) {
    width: 50% !important;
  }
  .col-md-7, .msgboxList-company, .fp-input-row-5-7 > .fp-col-02, .row-7-2-1-2 > .c-col:nth-child(1), .row-sm-7-sm > .c-col:nth-child(2), .f-row-sm-7-sm > .f-col:nth-child(2), .f-row-7-5 > .f-col:nth-child(1) {
    width: 58.33333333% !important;
  }
  .col-md-8, .accordion-info-col, .fp-input-row-4-8 > .fp-col-02, .semList-item .semInfo-col, .f-row-4-8 > .f-col:nth-child(2) {
    width: 66.66666667%;
  }
  .col-md-9, .msgboxList-txtCol, .fp-input-row-3-9 > .fp-col-02, .row-9-sm > .c-col:nth-child(1), .fp-input-col, .f-row-3-9 > .f-col:nth-child(2), .contact-box-text {
    width: 75% !important;
  }
  .d-grid, .category_con_other, .f-btns-row {
    display: flex !important;
    justify-content: center !important;
  }
  .contact-box {
    --bs-gutter-x:0 !important;
    width: 100% !important;
  }
  /* You may need to add classes for all the column widths you use (col-1 to col-12) */
  /* 3. Ensure text is visible and left-aligned (overrides potential centering) */
  body {
    text-align: left !important;
    /* Optionally set a background if the browser setting is ignored, but user setting is better */
    /* background-color: #fff !important; */
  }
}
body {
  padding-top: 0 !important;
  background: #f4f7f9;
}

.fs-6, .search-sem-result-datevenue, .formList-grid .card-footer .deadline-date, .top-unseen .card-body, .fontawesome, .formList-grid .card-footer:before, .tag-exhibitor:before, .tag-visitor:before, .btn-download:before, .btn-details:before, .arrow, .news-list ul li:before, .cir-arrow, .important ul li:before, .top-unseen-cate:after {
  font-size: 1.1rem !important;
}

.fs--9, .news-cate {
  font-size: 90%;
}

.fs--8, .news-list ul li:before {
  font-size: 80%;
}

.fs--7 {
  font-size: 70%;
}

@media (min-width: 768px) {
  .w-80 {
    width: 80%;
  }
}
:root {
  --bs-primary: #00558F;
  --bs-primary-rgb: 0, 85, 143;
}

.btn-primary, .btn-light-primary, .semList-item .card [class*=btn-], .standard-btn, .btn-primary-sm {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: #00558F; /* Darker shade for hover */
  --bs-btn-hover-border-color: #00558F;
  --bs-btn-active-bg: #00558F; /* Even darker for active */
  --bs-btn-active-border-color: #00558F;
}

.btn-outline-primary, .fp-btn-saved, .fp-btn-saved:hover, .btn-outline-primary-sm {
  --bs-btn-color: #00558F;
  --bs-btn-border-color: #00558F;
  --bs-btn-hover-bg: #00558F;
  --bs-btn-hover-border-color: #00558F;
}

.fontawesome, .formList-grid .card-footer:before, .tag-exhibitor:before, .tag-visitor:before, .btn-download:before, .btn-details:before, .arrow, .news-list ul li:before, .cir-arrow, .important ul li:before, .top-unseen-cate:after {
  font-family: "Font Awesome 6 Pro";
  font: var(--fa-font-solid);
  padding-top: 0.15rem;
}

.cir-arrow, .important ul li:before, .top-unseen-cate:after {
  content: "\f138";
}

.arrow, .news-list ul li:before {
  content: "\f0da";
}

.upper-nav {
  background-color: #353535;
}

.upper-nav li {
  font-size: 90%;
}

.upper-nav li a:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
}

.upper-nav li:nth-child(1) a:before {
  content: "\e3af";
}

.upper-nav li:nth-child(2) a:before {
  content: "\f0ac";
}

.upper-nav li:nth-child(3) a:before {
  content: "\f30d";
}

.lower-nav .navbar-toggler {
  filter: grayscale(1) invert(1);
}

.top-unseen-num b {
  color: #e96275;
}

.top-content section.top-buttons .msgbox-entry .msgbox-nums {
  top: 0;
  right: 5%;
  font-size: 11px;
  line-height: 11px;
  height: 30px;
  width: 30px;
}

@media (min-width: 992px) {
  .top-content section.top-buttons .col:not(:nth-last-child(1)) .card {
    border-right: 1px solid #e8e8e8 !important;
  }
}
@media (max-width: 991px) {
  .top-content section.top-buttons .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .top-content section.top-buttons .col:nth-child(odd) .card {
    border-right: 1px solid #e8e8e8 !important;
  }
  .top-content section.top-buttons .col:nth-child(-n+2) .card {
    border-bottom: 1px solid #e8e8e8 !important;
  }
}
@media screen and (max-width: 480px) {
  .top-content section.top-buttons .card-footer {
    zoom: 0.85;
  }
}
.news-list ul li {
  border-bottom-style: dotted !important;
}

.news-cate.cate-gen {
  background-color: #597c8b;
}

.news-cate.cate-tbc {
  background-color: #e67a7a;
}

.content > h3:before, .content > .h3:before {
  top: calc(50% - 1px);
  left: 0;
  height: 1px;
  content: "";
}

.content > h3 span, .content > .h3 span {
  background: #f4f7f9;
  z-index: 999;
}

.table-list li:not(:nth-last-child(1)) {
  border-bottom-style: dotted !important;
  border-bottom-color: #999 !important;
}

.btn-details:before {
  content: "\e49a";
}

.btn-download:before {
  content: "\f33d";
}

@media (max-width: 767px) {
  .table-list li:nth-child(1) {
    display: none !important;
  }
  .table-list li [class^=col-] {
    display: flex;
    margin-bottom: 1px;
    padding-left: 5px !important;
  }
  .table-list li [class^=col-]:before {
    font-weight: bold;
    display: table-cell;
    width: 100px;
    background: #e8e8e8;
    padding: 5px;
  }
  .table-list li [class^=col-] div {
    padding: 5px;
  }
  .table-list li [class^=col-]:nth-last-child(1) {
    margin-top: 5px;
  }
  .table-list li [class^=col-]:nth-last-child(1) a:not(:nth-last-child(1)) {
    margin-right: 5px;
  }
  .invoice li:nth-child(n+2) [class^=col-]:nth-child(1):before {
    content: "請求書番号 ";
  }
  .invoice li:nth-child(n+2) [class^=col-]:nth-child(2):before {
    content: "請求先 ";
  }
  .invoice li:nth-child(n+2) [class^=col-]:nth-child(3):before {
    content: "合計 ";
  }
}
.login-area {
  background: url(../images/common/loginBg.jpg) no-repeat center #f5f9fb;
  background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.password-area {
  background: url(../images/common/loginBg_BW.jpg) no-repeat center #f5f9fb;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-plain {
  max-width: 580px;
}

.login-id input, .login-pw input, .login-email input {
  padding-left: 2.2rem;
}

.login-id svg, .login-pw svg, .login-email svg {
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-contact {
  background: #1f3040;
}

@media (max-width: 992px) {
  .footer-contact-table td {
    display: block !important;
    width: 100% !important;
  }
}
.password-row .card-body {
  max-height: 400px;
}

.pw-agreement {
  max-height: 750px;
}

.pw-agreement > h5:before, .pw-agreement > .h5:before, .pw-agreement > .f-ttl:before {
  top: calc(50% - 1px);
  left: 0;
  height: 1px;
  content: "";
}

.pw-agreement > h5 span, .pw-agreement > .h5 span, .pw-agreement > .f-ttl span {
  z-index: 999;
}

.semList-item .card [class*=btn-]:before {
  content: "\f044";
}

.semList-item .card .status-nor {
  background-color: #50b7b2;
}

.semList-date:before, .semList-venue:before, .semList-item .card [class*=btn-]:before {
  font-family: "Font Awesome 6 Pro";
}

.semList-date:before {
  content: "\f783";
}

.semList-venue:before {
  content: "\f3c5";
}

.status-nor {
  background-color: #50b7b2;
}

.status-pend {
  background-color: #f49631;
}

/*** exhibitor search ***/
.bookmark-label a {
  border-color: var(--default-color) !important;
}

.tag-exhibitor {
  background: #a9cfdf;
  color: #1b4759;
}

.tag-visitor {
  background: #f0e79b;
  color: #5e5a34;
}

.tag-exhibitor:before {
  content: "\f508";
}

.tag-visitor:before {
  content: "\f007";
}

/*** form list ***/
.formList-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .formList-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.formList-grid .grid-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.formList-grid .card-header:has(.fp-status-nor) {
  border-top-color: #50b7b2 !important;
}

.formList-grid .card-header:has(.fp-status-pend) {
  border-top-color: #f49631 !important;
}

.formList-grid .card-header:has(.fp-status-complete) {
  border-top-color: #dc3545 !important;
}

.formList-grid .card:hover {
  transition: scale 0.3s ease-in-out;
  scale: 1.05;
}

.formList-grid .card-header [class*=fp-label-] {
  transform: scale(1.2);
  line-height: normal !important;
}

.formList-title {
  color: #434343;
}

.formList-grid .card-footer {
  border-top-style: dashed !important;
}

.formList-grid .card-footer:before {
  content: "\e46e";
  font: var(--fa-font-regular) !important;
}

/*.formList-grid .card:has(.fp-status-complete) {
            background:url("../exhibitor/images/jp/form_submitted.png") no-repeat 102% 110%;
}*/
.expired {
  filter: grayscale(100%);
  opacity: 0.6;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HGMaruGothicMPRO", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

img {
  width: auto\9 ;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

a {
  color: #337ab7;
}

a:hover,
a:active,
a:focus {
  opacity: 0.6;
}

input, textarea, select, .dropdown-item {
  font-size: 14px !important;
}

.form-floating > .form-control:not(:placeholder-shown), .form-floating > textarea:not(:placeholder-shown), .form-floating > input:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-check-input[type=checkbox], input[type=checkbox], .form-check-input[type=radio], input[type=radio] {
  border-color: #333 !important;
}

.grey-out {
  cursor: default;
  pointer-events: none;
}

.grey-out > div {
  background: rgba(200, 200, 200, 0.4);
  opacity: 0.7;
}

.grey-out > div select, .grey-out > div input {
  opacity: 0.6;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 992px) {
  .w-5 {
    width: 5%;
  }
  .w-10 {
    width: 10%;
  }
  .w-15 {
    width: 15%;
  }
  .w-20 {
    width: 20%;
  }
  .w-25 {
    width: 50%;
  }
  .w-30 {
    width: 30%;
  }
  .w-35 {
    width: 35%;
  }
  .w-40 {
    width: 40%;
  }
  .w-45 {
    width: 45%;
  }
  .w-50, .footer-contact-table td, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .search-sem-result-time:after, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .msgboxList2 a, .exhi-details-contact-sep, .exhi-details-sep, .exhi-items-labels span[class*=l-], .row-sm-7-sm input:not([type=checkbox]), .row-sm-7-sm select,
  .row-9-sm input:not([type=checkbox]), .row-9-sm select,
  .row-2-6-4 input:not([type=checkbox]), .row-2-6-4 select,
  .row-2-5-5 input:not([type=checkbox]), .row-2-5-5 select,
  .row-7-2-1-2 input:not([type=checkbox]), .row-7-2-1-2 select,
  .row-1-1-1-1-1-1-1-1-1-1-1-1 input:not([type=checkbox]), .row-1-1-1-1-1-1-1-1-1-1-1-1 select,
  .content-col .row-3-9 input:not([type=checkbox]), .content-col .row-3-9 select,
  .content-col.row-2-10 input:not([type=checkbox]), .content-col .row-2-10 select, .fp-formInfo-status-col .card [class*=status-], .fp-form-sep, .f-container, .top-unseen .card, .top-unseen .card-body > a, .standard-btn, .important ul li a, .content > h3:before, .content > .h3:before, .table-list, .table-list li .row, .table-list li .exhi-search-ttlArea, .table-list li .search-sem-result-info, .table-list li .search-sem-result-datevenue, .table-list li .msgboxList-row, .table-list li .exhi-details-contact, .table-list li .exhi-details-data, .table-list li .exhi-items-labels, .table-list li .label-remarks, .table-list li .exhi-items-products, .table-list li .exhi-items, .table-list li .dlList-item, .table-list li .c-row-3-3-3-3, .table-list li .c-row-4-4-4, .table-list li .c-row-6-6, .table-list li .c-row-12, .table-list li .fp-input-row, .table-list li .row-sm-7-sm, .table-list li .row-9-sm, .table-list li .row-2-6-4, .table-list li .row-2-5-5, .table-list li .row-7-2-1-2, .table-list li .row-1-1-1-1-1-1-1-1-1-1-1-1, .table-list li .fp-bank-row, .table-list li .fp-station-row, .table-list li .fp-row, .table-list li .f-row-12, .table-list li .f-row-3-9, .table-list li .f-row-4-8, .table-list li .f-row-sm-7-sm, .table-list li .f-row-7-5, .table-list li .f-row-2-4, .table-list li .f-row-2-4-2-4, .table-list li .f-row-2-5-5, .table-list li .f-row-2-10, .table-list li .f-row-6-6, .table-list li .f-row-2-1-2, .table-list li .f-row-3-3-3-3, .table-list li .f-row-4-4-4, .table-list li .f-row-4-3-5, .table-list li .f-row-free, .table-list li .f-row-auto, .table-list li .f-row-cols, .table-list li .f-row-cols1-6, .table-list li .f-row-cols1-5, .table-list li .f-row-cols1-4, .table-list li .f-row-cols1-3, .table-list li .f-row-cols1-2, .table-list li .f-row-cols1-1, .table-list li .top-bInfo-row, .table-list li .top-2btns, .footer-contact-table table, .table-list li .password-row, .pw-agreement > h5:before, .pw-agreement > .h5:before, .pw-agreement > .f-ttl:before, .table-list li .semList-item, .semList-item .card [class*=btn-], .semList-item .card [class*=status-] {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .w-5 {
    width: 5%;
  }
  .w-10 {
    width: 10%;
  }
  .w-15 {
    width: 15%;
  }
  .w-20 {
    width: 20%;
  }
  .w-25 {
    width: 25%;
  }
  .w-30 {
    width: 30%;
  }
  .w-35 {
    width: 35%;
  }
  .w-40 {
    width: 40%;
  }
  .w-45 {
    width: 45%;
  }
  .w-50, .footer-contact-table td {
    width: 50%;
  }
  .w-55 {
    width: 55%;
  }
  .w-60 {
    width: 60%;
  }
  .w-65 {
    width: 65%;
  }
  .w-70 {
    width: 70%;
  }
  .w-75 {
    width: 75%;
  }
  .w-80 {
    width: 80%;
  }
  .w-85 {
    width: 85%;
  }
  .w-90 {
    width: 90%;
  }
  .w-95 {
    width: 95%;
  }
  .w-100, .search-sem-result-time:after, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .msgboxList2 a, .exhi-details-contact-sep, .exhi-details-sep, .exhi-items-labels span[class*=l-], .row-sm-7-sm input:not([type=checkbox]), .row-sm-7-sm select,
  .row-9-sm input:not([type=checkbox]), .row-9-sm select,
  .row-2-6-4 input:not([type=checkbox]), .row-2-6-4 select,
  .row-2-5-5 input:not([type=checkbox]), .row-2-5-5 select,
  .row-7-2-1-2 input:not([type=checkbox]), .row-7-2-1-2 select,
  .row-1-1-1-1-1-1-1-1-1-1-1-1 input:not([type=checkbox]), .row-1-1-1-1-1-1-1-1-1-1-1-1 select,
  .content-col .row-3-9 input:not([type=checkbox]), .content-col .row-3-9 select,
  .content-col.row-2-10 input:not([type=checkbox]), .content-col .row-2-10 select, .fp-formInfo-status-col .card [class*=status-], .fp-form-sep, .f-container, .top-unseen .card, .top-unseen .card-body > a, .standard-btn, .important ul li a, .content > h3:before, .content > .h3:before, .table-list, .table-list li .row, .table-list li .exhi-search-ttlArea, .table-list li .search-sem-result-info, .table-list li .search-sem-result-datevenue, .table-list li .msgboxList-row, .table-list li .exhi-details-contact, .table-list li .exhi-details-data, .table-list li .exhi-items-labels, .table-list li .label-remarks, .table-list li .exhi-items-products, .table-list li .exhi-items, .table-list li .dlList-item, .table-list li .c-row-3-3-3-3, .table-list li .c-row-4-4-4, .table-list li .c-row-6-6, .table-list li .c-row-12, .table-list li .fp-input-row, .table-list li .row-sm-7-sm, .table-list li .row-9-sm, .table-list li .row-2-6-4, .table-list li .row-2-5-5, .table-list li .row-7-2-1-2, .table-list li .row-1-1-1-1-1-1-1-1-1-1-1-1, .table-list li .fp-bank-row, .table-list li .fp-station-row, .table-list li .fp-row, .table-list li .f-row-12, .table-list li .f-row-3-9, .table-list li .f-row-4-8, .table-list li .f-row-sm-7-sm, .table-list li .f-row-7-5, .table-list li .f-row-2-4, .table-list li .f-row-2-4-2-4, .table-list li .f-row-2-5-5, .table-list li .f-row-2-10, .table-list li .f-row-6-6, .table-list li .f-row-2-1-2, .table-list li .f-row-3-3-3-3, .table-list li .f-row-4-4-4, .table-list li .f-row-4-3-5, .table-list li .f-row-free, .table-list li .f-row-auto, .table-list li .f-row-cols, .table-list li .f-row-cols1-6, .table-list li .f-row-cols1-5, .table-list li .f-row-cols1-4, .table-list li .f-row-cols1-3, .table-list li .f-row-cols1-2, .table-list li .f-row-cols1-1, .table-list li .top-bInfo-row, .table-list li .top-2btns, .footer-contact-table table, .table-list li .password-row, .pw-agreement > h5:before, .pw-agreement > .h5:before, .pw-agreement > .f-ttl:before, .table-list li .semList-item, .semList-item .card [class*=btn-], .semList-item .card [class*=status-] {
    width: 100%;
  }
}
.fp-label-col-style, .fp-label-col, .fp-label-col-3 {
  background: #e8eaec;
}

.fp-label-col, .fp-input-col, .fp-label-col-3, .fp-input-col-3 {
  border-bottom-style: dotted !important;
  border-bottom-color: #999 !important;
}

.fp-row-border .fp-label-col:nth-last-child(2), .fp-row-border .fp-input-col:nth-last-child(1), .fp-row-border .fp-label-col-3:nth-last-child(1), .fp-row-border .fp-input-col-3:nth-last-child(1) {
  border-bottom: none !important;
}

.fp-speaker-nav-tabs .nav-link, .fp-speaker-nav-tabs .lower-nav ul li a, .lower-nav ul li .fp-speaker-nav-tabs a {
  color: #334155;
  font-weight: bold;
  border-radius: 0;
}

.fp-speaker-nav-tabs .nav-link.active, .fp-speaker-nav-tabs .lower-nav ul li a.active, .lower-nav ul li .fp-speaker-nav-tabs a.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.fp-station-row .input-group-text {
  font-size: 100%;
}

.fp-station-input-w {
  width: 200px !important;
}

.fp-bank-row .input-group-text {
  font-size: 100%;
}

.fp-info-icon {
  width: 20px;
}

.fp-info-time:before {
  content: "|";
}

@media (max-width: 991px) {
  .fp-form-head .fp-info-label {
    width: 110px;
  }
  .fp-info-label {
    width: 52px;
  }
}
/* copy from exhibitor list*/
.fp-status-nor {
  background-color: #50b7b2;
}

.fp-status-pend {
  background-color: #f49631;
}

/*** PIC-reg ***/
.fp-subtitle:before {
  content: "■";
}

.fp-PIC-reg-table .fp-th-color, .fp-PIC-reg-table .respon-table th, .respon-table .fp-PIC-reg-table th {
  width: 8%;
}

/*** copy from admin ***/
/******************/
/*** HPpublish ***/
.fp-input-sep-hr {
  border-style: dashed !important;
}

.publishForm-accordion .accordion-item {
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
  border-radius: 8px !important;
  overflow: hidden;
}

.publishForm-accordion .accordion-header {
  background-color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.publishForm-accordion .accordion-header:has(.accordion-button:not(.collapsed)) {
  background-color: #333;
  color: #FFF;
}

.publishForm-accordion .accordion-button {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}

.publishForm-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #333 !important;
}

.publishForm-accordion .accordion-button:not(.collapsed) {
  color: #FFF !important;
}

.publishForm-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.publishForm-accordion .drag-handle {
  cursor: grab;
  color: #333;
  flex-shrink: 0;
  transition: color 0.2s;
  font-size: 1rem;
}

.publishForm-accordion .drag-handle:hover {
  opacity: 0.7;
}

.publishForm-accordion .btn-delete {
  flex-shrink: 0;
  margin-left: auto;
  z-index: 5;
  color: #dc3545;
  border: 1px solid #dc3545;
  background: #fff;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.2s;
}

.publishForm-accordion .btn-delete:hover {
  background: #dc3545;
  color: #fff;
}

.publishForm-accordion .sortable-ghost {
  opacity: 0.4;
  background-color: #f8f9fa;
  border: 2px dashed #333;
}

.arrow-category:before {
  content: "▶";
  display: inline-block;
}

.btn-light-primary {
  opacity: 0.5;
}

/** category modal **/
@media (min-width: 576px) and (max-width: 991px) {
  .modal-dialog.category-modal {
    min-width: 85%;
  }
}
.category_con_other {
  grid-template-columns: auto 1fr;
}

.publishForm-accordion .cate-label-list span {
  font-size: 90%;
}

/*** FaxForm ***/
.dlList-txt-col .card-body svg {
  font-size: 50%;
  font-weight: normal;
}

/** order Form **/
.respon-table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .respon-table thead, .respon-table th {
    display: none;
  }
  .respon-table, .respon-table tbody, .respon-table tr, .respon-table td {
    display: block;
    width: 100%;
  }
  .respon-table tr {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .respon-table td {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 10px;
  }
  .respon-table td:last-child {
    border-bottom: 0;
  }
  .respon-table td::before {
    content: attr(data-label);
    font-weight: bold;
    text-align: left;
    padding-right: 10px;
    min-width: 120px;
    flex-shrink: 0;
    white-space: pre-wrap; /* allow &#10; for line breaking */
  }
  .orderForm-table.respon-table td::before {
    min-width: 120px;
  }
  .orderForm-table-en.respon-table td::before {
    min-width: 240px;
    font-size: 85%;
  }
}
.w-10 {
  width: 10%;
}

:root {
  --default-color:#668fbd;
  --light-default-color:#dfeaf6;
  --dk-default-color: #102341;
  --second-color: #917351;
  --light-grey-color: #eaecee;
  --bgGrey-color: #eeeeee;
  --grey-color:#eff2f7;
  --grey-date:#787f8a;
  --grey-venue:#939caa;
  --keynote-color:#0e3c55;
  --sem-lunch-color:#49AEBD;
  --sem-investment-color:#8767c1;
  --sem-organizer-color:#b4a94b;
  --dk-warning:#f4781f;
  --sage-green:#3a7038;
  --grey-blue:#3e536d;
  --light-secondary:#9aa0a5 ;
}

.text-dk-warning {
  color: var(--dk-warning);
}

.text-sage-green {
  color: var(--sage-green);
}

.text-grey-blue {
  color: var(--grey-blue);
}

.text-light-secondary {
  color: var(--light-secondary);
}

.text-dk-default, .top-content section.top-buttons .card-footer {
  color: var(--dk-default-color);
}

.text-default, .pagination li a, .top-content section.top-buttons svg, .dlList-txt-col .card-body {
  color: var(--default-color);
}

.btn-dk-warning {
  background: var(--dk-warning);
}

.btn-light-secondary {
  background: var(--light-secondary);
}

.bg-light-default, .search-sem-result-mid-ttl .mid-ttl-txt, .chat-area .msg-right .msgbox-content {
  background: var(--light-default-color);
}

.bg-light-grey {
  background: var(--light-grey-color);
}

.bg-dk-default, .exhi-details-accordion .accordion-button > div {
  background: var(--dk-default-color);
}

.bg-default, .search-sem-result-mid-ttl .mid-ttl-date-datevenue, .pagination li.active a, .fp-label-publicInfo {
  background: var(--default-color);
}

.border-default, .pagination li.active a {
  border-color: var(--default-color);
}

.btn-default, .btn-default:hover {
  background: var(--default-color);
}

.btn-default:hover {
  opacity: 0.7;
}

.btn-dk-default, .msgboxList-search .btn, .msgboxList-search .msgbox-btn-send, .msgboxList-search .offcanvas_sideTab, .msgboxList-search .f-btn-reset, .msgboxList-search .f-btn-color, .msgboxList-search .btn-clear, .msgboxList-search .btn-clear-row a, .btn-clear-row .msgboxList-search a, .msgboxList-search .btn-primary-sm, .msgboxList-search .btn-outline-primary-sm, .msgboxList-search .standard-btn, .msgboxList-search .semList-item .card [class*=btn-], .semList-item .card .msgboxList-search [class*=btn-], .msgboxList-search .fp-btn-back, .msgboxList-search .fp-btn-saved, .msgboxList-search .btn-default, .msgboxList-search .btn-dk-default, .msgboxList-search .btn-search-lg, .msgboxList-search .btn-search-reset, .msgboxList-search .exhi-enquiry, .msgboxList-search .btn-pdf-dl, .btn-search-lg, .btn-search-lg:hover, .btn-dk-default:hover {
  background: var(--dk-default-color);
}

.btn-dk-default:hover, .msgboxList-search .btn:hover, .msgboxList-search .msgbox-btn-send:hover, .msgboxList-search .offcanvas_sideTab:hover, .msgboxList-search .f-btn-reset:hover, .msgboxList-search .f-btn-color:hover, .msgboxList-search .btn-clear:hover, .msgboxList-search .btn-clear-row a:hover, .btn-clear-row .msgboxList-search a:hover, .msgboxList-search .btn-primary-sm:hover, .msgboxList-search .btn-outline-primary-sm:hover, .msgboxList-search .standard-btn:hover, .msgboxList-search .semList-item .card [class*=btn-]:hover, .semList-item .card .msgboxList-search [class*=btn-]:hover, .msgboxList-search .fp-btn-back:hover, .msgboxList-search .fp-btn-saved:hover, .msgboxList-search .btn-default:hover, .msgboxList-search .btn-search-reset:hover, .msgboxList-search .exhi-enquiry:hover, .msgboxList-search .btn-pdf-dl:hover, .btn-search-lg:hover {
  opacity: 0.7;
}

/** exhibitor searh **/
.search-area input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
}

.exhi-items.PR:before {
  content: "PR";
  top: -2rem;
  right: -5px;
}

.exhi-logo-img {
  max-width: 250px;
}

.exhi-items-booth:after, .exhi-items-zone:after {
  content: "";
}

.exhi-items-booth b:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f3c5";
}

.exhi-items-booth b {
  font-size: 120%;
}

.exhi-items-booth a {
  cursor: default;
  pointer-events: none;
}

.exhi-items-products .card-body {
  max-width: 100%;
  max-height: 156px;
  height: 156px;
}

.exhi-items-products .card-body img {
  max-height: 100%;
}

.icon-star:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f005";
}

.icon-star.bkmarked {
  background-color: #F07E13 !important;
}

.l-label, .l-tag, .l-new, .l-demo, .l-sample, .l-present, .l-pdf, .l-video, .l-stage, .l-release {
  line-height: 1;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
}

.l-tag:before, .l-new:before, .l-demo:before, .l-sample:before, .l-present:before, .l-pdf:before, .l-video:before, .l-stage:before, .l-release:before {
  font-family: "Font Awesome 6 Pro";
}

.l-new:before {
  font-family: "Times New Roman, serif" !important;
  content: "new";
  font-size: 12px !important;
  line-height: 10px !important;
  color: #FFF;
  background: #ff0000;
  padding-bottom: 0.8px;
}

.l-demo:before {
  content: "\f109";
  color: #428cbe;
}

.l-sample:before {
  content: "\f1b2";
  color: #a85bab;
}

.l-present:before {
  content: "\f51c";
  color: #4f8939;
}

.l-pdf:before {
  content: "\f1c1";
  color: #ec3f7a;
}

.l-video:before {
  content: "\f03d";
  color: #266e4a;
}

.l-stage:before {
  content: "\f63d";
  color: #bc7023;
}

.l-release:before {
  content: "\f1ea";
  color: #2a346a;
}

.l-new {
  color: #ff0000;
  border-color: #ff0000 !important;
}

.l-demo {
  color: #428cbe;
  border-color: #428cbe !important;
}

.l-sample {
  color: #a85bab;
  border-color: #a85bab !important;
}

.l-present {
  color: #4f8939;
  border-color: #4f8939 !important;
}

.l-pdf {
  color: #ec3f7a;
  border-color: #ec3f7a !important;
}

.l-video {
  color: #266e4a;
  border-color: #266e4a !important;
}

.l-stage {
  color: #bc7023;
  border-color: #bc7023 !important;
}

.l-release {
  color: #2a346a;
  border-color: #2a346a !important;
}

.exhi-enquiry:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f4ad";
}

/* avoid "accordion-img-col", enquiry btn float*/
.exhiList-table .exhi-items-labels span[class*=l-] {
  margin: 0rem 0.15rem !important;
}

@media (min-width: 979px) {
  .exhi-items-icons-col .exhi-items-labels, .accordion-img-col .exhi-items-labels {
    width: 82%;
  }
}
.search-noResult ul li:before {
  content: "-";
}

.line-ttl {
  border-top: 2px solid #CCC;
}

.line-ttl:before {
  top: -2px;
  width: 10%;
  height: 2px;
  content: "";
  background: var(--dk-default-color);
}

.accordion-button:focus,
.accordion-button:active,
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.btn-pdf-dl:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f33d";
}

.shadow-ttl {
  box-shadow: 0 3px 0 -1px rgba(5, 25, 65, 0.1);
}

.shadow-ttl span {
  border-color: #0076b0 !important;
}

.exhi-details-img img {
  max-width: 600px;
  width: 100%;
}

.exhi-details-contact-ttl-col {
  border-color: white !important;
}

/**** MsgboxList's css***/
.msgboxList-company .msgboxList-msgtxt {
  line-height: 1;
  max-width: 100%;
}

.msgboxList-company .msgboxList-msgtxt:before {
  content: "- ";
}

.pagination li.active a {
  cursor: auto;
  pointer-events: none;
}

.msgboxList2 .msgboxList-msgtxt {
  max-width: 100%;
}

.msgboxList2 .msgboxList-msgtxt:before {
  content: "- ";
}

.exhiName:before, .exhiName-01:before, .exhiName-02:before, .exhiName-03:before, .exhiName-04:before, .exhiName-05:before, .exhiName-06:before, .exhiName-07:before, .exhiName-08:before, .exhiName-09:before, .exhiName-10:before, .exhiName-11:before, .exhiName-12:before, .exhiName-13:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f111";
  font-size: 10px;
}

.exhiName-01:before {
  color: #e7710f;
}

.exhiName-02:before {
  color: #013d54;
}

.exhiName-03:before {
  color: #b4d001;
}

.exhiName-04:before {
  color: #eac20c;
}

.exhiName-05:before {
  color: #003595;
}

.exhiName-06:before {
  color: #0064b7;
}

.exhiName-07:before {
  color: #e10008;
}

.exhiName-08:before {
  color: #d290a7;
}

.exhiName-09:before {
  color: #466eb2;
}

.exhiName-10:before {
  color: #1d2088;
}

.exhiName-11:before {
  color: #ec364a;
}

.exhiName-12:before {
  color: #8c8c8c;
}

.exhiName-13:before {
  color: #000000;
}

.exhiName-01 {
  background-color: rgba(231, 113, 15, 0.2);
}

.exhiName-02 {
  background-color: rgba(1, 61, 84, 0.2);
}

.exhiName-03 {
  background-color: rgba(180, 208, 1, 0.2);
}

.exhiName-04 {
  background-color: rgba(234, 194, 12, 0.2);
}

.exhiName-05 {
  background-color: rgba(0, 53, 149, 0.2);
}

.exhiName-06 {
  background-color: rgba(0, 100, 183, 0.2);
}

.exhiName-07 {
  background-color: rgba(225, 0, 8, 0.2);
}

.exhiName-08 {
  background-color: rgba(210, 144, 167, 0.2);
}

.exhiName-09 {
  background-color: rgba(70, 110, 178, 0.2);
}

.exhiName-10 {
  background-color: rgba(29, 32, 136, 0.2);
}

.exhiName-11 {
  background-color: rgba(236, 54, 74, 0.2);
}

.exhiName-12 {
  background-color: rgba(140, 140, 140, 0.2);
}

.exhiName-13 {
  background-color: rgba(0, 0, 0, 0.2);
}

.offcanvas-msgbox {
  width: 50vw !important;
}

@media (max-width: 1199px) {
  .offcanvas-msgbox {
    width: 100% !important;
  }
}
.offcanvas_sideTab {
  left: -50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible !important;
  writing-mode: vertical-rl;
  text-combine-upright: all;
  z-index: 1050;
}

.chat-area .msgbox-content .name:before {
  content: "from";
}

.offcanvas-footer-msgarea {
  background: #f0f1f2;
}

.offcanvas-msgbox .exhi-items-booth span, .offcanvas-msgbox .exhi-items-zone span {
  width: 70px;
}

@media (max-width: 767px) {
  .offcanvas-msgbox .exhi-items-booth b:before {
    display: none;
  }
  .offcanvas-msgbox .exhi-items-booth:after, .offcanvas-msgbox .exhi-items-zone:after {
    display: none;
  }
}
/*** Exhibitor Search's css ***/
/*** Seminar ***/
.search-sem-result li {
  background: var(--grey-color);
}

.exhi-sem-category {
  margin-left: -1rem;
  margin-top: -1rem;
}

.exhi-sem-category span {
  border-left: 1px double #FFF;
}

.exhi-keynote {
  background: var(--keynote-color);
}

.exhi-sem-lunch {
  background: var(--sem-lunch-color);
}

.exhi-sem-investment {
  background: var(--sem-investment-color);
}

.exhi-sem-organizer {
  background: var(--sem-organizer-color);
}

.search-sem-result-datevenue {
  background: var(--grey-venue);
}

.search-sem-result-date {
  background: var(--grey-date);
}

.search-sem-result-date b {
  border-right: 1px solid #e8e8e8;
}

.search-sem-result-venue {
  background: var(--grey-venue);
}

.search-sem-info .tag-spec div span {
  font-size: 80%;
}

.thumbnail-max-height img {
  max-height: 150px;
  max-width: 100%;
  height: auto;
}

.search-sem-result-info .tag-spec div span {
  font-size: 80%;
}

.dot-sep {
  border-style: dashed !important;
  border-color: #000 !important;
}

.search-sem-result-btn-apply {
  cursor: pointer;
}

.search-sem-result-btn-apply-txt span {
  font-size: 18px;
  line-height: 18px;
}

.search-sem-result-btn-apply-checkbox .sign {
  border-color: #6c757d;
  width: 50px;
  height: 50px;
  border: 3px solid;
}

.search-sem-result-btn-apply-checkbox .sign i {
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  padding-bottom: 2px;
}

.search-sem-result-btn-apply-checkbox .sign svg {
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  padding-bottom: 2px;
}

.border-available.sign {
  border-color: #00cfd7 !important;
}

.border-available.sign i, .border-available.sign svg {
  color: #00cfd7 !important;
}

.search-sem-result-time span {
  z-index: 1;
  position: inherit;
}

.search-sem-result-time:after {
  content: "";
  border-bottom: 6px solid #fbef87;
  left: 0;
  bottom: 3px;
  z-index: 0;
}

.tag-spec div span.remarks-SI {
  background-color: #198754 !important;
}

.tag-spec div span {
  font-size: 10px;
}

/*** end of Seminar ***/
/*** sem application notice **/
.timetable-applied-notice {
  right: 80px;
  background: var(--default-color);
  z-index: 999;
}

.timetable-applied-notice:hover {
  opacity: 1;
}

.timetable-applied-notice:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

@media (max-width: 768px) {
  .timetable-applied-notice {
    width: 100%;
    right: 0;
    border-radius: 0 !important;
    margin: 0 !important;
  }
  .timetable-applied-notice:after {
    font-size: 2rem;
    font-weight: normal;
  }
}

/*# sourceMappingURL=exhi-custom.css.map */
