/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Pretendard", -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #1E3A8A;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-12 {
    grid-column: 12;
  }
  .float-left {
    float: left;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0px;
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-\[20px\] {
    margin: 20px;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-40 {
    margin-block: calc(var(--spacing) * 40);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-122 {
    height: calc(var(--spacing) * 122);
  }
  .w-full {
    width: 100%;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: 0px;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-30 {
    padding-inline: calc(var(--spacing) * 30);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-0 {
    padding-top: 0px;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-50 {
    padding-top: calc(var(--spacing) * 50);
  }
  .pt-150 {
    padding-top: calc(var(--spacing) * 150);
  }
  .pr-0 {
    padding-right: 0px;
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-15 {
    padding-right: calc(var(--spacing) * 15);
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pl-0 {
    padding-left: 0px;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-50 {
    padding-left: calc(var(--spacing) * 50);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .checked\:bg-blue-500:checked {
    background-color: var(--color-blue-500);
  }
}
body.theadmin-next {
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  color: rgb(77, 82, 89);
  background-color: rgb(245, 246, 250);
  margin: 0;
}
.theadmin-next a {
  color: rgb(51, 202, 187);
  text-decoration: none;
}
.theadmin-next a:hover {
  color: rgb(46, 182, 168);
}
.theadmin-next ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.theadmin-next h1, .theadmin-next h2, .theadmin-next h3, .theadmin-next h4, .theadmin-next h5, .theadmin-next h6 {
  margin: 0 0 .5rem;
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #313944;
  letter-spacing: .5px;
}
.theadmin-next h1 {
  font-size: 24px;
}
.theadmin-next h2 {
  font-size: 22px;
}
.theadmin-next h3 {
  font-size: 20px;
}
.theadmin-next h4 {
  font-size: 16px;
}
.theadmin-next h5 {
  font-size: 15px;
  font-weight: 400;
}
.theadmin-next h6 {
  font-size: 13px;
  font-weight: 400;
}
.theadmin-next p {
  margin: 0 0 1rem;
}
.theadmin-next b, .theadmin-next strong {
  font-weight: 500;
}
.theadmin-next th {
  text-align: inherit;
  font-weight: 800 !important;
}
.theadmin-next table {
  border-collapse: collapse;
}
.theadmin-next input, .theadmin-next select, .theadmin-next textarea {
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  font-weight: 300;
  font-size: inherit;
  line-height: inherit;
}
.theadmin-next button {
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  font-weight: 300;
}
.theadmin-next img {
  max-width: 100%;
  display: inline;
  vertical-align: middle;
}
.theadmin-next .flex {
  display: flex;
}
.theadmin-next .block {
  display: block;
}
.theadmin-next .pull-left {
  float: left;
}
.theadmin-next .float-left {
  float: left;
}
.theadmin-next .float-right {
  float: right;
}
.theadmin-next .overflow-hidden {
  overflow: hidden;
}
.theadmin-next .text-left {
  text-align: left;
}
.theadmin-next .text-right {
  text-align: right;
}
.theadmin-next .text-center {
  text-align: center;
}
.theadmin-next .w-full {
  width: 100%;
}
.theadmin-next .relative-custom {
  position: relative;
}
.theadmin-next .fw-600 {
  font-weight: 600;
}
.theadmin-next .fw-700 {
  font-weight: 700;
}
.theadmin-next .fw-800 {
  font-weight: 800;
}
.theadmin-next .fs-40 {
  font-size: 40px;
}
.theadmin-next .text-dark {
  color: rgb(77, 82, 89);
}
.theadmin-next .text-gray {
  color: rgb(134, 142, 150);
}
.theadmin-next .text-secondary {
  color: rgb(139, 149, 165);
}
.theadmin-next .font-weight-bold {
  font-weight: 700;
}
.theadmin-next .m-1 {
  margin: 4px;
}
.theadmin-next .m-3 {
  margin: 16px;
}
.theadmin-next .mb-3 {
  margin-bottom: 16px;
}
.theadmin-next .ml-2 {
  margin-left: 8px;
}
.theadmin-next .mr-2 {
  margin-right: 8px;
}
.theadmin-next .pl-2 {
  padding-left: 8px;
}
.theadmin-next .pr-3 {
  padding-right: 16px;
}
.theadmin-next .p-0 {
  padding: 0;
}
.theadmin-next .p-3 {
  padding: 16px;
}
.theadmin-next .plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.theadmin-next .col-gap-4 {
  column-gap: 4px;
}
.theadmin-next .card-round-6 {
  border-radius: 6px !important;
}
.theadmin-next hr {
  border: 0;
  border-top: 1px solid rgba(77, 82, 89, 0.12);
  margin: 16px 0;
}
@media (max-width: 767.98px) {
  .theadmin-next .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .theadmin-next .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .theadmin-next .hidden-lg {
    display: none !important;
  }
}
.theadmin-next .d-none {
  display: none;
}
@media (min-width: 768px) {
  .theadmin-next .d-md-block {
    display: block;
  }
}
.theadmin-next .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.theadmin-next .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.theadmin-next .col, .theadmin-next .col-1, .theadmin-next .col-10, .theadmin-next .col-11, .theadmin-next .col-12, .theadmin-next .col-2, .theadmin-next .col-3, .theadmin-next .col-4, .theadmin-next .col-5, .theadmin-next .col-6, .theadmin-next .col-7, .theadmin-next .col-8, .theadmin-next .col-9, .theadmin-next .col-auto, .theadmin-next .col-lg, .theadmin-next .col-lg-1, .theadmin-next .col-lg-10, .theadmin-next .col-lg-11, .theadmin-next .col-lg-12, .theadmin-next .col-lg-2, .theadmin-next .col-lg-3, .theadmin-next .col-lg-4, .theadmin-next .col-lg-5, .theadmin-next .col-lg-6, .theadmin-next .col-lg-7, .theadmin-next .col-lg-8, .theadmin-next .col-lg-9, .theadmin-next .col-lg-auto, .theadmin-next .col-md, .theadmin-next .col-md-1, .theadmin-next .col-md-10, .theadmin-next .col-md-11, .theadmin-next .col-md-12, .theadmin-next .col-md-2, .theadmin-next .col-md-3, .theadmin-next .col-md-4, .theadmin-next .col-md-5, .theadmin-next .col-md-6, .theadmin-next .col-md-7, .theadmin-next .col-md-8, .theadmin-next .col-md-9, .theadmin-next .col-md-auto, .theadmin-next .col-sm, .theadmin-next .col-sm-1, .theadmin-next .col-sm-10, .theadmin-next .col-sm-11, .theadmin-next .col-sm-12, .theadmin-next .col-sm-2, .theadmin-next .col-sm-3, .theadmin-next .col-sm-4, .theadmin-next .col-sm-5, .theadmin-next .col-sm-6, .theadmin-next .col-sm-7, .theadmin-next .col-sm-8, .theadmin-next .col-sm-9, .theadmin-next .col-sm-auto, .theadmin-next .col-xl, .theadmin-next .col-xl-1, .theadmin-next .col-xl-10, .theadmin-next .col-xl-11, .theadmin-next .col-xl-12, .theadmin-next .col-xl-2, .theadmin-next .col-xl-3, .theadmin-next .col-xl-4, .theadmin-next .col-xl-5, .theadmin-next .col-xl-6, .theadmin-next .col-xl-7, .theadmin-next .col-xl-8, .theadmin-next .col-xl-9, .theadmin-next .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.theadmin-next .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.theadmin-next .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.theadmin-next .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.theadmin-next .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.theadmin-next .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.theadmin-next .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.theadmin-next .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.theadmin-next .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.theadmin-next .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.theadmin-next .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.theadmin-next .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.theadmin-next .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.theadmin-next .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.theadmin-next .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.theadmin-next .offset-1 {
  margin-left: 8.333333%;
}
.theadmin-next .offset-2 {
  margin-left: 16.666667%;
}
.theadmin-next .offset-3 {
  margin-left: 25%;
}
.theadmin-next .offset-4 {
  margin-left: 33.333333%;
}
.theadmin-next .offset-5 {
  margin-left: 41.666667%;
}
.theadmin-next .offset-6 {
  margin-left: 50%;
}
.theadmin-next .offset-7 {
  margin-left: 58.333333%;
}
.theadmin-next .offset-8 {
  margin-left: 66.666667%;
}
.theadmin-next .offset-9 {
  margin-left: 75%;
}
.theadmin-next .offset-10 {
  margin-left: 83.333333%;
}
.theadmin-next .offset-11 {
  margin-left: 91.666667%;
}
@media (min-width:576px) {
  .theadmin-next .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .theadmin-next .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .theadmin-next .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .theadmin-next .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .theadmin-next .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theadmin-next .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .theadmin-next .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .theadmin-next .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theadmin-next .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .theadmin-next .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .theadmin-next .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .theadmin-next .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .theadmin-next .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .theadmin-next .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theadmin-next .offset-sm-0 {
    margin-left: 0;
  }
  .theadmin-next .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .theadmin-next .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .theadmin-next .offset-sm-3 {
    margin-left: 25%;
  }
  .theadmin-next .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .theadmin-next .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .theadmin-next .offset-sm-6 {
    margin-left: 50%;
  }
  .theadmin-next .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .theadmin-next .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .theadmin-next .offset-sm-9 {
    margin-left: 75%;
  }
  .theadmin-next .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .theadmin-next .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:768px) {
  .theadmin-next .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .theadmin-next .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .theadmin-next .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .theadmin-next .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .theadmin-next .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theadmin-next .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .theadmin-next .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .theadmin-next .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theadmin-next .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .theadmin-next .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .theadmin-next .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .theadmin-next .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .theadmin-next .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .theadmin-next .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theadmin-next .offset-md-0 {
    margin-left: 0;
  }
  .theadmin-next .offset-md-1 {
    margin-left: 8.333333%;
  }
  .theadmin-next .offset-md-2 {
    margin-left: 16.666667%;
  }
  .theadmin-next .offset-md-3 {
    margin-left: 25%;
  }
  .theadmin-next .offset-md-4 {
    margin-left: 33.333333%;
  }
  .theadmin-next .offset-md-5 {
    margin-left: 41.666667%;
  }
  .theadmin-next .offset-md-6 {
    margin-left: 50%;
  }
  .theadmin-next .offset-md-7 {
    margin-left: 58.333333%;
  }
  .theadmin-next .offset-md-8 {
    margin-left: 66.666667%;
  }
  .theadmin-next .offset-md-9 {
    margin-left: 75%;
  }
  .theadmin-next .offset-md-10 {
    margin-left: 83.333333%;
  }
  .theadmin-next .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:992px) {
  .theadmin-next .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .theadmin-next .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .theadmin-next .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .theadmin-next .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .theadmin-next .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theadmin-next .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .theadmin-next .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .theadmin-next .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theadmin-next .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .theadmin-next .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .theadmin-next .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .theadmin-next .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .theadmin-next .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .theadmin-next .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theadmin-next .offset-lg-0 {
    margin-left: 0;
  }
  .theadmin-next .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .theadmin-next .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .theadmin-next .offset-lg-3 {
    margin-left: 25%;
  }
  .theadmin-next .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .theadmin-next .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .theadmin-next .offset-lg-6 {
    margin-left: 50%;
  }
  .theadmin-next .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .theadmin-next .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .theadmin-next .offset-lg-9 {
    margin-left: 75%;
  }
  .theadmin-next .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .theadmin-next .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:1200px) {
  .theadmin-next .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .theadmin-next .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .theadmin-next .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .theadmin-next .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .theadmin-next .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .theadmin-next .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .theadmin-next .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .theadmin-next .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .theadmin-next .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .theadmin-next .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .theadmin-next .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .theadmin-next .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .theadmin-next .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .theadmin-next .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .theadmin-next .offset-xl-0 {
    margin-left: 0;
  }
  .theadmin-next .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .theadmin-next .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .theadmin-next .offset-xl-3 {
    margin-left: 25%;
  }
  .theadmin-next .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .theadmin-next .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .theadmin-next .offset-xl-6 {
    margin-left: 50%;
  }
  .theadmin-next .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .theadmin-next .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .theadmin-next .offset-xl-9 {
    margin-left: 75%;
  }
  .theadmin-next .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .theadmin-next .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.theadmin-next .flex-column {
  flex-direction: column;
}
@media (min-width: 992px) {
  .theadmin-next .flex-lg-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .theadmin-next .text-md-left {
    text-align: left;
  }
}
.theadmin-next .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  z-index: 997;
  background-color: rgb(63, 74, 89);
  border-radius: 0 16px 16px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 19px 38px 0, rgba(0, 0, 0, 0.22) 0 15px 12px 0;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s;
}
.theadmin-next.sidebar-folded .sidebar {
  width: 80px;
}
.theadmin-next.sidebar-folded .sidebar:hover {
  width: 260px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.theadmin-next.sidebar-folded .sidebar ~ .topbar, .theadmin-next.sidebar-folded .sidebar ~ .main-container, .theadmin-next.sidebar-folded .sidebar ~ main {
  margin-left: 80px;
}
.theadmin-next.sidebar-folded .sidebar-toggle-fold::before {
  background-color: transparent;
}
.theadmin-next.sidebar-folded .sidebar .sidebar-header, .theadmin-next.sidebar-folded .sidebar .menu-link {
  padding-left: 17px;
}
.theadmin-next.sidebar-folded .sidebar:hover .menu-link {
  padding-left: 12px;
}
.theadmin-next.sidebar-folded .sidebar .title, .theadmin-next.sidebar-folded .sidebar .logo {
  margin-left: 20px;
  transition: 0.4s;
}
.theadmin-next.sidebar-folded .sidebar:hover .title, .theadmin-next.sidebar-folded .sidebar:hover .logo {
  margin-left: 8px;
}
.theadmin-next.sidebar-folded .sidebar:hover .sidebar-toggle-fold {
  margin-left: 3px;
}
.theadmin-next.sidebar-folded .sidebar .menu-link .title, .theadmin-next.sidebar-folded .sidebar .sidebar-header .logo, .theadmin-next.sidebar-folded .sidebar .sidebar-toggle-fold {
  opacity: 0;
}
.theadmin-next.sidebar-folded .sidebar:hover .menu-link .title, .theadmin-next.sidebar-folded .sidebar:hover .sidebar-header .logo, .theadmin-next.sidebar-folded .sidebar:hover .sidebar-toggle-fold {
  opacity: 1;
}
.theadmin-next .sidebar-toggle-fold {
  transition: opacity 0.4s;
}
.theadmin-next .sidebar-header .logo {
  transition: opacity 0.4s;
}
.theadmin-next .sidebar-header {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 12px;
  background-color: rgb(252, 197, 37);
  overflow: hidden;
  flex-wrap: nowrap;
}
.theadmin-next .sidebar-header .logo-icon {
  display: flex;
  align-items: center;
  margin: 0 8px;
  flex-shrink: 0;
}
.theadmin-next .sidebar-header .logo-icon img {
  width: auto;
  height: 16px;
}
.theadmin-next .sidebar-header .logo {
  flex-shrink: 0;
  margin: 0 8px;
}
.theadmin-next .sidebar-header .logo img {
  width: 132px;
  height: auto;
}
.theadmin-next .sidebar-toggle-fold {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  margin-left: 8px;
  padding: 12px 8px;
}
.theadmin-next .sidebar-toggle-fold::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 100%;
}
.theadmin-next .sidebar-navigation {
  padding-bottom: 24px;
}
.theadmin-next .menu-item {
  position: relative;
}
.theadmin-next .menu-link {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 12px;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 400;
}
.theadmin-next .menu-link:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.06);
}
.theadmin-next .menu-item.active > .menu-link {
  background-color: rgb(51, 202, 187);
}
.theadmin-next .menu-link .icon {
  width: 30px;
  margin: 0 8px;
  font-size: 18px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.theadmin-next .menu-link .title {
  flex: 1;
  white-space: nowrap;
  margin: 0 8px;
}
.theadmin-next .sidebar .menu-link[href^="http"]:not(:has(.icon.fa-external-link)) .title::after {
  content: "\f08e";
  font-family: FontAwesome;
  font-size: 11px;
  margin-left: 6px;
  opacity: 0.65;
}
.theadmin-next .menu-link .arrow {
  margin-left: auto;
}
.theadmin-next .menu-link .arrow::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.6);
  transform: rotate(-45deg);
  transition: transform 0.2s;
}
.theadmin-next .menu-item.open > .menu-link .arrow::before {
  transform: rotate(45deg);
}
.theadmin-next .menu-divider {
  height: 1px;
  margin: 16px 0;
  background-color: rgba(255, 255, 255, 0.08);
}
.theadmin-next .menu-submenu {
  display: none;
  background-color: rgb(69, 81, 96);
  padding: 16px 0;
}
.theadmin-next .menu-item.open > .menu-submenu {
  display: block;
}
.theadmin-next .menu-submenu .menu-link {
  height: 32px;
  font-size: 13px;
  padding: 0 12px;
}
.theadmin-next .menu-submenu .menu-link .icon {
  font-size: 13px;
}
.theadmin-next .menu-submenu .menu-link .dot {
  width: 30px;
  margin: 0 8px;
  text-align: center;
}
.theadmin-next .menu-submenu .menu-link .dot::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.theadmin-next .sidebar .pl-2.text-secondary {
  padding-left: 8px;
}
.theadmin-next .topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 18px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 4px 0 5px 0;
  transition: margin-left 0.3s ease-out;
}
.theadmin-next .topbar-left {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .theadmin-next .topbar .sidebar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .theadmin-next .sidebar {
    left: -260px;
    border-radius: 0;
  }
  .theadmin-next .topbar, .theadmin-next .main-container, .theadmin-next main, .theadmin-next .sidebar ~ .topbar, .theadmin-next .sidebar ~ .main-container, .theadmin-next .sidebar ~ main, .theadmin-next.sidebar-folded .sidebar ~ .topbar, .theadmin-next.sidebar-folded .sidebar ~ .main-container, .theadmin-next.sidebar-folded .sidebar ~ main {
    margin-left: 0;
  }
  .theadmin-next .sidebar-toggle-fold {
    display: none;
  }
  .theadmin-next.sidebar-open {
    overflow: hidden;
  }
  .theadmin-next.sidebar-open .sidebar {
    left: 0 !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1) !important;
  }
}
.theadmin-next .topbar-right {
  display: flex;
  align-items: center;
}
.theadmin-next .topbar-btns {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.theadmin-next .topbar-btns > li {
  position: relative;
}
.theadmin-next .topbar-btn {
  display: inline-block;
  padding: 0 12px;
  line-height: 64px;
  font-size: 18px;
  color: rgba(77, 82, 89, 0.7);
  cursor: pointer;
}
.theadmin-next #notification-bell i {
  position: relative;
}
.theadmin-next #notification-bell i::after {
  content: '';
  display: none;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgb(249, 104, 104);
}
.theadmin-next #notification-bell.has-new i::after {
  display: block;
}
.theadmin-next .topbar-btn.text-dark {
  font-size: 13px;
  color: rgb(77, 82, 89);
}
.theadmin-next .topbar-right .dropdown:hover .topbar-btn {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.theadmin-next .topbar-left p {
  font-size: 13px;
  margin-bottom: 0;
}
.theadmin-next .avatar {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: rgb(51, 202, 187);
  color: rgb(255, 255, 255);
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.theadmin-next img.avatar {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  object-fit: cover;
}
.theadmin-next .topbar-btns > li:has(> .btn-dark) {
  height: 65px;
}
.theadmin-next .topbar .btn-dark {
  display: inline-block;
  background-color: rgb(70, 81, 97);
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0 0 8px 8px;
  padding: 5px 16px;
  font-size: 12px;
  cursor: pointer;
  height: 60.5px;
}
.theadmin-next .inner_left {
  float: left;
  text-align: center;
  padding: 0 5px 0 0;
  line-height: 24px;
}
.theadmin-next .inner_right {
  float: right;
  padding: 12px 0 12px 5px;
}
.theadmin-next .fs-credit {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}
.theadmin-next .badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
}
.theadmin-next .badge-danger {
  background-color: rgb(249, 104, 104);
  color: #fff;
}
.theadmin-next .badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.theadmin-next .badge-success {
  background-color: rgb(21, 195, 119);
  color: #fff;
}
.theadmin-next .badge-info {
  background-color: rgb(72, 176, 247);
  color: #fff;
}
.theadmin-next .main-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: margin-left 0.3s ease-out;
}
.theadmin-next .sidebar ~ .topbar, .theadmin-next .sidebar ~ .main-container, .theadmin-next .sidebar ~ main {
  margin-left: 260px;
}
.theadmin-next .topbar ~ .main-container, .theadmin-next .topbar ~ main {
  padding-top: 64px;
}
.theadmin-next .header {
  background-color: rgb(255, 255, 255);
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.theadmin-next .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  background: transparent;
  list-style: none;
  margin-bottom: 1rem;
  border-radius: .25rem;
}
.theadmin-next .breadcrumb-item a {
  color: rgb(139, 149, 165);
}
.theadmin-next .breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  color: rgb(139, 149, 165);
  padding-right: 8px;
  padding-left: 8px;
}
.theadmin-next .breadcrumb-item.active {
  color: rgb(77, 82, 89);
}
.theadmin-next .header-info {
  margin: 50px 0;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .theadmin-next .header-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.theadmin-next .header-info > .header-title {
  flex: 1 1 auto;
  min-width: 0;
}
.theadmin-next .header-title {
  font-size: 33px;
  font-weight: 100;
  color: rgb(77, 82, 89);
  line-height: 1.5;
  letter-spacing: .5px;
  margin-bottom: 8px;
}
.theadmin-next .header-title strong {
  font-weight: 500;
}
.theadmin-next .header-title small {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: rgb(77, 82, 89);
  margin-top: 8px;
  line-height: 24px;
}
.theadmin-next .header-title .btn-xs {
  font-size: 11px;
}
.theadmin-next .header-action {
  display: flex;
  position: relative;
  padding: 0 30px;
  margin-top: 8px;
}
.theadmin-next .header-action .nav {
  display: flex;
}
.theadmin-next .header-action .nav-link {
  display: inline-block;
  padding: 12px 16px 16px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(77, 82, 89, 0.7);
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theadmin-next .header-action .nav-link:hover {
  color: rgb(77, 82, 89);
}
.theadmin-next .header-action .nav-link.active {
  color: rgb(77, 82, 89);
  border-bottom-color: rgb(51, 202, 187);
}
.theadmin-next .main-content {
  padding: 30px 30px 0;
  flex: 1;
}
.theadmin-next .btn {
  display: inline-block;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  color: rgb(139, 149, 165);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  transition: all 0.15s ease;
}
.theadmin-next .btn-primary {
  background-color: rgb(51, 202, 187);
  border-color: rgb(51, 202, 187);
  color: rgb(255, 255, 255);
}
.theadmin-next .btn-primary:hover {
  background-color: rgb(46, 182, 168);
  border-color: rgb(46, 182, 168);
  color: #fff;
}
.theadmin-next .btn-bold {
  font-weight: 500;
}
.theadmin-next .btn-xs {
  padding: 2px 8px;
  font-size: 11px;
  line-height: 18px;
}
.theadmin-next .btn-xs.btn-bold {
  font-size: 9px;
}
.theadmin-next .btn-square {
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
}
.theadmin-next .btn-facebook {
  background-color: rgb(59, 89, 152);
}
.theadmin-next .btn-instagram {
  background-color: rgb(228, 64, 95);
}
.theadmin-next .btn-youtube {
  background-color: rgb(205, 32, 31);
}
.theadmin-next .btn-rss, .theadmin-next .btn-blog {
  background-color: rgb(255, 133, 27);
}
.theadmin-next .form-group {
  margin-bottom: 16px;
}
.theadmin-next .form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 24px;
  color: rgb(139, 149, 165);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 2px;
  outline: none;
}
.theadmin-next textarea.form-control {
  height: auto;
}
.theadmin-next lexxy-editor.form-control {
  height: auto;
}
.theadmin-next .lexxy-content ul:not(.lexxy-prompt-menu) {
  list-style-type: disc;
  margin-inline-start: calc(var(--lexxy-content-margin) * 1.5);
  padding: 0;
}
.theadmin-next .lexxy-content ol {
  list-style-type: decimal;
  margin-inline-start: calc(var(--lexxy-content-margin) * 1.5);
  padding: 0;
}
.theadmin-next .lexxy-content li.lexxy-nested-listitem {
  list-style-type: none;
}
.theadmin-next .lexxy-content h1, .theadmin-next .lexxy-content h2, .theadmin-next .lexxy-content h3, .theadmin-next .lexxy-content h4, .theadmin-next .lexxy-content h5, .theadmin-next .lexxy-content h6 {
  font-weight: bold;
  margin-block: 0 var(--lexxy-content-margin);
}
.theadmin-next .lexxy-content h1 {
  font-size: 2rem;
}
.theadmin-next .lexxy-content h2 {
  font-size: 1.5rem;
}
.theadmin-next .lexxy-content h3 {
  font-size: 1.25rem;
}
.theadmin-next .lexxy-content h4 {
  font-size: 1rem;
}
.theadmin-next .lexxy-content h5 {
  font-size: 0.875rem;
}
.theadmin-next .lexxy-content h6 {
  font-size: 0.75rem;
}
.theadmin-next .lexxy-content hr {
  border: 0;
  border-block-end: 1px solid currentColor;
  inline-size: 20%;
  margin: calc(0.5em + var(--lexxy-content-margin)) 0;
}
.theadmin-next .lexxy-content code, .theadmin-next .lexxy-content pre {
  background-color: var(--lexxy-color-ink-lightest);
  border-radius: var(--lexxy-radius);
  color: var(--lexxy-color-ink);
  font-family: var(--lexxy-font-mono);
  font-size: 0.9em;
  padding: 0.25ch 0.5ch;
}
.theadmin-next .lexxy-content blockquote {
  border-inline-start: 0.25em solid var(--lexxy-color-ink-lighter);
  font-style: italic;
  margin: var(--lexxy-content-margin) 0;
  padding: 0.5lh 2ch;
}
.theadmin-next .form-control:disabled {
  background-color: rgb(233, 236, 239);
  opacity: 1;
}
.theadmin-next .form-control[readonly]:not(:disabled) {
  background-color: rgb(255, 255, 255);
  color: rgb(139, 149, 165);
}
.theadmin-next .form-control::placeholder {
  color: rgb(201, 204, 206);
}
.theadmin-next .form-control:focus {
  border-color: rgb(51, 202, 187);
}
.theadmin-next .search-btn-index {
  height: 36px;
}
.theadmin-next .btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.theadmin-next .btn.dropdown-toggle.sort {
  height: 36px;
  min-width: 112px;
  padding: 5px 16px;
  font-size: 14px;
  text-align: left;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  color: rgb(134, 142, 150);
}
.theadmin-next .btn.dropdown-toggle {
  position: relative;
}
.theadmin-next .dropdown-toggle.sort::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.theadmin-next .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(241, 242, 243);
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 0 4px 0;
}
.theadmin-next .dropdown-menu.show {
  display: block;
}
.theadmin-next .dropdown-menu-right {
  left: auto;
  right: 0;
}
.theadmin-next .dropdown-item {
  display: block;
  padding: 4px 12px;
  font-size: 13px;
  line-height: 24px;
  color: rgb(77, 82, 89);
  white-space: nowrap;
  cursor: pointer;
}
.theadmin-next .dropdown-item:hover {
  background-color: rgb(245, 246, 250);
  color: rgb(77, 82, 89);
}
.theadmin-next .dropdown-item .fa {
  margin-right: 6px;
}
.theadmin-next .dropdown-footer {
  padding: 8px 12px;
  border-top: 1px solid rgb(235, 235, 235);
  font-size: 12px;
}
.theadmin-next .card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
  transition: .5s;
}
.theadmin-next .card-body {
  flex: 1 1 auto;
  padding: 20px;
}
.theadmin-next .shadow-bottom {
  box-shadow: rgba(0, 0, 0, 0.03) 0 2px 3px 0;
}
.theadmin-next .hover-shadow-4 {
  transition: box-shadow 0.2s ease, transform 0.18s ease;
}
.theadmin-next .hover-shadow-4:hover {
  box-shadow: rgba(0, 0, 0, 0.12) 0 8px 24px 0;
  transform: translateY(-3px);
}
.theadmin-next .next-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.theadmin-next .next-reveal.in {
  opacity: 1;
  transform: none;
}
.theadmin-next .next-reveal:not(.in) {
  animation: next-reveal-failsafe 0.4s ease 1.5s forwards;
}
@keyframes next-reveal-failsafe {
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .theadmin-next .next-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .theadmin-next .hover-shadow-4, .theadmin-next .hover-shadow-4:hover {
    transform: none;
  }
}
.theadmin-next .truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.theadmin-next .callout {
  padding: 12px 16px;
  border-left: 3px solid;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 16px;
}
.theadmin-next .callout-info {
  border-left-color: rgb(51, 202, 187);
}
.theadmin-next .pagination {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 0 0 16px;
}
.theadmin-next .pagination .page-item {
  margin: 0 3px 0 0;
}
.theadmin-next .pagination a, .theadmin-next .pagination span.page-link, .theadmin-next .pagination .page-link {
  display: inline-block;
  padding: 0 8px;
  min-width: 31px;
  line-height: 29px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  border-radius: 2px;
  color: rgb(139, 149, 165);
}
.theadmin-next .pagination .page-item.active a, .theadmin-next .pagination .page-item.active .page-link {
  background-color: rgb(51, 202, 187);
  border-color: rgb(51, 202, 187);
  color: rgb(255, 255, 255);
}
.theadmin-next .pagination a:hover {
  background-color: rgb(46, 182, 168);
  border-color: rgb(46, 182, 168);
  color: #fff;
}
.theadmin-next .pagination .page-item.disabled .page-link {
  background-color: transparent;
  border-color: transparent;
  color: rgb(139, 149, 165);
  cursor: default;
}
.theadmin-next .site-footer {
  background-color: rgb(255, 255, 255);
  color: rgb(97, 106, 120);
  font-size: 12px;
  padding: 15px 30px;
  border-top: 1px solid rgb(241, 242, 243);
}
.theadmin-next .site-footer a {
  color: rgb(97, 106, 120);
}
.theadmin-next .site-footer .social-icons {
  text-align: right;
}
.theadmin-next .next-sparkline {
  display: flex;
  align-items: flex-end;
  gap: 1px;
  height: 44px;
}
.theadmin-next .next-sparkline rect {
  fill: rgb(51, 202, 187);
  fill-opacity: 0.5;
}
.theadmin-next .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(77, 82, 89, 0.07);
  border-radius: 3px 3px 0 0;
}
.theadmin-next .card > .card-title {
  padding: 15px 20px;
  margin: 0;
  border-bottom: 1px solid rgba(77, 82, 89, 0.07);
}
.theadmin-next .card-header .card-title, .theadmin-next .card-title {
  font-weight: 300;
  color: rgb(49, 57, 68);
  margin-bottom: 0;
}
.theadmin-next .card-controls {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 13px;
}
.theadmin-next .card-controls > li > a {
  font-family: themify;
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: rgb(139, 149, 165);
  opacity: 0.8;
  transition: 0.3s linear;
}
.theadmin-next .card-controls > li > a:hover {
  color: rgb(51, 202, 187);
}
.theadmin-next .card-btn-fullscreen::before {
  content: '\e659';
  font-family: themify;
  font-size: 12px;
  color: rgb(139, 149, 165);
}
.theadmin-next .card-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 1050;
  margin: 0;
  overflow: auto;
}
.theadmin-next .table {
  width: 100%;
  font-size: 13px;
  color: rgb(77, 82, 89);
  border-collapse: collapse;
  margin-bottom: 16px;
}
.theadmin-next .table th {
  padding: .75rem;
  font-weight: 800;
  text-align: left;
  border-bottom: 1px solid rgb(235, 235, 235);
  vertical-align: bottom;
}
.theadmin-next .table td {
  padding: .75rem;
  border-top: 1px solid rgb(222, 226, 230);
  vertical-align: top;
  line-height: 24px;
}
.theadmin-next .table {
  width: 100%;
  margin-bottom: 1rem;
}
.theadmin-next .card > .table, .theadmin-next .card > .table-responsive > .table {
  margin-bottom: 0;
}
.theadmin-next .table .text-right {
  text-align: right;
}
.theadmin-next .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.theadmin-next .row > *:has(.table-responsive) {
  min-width: 0;
}
.theadmin-next .table-responsive th {
  white-space: nowrap;
}
.theadmin-next .next-sticky-table {
  overflow-x: auto;
}
.theadmin-next .next-sticky-table thead {
  position: relative;
  z-index: 2;
  will-change: transform;
}
.theadmin-next .next-sticky-table thead th {
  background-color: #fff;
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 rgb(235, 235, 235);
}
.theadmin-next .badge-warning {
  background-color: rgb(250, 166, 75);
  color: rgb(255, 255, 255);
}
.theadmin-next .btn-secondary {
  background-color: rgb(228, 231, 234);
  border-color: rgb(228, 231, 234);
  color: rgb(97, 106, 120);
}
.theadmin-next .btn-sm {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
}
.theadmin-next .text-danger {
  color: rgb(249, 104, 104);
}
.theadmin-next .text-muted {
  color: rgb(139, 149, 165);
}
.theadmin-next .p-2 {
  padding: 8px;
}
.theadmin-next .mb-30 {
  margin-bottom: 30px;
}
.theadmin-next .fs-15 {
  font-size: 15px;
}
.theadmin-next .switch {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
}
.theadmin-next .switch input {
  display: none;
}
.theadmin-next .switch-indicator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 10px;
  border-radius: 20px;
  background-color: rgb(227, 228, 229);
  transition: 0.3s;
}
.theadmin-next .switch-indicator::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(187, 187, 187) 0 0 3px 0;
  transition: 0.3s;
}
.theadmin-next .switch input:checked ~ .switch-indicator {
  background-color: rgb(220, 252, 250);
}
.theadmin-next .switch input:checked ~ .switch-indicator::after {
  left: calc(100% - 20px);
  background-color: rgb(51, 202, 187);
  box-shadow: rgb(252, 253, 254) 0 0 3px 0;
}
.theadmin-next .switch-description {
  margin-left: 4px;
  font-size: 12px;
  color: rgb(77, 82, 89);
  vertical-align: middle;
}
.theadmin-next .modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  outline: 0;
}
.theadmin-next .modal.show {
  display: block;
}
.theadmin-next .modal-dialog {
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 30px auto;
}
.theadmin-next .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 15px 0;
}
.theadmin-next .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.theadmin-next .modal-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.theadmin-next .modal-body {
  padding: 20px;
}
.theadmin-next .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 15px 20px;
  border-top: 1px solid rgb(235, 235, 235);
}
.theadmin-next .modal .close {
  background: transparent;
  border: 0;
  font-size: 21px;
  line-height: 1;
  color: rgb(139, 149, 165);
  cursor: pointer;
  padding: 0;
}
.theadmin-next .border-red-delete {
  border: 1px solid rgb(249, 104, 104);
}
.theadmin-next .captcha-image {
  display: block;
  margin: 8px 0;
  width: 100px;
  height: 50px;
}
.theadmin-next .refresh-captcha-link {
  font-size: 12px;
}
.theadmin-next .password-wrong {
  color: rgb(249, 104, 104);
  font-size: 12px;
  margin-top: 8px;
}
.theadmin-next .next-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 2000;
  padding: 10px 18px;
  border-radius: 3px;
  background: rgba(49, 57, 68, 0.92);
  color: rgb(255, 255, 255);
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px 0;
  opacity: 0;
  transform: translate(-50%, 6px);
  transition: opacity 0.2s, transform 0.2s;
}
.theadmin-next .next-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.theadmin-next .fw-400 {
  font-weight: 400;
}
.theadmin-next .fw-500 {
  font-weight: 500;
}
.theadmin-next .fs-11 {
  font-size: 11px;
}
.theadmin-next .fs-14 {
  font-size: 14px;
}
.theadmin-next .fs-28 {
  font-size: 28px;
}
.theadmin-next .text-uppercase {
  text-transform: uppercase;
}
.theadmin-next .text-fader {
  color: rgba(77, 82, 89, 0.5);
}
.theadmin-next .mt-0 {
  margin-top: 0;
}
.theadmin-next .mt-4 {
  margin-top: 24px;
}
.theadmin-next .ml-3 {
  margin-left: 16px;
}
.theadmin-next .ml-6 {
  margin-left: 48px;
}
.theadmin-next .mb-0 {
  margin-bottom: 0;
}
.theadmin-next .mb-2 {
  margin-bottom: 8px;
}
.theadmin-next .btn-round {
  border-radius: 160px;
}
.theadmin-next .btn-w-xl {
  min-width: 150px;
}
.theadmin-next .btn-block {
  display: block;
  width: 100%;
}
.theadmin-next .btn-danger {
  background-color: rgb(249, 104, 104);
  border-color: rgb(249, 104, 104);
  color: rgb(255, 255, 255);
}
.theadmin-next .btn-danger:hover {
  background-color: rgb(245, 84, 84);
  color: #fff;
}
.theadmin-next .label-file {
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(235, 235, 235);
  color: rgb(139, 149, 165);
  padding: 6px;
  font-size: 14px;
  border-radius: 2px;
  margin-bottom: 0;
}
.theadmin-next .hidden-file {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.theadmin-next .api-key-width {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.theadmin-next .email-noti-icon {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  border-radius: 4px;
}
.theadmin-next .email-setting-title {
  font-size: 17px;
  font-weight: 500;
  padding: 15px 20px;
  margin: 0;
  border-bottom: 1px solid rgba(77, 82, 89, 0.07);
}
.theadmin-next .email-setting-sub {
  font-size: 13px;
  font-weight: 700;
  color: rgb(77, 82, 89);
  margin: 0 0 8px;
}
.theadmin-next .email-sub-tit {
  font-size: 10px;
  color: rgb(173, 173, 173);
  margin: 0;
}
.theadmin-next .flex-between-email-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theadmin-next .card-body-custom {
  padding: 12px 20px;
}
.theadmin-next .black {
  color: rgb(77, 82, 89);
}
.theadmin-next label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .5px;
}
.theadmin-next .nav {
  display: flex;
  list-style: none;
}
.theadmin-next .nav-tabs {
  border-bottom: 1px solid rgb(235, 235, 235);
}
.theadmin-next .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.theadmin-next .nav-justified .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.theadmin-next .nav-tabs .nav-link {
  display: block;
  padding: 8px 16px;
  font-size: 13px;
  color: rgba(77, 82, 89, 0.7);
  border-bottom: 2px solid transparent;
}
.theadmin-next .nav-tabs .nav-link.active {
  color: rgb(77, 82, 89);
  border-bottom-color: rgb(51, 202, 187);
}
.theadmin-next .tab-content > .tab-pane {
  display: none;
  padding-top: 16px;
}
.theadmin-next .tab-content > .tab-pane.active {
  display: block;
}
.theadmin-next .input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-bottom: 8px;
}
.theadmin-next .input-group .form-control {
  flex: 1 1 auto;
  width: 1%;
  border-radius: 0 2px 2px 0;
}
.theadmin-next .input-group-prepend, .theadmin-next .input-group-append {
  display: flex;
}
.theadmin-next .input-group-text {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 300;
  color: rgb(139, 149, 165);
  background-color: rgb(249, 250, 251);
  border: 1px solid rgb(235, 235, 235);
  border-right: 0;
  border-radius: 2px;
  white-space: nowrap;
}
.theadmin-next .custom-control {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  min-height: 20px;
}
.theadmin-next .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.theadmin-next .custom-control-label {
  cursor: pointer;
  margin-bottom: 0;
}
.theadmin-next .custom-control-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid rgb(215, 219, 228);
}
.theadmin-next .custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.theadmin-next .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.theadmin-next .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(51, 202, 187);
  border-color: rgb(51, 202, 187);
}
.theadmin-next .custom-control-input:checked ~ .custom-control-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}
.theadmin-next .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  left: 5px;
  top: 6px;
  width: 6px;
  height: 9px;
  background: transparent;
  border-radius: 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.theadmin-next .custom-control-success .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(76, 175, 80);
  border-color: rgb(76, 175, 80);
}
.theadmin-next .custom-control-warning .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(255, 186, 0);
  border-color: rgb(255, 186, 0);
}
.theadmin-next .custom-control-info .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(51, 202, 187);
  border-color: rgb(51, 202, 187);
}
.theadmin-next .card-btn-slide::before {
  content: '\e64b';
  font-family: themify;
  font-size: 11px;
  color: rgb(139, 149, 165);
  display: inline-block;
  transition: transform 0.2s;
}
.theadmin-next .card-btn-slide.rotate-180::before {
  transform: rotate(180deg);
}
.theadmin-next .card-controls > li {
  margin-left: 12px;
}
.theadmin-next .modal-lg {
  max-width: 800px;
}
.theadmin-next .modal-center .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 60px);
}
.theadmin-next .media {
  display: flex;
  align-items: flex-start;
}
.theadmin-next .media-body {
  flex: 1;
}
.theadmin-next .file-group {
  position: relative;
}
.theadmin-next .file-group input[type="file"] {
  position: absolute;
  z-index: -1;
  width: 20px;
  opacity: 0;
}
.theadmin-next .file-group .file-value.file-browser {
  cursor: pointer;
  background-color: #fff;
}
.theadmin-next .alert {
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 2px;
  margin-bottom: 16px;
  font-size: 13px;
}
.theadmin-next .alert-primary {
  background-color: rgb(232, 250, 248);
  border-color: rgb(51, 202, 187);
  color: rgb(38, 148, 137);
}
.theadmin-next .badge-default {
  background-color: rgb(245, 246, 247);
  color: rgb(97, 106, 120);
}
.theadmin-next .badge-info {
  background-color: rgb(72, 176, 247);
  color: #fff;
}
.theadmin-next .badge-danger {
  background-color: rgb(249, 104, 104);
  color: #fff;
}
.theadmin-next .badge-pink {
  background-color: rgb(249, 97, 151);
  color: #fff;
}
.theadmin-next .badge-sm {
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 75%;
}
.theadmin-next .badge-lg {
  line-height: 1.5;
  padding: 5px 7px;
  font-size: 95%;
}
.theadmin-next .btn-info {
  background-color: rgb(72, 176, 247);
  border-color: rgb(72, 176, 247);
  color: #fff;
}
.theadmin-next .btn-info:hover {
  background-color: rgb(56, 165, 241);
  color: #fff;
}
.theadmin-next .btn-success {
  background-color: rgb(76, 175, 80);
  border-color: rgb(76, 175, 80);
  color: #fff;
}
.theadmin-next .btn-lg {
  padding: 8px 24px;
  font-size: 14px;
  line-height: 28px;
}
.theadmin-next .btn-outline {
  background-color: transparent;
}
.theadmin-next .btn-outline.btn-secondary {
  border-color: rgb(215, 219, 228);
  color: rgb(97, 106, 120);
}
.theadmin-next .btn-pure {
  border: 0;
  background: transparent;
}
.theadmin-next .btn-secondtary {
  background-color: rgb(228, 231, 234);
  color: rgb(97, 106, 120);
}
.theadmin-next .btn.disabled, .theadmin-next .btn:disabled {
  opacity: 0.65;
  pointer-events: none;
}
.theadmin-next .text-info {
  color: rgb(72, 176, 247);
}
.theadmin-next .text-warning {
  color: #faa64b !important;
}
.theadmin-next .text-success {
  color: rgb(76, 175, 80);
}
.theadmin-next .text-white {
  color: #fff;
}
.theadmin-next .text-default {
  color: rgb(77, 82, 89);
}
.theadmin-next .fs-13 {
  font-size: 13px;
}
.theadmin-next .fs-16 {
  font-size: 16px;
}
.theadmin-next .fs-18 {
  font-size: 18px;
}
.theadmin-next .w-100px {
  width: 100px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.theadmin-next .custom-line-height td:first-child {
  min-width: 108px;
}
.theadmin-next .custom-line-height td {
  word-break: break-word;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
}
.theadmin-next .ion-arrow-right-b {
  font-style: normal;
}
.theadmin-next .ion-arrow-right-b::before {
  content: '→';
  font-weight: 700;
}
.theadmin-next .param-empty-toggle td {
  padding: 6px 0 2px;
}
.theadmin-next .param-empty-toggle .btn {
  color: rgb(139, 149, 165);
  border-color: rgb(235, 235, 235);
}
.theadmin-next .param-empty-toggle .btn:hover {
  color: rgb(77, 82, 89);
  background-color: rgb(245, 246, 250);
}
.theadmin-next .pull-right {
  float: right;
}
.theadmin-next .dropdown-divider {
  height: 0;
  margin: 4px 0;
  border-top: 1px solid rgb(235, 235, 235);
}
.theadmin-next .d-flex {
  display: flex;
}
.theadmin-next .align-items-center {
  align-items: center;
}
.theadmin-next .justify-content-between {
  justify-content: space-between;
}
.theadmin-next .flex-row {
  flex-direction: row;
}
.theadmin-next .flexbox {
  display: flex;
  justify-content: space-between;
}
.theadmin-next .nav {
  white-space: nowrap;
}
.theadmin-next .form-inline .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.theadmin-next .flex-justified > * {
  flex: 1 1 0;
}
.theadmin-next .my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.theadmin-next .br-1 {
  border-right: 1px solid;
}
.theadmin-next .border-light {
  border-color: rgb(235, 235, 235);
}
.theadmin-next .mt-3 {
  margin-top: 16px;
}
.theadmin-next .mr-5 {
  margin-right: 48px;
}
.theadmin-next .mr-2 {
  margin-right: 8px;
}
.theadmin-next .pt-50 {
  padding-top: 50px;
}
.theadmin-next .table-striped tr:nth-child(odd) {
  background-color: rgb(252, 253, 254);
}
.theadmin-next code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 87.5%;
  color: rgb(186, 94, 99);
  white-space: nowrap;
  word-break: break-word;
}
.theadmin-next a > code {
  color: inherit;
}
.theadmin-next h1 a, .theadmin-next h2 a, .theadmin-next h3 a, .theadmin-next h4 a, .theadmin-next h5 a, .theadmin-next h6 a, .theadmin-next .h1 a, .theadmin-next .h2 a, .theadmin-next .h3 a, .theadmin-next .h4 a, .theadmin-next .h5 a, .theadmin-next .h6 a {
  color: rgb(49, 57, 68);
}
.theadmin-next .spinner-dots {
  display: inline-block;
  color: rgb(139, 149, 165);
}
.theadmin-next .spinner-dots::after {
  content: '⋯';
  font-size: 24px;
  animation: next-blink 1s infinite;
}
@keyframes next-blink {
  50% {
    opacity: 0.2;
  }
}
.theadmin-next .setting-hover {
  display: inline-block;
  border: none;
  width: 100%;
}
.theadmin-next .setting-hover:hover {
  color: black;
}
.theadmin-next .setting-hover-none {
  display: inline-block;
  border: none;
  color: #ba5e63 !important;
  width: 100%;
}
.theadmin-next .clickable-td {
  background-color: white;
}
.theadmin-next .clickable-td:hover {
  background-color: white;
  cursor: pointer;
}
.theadmin-next table tr.hover-bg-box {
  line-height: 100%;
}
.theadmin-next table tr.hover-bg-box:hover td:first-child {
  background-color: rgba(74, 92, 118, 0.1);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.theadmin-next table tr.hover-bg-box:hover td:last-child {
  background-color: rgba(74, 92, 118, 0.1);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.theadmin-next .text-first {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.theadmin-next .button-and-instructions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.theadmin-next #start-schedule {
  margin-right: 20px;
}
.theadmin-next .bot-intro-schedule {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  font-weight: 400;
  background: #F0F8FF;
  border-radius: 5px;
  color: #616a78;
}
.theadmin-next .progress {
  display: flex;
  height: 4px;
  background-color: rgb(235, 235, 235);
  border-radius: 2px;
  overflow: hidden;
}
.theadmin-next .progress-bar {
  height: 100%;
  background-color: #33cabb;
  transition: width .6s ease;
}
.theadmin-next .bg-primary {
  background-color: rgb(51, 202, 187);
  color: #fff;
}
.theadmin-next .bg-primary a, .theadmin-next .bg-primary .fs-30 {
  color: #fff;
}
.theadmin-next .bg-success {
  background-color: rgb(76, 175, 80);
}
.theadmin-next .divider {
  display: flex;
  align-items: center;
  color: rgb(139, 149, 165);
  font-size: 12px;
  letter-spacing: 1px;
  margin: 24px 0;
}
.theadmin-next .divider::before, .theadmin-next .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgb(235, 235, 235);
}
.theadmin-next .divider::before {
  margin-right: 16px;
}
.theadmin-next .divider::after {
  margin-left: 16px;
}
.theadmin-next .badge-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
}
.theadmin-next .list-inline {
  padding-left: 0;
  list-style: none;
}
.theadmin-next .list-inline-item {
  display: inline-flex;
  align-items: center;
}
.theadmin-next .gap-items-4 > * {
  margin: 0 12px;
}
.theadmin-next .gap-items-2 > * {
  margin: 0 4px 4px 0;
}
.theadmin-next .gap-y {
  display: flex;
  flex-wrap: wrap;
}
.theadmin-next .avatar-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: rgb(228, 231, 234);
  color: rgb(97, 106, 120);
  font-size: 11px;
}
.theadmin-next .center-vh {
  display: flex;
  align-items: center;
  justify-content: center;
}
.theadmin-next .h-150px {
  height: 150px;
}
.theadmin-next .fs-10 {
  font-size: 10px;
}
.theadmin-next .fs-12 {
  font-size: 12px;
}
.theadmin-next .fs-14 {
  font-size: 14px;
}
.theadmin-next .fs-30 {
  font-size: 30px;
}
.theadmin-next .fw-100 {
  font-weight: 100;
}
.theadmin-next .text-lighter {
  color: rgba(77, 82, 89, 0.5);
}
.theadmin-next .text-light {
  color: rgb(139, 149, 165);
}
.theadmin-next .ls-1 {
  letter-spacing: 1px;
}
.theadmin-next .ls-2 {
  letter-spacing: 2px;
}
.theadmin-next .bt-1 {
  border-top: 1px solid;
}
.theadmin-next .p-12 {
  padding: 12px;
}
.theadmin-next .pt-1 {
  padding-top: 4px;
}
.theadmin-next .pt-3 {
  padding-top: 16px;
}
.theadmin-next .pt-4 {
  padding-top: 24px;
}
.theadmin-next .mb-4 {
  margin-bottom: 24px;
}
.theadmin-next .mb-20 {
  margin-bottom: 20px;
}
.theadmin-next .fs-28 {
  font-size: 28px;
}
.theadmin-next .float-right {
  float: right;
}
.theadmin-next .d-block {
  display: block;
}
.theadmin-next .align-items-baseline {
  align-items: baseline;
}
.theadmin-next .card > .card-title h5 {
  font-size: 15px;
}
.theadmin-next .collapse {
  display: none;
  visibility: visible;
}
.theadmin-next .badge-primary {
  background-color: rgb(51, 202, 187);
  color: #fff;
}
.theadmin-next .fw-900 {
  font-weight: 900;
}
.theadmin-next .position-relative {
  position: relative;
}
.theadmin-next .overflow-auto {
  overflow: auto;
}
.theadmin-next .ml-1 {
  margin-left: 4px;
}
.theadmin-next .mt-2 {
  margin-top: 8px;
}
.theadmin-next .first-tr {
  background-color: rgb(250, 250, 251);
}
@media (min-width: 768px) {
  .theadmin-next .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.theadmin-next .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.theadmin-next .btn-close-custom {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.theadmin-next .desktop-modal-head-text {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.theadmin-next .fs-modal-custom {
  font-size: 14px;
  color: #808080;
  font-weight: 500;
}
.theadmin-next .form-sending-email {
  border-radius: 4px;
  border: 1px solid #CED4DA;
  padding: 5px 14px;
  font-weight: 400;
}
.theadmin-next .form-sending-email-first {
  border-radius: 4px;
  border: 1px solid #CED4DA;
  padding: 5px 14px;
  font-weight: 400;
  margin-top: 0 !important;
}
.theadmin-next .btn-sending {
  width: 256px;
  height: 40px;
  font-size: 12px;
  color: white;
}
.theadmin-next .mt-modal-email {
  margin-top: 20px;
}
.theadmin-next .px-custom-modal {
  padding: 0 40px;
}
.theadmin-next .mb-custom-modal {
  color: #808080;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 36px;
}
.theadmin-next .mt-12 {
  margin-top: 12px;
}
.theadmin-next .alert-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #bee5eb;
}
.theadmin-next .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.theadmin-next .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.theadmin-next .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.theadmin-next .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.theadmin-next .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.theadmin-next .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.theadmin-next .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.theadmin-next .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.theadmin-next .btn-w-md {
  width: 120px;
}
.theadmin-next .btn-multiline {
  padding-top: 15px;
  padding-bottom: 5px;
}
.theadmin-next .card-footer {
  background-color: #fcfdfe;
  border-top: 1px solid rgba(77, 82, 89, 0.07);
  color: #8b95a5;
  padding: 10px 20px;
}
.theadmin-next .card-footer > *:last-child {
  margin-bottom: 0;
}
.theadmin-next .card-slided-up .card-content {
  display: none;
}
.theadmin-next .card-slided-up .card-btn-slide::before {
  content: "\e64b";
}
.theadmin-next .fs-20 {
  font-size: 20px !important;
}
.theadmin-next .lh-1 {
  line-height: 1 !important;
}
.theadmin-next .mr-1 {
  margin-right: 4px;
}
.theadmin-next .pr-15 {
  padding-right: 15px !important;
}
.theadmin-next small, .theadmin-next time, .theadmin-next .small {
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #8b95a5;
}
.theadmin-next .table-sm th, .theadmin-next .table-sm td {
  padding: .5rem;
}
.theadmin-next th.wide {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.theadmin-next .switch-gray input:checked + .switch-indicator {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.theadmin-next .switch-gray input:checked + .switch-indicator::after {
  background: #868e96;
}
.theadmin-next .switch-lg .switch-indicator {
  height: 20px;
}
.theadmin-next .switch-lg .switch-indicator::after {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}
.theadmin-next .switch-lg input:checked + .switch-indicator::after {
  left: calc(100% - 18px);
}
.theadmin-next .spinner-circle-material {
  height: 50px;
  min-height: 50px;
  width: 50px;
  border-radius: 100px;
  border: 2px transparent solid;
  border-top: 2px #3F51B5 solid;
  animation: theadmin-spinner-material 4s infinite;
}
@keyframes theadmin-spinner-material {
  0% {
    transform: rotate(0deg);
    border-top-color: #3F51B5;
  }
  25% {
    transform: rotate(360deg);
    border-top-color: #F44336;
  }
  50% {
    transform: rotate(720deg);
    border-top-color: #FFC107;
  }
  75% {
    transform: rotate(1080deg);
    border-top-color: #4CAF50;
  }
  100% {
    transform: rotate(1440deg);
    border-top-color: #3F51B5;
  }
}
.theadmin-next .quote_header {
  display: block;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
}
.theadmin-next .quote_body {
  display: block;
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  padding: 1rem;
}
@media (min-width: 768px) {
  .theadmin-next .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 992px) {
  .theadmin-next .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.theadmin-next .media {
  display: flex;
  align-items: flex-start;
  padding: 16px 12px;
  transition: background-color .2s linear;
}
.theadmin-next .media > * {
  margin: 0 8px;
}
.theadmin-next a.media {
  color: #4d5259;
}
.theadmin-next .media .avatar {
  flex-shrink: 0;
}
.theadmin-next .media-list > .media {
  margin-bottom: 0;
}
.theadmin-next .media-list-divided > .media {
  border-bottom: 1px solid rgba(77, 82, 89, 0.07);
}
.theadmin-next .media-list-xs .media {
  padding: 10px 16px;
}
.theadmin-next .media-list-hover .media:hover {
  background-color: #f9fafb;
}
.theadmin-next .topbar .media-list {
  width: 358px !important;
}
.theadmin-next .scrollable {
  overflow-y: auto;
}
.theadmin-next .dropdown-footer {
  display: flex;
  justify-content: space-between;
  background-color: #f9fafb;
  border-top: 1px solid #ebebeb;
  padding: 0 0.75rem;
}
.theadmin-next .dropdown-footer a {
  display: inline-block;
  padding: 10px 8px;
  color: #8b95a5;
}
.theadmin-next .dropdown-footer a:hover {
  color: #4d5259;
}
.theadmin-next .topbar-btns .media-list-divided + .dropdown-footer {
  border-top: 0;
}
.theadmin-next .tour-button {
  display: inline-block;
  width: 124px;
  height: 28px;
  border-radius: 14px;
  background: linear-gradient(91.35deg, #9E6FFF 9.78%, #33CABB 85.85%);
  position: relative;
  overflow: hidden;
  border: none;
  font-weight: 700;
}
.theadmin-next .tour-button:before {
  content: "";
  position: absolute;
  top: 1.5px;
  bottom: 1.5px;
  left: 1.4px;
  right: 1.4px;
  background: #fff;
  border-radius: 12px;
  z-index: 1;
}
.theadmin-next .button-text {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 28px;
  color: white;
  background: linear-gradient(91.35deg, #9E6FFF 9.78%, #33CABB 85.85%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theadmin-next.shepherd-active .shepherd-step {
  z-index: 30000 !important;
}
.theadmin-next .important-class {
  z-index: 30000 !important;
}
@media (max-width: 768px) {
  .theadmin-next #tour-start {
    display: none;
  }
}
.theadmin-next .bright {
  border: 10px solid white;
}
.theadmin-next .bright-sidebar {
  z-index: 1050 !important;
}
.theadmin-next .ptd-0 {
  margin-top: 20px;
  padding-bottom: 0 !important;
  padding-top: 10px !important;
}
.theadmin-next .plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.theadmin-next .never-btn {
  color: gray !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  float: left;
  position: relative;
}
.theadmin-next .pointer-none {
  pointer-events: none !important;
}
.theadmin-next .background-btn {
  background-color: #33cabb;
  color: white;
}
.theadmin-next .start-button {
  padding: 10px;
  background-color: white;
}
.theadmin-next .default-cursor {
  cursor: default !important;
}
.theadmin-next .app-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: default !important;
}
.theadmin-next .box-smaller {
  width: 350px !important;
}
.theadmin-next .shepherd-text {
  padding: 1rem !important;
  padding-bottom: 1.5rem !important;
}
.theadmin-next .modal-top {
  opacity: 1;
}
.theadmin-next .modal-top .modal-dialog {
  margin-top: 0;
  transform: translateY(-100%) !important;
  transition: transform 0.3s ease-out;
}
.theadmin-next .modal-top.show .modal-dialog {
  transform: translateY(0) !important;
}
.theadmin-next .lead {
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}
.theadmin-next .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  outline: none !important;
  transition: 0.2s linear;
}
.theadmin-next button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.theadmin-next .container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.theadmin-next .topbar-inverse {
  background-color: rgb(63, 74, 89);
}
.theadmin-next .topbar-secondary {
  height: 81px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
.theadmin-next .topbar-secondary .container {
  display: flex;
  justify-content: space-between;
}
.theadmin-next .topbar-secondary + main, .theadmin-next .topbar-secondary + .main-container {
  padding-top: 80px;
}
.theadmin-next .topbar .topbar-navigation .menu {
  display: flex;
  height: 80px;
}
.theadmin-next .topbar-navigation .menu-link {
  height: 80px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  font-size: 13px;
}
.theadmin-next .topbar-inverse .menu-item.active > .menu-link {
  color: #fff;
}
.theadmin-next .topbar-brand {
  display: block;
  height: 24px;
}
.theadmin-next .topbar-brand img {
  height: 16px;
  width: auto;
}
.theadmin-next .topbar-divider {
  width: 1px;
  height: 20px;
  margin: 0 12px;
}
.theadmin-next .topbar-secondary .topbar-menu-toggler {
  display: none;
}
.theadmin-next .accordion .card {
  background-color: #fff;
  border: 1px solid #f1f2f3;
  margin-bottom: 16px;
}
.theadmin-next .accordion .card:last-child {
  margin-bottom: 0;
}
.theadmin-next .accordion .card-title {
  background-color: #fcfdfe;
}
.theadmin-next .accordion .card-title a {
  display: block;
  letter-spacing: 1px;
  padding-left: 33px;
  color: rgb(49, 57, 68);
}
.theadmin-next .accordion .card-title a::before {
  content: "\e648";
  font-family: themify;
  font-size: 12px;
  display: inline-block;
  margin-right: 20px;
  margin-left: -33px;
  transition: .2s linear;
}
.theadmin-next .accordion .card-title a.collapsed::before {
  transform: rotate(180deg);
}
.theadmin-next .accordion-connected .card {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #f1f2f3;
}
.theadmin-next .accordion-connected .card:last-child {
  border-bottom: 0;
}
.theadmin-next .accordion-connected .card-title {
  border-bottom: 0;
  background-color: #fff;
}
.theadmin-next .lookup {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.theadmin-next .lookup::before {
  content: "\e610";
  font-family: themify;
  font-size: 16px;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  color: rgba(77, 82, 89, 0.4);
  width: 36px;
  text-align: center;
  cursor: text;
}
.theadmin-next .lookup input {
  color: #4d5259;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  width: 200px;
  max-width: 100%;
  padding-left: 36px;
  padding-right: 18px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .5px;
  outline: none;
  background: #fff;
}
.theadmin-next .lookup-right::before {
  left: auto;
  right: 0;
}
.theadmin-next .lookup-right input {
  padding-left: 18px;
  padding-right: 36px;
}
.theadmin-next .pt-150 {
  padding-top: 150px !important;
}
.theadmin-next .pl-50 {
  padding-left: 50px !important;
}
.theadmin-next .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.theadmin-next .pb-4 {
  padding-bottom: 1.5rem !important;
}
.theadmin-next .border-none {
  border: none !important;
}
.theadmin-next .px-5-important {
  padding-left: 32px !important;
  padding-right: 5px !important;
}
.theadmin-next .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.theadmin-next .table-bordered {
  border: 1px solid #ebebeb !important;
}
.theadmin-next .table-bordered td {
  border: 1px solid #dee2e6 !important;
}
.theadmin-next .table-bordered th {
  border: 1px solid #dee2e6 !important;
}
.theadmin-next .table-bordered thead td {
  border-bottom-width: 2px;
}
.theadmin-next .table-bordered thead th {
  border-bottom-width: 2px;
}
.theadmin-next .table-hover tbody tr:hover {
  background-color: #f9fafb;
}
.theadmin-next .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.theadmin-next .table-hover .table-primary:hover>td {
  background-color: #9fcdff;
}
.theadmin-next .table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}
.theadmin-next .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.theadmin-next .table-hover .table-secondary:hover>td {
  background-color: #c8cbcf;
}
.theadmin-next .table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}
.theadmin-next .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.theadmin-next .table-hover .table-success:hover>td {
  background-color: #b1dfbb;
}
.theadmin-next .table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}
.theadmin-next .table-hover .table-info:hover {
  background-color: #abdde5;
}
.theadmin-next .table-hover .table-info:hover>td {
  background-color: #abdde5;
}
.theadmin-next .table-hover .table-info:hover>th {
  background-color: #abdde5;
}
.theadmin-next .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.theadmin-next .table-hover .table-warning:hover>td {
  background-color: #ffe8a1;
}
.theadmin-next .table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}
.theadmin-next .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.theadmin-next .table-hover .table-danger:hover>td {
  background-color: #f1b0b7;
}
.theadmin-next .table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}
.theadmin-next .table-hover .table-light:hover {
  background-color: #ececf6;
}
.theadmin-next .table-hover .table-light:hover>td {
  background-color: #ececf6;
}
.theadmin-next .table-hover .table-light:hover>th {
  background-color: #ececf6;
}
.theadmin-next .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.theadmin-next .table-hover .table-dark:hover>td {
  background-color: #b9bbbe;
}
.theadmin-next .table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}
.theadmin-next .table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075);
}
.theadmin-next .table-hover .table-active:hover>td {
  background-color: rgba(0,0,0,.075);
}
.theadmin-next .table-hover .table-active:hover>th {
  background-color: rgba(0,0,0,.075);
}
.theadmin-next .form-text {
  display: block;
  margin-top: .25rem;
}
.theadmin-next .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.theadmin-next .form-check-input {
  outline: none !important;
}
.theadmin-next .form-check-input:disabled~.form-check-label {
  color: #6c757d;
}
.theadmin-next .form-check-label {
  margin-bottom: 0;
}
.theadmin-next .form-check-input.is-valid~.form-check-label {
  color: #28a745;
}
.theadmin-next .form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}
.theadmin-next .form-inline {
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.theadmin-next .form-inline .form-check {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-left: 0;
}
.theadmin-next .form-inline label {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.theadmin-next .form-inline .form-group {
  margin-right: 1rem;
}
.theadmin-next .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.theadmin-next .form-inline .form-control-plaintext {
  display: inline-block;
}
.theadmin-next .form-inline .custom-select {
  width: auto;
}
.theadmin-next .form-inline .input-group {
  width: auto;
}
.theadmin-next .form-inline .form-check-input {
  position: relative;
  margin-top: 0;
  margin-right: .25rem;
  margin-left: 0;
}
.theadmin-next .form-inline .custom-control {
  align-items: center;
  justify-content: center;
}
.theadmin-next .form-inline .custom-control-label {
  margin-bottom: 0;
}
.theadmin-next .btn-warning {
  background-color: #faa64b;
  border-color: #faa64b;
  color: #fff;
}
.theadmin-next .btn-warning:hover {
  background-color: #fbb264;
  border-color: #fbb264;
  color: #fff;
}
.theadmin-next .btn-warning.focus {
  color: #fff;
}
.theadmin-next .btn-warning:focus {
  color: #fff;
}
.theadmin-next .btn-warning.disabled {
  background-color: #faa64b;
  border-color: #faa64b;
  opacity: 0.5;
}
.theadmin-next .btn-warning:disabled {
  background-color: #faa64b;
  border-color: #faa64b;
  opacity: 0.5;
}
.theadmin-next .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.theadmin-next .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.theadmin-next .btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}
.theadmin-next .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
}
.theadmin-next .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}
.theadmin-next .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.theadmin-next .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.theadmin-next .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.theadmin-next .btn-outline-info.focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}
.theadmin-next .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}
.theadmin-next .btn-outline-info.disabled {
  color: #17a2b8;
  background-color: transparent;
}
.theadmin-next .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.theadmin-next .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.theadmin-next .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.theadmin-next .btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}
.theadmin-next .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
}
.theadmin-next .btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}
.theadmin-next .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.theadmin-next .card-text:last-child {
  margin-bottom: 0;
}
.theadmin-next .badge-secondary {
  color: #616a78;
  background-color: #e4e7ea;
}
.theadmin-next .badge-secondary[href]:focus {
  color: #616a78;
  background-color: #dbdfe3;
}
.theadmin-next .badge-secondary[href]:hover {
  color: #616a78;
  background-color: #dbdfe3;
}
.theadmin-next .alert-dismissible {
  padding-right: 4rem;
}
.theadmin-next .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
.theadmin-next .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.theadmin-next .alert-success hr {
  border-top-color: #b1dfbb;
}
.theadmin-next .alert-success .alert-link {
  color: #0b2e13;
}
.theadmin-next .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.theadmin-next .alert-warning hr {
  border-top-color: #ffe8a1;
}
.theadmin-next .alert-warning .alert-link {
  color: #533f03;
}
.theadmin-next .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.theadmin-next .alert-danger hr {
  border-top-color: #f1b0b7;
}
.theadmin-next .alert-danger .alert-link {
  color: #491217;
}
.theadmin-next .progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem;
}
.theadmin-next .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.theadmin-next .bg-info {
  background-color: #48b0f7 !important;
  color: #fff;
}
.theadmin-next .bg-warning {
  background-color: #faa64b !important;
  color: #fff;
}
.theadmin-next .bg-danger {
  background-color: #f96868 !important;
  color: #fff;
}
.theadmin-next .bg-white {
  background-color: #fff !important;
}
.theadmin-next .flex-wrap {
  flex-wrap: wrap !important;
}
.theadmin-next .flex-grow-1 {
  flex-grow: 1;
}
.theadmin-next .justify-content-center {
  justify-content: center !important;
}
.theadmin-next .align-items-end {
  align-items: flex-end !important;
}
.theadmin-next .w-50 {
  width: 50% !important;
}
.theadmin-next .mt-1 {
  margin-top: .25rem !important;
}
.theadmin-next .mb-5 {
  margin-bottom: 3rem !important;
}
.theadmin-next .pr-2 {
  padding-right: .5rem !important;
}
.theadmin-next .text-primary {
  color: #33cabb !important;
}
.theadmin-next .table-hover tbody tr {
  transition: background-color 0.2s linear;
}
.theadmin-next .table-separated {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.theadmin-next .table-separated.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9fafb;
}
.theadmin-next .table-separated.table-hover tbody tr:hover {
  background-color: #f9fafb;
}
.theadmin-next .table-separated tbody tr {
  background-color: #fcfdfe;
  transition: .5s;
}
.theadmin-next .table-separated tbody tr>*:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.theadmin-next .table-separated tbody tr>*:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.theadmin-next .table-separated tbody tr th {
  border-top: none;
}
.theadmin-next .table-separated tbody tr td {
  border-top: none;
}
.theadmin-next .table-separated thead th {
  border-bottom: none;
}
.theadmin-next .spinner-ball {
  width: 50px;
  height: 50px;
  animation: spinner-ball infinite linear 1s;
  border-radius: 100%;
  background-color: #33cabb;
}
.theadmin-next .spinner-primary.spinner-linear .line {
  background-color: #33cabb;
}
.theadmin-next .spinner-primary.spinner-dots span {
  background-color: #33cabb;
}
.theadmin-next .spinner-primary.spinner-ball {
  background-color: #33cabb;
}
.theadmin-next .spinner-primary.spinner-circle {
  border-color: #33cabb;
  border-top-color: transparent;
}
.theadmin-next .spinner-primary.spinner-circle-shadow {
  border-color: rgba(51,202,187,0.3);
  border-left-color: #33cabb;
}
.theadmin-next .has-form-text:hover .form-text {
  opacity: 1;
  transition: .5s;
}
.theadmin-next .has-form-text .form-control:focus+.form-text {
  opacity: 1;
  transition: .5s;
}
.theadmin-next .has-form-text .form-text {
  opacity: 0;
  transition: .5s;
}
.theadmin-next .form-type-material.form-control {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom,center calc(100% - 1px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)),-webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: -webkit-linear-gradient(#33cabb, #33cabb),-webkit-linear-gradient(#ebebeb, #ebebeb);
  background-image: linear-gradient(#33cabb, #33cabb),linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.theadmin-next .form-type-material .form-control {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom,center calc(100% - 1px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)),-webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: -webkit-linear-gradient(#33cabb, #33cabb),-webkit-linear-gradient(#ebebeb, #ebebeb);
  background-image: linear-gradient(#33cabb, #33cabb),linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.theadmin-next .form-type-material.form-control.form-control-sm ~ label {
  font-size: 80%;
}
.theadmin-next .form-type-material .form-control.form-control-sm ~ label {
  font-size: 80%;
}
.theadmin-next .form-type-material.form-control.form-control-lg ~ label {
  font-size: 120%;
}
.theadmin-next .form-type-material .form-control.form-control-lg ~ label {
  font-size: 120%;
}
.theadmin-next .form-type-material.form-group {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.theadmin-next .form-type-material .form-group {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.theadmin-next .form-type-material.form-group .form-control-lg ~ label {
  top: 20px;
}
.theadmin-next .form-type-material .form-group .form-control-lg ~ label {
  top: 20px;
}
.theadmin-next .form-type-material.input-group {
  position: relative;
  padding-top: 10px;
}
.theadmin-next .form-type-material .input-group {
  position: relative;
  padding-top: 10px;
}
.theadmin-next .form-type-material.input-group .input-group-text {
  background-color: #fff;
  border: none;
  color: #8b95a5;
}
.theadmin-next .form-type-material .input-group .input-group-text {
  background-color: #fff;
  border: none;
  color: #8b95a5;
}
.theadmin-next .form-type-material.input-group.input-group-lg label {
  font-size: 120%;
  top: 14px !important;
}
.theadmin-next .form-type-material .input-group.input-group-lg label {
  font-size: 120%;
  top: 14px !important;
}
.theadmin-next .form-type-material.input-group.input-group-sm label {
  font-size: 80%;
  top: 3px !important;
}
.theadmin-next .form-type-material .input-group.input-group-sm label {
  font-size: 80%;
  top: 3px !important;
}
.theadmin-next .form-type-material .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}
.theadmin-next .form-type-material .custom-file-control::before {
  border-radius: 0;
}
.theadmin-next .form-type-material .input-group-input {
  position: relative;
  flex-grow: 1;
}
.theadmin-next .form-type-material .input-group-input .form-control {
  width: 100%;
}
.theadmin-next .form-type-material .input-group-input label {
  top: 6px !important;
  z-index: 3;
}
.theadmin-next .form-type-material .input-group-input.do-float label {
  top: -13px !important;
}
.theadmin-next .form-type-material .input-group-input .label-floated {
  top: -13px !important;
}
.theadmin-next .form-type-material .bootstrap-select.btn-group .dropdown-toggle {
  background-color: transparent;
  border: none;
  padding-left: 0;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom,center calc(100% - 1px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33cabb), to(#33cabb)),-webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
  background-image: -webkit-linear-gradient(#33cabb, #33cabb),-webkit-linear-gradient(#ebebeb, #ebebeb);
  background-image: linear-gradient(#33cabb, #33cabb),linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.theadmin-next .form-type-material .bootstrap-select.btn-group .dropdown-toggle:focus {
  background-color: #fff;
}
.theadmin-next .form-type-material .bootstrap-select.btn-group.show .dropdown-toggle {
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
}
.theadmin-next .form-type-material .bootstrap-select.btn-group.input-group-btn .dropdown-toggle {
  margin-top: 0;
}
.theadmin-next .form-type-material .bootstrap-select.btn-group+label {
  z-index: 3;
}
.theadmin-next .form-type-material .has-success .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)),-webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
  background-image: -webkit-linear-gradient(#15c377, #15c377),-webkit-linear-gradient(#15c377, #15c377);
  background-image: linear-gradient(#15c377, #15c377),linear-gradient(#15c377, #15c377);
}
.theadmin-next .form-type-material.has-success .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377)),-webkit-gradient(linear, left top, left bottom, from(#15c377), to(#15c377));
  background-image: -webkit-linear-gradient(#15c377, #15c377),-webkit-linear-gradient(#15c377, #15c377);
  background-image: linear-gradient(#15c377, #15c377),linear-gradient(#15c377, #15c377);
}
.theadmin-next .form-type-material .has-warning .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b)),-webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b));
  background-image: -webkit-linear-gradient(#faa64b, #faa64b),-webkit-linear-gradient(#faa64b, #faa64b);
  background-image: linear-gradient(#faa64b, #faa64b),linear-gradient(#faa64b, #faa64b);
}
.theadmin-next .form-type-material.has-warning .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b)),-webkit-gradient(linear, left top, left bottom, from(#faa64b), to(#faa64b));
  background-image: -webkit-linear-gradient(#faa64b, #faa64b),-webkit-linear-gradient(#faa64b, #faa64b);
  background-image: linear-gradient(#faa64b, #faa64b),linear-gradient(#faa64b, #faa64b);
}
.theadmin-next .form-type-material .has-danger .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)),-webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
  background-image: -webkit-linear-gradient(#f96868, #f96868),-webkit-linear-gradient(#f96868, #f96868);
  background-image: linear-gradient(#f96868, #f96868),linear-gradient(#f96868, #f96868);
}
.theadmin-next .form-type-material.has-danger .form-control {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)),-webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868));
  background-image: -webkit-linear-gradient(#f96868, #f96868),-webkit-linear-gradient(#f96868, #f96868);
  background-image: linear-gradient(#f96868, #f96868),linear-gradient(#f96868, #f96868);
}
.theadmin-next .hover-primary:hover {
  color: #33cabb !important;
}
.theadmin-next .hover-primary:focus {
  color: #33cabb !important;
}
.theadmin-next .mt-10 {
  margin-top: 10px !important;
}
.theadmin-next .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.theadmin-next .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.theadmin-next .mb-1 {
  margin-bottom: .25rem !important;
}
.theadmin-next .modal-fill {
  background: rgba(255,255,255,0.97);
  transform: scale(0, 0);
  transition: .4s;
}
.theadmin-next .modal-fill.show {
  display: -webkit-box !important;
  display: flex !important;
  justify-content: center;
  flex-flow: column nowrap;
  transform: scale(1, 1);
  transition: .4s;
}
.theadmin-next .modal-fill .modal-dialog {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  justify-content: center;
  flex-flow: column nowrap;
  align-content: center;
  align-items: center;
}
.theadmin-next .modal-fill .modal-content {
  background: transparent;
  width: 100%;
  max-width: 600px;
}
.theadmin-next .modal-fill .modal-header {
  border-bottom: none;
}
.theadmin-next .modal-fill .modal-header .close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 2.5rem;
  font-weight: 300;
}
.theadmin-next .btn-primary-outline {
  color: #33cabb;
  background-color: transparent;
  border-color: #33cabb;
}
.theadmin-next .btn-primary-outline:hover {
  color: #fff;
  background-color: #33cabb;
  border-color: #33cabb;
}
.theadmin-next .card-header-actions {
  margin: -2px;
}
.theadmin-next .card-header-actions>* {
  margin: 2px;
}
.theadmin-next .card-shadowed {
  box-shadow: 0 0 25px rgba(0,0,0,0.07);
}
.theadmin-next .bg-pale-secondary {
  background-color: #f7fafc !important;
}
.theadmin-next .bg-pale-success {
  background-color: #e3fcf2 !important;
}
.theadmin-next .bg-pale-warning {
  background-color: #fcf0e3 !important;
}
.theadmin-next .bg-pale-danger {
  background-color: #fce3e3 !important;
}
.theadmin-next .fs-50 {
  font-size: 50px !important;
  line-height: 1.2;
}
.theadmin-next .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.theadmin-next .align-self-end {
  align-self: flex-end !important;
}
.theadmin-next .justify-content-md-end {
  justify-content: flex-end !important;
}
.theadmin-next .badge-purple {
  background-color: #926dde;
}
.theadmin-next .badge-purple[href]:focus {
  background-color: #8258d9;
}
.theadmin-next .badge-purple[href]:hover {
  background-color: #8258d9;
}
.theadmin-next .badge-yellow {
  background-color: #fcc525;
}
.theadmin-next .badge-yellow[href]:focus {
  background-color: #fcbe0c;
}
.theadmin-next .badge-yellow[href]:hover {
  background-color: #fcbe0c;
}
.theadmin-next .badge-ring {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}
.theadmin-next .badge-ring::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(1);
  transition: .3s;
}
.theadmin-next .badge-ring.badge-sm {
  width: 8px;
  height: 8px;
}
.theadmin-next .badge-ring.badge-sm::after {
  width: 4px;
  height: 4px;
}
.theadmin-next .badge-ring.badge-lg {
  width: 12px;
  height: 12px;
}
.theadmin-next .badge-ring.badge-lg::after {
  width: 8px;
  height: 8px;
}
.theadmin-next .badge-ring.badge-xl {
  width: 14px;
  height: 14px;
}
.theadmin-next .badge-ring.badge-xl::after {
  width: 10px;
  height: 10px;
}
.theadmin-next .badge-ring.fill::after {
  transform: scale(0);
}
.theadmin-next .nav-primary .nav-link:not(.disabled):hover {
  color: #33cabb;
}
.theadmin-next .nav-primary .nav-link:not(.disabled):focus {
  color: #33cabb;
}
.theadmin-next .nav-dot-separated .nav-item {
  display: -webkit-inline-box;
  display: inline-flex;
  align-items: center;
  margin-left: 0 !important;
}
.theadmin-next .nav-dot-separated>.nav-link {
  padding-right: 0;
}
.theadmin-next .nav-dot-separated .nav-item::after {
  content: '•';
  vertical-align: middle;
  color: #616a78;
  opacity: 0.4;
  cursor: default;
}
.theadmin-next .nav-dot-separated>.nav-link::after {
  padding-left: inherit;
}
.theadmin-next .nav-dot-separated .nav-item:last-child::after {
  display: none;
}
.theadmin-next .nav-dot-separated>.nav-link:last-child::after {
  display: none;
}
.theadmin-next .nav-dot-separated .nav-item:hover::after {
  color: #616a78;
}
.theadmin-next .nav-dot-separated>.nav-link:hover::after {
  color: #616a78;
}
.theadmin-next .nav-dotted .nav-link {
  line-height: normal;
  padding: 0 4px;
  margin-left: 8px;
  margin-right: 8px;
  border-bottom: 1px dotted #959daa;
}
.theadmin-next .easypie-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  display: -webkit-inline-box;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.theadmin-next .card-title-bold {
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.theadmin-next .card-info {
  background-color: #48b0f7;
}
.theadmin-next .card-info.card-bordered {
  border-color: #48b0f7;
}
.theadmin-next .bg-purple {
  background-color: #926dde !important;
  color: #fff;
}
.theadmin-next .text-purple {
  color: #926dde !important;
}
.theadmin-next .text-yellow {
  color: #fcc525 !important;
}
.theadmin-next .rotate-90 {
  display: inline-block;
  transform: rotate(90deg);
}
.theadmin-next .opacity-80 {
  opacity: .8 !important;
}
.theadmin-next .h-50px {
  height: 50px !important;
}
.theadmin-next .mt-16 {
  margin-top: 16px !important;
}
.theadmin-next .mt-30 {
  margin-top: 30px !important;
}
.theadmin-next .mt-70 {
  margin-top: 70px !important;
}
.theadmin-next .py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.theadmin-next .fs-26 {
  font-size: 26px !important;
}
.theadmin-next .letter-spacing-1 {
  letter-spacing: 1px !important;
}
.theadmin-next .pswp img {
  max-width: none;
}
@keyframes pswp-slide-pulse {
  from {
    opacity: .35;
    transform: scale(.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.theadmin-next .pswp-slide-pulse {
  animation: pswp-slide-pulse .22s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .theadmin-next .pswp-slide-pulse {
    animation: none;
  }
}
.theadmin-next .next-chart-tooltip {
  position: absolute;
  z-index: 100;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(230, 230, 230, 0.8);
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 12px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 0;
  white-space: nowrap;
}
.theadmin-next .next-chart-tooltip .tip-label {
  font-weight: 700;
  color: #313944;
  margin: 4px 0;
}
.theadmin-next .next-chart-tooltip div {
  margin: 2px 0;
}
.theadmin-next .next-chart-hover-dot {
  stroke: #fff;
  stroke-width: 2;
}
.next-spark-tooltip {
  position: absolute;
  z-index: 3000;
  pointer-events: none;
  background: rgb(54, 54, 54);
  color: #fff;
  padding: 3px 8px;
  font-size: 13px;
  border-radius: 2px;
}
.next-spark-tooltip .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgb(51, 202, 187);
  margin-right: 2px;
}
.theadmin-next .bg-secondary {
  background-color: rgb(228, 231, 234);
  color: rgb(77, 82, 89);
}
.theadmin-next .bt-1 {
  border-top: 1px solid rgb(235, 235, 235);
}
.theadmin-next .border-light {
  border-color: rgb(241, 242, 243) !important;
}
.theadmin-next .p-12 {
  padding: 12px !important;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  border-radius: 4px;
  outline: 0;
  transition-property: transform, visibility, opacity;
}
.tippy-box[data-state="hidden"] {
  opacity: 0;
}
.tippy-box > .tippy-content {
  position: relative;
  z-index: 1;
}
.tippy-arrow {
  width: 16px;
  height: 16px;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  right: -7px;
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-theme~="next"] {
  max-width: 380px;
  padding: .5rem .75rem;
  color: #fff;
  text-align: center;
  background-color: rgba(50, 50, 50, 0.92);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.tippy-box[data-theme~="next"] > .tippy-arrow {
  color: rgba(50, 50, 50, 0.92);
}
.tippy-box[data-theme~="next"] > .tippy-content {
  padding: 0;
  max-height: min(60vh, 420px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
[data-tippy-root][data-pre="true"] .tippy-content {
  white-space: pre-wrap;
  text-align: left;
  font-size: 11.5px;
  line-height: 1.55;
}
.tippy-box[data-theme~="next"] .tooltip_div {
  text-align: left;
}
.tippy-box[data-theme~="next"] .tip-chip {
  display: inline-block;
  padding: 0 6px;
  margin: 0 1px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.5;
}
.tippy-box[data-theme~="next"] .tip-chip .fa {
  margin-right: 3px;
  font-size: 11px;
}
.theadmin-next .next-columns-note {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(139, 149, 165);
  letter-spacing: 0;
  vertical-align: middle;
}
.theadmin-next .next-columns-note .fa {
  margin-right: 2px;
  font-size: 12px;
  opacity: 0.8;
}
.theadmin-next .next-columns-note b {
  font-weight: 500;
  color: rgb(97, 106, 120);
}
.theadmin-next .next-intro-empty {
  color: rgb(178, 186, 199) !important;
}
.theadmin-next .next-view-toggle {
  margin-left: auto;
  align-self: flex-start;
}
.theadmin-next .next-view-toggle .btn {
  height: 36px;
  padding: 5px 13px;
  border: 1px solid rgb(235, 235, 235);
  color: rgb(134, 142, 150);
  background-color: #fff;
  border-radius: 6px;
}
.theadmin-next .next-view-toggle .btn.active {
  background-color: rgb(51, 202, 187) !important;
  border-color: rgb(51, 202, 187) !important;
  color: #fff !important;
}
.theadmin-next #schedule-cards.next-list-mode > [class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
}
.theadmin-next .next-list-mode .card {
  min-height: 0 !important;
  margin-bottom: 10px;
}
.theadmin-next .next-list-mode .card.card-body {
  padding: 12px 18px;
}
.theadmin-next .next-list-mode .card > .text-center > a {
  display: flex;
  align-items: center;
  gap: 18px;
}
.theadmin-next .next-list-mode .card a > .flex:first-child {
  flex: 0 0 300px;
  overflow: hidden;
  align-items: center;
}
.theadmin-next .next-list-mode .card a > p.truncate-2-lines {
  flex: 1 1 auto;
  min-height: 0 !important;
  margin: 0;
  -webkit-line-clamp: 1;
}
.theadmin-next .next-list-mode .card a > .flex[style] {
  flex: 0 0 auto;
  margin-bottom: 0 !important;
  align-items: center;
  gap: 14px;
}
.theadmin-next .next-list-mode .card a > .float-left, .theadmin-next .next-list-mode .card a > .float-right {
  float: none !important;
  margin-top: 0 !important;
  flex: 0 0 auto;
  width: auto !important;
}
.theadmin-next .next-list-mode a > .card {
  min-height: 0 !important;
  height: auto !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  padding: 12px 18px;
}
.theadmin-next .next-list-mode a > .card .fa-plus-square-o {
  font-size: 20px !important;
  margin: 0 10px 0 0 !important;
}
.theadmin-next .next-list-mode a > .card p {
  margin: 0;
}
@media (max-width: 767px) {
  .theadmin-next .next-list-mode .card a > p.truncate-2-lines {
    display: none;
  }
  .theadmin-next .next-list-mode .card a > .flex:first-child {
    flex: 1 1 auto;
  }
  .theadmin-next .next-list-mode .card > .text-center > a {
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 6px;
  }
  .theadmin-next .next-list-mode .card a > .flex:first-child {
    flex: 1 1 100%;
    min-width: 0;
  }
  .theadmin-next .next-list-mode .card a > .float-right {
    margin-left: auto;
  }
}
.theadmin-next .next-columns-note a {
  color: rgb(97, 106, 120);
  font-weight: 500;
  border-bottom: 1px dotted rgb(139, 149, 165);
}
.theadmin-next .next-columns-note a:hover {
  color: rgb(51, 202, 187);
  border-bottom-color: currentColor;
}
.theadmin-next .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}
.theadmin-next .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.theadmin-next .align-content-lg-center {
  align-content: center !important;
}
.theadmin-next .subtitle {
  display: block;
  margin-top: 8px;
}
.theadmin-next .btn-w-xs {
  width: 85px;
}
.theadmin-next .btn-purple {
  background-color: #926dde;
  border-color: #926dde;
  color: #fff;
}
.theadmin-next .btn-purple:hover {
  background-color: #a282e3;
  border-color: #a282e3;
  color: #fff;
}
.theadmin-next .btn-purple:focus {
  color: #fff;
}
.theadmin-next .btn-purple.focus {
  color: #fff;
}
.theadmin-next .btn-purple.disabled {
  background-color: #926dde;
  border-color: #926dde;
  opacity: 0.5;
}
.theadmin-next .btn-purple:disabled {
  background-color: #926dde;
  border-color: #926dde;
  opacity: 0.5;
}
.theadmin-next .btn-flat {
  position: relative;
  font-size: 13px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  text-transform: uppercase;
  background-color: #fcfdfe;
  border: none;
  letter-spacing: 1px;
  border-radius: 0;
}
.theadmin-next .btn-flat:hover {
  background-color: #f9fafb;
}
.theadmin-next .btn-flat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.theadmin-next .btn-flat circle {
  fill: rgba(255,255,255,0.3);
}
.theadmin-next .btn-flat.btn-primary {
  color: #33cabb;
}
.theadmin-next .btn-flat.btn-primary circle {
  fill: rgba(51,202,187,0.1);
}
.theadmin-next .btn-flat.btn-secondary {
  color: #616a78;
}
.theadmin-next .btn-flat.btn-secondary circle {
  fill: rgba(228,231,234,0.1);
}
.theadmin-next .btn-flat.btn-success {
  color: #15c377;
}
.theadmin-next .btn-flat.btn-success circle {
  fill: rgba(21,195,119,0.1);
}
.theadmin-next .btn-flat.btn-info {
  color: #48b0f7;
}
.theadmin-next .btn-flat.btn-info circle {
  fill: rgba(72,176,247,0.1);
}
.theadmin-next .btn-flat.btn-warning {
  color: #faa64b;
}
.theadmin-next .btn-flat.btn-warning circle {
  fill: rgba(250,166,75,0.1);
}
.theadmin-next .btn-flat.btn-danger {
  color: #f96868;
}
.theadmin-next .btn-flat.btn-danger circle {
  fill: rgba(249,104,104,0.1);
}
.theadmin-next .btn-flat.btn-pink {
  color: #f96197;
}
.theadmin-next .btn-flat.btn-pink circle {
  fill: rgba(249,97,151,0.1);
}
.theadmin-next .btn-flat.btn-purple {
  color: #926dde;
}
.theadmin-next .btn-flat.btn-purple circle {
  fill: rgba(146,109,222,0.1);
}
.theadmin-next .btn-flat.btn-brown {
  color: #8d6658;
}
.theadmin-next .btn-flat.btn-brown circle {
  fill: rgba(141,102,88,0.1);
}
.theadmin-next .btn-flat.btn-cyan {
  color: #57c7d4;
}
.theadmin-next .btn-flat.btn-cyan circle {
  fill: rgba(87,199,212,0.1);
}
.theadmin-next .btn-flat.btn-yellow {
  color: #fcc525;
}
.theadmin-next .btn-flat.btn-yellow circle {
  fill: rgba(252,197,37,0.1);
}
.theadmin-next .btn-flat.btn-gray {
  color: #868e96;
}
.theadmin-next .btn-flat.btn-gray circle {
  fill: rgba(134,142,150,0.1);
}
.theadmin-next .btn-flat.btn-dark {
  color: #465161;
}
.theadmin-next .btn-flat.btn-dark circle {
  fill: rgba(70,81,97,0.1);
}
.theadmin-next .btn-flat.btn-facebook {
  color: #3b5998;
}
.theadmin-next .btn-flat.btn-facebook circle {
  fill: rgba(59,89,152,0.1);
}
.theadmin-next .btn-flat.btn-google {
  color: #dd4b39;
}
.theadmin-next .btn-flat.btn-google circle {
  fill: rgba(221,75,57,0.1);
}
.theadmin-next .btn-flat.btn-twitter {
  color: #00aced;
}
.theadmin-next .btn-flat.btn-twitter circle {
  fill: rgba(0,172,237,0.1);
}
.theadmin-next .btn-flat.btn-linkedin {
  color: #007bb6;
}
.theadmin-next .btn-flat.btn-linkedin circle {
  fill: rgba(0,123,182,0.1);
}
.theadmin-next .btn-flat.btn-pinterest {
  color: #cb2027;
}
.theadmin-next .btn-flat.btn-pinterest circle {
  fill: rgba(203,32,39,0.1);
}
.theadmin-next .btn-flat.btn-git {
  color: #666;
}
.theadmin-next .btn-flat.btn-git circle {
  fill: rgba(102,102,102,0.1);
}
.theadmin-next .btn-flat.btn-tumblr {
  color: #32506d;
}
.theadmin-next .btn-flat.btn-tumblr circle {
  fill: rgba(50,80,109,0.1);
}
.theadmin-next .btn-flat.btn-vimeo {
  color: #aad450;
}
.theadmin-next .btn-flat.btn-vimeo circle {
  fill: rgba(170,212,80,0.1);
}
.theadmin-next .btn-flat.btn-youtube {
  color: #b00;
}
.theadmin-next .btn-flat.btn-youtube circle {
  fill: rgba(187,0,0,0.1);
}
.theadmin-next .btn-flat.btn-flickr {
  color: #ff0084;
}
.theadmin-next .btn-flat.btn-flickr circle {
  fill: rgba(255,0,132,0.1);
}
.theadmin-next .btn-flat.btn-reddit {
  color: #ff4500;
}
.theadmin-next .btn-flat.btn-reddit circle {
  fill: rgba(255,69,0,0.1);
}
.theadmin-next .btn-flat.btn-dribbble {
  color: #ea4c89;
}
.theadmin-next .btn-flat.btn-dribbble circle {
  fill: rgba(234,76,137,0.1);
}
.theadmin-next .btn-flat.btn-skype {
  color: #00aff0;
}
.theadmin-next .btn-flat.btn-skype circle {
  fill: rgba(0,175,240,0.1);
}
.theadmin-next .btn-flat.btn-instagram {
  color: #517fa4;
}
.theadmin-next .btn-flat.btn-instagram circle {
  fill: rgba(81,127,164,0.1);
}
.theadmin-next .btn-flat.btn-lastfm {
  color: #c3000d;
}
.theadmin-next .btn-flat.btn-lastfm circle {
  fill: rgba(195,0,13,0.1);
}
.theadmin-next .btn-flat.btn-behance {
  color: #1769ff;
}
.theadmin-next .btn-flat.btn-behance circle {
  fill: rgba(23,105,255,0.1);
}
.theadmin-next .btn-flat.btn-rss {
  color: #f26522;
}
.theadmin-next .btn-flat.btn-rss circle {
  fill: rgba(242,101,34,0.1);
}
.theadmin-next .badge-gray {
  background-color: #868e96;
}
.theadmin-next .badge-gray[href]:focus {
  background-color: #78818a;
}
.theadmin-next .badge-gray[href]:hover {
  background-color: #78818a;
}
.theadmin-next .badge-bold {
  font-family: "Pretendard Variable", Pretendard, -apple-system, "Segoe UI", "Malgun Gothic", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.theadmin-next .no-border {
  border: none !important;
}
.theadmin-next .w-40px {
  width: 40px !important;
}
.theadmin-next .w-120px {
  width: 120px !important;
}
@media (min-width: 576px) {
  .theadmin-next .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .theadmin-next .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.theadmin-next .text-container {
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 600;
}
.theadmin-next .scraper-name {
  position: relative;
  white-space: nowrap;
  //overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  margin-right: 5px;
  flex-basis: 0;
  text-align: left;
}
.theadmin-next .maintenance-badge {
  background-color: #9ea5b1;
  color: white;
  flex-shrink: 0;
  font-size: 12px;
  padding: 0.1em 0.75em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  //box-shadow: -4px 0px 5px 6px white;
}
.theadmin-next .maintenance-warning {
  display: inline-block;
  font-size: 55%;
  opacity: 0.5;
  vertical-align: middle;
}
.theadmin-next .asterisk {
  color: tomato;
  margin-left: 2px;
  font-size: 15px;
}
.theadmin-next .btn-container {
  text-align: right;
}
.theadmin-next .btn-w-s {
  width: 80px !important;
}
.theadmin-next h1.card-title {
  font-size: 26px;
}
.theadmin-next h2.card-title {
  font-size: 22px;
}
.theadmin-next h3.card-title {
  font-size: 19px;
}
.theadmin-next h4.card-title {
  font-size: 17px;
}
.theadmin-next h5.card-title {
  font-size: 15px;
}
.theadmin-next h6.card-title {
  font-size: 13.5px;
}
.theadmin-next td p {
  margin-bottom: 0;
}
.theadmin-next .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .5em;
  vertical-align: .12em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.theadmin-next .m-0 {
  margin: 0 !important;
}
.theadmin-next .mt-0, .theadmin-next .my-0 {
  margin-top: 0 !important;
}
.theadmin-next .mr-0, .theadmin-next .mx-0 {
  margin-right: 0 !important;
}
.theadmin-next .mb-0, .theadmin-next .my-0 {
  margin-bottom: 0 !important;
}
.theadmin-next .ml-0, .theadmin-next .mx-0 {
  margin-left: 0 !important;
}
.theadmin-next .m-1 {
  margin: .25rem !important;
}
.theadmin-next .mt-1, .theadmin-next .my-1 {
  margin-top: .25rem !important;
}
.theadmin-next .mr-1, .theadmin-next .mx-1 {
  margin-right: .25rem !important;
}
.theadmin-next .mb-1, .theadmin-next .my-1 {
  margin-bottom: .25rem !important;
}
.theadmin-next .ml-1, .theadmin-next .mx-1 {
  margin-left: .25rem !important;
}
.theadmin-next .m-2 {
  margin: .5rem !important;
}
.theadmin-next .mt-2, .theadmin-next .my-2 {
  margin-top: .5rem !important;
}
.theadmin-next .mr-2, .theadmin-next .mx-2 {
  margin-right: .5rem !important;
}
.theadmin-next .mb-2, .theadmin-next .my-2 {
  margin-bottom: .5rem !important;
}
.theadmin-next .ml-2, .theadmin-next .mx-2 {
  margin-left: .5rem !important;
}
.theadmin-next .m-3 {
  margin: 1rem !important;
}
.theadmin-next .mt-3, .theadmin-next .my-3 {
  margin-top: 1rem !important;
}
.theadmin-next .mr-3, .theadmin-next .mx-3 {
  margin-right: 1rem !important;
}
.theadmin-next .mb-3, .theadmin-next .my-3 {
  margin-bottom: 1rem !important;
}
.theadmin-next .ml-3, .theadmin-next .mx-3 {
  margin-left: 1rem !important;
}
.theadmin-next .m-4 {
  margin: 1.5rem !important;
}
.theadmin-next .mt-4, .theadmin-next .my-4 {
  margin-top: 1.5rem !important;
}
.theadmin-next .mr-4, .theadmin-next .mx-4 {
  margin-right: 1.5rem !important;
}
.theadmin-next .mb-4, .theadmin-next .my-4 {
  margin-bottom: 1.5rem !important;
}
.theadmin-next .ml-4, .theadmin-next .mx-4 {
  margin-left: 1.5rem !important;
}
.theadmin-next .m-5 {
  margin: 3rem !important;
}
.theadmin-next .mt-5, .theadmin-next .my-5 {
  margin-top: 3rem !important;
}
.theadmin-next .mr-5, .theadmin-next .mx-5 {
  margin-right: 3rem !important;
}
.theadmin-next .mb-5, .theadmin-next .my-5 {
  margin-bottom: 3rem !important;
}
.theadmin-next .ml-5, .theadmin-next .mx-5 {
  margin-left: 3rem !important;
}
.theadmin-next .p-0 {
  padding: 0 !important;
}
.theadmin-next .pt-0, .theadmin-next .py-0 {
  padding-top: 0 !important;
}
.theadmin-next .pr-0, .theadmin-next .px-0 {
  padding-right: 0 !important;
}
.theadmin-next .pb-0, .theadmin-next .py-0 {
  padding-bottom: 0 !important;
}
.theadmin-next .pl-0, .theadmin-next .px-0 {
  padding-left: 0 !important;
}
.theadmin-next .p-1 {
  padding: .25rem !important;
}
.theadmin-next .pt-1, .theadmin-next .py-1 {
  padding-top: .25rem !important;
}
.theadmin-next .pr-1, .theadmin-next .px-1 {
  padding-right: .25rem !important;
}
.theadmin-next .pb-1, .theadmin-next .py-1 {
  padding-bottom: .25rem !important;
}
.theadmin-next .pl-1, .theadmin-next .px-1 {
  padding-left: .25rem !important;
}
.theadmin-next .p-2 {
  padding: .5rem !important;
}
.theadmin-next .pt-2, .theadmin-next .py-2 {
  padding-top: .5rem !important;
}
.theadmin-next .pr-2, .theadmin-next .px-2 {
  padding-right: .5rem !important;
}
.theadmin-next .pb-2, .theadmin-next .py-2 {
  padding-bottom: .5rem !important;
}
.theadmin-next .pl-2, .theadmin-next .px-2 {
  padding-left: .5rem !important;
}
.theadmin-next .p-3 {
  padding: 1rem !important;
}
.theadmin-next .pt-3, .theadmin-next .py-3 {
  padding-top: 1rem !important;
}
.theadmin-next .pr-3, .theadmin-next .px-3 {
  padding-right: 1rem !important;
}
.theadmin-next .pb-3, .theadmin-next .py-3 {
  padding-bottom: 1rem !important;
}
.theadmin-next .pl-3, .theadmin-next .px-3 {
  padding-left: 1rem !important;
}
.theadmin-next .p-4 {
  padding: 1.5rem !important;
}
.theadmin-next .pt-4, .theadmin-next .py-4 {
  padding-top: 1.5rem !important;
}
.theadmin-next .pr-4, .theadmin-next .px-4 {
  padding-right: 1.5rem !important;
}
.theadmin-next .pb-4, .theadmin-next .py-4 {
  padding-bottom: 1.5rem !important;
}
.theadmin-next .pl-4, .theadmin-next .px-4 {
  padding-left: 1.5rem !important;
}
.theadmin-next .p-5 {
  padding: 3rem !important;
}
.theadmin-next .pt-5, .theadmin-next .py-5 {
  padding-top: 3rem !important;
}
.theadmin-next .pr-5, .theadmin-next .px-5 {
  padding-right: 3rem !important;
}
.theadmin-next .pb-5, .theadmin-next .py-5 {
  padding-bottom: 3rem !important;
}
.theadmin-next .pl-5, .theadmin-next .px-5 {
  padding-left: 3rem !important;
}
.theadmin-next .m-n1 {
  margin: -.25rem !important;
}
.theadmin-next .mt-n1, .theadmin-next .my-n1 {
  margin-top: -.25rem !important;
}
.theadmin-next .mr-n1, .theadmin-next .mx-n1 {
  margin-right: -.25rem !important;
}
.theadmin-next .mb-n1, .theadmin-next .my-n1 {
  margin-bottom: -.25rem !important;
}
.theadmin-next .ml-n1, .theadmin-next .mx-n1 {
  margin-left: -.25rem !important;
}
.theadmin-next .m-n2 {
  margin: -.5rem !important;
}
.theadmin-next .mt-n2, .theadmin-next .my-n2 {
  margin-top: -.5rem !important;
}
.theadmin-next .mr-n2, .theadmin-next .mx-n2 {
  margin-right: -.5rem !important;
}
.theadmin-next .mb-n2, .theadmin-next .my-n2 {
  margin-bottom: -.5rem !important;
}
.theadmin-next .ml-n2, .theadmin-next .mx-n2 {
  margin-left: -.5rem !important;
}
.theadmin-next .m-n3 {
  margin: -1rem !important;
}
.theadmin-next .mt-n3, .theadmin-next .my-n3 {
  margin-top: -1rem !important;
}
.theadmin-next .mr-n3, .theadmin-next .mx-n3 {
  margin-right: -1rem !important;
}
.theadmin-next .mb-n3, .theadmin-next .my-n3 {
  margin-bottom: -1rem !important;
}
.theadmin-next .ml-n3, .theadmin-next .mx-n3 {
  margin-left: -1rem !important;
}
.theadmin-next .m-n4 {
  margin: -1.5rem !important;
}
.theadmin-next .mt-n4, .theadmin-next .my-n4 {
  margin-top: -1.5rem !important;
}
.theadmin-next .mr-n4, .theadmin-next .mx-n4 {
  margin-right: -1.5rem !important;
}
.theadmin-next .mb-n4, .theadmin-next .my-n4 {
  margin-bottom: -1.5rem !important;
}
.theadmin-next .ml-n4, .theadmin-next .mx-n4 {
  margin-left: -1.5rem !important;
}
.theadmin-next .m-n5 {
  margin: -3rem !important;
}
.theadmin-next .mt-n5, .theadmin-next .my-n5 {
  margin-top: -3rem !important;
}
.theadmin-next .mr-n5, .theadmin-next .mx-n5 {
  margin-right: -3rem !important;
}
.theadmin-next .mb-n5, .theadmin-next .my-n5 {
  margin-bottom: -3rem !important;
}
.theadmin-next .ml-n5, .theadmin-next .mx-n5 {
  margin-left: -3rem !important;
}
.theadmin-next .m-auto {
  margin: auto !important;
}
.theadmin-next .mt-auto, .theadmin-next .my-auto {
  margin-top: auto !important;
}
.theadmin-next .mr-auto, .theadmin-next .mx-auto {
  margin-right: auto !important;
}
.theadmin-next .mb-auto, .theadmin-next .my-auto {
  margin-bottom: auto !important;
}
.theadmin-next .ml-auto, .theadmin-next .mx-auto {
  margin-left: auto !important;
}
@media (min-width:576px) {
  .theadmin-next .m-sm-0 {
    margin: 0 !important;
  }
  .theadmin-next .mt-sm-0, .theadmin-next .my-sm-0 {
    margin-top: 0 !important;
  }
  .theadmin-next .mr-sm-0, .theadmin-next .mx-sm-0 {
    margin-right: 0 !important;
  }
  .theadmin-next .mb-sm-0, .theadmin-next .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .theadmin-next .ml-sm-0, .theadmin-next .mx-sm-0 {
    margin-left: 0 !important;
  }
  .theadmin-next .m-sm-1 {
    margin: .25rem !important;
  }
  .theadmin-next .mt-sm-1, .theadmin-next .my-sm-1 {
    margin-top: .25rem !important;
  }
  .theadmin-next .mr-sm-1, .theadmin-next .mx-sm-1 {
    margin-right: .25rem !important;
  }
  .theadmin-next .mb-sm-1, .theadmin-next .my-sm-1 {
    margin-bottom: .25rem !important;
  }
  .theadmin-next .ml-sm-1, .theadmin-next .mx-sm-1 {
    margin-left: .25rem !important;
  }
  .theadmin-next .m-sm-2 {
    margin: .5rem !important;
  }
  .theadmin-next .mt-sm-2, .theadmin-next .my-sm-2 {
    margin-top: .5rem !important;
  }
  .theadmin-next .mr-sm-2, .theadmin-next .mx-sm-2 {
    margin-right: .5rem !important;
  }
  .theadmin-next .mb-sm-2, .theadmin-next .my-sm-2 {
    margin-bottom: .5rem !important;
  }
  .theadmin-next .ml-sm-2, .theadmin-next .mx-sm-2 {
    margin-left: .5rem !important;
  }
  .theadmin-next .m-sm-3 {
    margin: 1rem !important;
  }
  .theadmin-next .mt-sm-3, .theadmin-next .my-sm-3 {
    margin-top: 1rem !important;
  }
  .theadmin-next .mr-sm-3, .theadmin-next .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .theadmin-next .mb-sm-3, .theadmin-next .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .theadmin-next .ml-sm-3, .theadmin-next .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .theadmin-next .m-sm-4 {
    margin: 1.5rem !important;
  }
  .theadmin-next .mt-sm-4, .theadmin-next .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .theadmin-next .mr-sm-4, .theadmin-next .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .theadmin-next .mb-sm-4, .theadmin-next .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .theadmin-next .ml-sm-4, .theadmin-next .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .theadmin-next .m-sm-5 {
    margin: 3rem !important;
  }
  .theadmin-next .mt-sm-5, .theadmin-next .my-sm-5 {
    margin-top: 3rem !important;
  }
  .theadmin-next .mr-sm-5, .theadmin-next .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .theadmin-next .mb-sm-5, .theadmin-next .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .theadmin-next .ml-sm-5, .theadmin-next .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .theadmin-next .p-sm-0 {
    padding: 0 !important;
  }
  .theadmin-next .pt-sm-0, .theadmin-next .py-sm-0 {
    padding-top: 0 !important;
  }
  .theadmin-next .pr-sm-0, .theadmin-next .px-sm-0 {
    padding-right: 0 !important;
  }
  .theadmin-next .pb-sm-0, .theadmin-next .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .theadmin-next .pl-sm-0, .theadmin-next .px-sm-0 {
    padding-left: 0 !important;
  }
  .theadmin-next .p-sm-1 {
    padding: .25rem !important;
  }
  .theadmin-next .pt-sm-1, .theadmin-next .py-sm-1 {
    padding-top: .25rem !important;
  }
  .theadmin-next .pr-sm-1, .theadmin-next .px-sm-1 {
    padding-right: .25rem !important;
  }
  .theadmin-next .pb-sm-1, .theadmin-next .py-sm-1 {
    padding-bottom: .25rem !important;
  }
  .theadmin-next .pl-sm-1, .theadmin-next .px-sm-1 {
    padding-left: .25rem !important;
  }
  .theadmin-next .p-sm-2 {
    padding: .5rem !important;
  }
  .theadmin-next .pt-sm-2, .theadmin-next .py-sm-2 {
    padding-top: .5rem !important;
  }
  .theadmin-next .pr-sm-2, .theadmin-next .px-sm-2 {
    padding-right: .5rem !important;
  }
  .theadmin-next .pb-sm-2, .theadmin-next .py-sm-2 {
    padding-bottom: .5rem !important;
  }
  .theadmin-next .pl-sm-2, .theadmin-next .px-sm-2 {
    padding-left: .5rem !important;
  }
  .theadmin-next .p-sm-3 {
    padding: 1rem !important;
  }
  .theadmin-next .pt-sm-3, .theadmin-next .py-sm-3 {
    padding-top: 1rem !important;
  }
  .theadmin-next .pr-sm-3, .theadmin-next .px-sm-3 {
    padding-right: 1rem !important;
  }
  .theadmin-next .pb-sm-3, .theadmin-next .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .theadmin-next .pl-sm-3, .theadmin-next .px-sm-3 {
    padding-left: 1rem !important;
  }
  .theadmin-next .p-sm-4 {
    padding: 1.5rem !important;
  }
  .theadmin-next .pt-sm-4, .theadmin-next .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .theadmin-next .pr-sm-4, .theadmin-next .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .theadmin-next .pb-sm-4, .theadmin-next .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .theadmin-next .pl-sm-4, .theadmin-next .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .theadmin-next .p-sm-5 {
    padding: 3rem !important;
  }
  .theadmin-next .pt-sm-5, .theadmin-next .py-sm-5 {
    padding-top: 3rem !important;
  }
  .theadmin-next .pr-sm-5, .theadmin-next .px-sm-5 {
    padding-right: 3rem !important;
  }
  .theadmin-next .pb-sm-5, .theadmin-next .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .theadmin-next .pl-sm-5, .theadmin-next .px-sm-5 {
    padding-left: 3rem !important;
  }
  .theadmin-next .m-sm-n1 {
    margin: -.25rem !important;
  }
  .theadmin-next .mt-sm-n1, .theadmin-next .my-sm-n1 {
    margin-top: -.25rem !important;
  }
  .theadmin-next .mr-sm-n1, .theadmin-next .mx-sm-n1 {
    margin-right: -.25rem !important;
  }
  .theadmin-next .mb-sm-n1, .theadmin-next .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }
  .theadmin-next .ml-sm-n1, .theadmin-next .mx-sm-n1 {
    margin-left: -.25rem !important;
  }
  .theadmin-next .m-sm-n2 {
    margin: -.5rem !important;
  }
  .theadmin-next .mt-sm-n2, .theadmin-next .my-sm-n2 {
    margin-top: -.5rem !important;
  }
  .theadmin-next .mr-sm-n2, .theadmin-next .mx-sm-n2 {
    margin-right: -.5rem !important;
  }
  .theadmin-next .mb-sm-n2, .theadmin-next .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }
  .theadmin-next .ml-sm-n2, .theadmin-next .mx-sm-n2 {
    margin-left: -.5rem !important;
  }
  .theadmin-next .m-sm-n3 {
    margin: -1rem !important;
  }
  .theadmin-next .mt-sm-n3, .theadmin-next .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .theadmin-next .mr-sm-n3, .theadmin-next .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .theadmin-next .mb-sm-n3, .theadmin-next .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .theadmin-next .ml-sm-n3, .theadmin-next .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .theadmin-next .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .theadmin-next .mt-sm-n4, .theadmin-next .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .theadmin-next .mr-sm-n4, .theadmin-next .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .theadmin-next .mb-sm-n4, .theadmin-next .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .theadmin-next .ml-sm-n4, .theadmin-next .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .theadmin-next .m-sm-n5 {
    margin: -3rem !important;
  }
  .theadmin-next .mt-sm-n5, .theadmin-next .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .theadmin-next .mr-sm-n5, .theadmin-next .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .theadmin-next .mb-sm-n5, .theadmin-next .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .theadmin-next .ml-sm-n5, .theadmin-next .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .theadmin-next .m-sm-auto {
    margin: auto !important;
  }
  .theadmin-next .mt-sm-auto, .theadmin-next .my-sm-auto {
    margin-top: auto !important;
  }
  .theadmin-next .mr-sm-auto, .theadmin-next .mx-sm-auto {
    margin-right: auto !important;
  }
  .theadmin-next .mb-sm-auto, .theadmin-next .my-sm-auto {
    margin-bottom: auto !important;
  }
  .theadmin-next .ml-sm-auto, .theadmin-next .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width:768px) {
  .theadmin-next .m-md-0 {
    margin: 0 !important;
  }
  .theadmin-next .mt-md-0, .theadmin-next .my-md-0 {
    margin-top: 0 !important;
  }
  .theadmin-next .mr-md-0, .theadmin-next .mx-md-0 {
    margin-right: 0 !important;
  }
  .theadmin-next .mb-md-0, .theadmin-next .my-md-0 {
    margin-bottom: 0 !important;
  }
  .theadmin-next .ml-md-0, .theadmin-next .mx-md-0 {
    margin-left: 0 !important;
  }
  .theadmin-next .m-md-1 {
    margin: .25rem !important;
  }
  .theadmin-next .mt-md-1, .theadmin-next .my-md-1 {
    margin-top: .25rem !important;
  }
  .theadmin-next .mr-md-1, .theadmin-next .mx-md-1 {
    margin-right: .25rem !important;
  }
  .theadmin-next .mb-md-1, .theadmin-next .my-md-1 {
    margin-bottom: .25rem !important;
  }
  .theadmin-next .ml-md-1, .theadmin-next .mx-md-1 {
    margin-left: .25rem !important;
  }
  .theadmin-next .m-md-2 {
    margin: .5rem !important;
  }
  .theadmin-next .mt-md-2, .theadmin-next .my-md-2 {
    margin-top: .5rem !important;
  }
  .theadmin-next .mr-md-2, .theadmin-next .mx-md-2 {
    margin-right: .5rem !important;
  }
  .theadmin-next .mb-md-2, .theadmin-next .my-md-2 {
    margin-bottom: .5rem !important;
  }
  .theadmin-next .ml-md-2, .theadmin-next .mx-md-2 {
    margin-left: .5rem !important;
  }
  .theadmin-next .m-md-3 {
    margin: 1rem !important;
  }
  .theadmin-next .mt-md-3, .theadmin-next .my-md-3 {
    margin-top: 1rem !important;
  }
  .theadmin-next .mr-md-3, .theadmin-next .mx-md-3 {
    margin-right: 1rem !important;
  }
  .theadmin-next .mb-md-3, .theadmin-next .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .theadmin-next .ml-md-3, .theadmin-next .mx-md-3 {
    margin-left: 1rem !important;
  }
  .theadmin-next .m-md-4 {
    margin: 1.5rem !important;
  }
  .theadmin-next .mt-md-4, .theadmin-next .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .theadmin-next .mr-md-4, .theadmin-next .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .theadmin-next .mb-md-4, .theadmin-next .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .theadmin-next .ml-md-4, .theadmin-next .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .theadmin-next .m-md-5 {
    margin: 3rem !important;
  }
  .theadmin-next .mt-md-5, .theadmin-next .my-md-5 {
    margin-top: 3rem !important;
  }
  .theadmin-next .mr-md-5, .theadmin-next .mx-md-5 {
    margin-right: 3rem !important;
  }
  .theadmin-next .mb-md-5, .theadmin-next .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .theadmin-next .ml-md-5, .theadmin-next .mx-md-5 {
    margin-left: 3rem !important;
  }
  .theadmin-next .p-md-0 {
    padding: 0 !important;
  }
  .theadmin-next .pt-md-0, .theadmin-next .py-md-0 {
    padding-top: 0 !important;
  }
  .theadmin-next .pr-md-0, .theadmin-next .px-md-0 {
    padding-right: 0 !important;
  }
  .theadmin-next .pb-md-0, .theadmin-next .py-md-0 {
    padding-bottom: 0 !important;
  }
  .theadmin-next .pl-md-0, .theadmin-next .px-md-0 {
    padding-left: 0 !important;
  }
  .theadmin-next .p-md-1 {
    padding: .25rem !important;
  }
  .theadmin-next .pt-md-1, .theadmin-next .py-md-1 {
    padding-top: .25rem !important;
  }
  .theadmin-next .pr-md-1, .theadmin-next .px-md-1 {
    padding-right: .25rem !important;
  }
  .theadmin-next .pb-md-1, .theadmin-next .py-md-1 {
    padding-bottom: .25rem !important;
  }
  .theadmin-next .pl-md-1, .theadmin-next .px-md-1 {
    padding-left: .25rem !important;
  }
  .theadmin-next .p-md-2 {
    padding: .5rem !important;
  }
  .theadmin-next .pt-md-2, .theadmin-next .py-md-2 {
    padding-top: .5rem !important;
  }
  .theadmin-next .pr-md-2, .theadmin-next .px-md-2 {
    padding-right: .5rem !important;
  }
  .theadmin-next .pb-md-2, .theadmin-next .py-md-2 {
    padding-bottom: .5rem !important;
  }
  .theadmin-next .pl-md-2, .theadmin-next .px-md-2 {
    padding-left: .5rem !important;
  }
  .theadmin-next .p-md-3 {
    padding: 1rem !important;
  }
  .theadmin-next .pt-md-3, .theadmin-next .py-md-3 {
    padding-top: 1rem !important;
  }
  .theadmin-next .pr-md-3, .theadmin-next .px-md-3 {
    padding-right: 1rem !important;
  }
  .theadmin-next .pb-md-3, .theadmin-next .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .theadmin-next .pl-md-3, .theadmin-next .px-md-3 {
    padding-left: 1rem !important;
  }
  .theadmin-next .p-md-4 {
    padding: 1.5rem !important;
  }
  .theadmin-next .pt-md-4, .theadmin-next .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .theadmin-next .pr-md-4, .theadmin-next .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .theadmin-next .pb-md-4, .theadmin-next .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .theadmin-next .pl-md-4, .theadmin-next .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .theadmin-next .p-md-5 {
    padding: 3rem !important;
  }
  .theadmin-next .pt-md-5, .theadmin-next .py-md-5 {
    padding-top: 3rem !important;
  }
  .theadmin-next .pr-md-5, .theadmin-next .px-md-5 {
    padding-right: 3rem !important;
  }
  .theadmin-next .pb-md-5, .theadmin-next .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .theadmin-next .pl-md-5, .theadmin-next .px-md-5 {
    padding-left: 3rem !important;
  }
  .theadmin-next .m-md-n1 {
    margin: -.25rem !important;
  }
  .theadmin-next .mt-md-n1, .theadmin-next .my-md-n1 {
    margin-top: -.25rem !important;
  }
  .theadmin-next .mr-md-n1, .theadmin-next .mx-md-n1 {
    margin-right: -.25rem !important;
  }
  .theadmin-next .mb-md-n1, .theadmin-next .my-md-n1 {
    margin-bottom: -.25rem !important;
  }
  .theadmin-next .ml-md-n1, .theadmin-next .mx-md-n1 {
    margin-left: -.25rem !important;
  }
  .theadmin-next .m-md-n2 {
    margin: -.5rem !important;
  }
  .theadmin-next .mt-md-n2, .theadmin-next .my-md-n2 {
    margin-top: -.5rem !important;
  }
  .theadmin-next .mr-md-n2, .theadmin-next .mx-md-n2 {
    margin-right: -.5rem !important;
  }
  .theadmin-next .mb-md-n2, .theadmin-next .my-md-n2 {
    margin-bottom: -.5rem !important;
  }
  .theadmin-next .ml-md-n2, .theadmin-next .mx-md-n2 {
    margin-left: -.5rem !important;
  }
  .theadmin-next .m-md-n3 {
    margin: -1rem !important;
  }
  .theadmin-next .mt-md-n3, .theadmin-next .my-md-n3 {
    margin-top: -1rem !important;
  }
  .theadmin-next .mr-md-n3, .theadmin-next .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .theadmin-next .mb-md-n3, .theadmin-next .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .theadmin-next .ml-md-n3, .theadmin-next .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .theadmin-next .m-md-n4 {
    margin: -1.5rem !important;
  }
  .theadmin-next .mt-md-n4, .theadmin-next .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .theadmin-next .mr-md-n4, .theadmin-next .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .theadmin-next .mb-md-n4, .theadmin-next .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .theadmin-next .ml-md-n4, .theadmin-next .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .theadmin-next .m-md-n5 {
    margin: -3rem !important;
  }
  .theadmin-next .mt-md-n5, .theadmin-next .my-md-n5 {
    margin-top: -3rem !important;
  }
  .theadmin-next .mr-md-n5, .theadmin-next .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .theadmin-next .mb-md-n5, .theadmin-next .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .theadmin-next .ml-md-n5, .theadmin-next .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .theadmin-next .m-md-auto {
    margin: auto !important;
  }
  .theadmin-next .mt-md-auto, .theadmin-next .my-md-auto {
    margin-top: auto !important;
  }
  .theadmin-next .mr-md-auto, .theadmin-next .mx-md-auto {
    margin-right: auto !important;
  }
  .theadmin-next .mb-md-auto, .theadmin-next .my-md-auto {
    margin-bottom: auto !important;
  }
  .theadmin-next .ml-md-auto, .theadmin-next .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width:992px) {
  .theadmin-next .m-lg-0 {
    margin: 0 !important;
  }
  .theadmin-next .mt-lg-0, .theadmin-next .my-lg-0 {
    margin-top: 0 !important;
  }
  .theadmin-next .mr-lg-0, .theadmin-next .mx-lg-0 {
    margin-right: 0 !important;
  }
  .theadmin-next .mb-lg-0, .theadmin-next .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .theadmin-next .ml-lg-0, .theadmin-next .mx-lg-0 {
    margin-left: 0 !important;
  }
  .theadmin-next .m-lg-1 {
    margin: .25rem !important;
  }
  .theadmin-next .mt-lg-1, .theadmin-next .my-lg-1 {
    margin-top: .25rem !important;
  }
  .theadmin-next .mr-lg-1, .theadmin-next .mx-lg-1 {
    margin-right: .25rem !important;
  }
  .theadmin-next .mb-lg-1, .theadmin-next .my-lg-1 {
    margin-bottom: .25rem !important;
  }
  .theadmin-next .ml-lg-1, .theadmin-next .mx-lg-1 {
    margin-left: .25rem !important;
  }
  .theadmin-next .m-lg-2 {
    margin: .5rem !important;
  }
  .theadmin-next .mt-lg-2, .theadmin-next .my-lg-2 {
    margin-top: .5rem !important;
  }
  .theadmin-next .mr-lg-2, .theadmin-next .mx-lg-2 {
    margin-right: .5rem !important;
  }
  .theadmin-next .mb-lg-2, .theadmin-next .my-lg-2 {
    margin-bottom: .5rem !important;
  }
  .theadmin-next .ml-lg-2, .theadmin-next .mx-lg-2 {
    margin-left: .5rem !important;
  }
  .theadmin-next .m-lg-3 {
    margin: 1rem !important;
  }
  .theadmin-next .mt-lg-3, .theadmin-next .my-lg-3 {
    margin-top: 1rem !important;
  }
  .theadmin-next .mr-lg-3, .theadmin-next .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .theadmin-next .mb-lg-3, .theadmin-next .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .theadmin-next .ml-lg-3, .theadmin-next .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .theadmin-next .m-lg-4 {
    margin: 1.5rem !important;
  }
  .theadmin-next .mt-lg-4, .theadmin-next .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .theadmin-next .mr-lg-4, .theadmin-next .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .theadmin-next .mb-lg-4, .theadmin-next .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .theadmin-next .ml-lg-4, .theadmin-next .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .theadmin-next .m-lg-5 {
    margin: 3rem !important;
  }
  .theadmin-next .mt-lg-5, .theadmin-next .my-lg-5 {
    margin-top: 3rem !important;
  }
  .theadmin-next .mr-lg-5, .theadmin-next .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .theadmin-next .mb-lg-5, .theadmin-next .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .theadmin-next .ml-lg-5, .theadmin-next .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .theadmin-next .p-lg-0 {
    padding: 0 !important;
  }
  .theadmin-next .pt-lg-0, .theadmin-next .py-lg-0 {
    padding-top: 0 !important;
  }
  .theadmin-next .pr-lg-0, .theadmin-next .px-lg-0 {
    padding-right: 0 !important;
  }
  .theadmin-next .pb-lg-0, .theadmin-next .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .theadmin-next .pl-lg-0, .theadmin-next .px-lg-0 {
    padding-left: 0 !important;
  }
  .theadmin-next .p-lg-1 {
    padding: .25rem !important;
  }
  .theadmin-next .pt-lg-1, .theadmin-next .py-lg-1 {
    padding-top: .25rem !important;
  }
  .theadmin-next .pr-lg-1, .theadmin-next .px-lg-1 {
    padding-right: .25rem !important;
  }
  .theadmin-next .pb-lg-1, .theadmin-next .py-lg-1 {
    padding-bottom: .25rem !important;
  }
  .theadmin-next .pl-lg-1, .theadmin-next .px-lg-1 {
    padding-left: .25rem !important;
  }
  .theadmin-next .p-lg-2 {
    padding: .5rem !important;
  }
  .theadmin-next .pt-lg-2, .theadmin-next .py-lg-2 {
    padding-top: .5rem !important;
  }
  .theadmin-next .pr-lg-2, .theadmin-next .px-lg-2 {
    padding-right: .5rem !important;
  }
  .theadmin-next .pb-lg-2, .theadmin-next .py-lg-2 {
    padding-bottom: .5rem !important;
  }
  .theadmin-next .pl-lg-2, .theadmin-next .px-lg-2 {
    padding-left: .5rem !important;
  }
  .theadmin-next .p-lg-3 {
    padding: 1rem !important;
  }
  .theadmin-next .pt-lg-3, .theadmin-next .py-lg-3 {
    padding-top: 1rem !important;
  }
  .theadmin-next .pr-lg-3, .theadmin-next .px-lg-3 {
    padding-right: 1rem !important;
  }
  .theadmin-next .pb-lg-3, .theadmin-next .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .theadmin-next .pl-lg-3, .theadmin-next .px-lg-3 {
    padding-left: 1rem !important;
  }
  .theadmin-next .p-lg-4 {
    padding: 1.5rem !important;
  }
  .theadmin-next .pt-lg-4, .theadmin-next .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .theadmin-next .pr-lg-4, .theadmin-next .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .theadmin-next .pb-lg-4, .theadmin-next .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .theadmin-next .pl-lg-4, .theadmin-next .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .theadmin-next .p-lg-5 {
    padding: 3rem !important;
  }
  .theadmin-next .pt-lg-5, .theadmin-next .py-lg-5 {
    padding-top: 3rem !important;
  }
  .theadmin-next .pr-lg-5, .theadmin-next .px-lg-5 {
    padding-right: 3rem !important;
  }
  .theadmin-next .pb-lg-5, .theadmin-next .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .theadmin-next .pl-lg-5, .theadmin-next .px-lg-5 {
    padding-left: 3rem !important;
  }
  .theadmin-next .m-lg-n1 {
    margin: -.25rem !important;
  }
  .theadmin-next .mt-lg-n1, .theadmin-next .my-lg-n1 {
    margin-top: -.25rem !important;
  }
  .theadmin-next .mr-lg-n1, .theadmin-next .mx-lg-n1 {
    margin-right: -.25rem !important;
  }
  .theadmin-next .mb-lg-n1, .theadmin-next .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }
  .theadmin-next .ml-lg-n1, .theadmin-next .mx-lg-n1 {
    margin-left: -.25rem !important;
  }
  .theadmin-next .m-lg-n2 {
    margin: -.5rem !important;
  }
  .theadmin-next .mt-lg-n2, .theadmin-next .my-lg-n2 {
    margin-top: -.5rem !important;
  }
  .theadmin-next .mr-lg-n2, .theadmin-next .mx-lg-n2 {
    margin-right: -.5rem !important;
  }
  .theadmin-next .mb-lg-n2, .theadmin-next .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }
  .theadmin-next .ml-lg-n2, .theadmin-next .mx-lg-n2 {
    margin-left: -.5rem !important;
  }
  .theadmin-next .m-lg-n3 {
    margin: -1rem !important;
  }
  .theadmin-next .mt-lg-n3, .theadmin-next .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .theadmin-next .mr-lg-n3, .theadmin-next .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .theadmin-next .mb-lg-n3, .theadmin-next .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .theadmin-next .ml-lg-n3, .theadmin-next .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .theadmin-next .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .theadmin-next .mt-lg-n4, .theadmin-next .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .theadmin-next .mr-lg-n4, .theadmin-next .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .theadmin-next .mb-lg-n4, .theadmin-next .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .theadmin-next .ml-lg-n4, .theadmin-next .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .theadmin-next .m-lg-n5 {
    margin: -3rem !important;
  }
  .theadmin-next .mt-lg-n5, .theadmin-next .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .theadmin-next .mr-lg-n5, .theadmin-next .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .theadmin-next .mb-lg-n5, .theadmin-next .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .theadmin-next .ml-lg-n5, .theadmin-next .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .theadmin-next .m-lg-auto {
    margin: auto !important;
  }
  .theadmin-next .mt-lg-auto, .theadmin-next .my-lg-auto {
    margin-top: auto !important;
  }
  .theadmin-next .mr-lg-auto, .theadmin-next .mx-lg-auto {
    margin-right: auto !important;
  }
  .theadmin-next .mb-lg-auto, .theadmin-next .my-lg-auto {
    margin-bottom: auto !important;
  }
  .theadmin-next .ml-lg-auto, .theadmin-next .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width:1200px) {
  .theadmin-next .m-xl-0 {
    margin: 0 !important;
  }
  .theadmin-next .mt-xl-0, .theadmin-next .my-xl-0 {
    margin-top: 0 !important;
  }
  .theadmin-next .mr-xl-0, .theadmin-next .mx-xl-0 {
    margin-right: 0 !important;
  }
  .theadmin-next .mb-xl-0, .theadmin-next .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .theadmin-next .ml-xl-0, .theadmin-next .mx-xl-0 {
    margin-left: 0 !important;
  }
  .theadmin-next .m-xl-1 {
    margin: .25rem !important;
  }
  .theadmin-next .mt-xl-1, .theadmin-next .my-xl-1 {
    margin-top: .25rem !important;
  }
  .theadmin-next .mr-xl-1, .theadmin-next .mx-xl-1 {
    margin-right: .25rem !important;
  }
  .theadmin-next .mb-xl-1, .theadmin-next .my-xl-1 {
    margin-bottom: .25rem !important;
  }
  .theadmin-next .ml-xl-1, .theadmin-next .mx-xl-1 {
    margin-left: .25rem !important;
  }
  .theadmin-next .m-xl-2 {
    margin: .5rem !important;
  }
  .theadmin-next .mt-xl-2, .theadmin-next .my-xl-2 {
    margin-top: .5rem !important;
  }
  .theadmin-next .mr-xl-2, .theadmin-next .mx-xl-2 {
    margin-right: .5rem !important;
  }
  .theadmin-next .mb-xl-2, .theadmin-next .my-xl-2 {
    margin-bottom: .5rem !important;
  }
  .theadmin-next .ml-xl-2, .theadmin-next .mx-xl-2 {
    margin-left: .5rem !important;
  }
  .theadmin-next .m-xl-3 {
    margin: 1rem !important;
  }
  .theadmin-next .mt-xl-3, .theadmin-next .my-xl-3 {
    margin-top: 1rem !important;
  }
  .theadmin-next .mr-xl-3, .theadmin-next .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .theadmin-next .mb-xl-3, .theadmin-next .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .theadmin-next .ml-xl-3, .theadmin-next .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .theadmin-next .m-xl-4 {
    margin: 1.5rem !important;
  }
  .theadmin-next .mt-xl-4, .theadmin-next .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .theadmin-next .mr-xl-4, .theadmin-next .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .theadmin-next .mb-xl-4, .theadmin-next .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .theadmin-next .ml-xl-4, .theadmin-next .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .theadmin-next .m-xl-5 {
    margin: 3rem !important;
  }
  .theadmin-next .mt-xl-5, .theadmin-next .my-xl-5 {
    margin-top: 3rem !important;
  }
  .theadmin-next .mr-xl-5, .theadmin-next .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .theadmin-next .mb-xl-5, .theadmin-next .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .theadmin-next .ml-xl-5, .theadmin-next .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .theadmin-next .p-xl-0 {
    padding: 0 !important;
  }
  .theadmin-next .pt-xl-0, .theadmin-next .py-xl-0 {
    padding-top: 0 !important;
  }
  .theadmin-next .pr-xl-0, .theadmin-next .px-xl-0 {
    padding-right: 0 !important;
  }
  .theadmin-next .pb-xl-0, .theadmin-next .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .theadmin-next .pl-xl-0, .theadmin-next .px-xl-0 {
    padding-left: 0 !important;
  }
  .theadmin-next .p-xl-1 {
    padding: .25rem !important;
  }
  .theadmin-next .pt-xl-1, .theadmin-next .py-xl-1 {
    padding-top: .25rem !important;
  }
  .theadmin-next .pr-xl-1, .theadmin-next .px-xl-1 {
    padding-right: .25rem !important;
  }
  .theadmin-next .pb-xl-1, .theadmin-next .py-xl-1 {
    padding-bottom: .25rem !important;
  }
  .theadmin-next .pl-xl-1, .theadmin-next .px-xl-1 {
    padding-left: .25rem !important;
  }
  .theadmin-next .p-xl-2 {
    padding: .5rem !important;
  }
  .theadmin-next .pt-xl-2, .theadmin-next .py-xl-2 {
    padding-top: .5rem !important;
  }
  .theadmin-next .pr-xl-2, .theadmin-next .px-xl-2 {
    padding-right: .5rem !important;
  }
  .theadmin-next .pb-xl-2, .theadmin-next .py-xl-2 {
    padding-bottom: .5rem !important;
  }
  .theadmin-next .pl-xl-2, .theadmin-next .px-xl-2 {
    padding-left: .5rem !important;
  }
  .theadmin-next .p-xl-3 {
    padding: 1rem !important;
  }
  .theadmin-next .pt-xl-3, .theadmin-next .py-xl-3 {
    padding-top: 1rem !important;
  }
  .theadmin-next .pr-xl-3, .theadmin-next .px-xl-3 {
    padding-right: 1rem !important;
  }
  .theadmin-next .pb-xl-3, .theadmin-next .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .theadmin-next .pl-xl-3, .theadmin-next .px-xl-3 {
    padding-left: 1rem !important;
  }
  .theadmin-next .p-xl-4 {
    padding: 1.5rem !important;
  }
  .theadmin-next .pt-xl-4, .theadmin-next .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .theadmin-next .pr-xl-4, .theadmin-next .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .theadmin-next .pb-xl-4, .theadmin-next .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .theadmin-next .pl-xl-4, .theadmin-next .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .theadmin-next .p-xl-5 {
    padding: 3rem !important;
  }
  .theadmin-next .pt-xl-5, .theadmin-next .py-xl-5 {
    padding-top: 3rem !important;
  }
  .theadmin-next .pr-xl-5, .theadmin-next .px-xl-5 {
    padding-right: 3rem !important;
  }
  .theadmin-next .pb-xl-5, .theadmin-next .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .theadmin-next .pl-xl-5, .theadmin-next .px-xl-5 {
    padding-left: 3rem !important;
  }
  .theadmin-next .m-xl-n1 {
    margin: -.25rem !important;
  }
  .theadmin-next .mt-xl-n1, .theadmin-next .my-xl-n1 {
    margin-top: -.25rem !important;
  }
  .theadmin-next .mr-xl-n1, .theadmin-next .mx-xl-n1 {
    margin-right: -.25rem !important;
  }
  .theadmin-next .mb-xl-n1, .theadmin-next .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }
  .theadmin-next .ml-xl-n1, .theadmin-next .mx-xl-n1 {
    margin-left: -.25rem !important;
  }
  .theadmin-next .m-xl-n2 {
    margin: -.5rem !important;
  }
  .theadmin-next .mt-xl-n2, .theadmin-next .my-xl-n2 {
    margin-top: -.5rem !important;
  }
  .theadmin-next .mr-xl-n2, .theadmin-next .mx-xl-n2 {
    margin-right: -.5rem !important;
  }
  .theadmin-next .mb-xl-n2, .theadmin-next .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }
  .theadmin-next .ml-xl-n2, .theadmin-next .mx-xl-n2 {
    margin-left: -.5rem !important;
  }
  .theadmin-next .m-xl-n3 {
    margin: -1rem !important;
  }
  .theadmin-next .mt-xl-n3, .theadmin-next .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .theadmin-next .mr-xl-n3, .theadmin-next .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .theadmin-next .mb-xl-n3, .theadmin-next .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .theadmin-next .ml-xl-n3, .theadmin-next .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .theadmin-next .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .theadmin-next .mt-xl-n4, .theadmin-next .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .theadmin-next .mr-xl-n4, .theadmin-next .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .theadmin-next .mb-xl-n4, .theadmin-next .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .theadmin-next .ml-xl-n4, .theadmin-next .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .theadmin-next .m-xl-n5 {
    margin: -3rem !important;
  }
  .theadmin-next .mt-xl-n5, .theadmin-next .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .theadmin-next .mr-xl-n5, .theadmin-next .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .theadmin-next .mb-xl-n5, .theadmin-next .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .theadmin-next .ml-xl-n5, .theadmin-next .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .theadmin-next .m-xl-auto {
    margin: auto !important;
  }
  .theadmin-next .mt-xl-auto, .theadmin-next .my-xl-auto {
    margin-top: auto !important;
  }
  .theadmin-next .mr-xl-auto, .theadmin-next .mx-xl-auto {
    margin-right: auto !important;
  }
  .theadmin-next .mb-xl-auto, .theadmin-next .my-xl-auto {
    margin-bottom: auto !important;
  }
  .theadmin-next .ml-xl-auto, .theadmin-next .mx-xl-auto {
    margin-left: auto !important;
  }
}
.theadmin-next .m-10 {
  margin: 10px !important;
}
.theadmin-next .mt-10 {
  margin-top: 10px !important;
}
.theadmin-next .mr-10 {
  margin-right: 10px !important;
}
.theadmin-next .mb-10 {
  margin-bottom: 10px !important;
}
.theadmin-next .ml-10 {
  margin-left: 10px !important;
}
.theadmin-next .mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.theadmin-next .my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.theadmin-next .m-12 {
  margin: 12px !important;
}
.theadmin-next .mt-12 {
  margin-top: 12px !important;
}
.theadmin-next .mr-12 {
  margin-right: 12px !important;
}
.theadmin-next .mb-12 {
  margin-bottom: 12px !important;
}
.theadmin-next .ml-12 {
  margin-left: 12px !important;
}
.theadmin-next .mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.theadmin-next .my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.theadmin-next .m-15 {
  margin: 15px !important;
}
.theadmin-next .mt-15 {
  margin-top: 15px !important;
}
.theadmin-next .mr-15 {
  margin-right: 15px !important;
}
.theadmin-next .mb-15 {
  margin-bottom: 15px !important;
}
.theadmin-next .ml-15 {
  margin-left: 15px !important;
}
.theadmin-next .mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.theadmin-next .my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.theadmin-next .m-16 {
  margin: 16px !important;
}
.theadmin-next .mt-16 {
  margin-top: 16px !important;
}
.theadmin-next .mr-16 {
  margin-right: 16px !important;
}
.theadmin-next .mb-16 {
  margin-bottom: 16px !important;
}
.theadmin-next .ml-16 {
  margin-left: 16px !important;
}
.theadmin-next .mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.theadmin-next .my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.theadmin-next .m-20 {
  margin: 20px !important;
}
.theadmin-next .mt-20 {
  margin-top: 20px !important;
}
.theadmin-next .mr-20 {
  margin-right: 20px !important;
}
.theadmin-next .mb-20 {
  margin-bottom: 20px !important;
}
.theadmin-next .ml-20 {
  margin-left: 20px !important;
}
.theadmin-next .mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.theadmin-next .my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.theadmin-next .m-24 {
  margin: 24px !important;
}
.theadmin-next .mt-24 {
  margin-top: 24px !important;
}
.theadmin-next .mr-24 {
  margin-right: 24px !important;
}
.theadmin-next .mb-24 {
  margin-bottom: 24px !important;
}
.theadmin-next .ml-24 {
  margin-left: 24px !important;
}
.theadmin-next .mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.theadmin-next .my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.theadmin-next .m-25 {
  margin: 25px !important;
}
.theadmin-next .mt-25 {
  margin-top: 25px !important;
}
.theadmin-next .mr-25 {
  margin-right: 25px !important;
}
.theadmin-next .mb-25 {
  margin-bottom: 25px !important;
}
.theadmin-next .ml-25 {
  margin-left: 25px !important;
}
.theadmin-next .mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.theadmin-next .my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.theadmin-next .m-30 {
  margin: 30px !important;
}
.theadmin-next .mt-30 {
  margin-top: 30px !important;
}
.theadmin-next .mr-30 {
  margin-right: 30px !important;
}
.theadmin-next .mb-30 {
  margin-bottom: 30px !important;
}
.theadmin-next .ml-30 {
  margin-left: 30px !important;
}
.theadmin-next .mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.theadmin-next .my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.theadmin-next .m-35 {
  margin: 35px !important;
}
.theadmin-next .mt-35 {
  margin-top: 35px !important;
}
.theadmin-next .mr-35 {
  margin-right: 35px !important;
}
.theadmin-next .mb-35 {
  margin-bottom: 35px !important;
}
.theadmin-next .ml-35 {
  margin-left: 35px !important;
}
.theadmin-next .mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}
.theadmin-next .my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.theadmin-next .m-40 {
  margin: 40px !important;
}
.theadmin-next .mt-40 {
  margin-top: 40px !important;
}
.theadmin-next .mr-40 {
  margin-right: 40px !important;
}
.theadmin-next .mb-40 {
  margin-bottom: 40px !important;
}
.theadmin-next .ml-40 {
  margin-left: 40px !important;
}
.theadmin-next .mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.theadmin-next .my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.theadmin-next .m-45 {
  margin: 45px !important;
}
.theadmin-next .mt-45 {
  margin-top: 45px !important;
}
.theadmin-next .mr-45 {
  margin-right: 45px !important;
}
.theadmin-next .mb-45 {
  margin-bottom: 45px !important;
}
.theadmin-next .ml-45 {
  margin-left: 45px !important;
}
.theadmin-next .mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.theadmin-next .my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.theadmin-next .m-50 {
  margin: 50px !important;
}
.theadmin-next .mt-50 {
  margin-top: 50px !important;
}
.theadmin-next .mr-50 {
  margin-right: 50px !important;
}
.theadmin-next .mb-50 {
  margin-bottom: 50px !important;
}
.theadmin-next .ml-50 {
  margin-left: 50px !important;
}
.theadmin-next .mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.theadmin-next .my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.theadmin-next .m-60 {
  margin: 60px !important;
}
.theadmin-next .mt-60 {
  margin-top: 60px !important;
}
.theadmin-next .mr-60 {
  margin-right: 60px !important;
}
.theadmin-next .mb-60 {
  margin-bottom: 60px !important;
}
.theadmin-next .ml-60 {
  margin-left: 60px !important;
}
.theadmin-next .mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.theadmin-next .my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.theadmin-next .m-70 {
  margin: 70px !important;
}
.theadmin-next .mt-70 {
  margin-top: 70px !important;
}
.theadmin-next .mr-70 {
  margin-right: 70px !important;
}
.theadmin-next .mb-70 {
  margin-bottom: 70px !important;
}
.theadmin-next .ml-70 {
  margin-left: 70px !important;
}
.theadmin-next .mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}
.theadmin-next .my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.theadmin-next .m-80 {
  margin: 80px !important;
}
.theadmin-next .mt-80 {
  margin-top: 80px !important;
}
.theadmin-next .mr-80 {
  margin-right: 80px !important;
}
.theadmin-next .mb-80 {
  margin-bottom: 80px !important;
}
.theadmin-next .ml-80 {
  margin-left: 80px !important;
}
.theadmin-next .mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.theadmin-next .my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.theadmin-next .m-90 {
  margin: 90px !important;
}
.theadmin-next .mt-90 {
  margin-top: 90px !important;
}
.theadmin-next .mr-90 {
  margin-right: 90px !important;
}
.theadmin-next .mb-90 {
  margin-bottom: 90px !important;
}
.theadmin-next .ml-90 {
  margin-left: 90px !important;
}
.theadmin-next .mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}
.theadmin-next .my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.theadmin-next .m-100 {
  margin: 100px !important;
}
.theadmin-next .mt-100 {
  margin-top: 100px !important;
}
.theadmin-next .mr-100 {
  margin-right: 100px !important;
}
.theadmin-next .mb-100 {
  margin-bottom: 100px !important;
}
.theadmin-next .ml-100 {
  margin-left: 100px !important;
}
.theadmin-next .mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.theadmin-next .my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.theadmin-next .m-120 {
  margin: 120px !important;
}
.theadmin-next .mt-120 {
  margin-top: 120px !important;
}
.theadmin-next .mr-120 {
  margin-right: 120px !important;
}
.theadmin-next .mb-120 {
  margin-bottom: 120px !important;
}
.theadmin-next .ml-120 {
  margin-left: 120px !important;
}
.theadmin-next .mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.theadmin-next .my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.theadmin-next .m-140 {
  margin: 140px !important;
}
.theadmin-next .mt-140 {
  margin-top: 140px !important;
}
.theadmin-next .mr-140 {
  margin-right: 140px !important;
}
.theadmin-next .mb-140 {
  margin-bottom: 140px !important;
}
.theadmin-next .ml-140 {
  margin-left: 140px !important;
}
.theadmin-next .mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}
.theadmin-next .my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.theadmin-next .m-150 {
  margin: 150px !important;
}
.theadmin-next .mt-150 {
  margin-top: 150px !important;
}
.theadmin-next .mr-150 {
  margin-right: 150px !important;
}
.theadmin-next .mb-150 {
  margin-bottom: 150px !important;
}
.theadmin-next .ml-150 {
  margin-left: 150px !important;
}
.theadmin-next .mx-150 {
  margin-right: 150px !important;
  margin-left: 150px !important;
}
.theadmin-next .my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}
.theadmin-next .m-160 {
  margin: 160px !important;
}
.theadmin-next .mt-160 {
  margin-top: 160px !important;
}
.theadmin-next .mr-160 {
  margin-right: 160px !important;
}
.theadmin-next .mb-160 {
  margin-bottom: 160px !important;
}
.theadmin-next .ml-160 {
  margin-left: 160px !important;
}
.theadmin-next .mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}
.theadmin-next .my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.theadmin-next .m-180 {
  margin: 180px !important;
}
.theadmin-next .mt-180 {
  margin-top: 180px !important;
}
.theadmin-next .mr-180 {
  margin-right: 180px !important;
}
.theadmin-next .mb-180 {
  margin-bottom: 180px !important;
}
.theadmin-next .ml-180 {
  margin-left: 180px !important;
}
.theadmin-next .mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}
.theadmin-next .my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.theadmin-next .m-200 {
  margin: 200px !important;
}
.theadmin-next .mt-200 {
  margin-top: 200px !important;
}
.theadmin-next .mr-200 {
  margin-right: 200px !important;
}
.theadmin-next .mb-200 {
  margin-bottom: 200px !important;
}
.theadmin-next .ml-200 {
  margin-left: 200px !important;
}
.theadmin-next .mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}
.theadmin-next .my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.theadmin-next .m-250 {
  margin: 250px !important;
}
.theadmin-next .mt-250 {
  margin-top: 250px !important;
}
.theadmin-next .mr-250 {
  margin-right: 250px !important;
}
.theadmin-next .mb-250 {
  margin-bottom: 250px !important;
}
.theadmin-next .ml-250 {
  margin-left: 250px !important;
}
.theadmin-next .mx-250 {
  margin-right: 250px !important;
  margin-left: 250px !important;
}
.theadmin-next .my-250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}
.theadmin-next .m-300 {
  margin: 300px !important;
}
.theadmin-next .mt-300 {
  margin-top: 300px !important;
}
.theadmin-next .mr-300 {
  margin-right: 300px !important;
}
.theadmin-next .mb-300 {
  margin-bottom: 300px !important;
}
.theadmin-next .ml-300 {
  margin-left: 300px !important;
}
.theadmin-next .mx-300 {
  margin-right: 300px !important;
  margin-left: 300px !important;
}
.theadmin-next .my-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}
.theadmin-next .m-400 {
  margin: 400px !important;
}
.theadmin-next .mt-400 {
  margin-top: 400px !important;
}
.theadmin-next .mr-400 {
  margin-right: 400px !important;
}
.theadmin-next .mb-400 {
  margin-bottom: 400px !important;
}
.theadmin-next .ml-400 {
  margin-left: 400px !important;
}
.theadmin-next .mx-400 {
  margin-right: 400px !important;
  margin-left: 400px !important;
}
.theadmin-next .my-400 {
  margin-top: 400px !important;
  margin-bottom: 400px !important;
}
.theadmin-next .m-500 {
  margin: 500px !important;
}
.theadmin-next .mt-500 {
  margin-top: 500px !important;
}
.theadmin-next .mr-500 {
  margin-right: 500px !important;
}
.theadmin-next .mb-500 {
  margin-bottom: 500px !important;
}
.theadmin-next .ml-500 {
  margin-left: 500px !important;
}
.theadmin-next .mx-500 {
  margin-right: 500px !important;
  margin-left: 500px !important;
}
.theadmin-next .my-500 {
  margin-top: 500px !important;
  margin-bottom: 500px !important;
}
.theadmin-next .p-10 {
  padding: 10px !important;
}
.theadmin-next .pt-10 {
  padding-top: 10px !important;
}
.theadmin-next .pr-10 {
  padding-right: 10px !important;
}
.theadmin-next .pb-10 {
  padding-bottom: 10px !important;
}
.theadmin-next .pl-10 {
  padding-left: 10px !important;
}
.theadmin-next .px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.theadmin-next .py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.theadmin-next .p-12 {
  padding: 12px !important;
}
.theadmin-next .pt-12 {
  padding-top: 12px !important;
}
.theadmin-next .pr-12 {
  padding-right: 12px !important;
}
.theadmin-next .pb-12 {
  padding-bottom: 12px !important;
}
.theadmin-next .pl-12 {
  padding-left: 12px !important;
}
.theadmin-next .px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.theadmin-next .py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.theadmin-next .p-15 {
  padding: 15px !important;
}
.theadmin-next .pt-15 {
  padding-top: 15px !important;
}
.theadmin-next .pr-15 {
  padding-right: 15px !important;
}
.theadmin-next .pb-15 {
  padding-bottom: 15px !important;
}
.theadmin-next .pl-15 {
  padding-left: 15px !important;
}
.theadmin-next .px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.theadmin-next .py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.theadmin-next .p-16 {
  padding: 16px !important;
}
.theadmin-next .pt-16 {
  padding-top: 16px !important;
}
.theadmin-next .pr-16 {
  padding-right: 16px !important;
}
.theadmin-next .pb-16 {
  padding-bottom: 16px !important;
}
.theadmin-next .pl-16 {
  padding-left: 16px !important;
}
.theadmin-next .px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.theadmin-next .py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.theadmin-next .p-20 {
  padding: 20px !important;
}
.theadmin-next .pt-20 {
  padding-top: 20px !important;
}
.theadmin-next .pr-20 {
  padding-right: 20px !important;
}
.theadmin-next .pb-20 {
  padding-bottom: 20px !important;
}
.theadmin-next .pl-20 {
  padding-left: 20px !important;
}
.theadmin-next .px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.theadmin-next .py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.theadmin-next .p-24 {
  padding: 24px !important;
}
.theadmin-next .pt-24 {
  padding-top: 24px !important;
}
.theadmin-next .pr-24 {
  padding-right: 24px !important;
}
.theadmin-next .pb-24 {
  padding-bottom: 24px !important;
}
.theadmin-next .pl-24 {
  padding-left: 24px !important;
}
.theadmin-next .px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.theadmin-next .py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.theadmin-next .p-25 {
  padding: 25px !important;
}
.theadmin-next .pt-25 {
  padding-top: 25px !important;
}
.theadmin-next .pr-25 {
  padding-right: 25px !important;
}
.theadmin-next .pb-25 {
  padding-bottom: 25px !important;
}
.theadmin-next .pl-25 {
  padding-left: 25px !important;
}
.theadmin-next .px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.theadmin-next .py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.theadmin-next .p-30 {
  padding: 30px !important;
}
.theadmin-next .pt-30 {
  padding-top: 30px !important;
}
.theadmin-next .pr-30 {
  padding-right: 30px !important;
}
.theadmin-next .pb-30 {
  padding-bottom: 30px !important;
}
.theadmin-next .pl-30 {
  padding-left: 30px !important;
}
.theadmin-next .px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.theadmin-next .py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.theadmin-next .p-35 {
  padding: 35px !important;
}
.theadmin-next .pt-35 {
  padding-top: 35px !important;
}
.theadmin-next .pr-35 {
  padding-right: 35px !important;
}
.theadmin-next .pb-35 {
  padding-bottom: 35px !important;
}
.theadmin-next .pl-35 {
  padding-left: 35px !important;
}
.theadmin-next .px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}
.theadmin-next .py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.theadmin-next .p-40 {
  padding: 40px !important;
}
.theadmin-next .pt-40 {
  padding-top: 40px !important;
}
.theadmin-next .pr-40 {
  padding-right: 40px !important;
}
.theadmin-next .pb-40 {
  padding-bottom: 40px !important;
}
.theadmin-next .pl-40 {
  padding-left: 40px !important;
}
.theadmin-next .px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.theadmin-next .py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.theadmin-next .p-45 {
  padding: 45px !important;
}
.theadmin-next .pt-45 {
  padding-top: 45px !important;
}
.theadmin-next .pr-45 {
  padding-right: 45px !important;
}
.theadmin-next .pb-45 {
  padding-bottom: 45px !important;
}
.theadmin-next .pl-45 {
  padding-left: 45px !important;
}
.theadmin-next .px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.theadmin-next .py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.theadmin-next .p-50 {
  padding: 50px !important;
}
.theadmin-next .pt-50 {
  padding-top: 50px !important;
}
.theadmin-next .pr-50 {
  padding-right: 50px !important;
}
.theadmin-next .pb-50 {
  padding-bottom: 50px !important;
}
.theadmin-next .pl-50 {
  padding-left: 50px !important;
}
.theadmin-next .px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.theadmin-next .py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.theadmin-next .p-60 {
  padding: 60px !important;
}
.theadmin-next .pt-60 {
  padding-top: 60px !important;
}
.theadmin-next .pr-60 {
  padding-right: 60px !important;
}
.theadmin-next .pb-60 {
  padding-bottom: 60px !important;
}
.theadmin-next .pl-60 {
  padding-left: 60px !important;
}
.theadmin-next .px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.theadmin-next .py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.theadmin-next .p-70 {
  padding: 70px !important;
}
.theadmin-next .pt-70 {
  padding-top: 70px !important;
}
.theadmin-next .pr-70 {
  padding-right: 70px !important;
}
.theadmin-next .pb-70 {
  padding-bottom: 70px !important;
}
.theadmin-next .pl-70 {
  padding-left: 70px !important;
}
.theadmin-next .px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}
.theadmin-next .py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.theadmin-next .p-80 {
  padding: 80px !important;
}
.theadmin-next .pt-80 {
  padding-top: 80px !important;
}
.theadmin-next .pr-80 {
  padding-right: 80px !important;
}
.theadmin-next .pb-80 {
  padding-bottom: 80px !important;
}
.theadmin-next .pl-80 {
  padding-left: 80px !important;
}
.theadmin-next .px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.theadmin-next .py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.theadmin-next .p-90 {
  padding: 90px !important;
}
.theadmin-next .pt-90 {
  padding-top: 90px !important;
}
.theadmin-next .pr-90 {
  padding-right: 90px !important;
}
.theadmin-next .pb-90 {
  padding-bottom: 90px !important;
}
.theadmin-next .pl-90 {
  padding-left: 90px !important;
}
.theadmin-next .px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}
.theadmin-next .py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.theadmin-next .p-100 {
  padding: 100px !important;
}
.theadmin-next .pt-100 {
  padding-top: 100px !important;
}
.theadmin-next .pr-100 {
  padding-right: 100px !important;
}
.theadmin-next .pb-100 {
  padding-bottom: 100px !important;
}
.theadmin-next .pl-100 {
  padding-left: 100px !important;
}
.theadmin-next .px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.theadmin-next .py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.theadmin-next .p-120 {
  padding: 120px !important;
}
.theadmin-next .pt-120 {
  padding-top: 120px !important;
}
.theadmin-next .pr-120 {
  padding-right: 120px !important;
}
.theadmin-next .pb-120 {
  padding-bottom: 120px !important;
}
.theadmin-next .pl-120 {
  padding-left: 120px !important;
}
.theadmin-next .px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.theadmin-next .py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.theadmin-next .p-140 {
  padding: 140px !important;
}
.theadmin-next .pt-140 {
  padding-top: 140px !important;
}
.theadmin-next .pr-140 {
  padding-right: 140px !important;
}
.theadmin-next .pb-140 {
  padding-bottom: 140px !important;
}
.theadmin-next .pl-140 {
  padding-left: 140px !important;
}
.theadmin-next .px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}
.theadmin-next .py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.theadmin-next .p-150 {
  padding: 150px !important;
}
.theadmin-next .pt-150 {
  padding-top: 150px !important;
}
.theadmin-next .pr-150 {
  padding-right: 150px !important;
}
.theadmin-next .pb-150 {
  padding-bottom: 150px !important;
}
.theadmin-next .pl-150 {
  padding-left: 150px !important;
}
.theadmin-next .px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important;
}
.theadmin-next .py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.theadmin-next .p-160 {
  padding: 160px !important;
}
.theadmin-next .pt-160 {
  padding-top: 160px !important;
}
.theadmin-next .pr-160 {
  padding-right: 160px !important;
}
.theadmin-next .pb-160 {
  padding-bottom: 160px !important;
}
.theadmin-next .pl-160 {
  padding-left: 160px !important;
}
.theadmin-next .px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}
.theadmin-next .py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.theadmin-next .p-180 {
  padding: 180px !important;
}
.theadmin-next .pt-180 {
  padding-top: 180px !important;
}
.theadmin-next .pr-180 {
  padding-right: 180px !important;
}
.theadmin-next .pb-180 {
  padding-bottom: 180px !important;
}
.theadmin-next .pl-180 {
  padding-left: 180px !important;
}
.theadmin-next .px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}
.theadmin-next .py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.theadmin-next .p-200 {
  padding: 200px !important;
}
.theadmin-next .pt-200 {
  padding-top: 200px !important;
}
.theadmin-next .pr-200 {
  padding-right: 200px !important;
}
.theadmin-next .pb-200 {
  padding-bottom: 200px !important;
}
.theadmin-next .pl-200 {
  padding-left: 200px !important;
}
.theadmin-next .px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}
.theadmin-next .py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.theadmin-next .p-250 {
  padding: 250px !important;
}
.theadmin-next .pt-250 {
  padding-top: 250px !important;
}
.theadmin-next .pr-250 {
  padding-right: 250px !important;
}
.theadmin-next .pb-250 {
  padding-bottom: 250px !important;
}
.theadmin-next .pl-250 {
  padding-left: 250px !important;
}
.theadmin-next .px-250 {
  padding-right: 250px !important;
  padding-left: 250px !important;
}
.theadmin-next .py-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}
.theadmin-next .p-300 {
  padding: 300px !important;
}
.theadmin-next .pt-300 {
  padding-top: 300px !important;
}
.theadmin-next .pr-300 {
  padding-right: 300px !important;
}
.theadmin-next .pb-300 {
  padding-bottom: 300px !important;
}
.theadmin-next .pl-300 {
  padding-left: 300px !important;
}
.theadmin-next .px-300 {
  padding-right: 300px !important;
  padding-left: 300px !important;
}
.theadmin-next .py-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}
.theadmin-next .p-400 {
  padding: 400px !important;
}
.theadmin-next .pt-400 {
  padding-top: 400px !important;
}
.theadmin-next .pr-400 {
  padding-right: 400px !important;
}
.theadmin-next .pb-400 {
  padding-bottom: 400px !important;
}
.theadmin-next .pl-400 {
  padding-left: 400px !important;
}
.theadmin-next .px-400 {
  padding-right: 400px !important;
  padding-left: 400px !important;
}
.theadmin-next .py-400 {
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}
.theadmin-next .p-500 {
  padding: 500px !important;
}
.theadmin-next .pt-500 {
  padding-top: 500px !important;
}
.theadmin-next .pr-500 {
  padding-right: 500px !important;
}
.theadmin-next .pb-500 {
  padding-bottom: 500px !important;
}
.theadmin-next .pl-500 {
  padding-left: 500px !important;
}
.theadmin-next .px-500 {
  padding-right: 500px !important;
  padding-left: 500px !important;
}
.theadmin-next .py-500 {
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}
.theadmin-next .icon-cell {
  position: relative;
  padding-right: 28px;
}
.theadmin-next .icon-cell .icon-hide {
  display: none;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.theadmin-next table tr.hover-bg-box:hover td.icon-cell .icon-hide {
  display: block;
}
.theadmin-next .modal pre {
  background: rgb(249, 250, 251);
  padding: 12px;
  overflow: auto;
  border-radius: 4px;
}
.theadmin-next pre code {
  white-space: pre;
}
.theadmin-next pre {
  overflow-x: auto;
}
.theadmin-next .api-guide-tabs {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.theadmin-next .api-guide-tabs > .nav {
  float: none;
}
@media (max-width: 767.98px) {
  .theadmin-next lexxy-toolbar {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .theadmin-next .topbar .btn.btn-dark {
    display: flex;
    align-items: center;
  }
  .theadmin-next .inner_left, .theadmin-next .inner_right {
    float: none;
  }
  .theadmin-next .inner_right {
    padding: 0 0 0 8px;
  }
}
@media (max-width: 767px) {
  .theadmin-next .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .theadmin-next .card-body.flexbox.flex-justified {
    flex-wrap: wrap;
    gap: 16px;
  }
  .theadmin-next .card-body.flexbox.flex-justified > * {
    flex: 1 1 140px;
    min-width: 0;
    margin-right: 0 !important;
  }
  .theadmin-next .card-body.flexbox.flex-justified > * > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .theadmin-next #source {
    height: 200px;
  }
}
.theadmin-next pre:has(> code[class*="language-"]) {
  font-size: 12px;
  line-height: 1.5;
}
.theadmin-next .dataset-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 28px;
}
@media (max-width: 991.98px) {
  .theadmin-next .dataset-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .theadmin-next .dataset-info-grid {
    grid-template-columns: 1fr;
  }
}
.theadmin-next .dataset-info-item .label {
  font-size: 12px;
  color: rgb(139, 149, 165);
  margin-bottom: 6px;
}
.theadmin-next .dataset-info-item .label .fa {
  width: 14px;
  text-align: center;
  margin-right: 4px;
}
.theadmin-next .dataset-info-item .value {
  font-size: 14px;
  font-weight: 500;
  color: rgb(77, 82, 89);
  line-height: 22px;
}
.theadmin-next .dataset-info-item .value .badge {
  font-weight: 400;
}
.theadmin-next .dataset-info-item.span-all {
  grid-column: 1 / -1;
}
.theadmin-next .dataset-param-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.theadmin-next .dataset-param-chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: rgb(245, 246, 250);
  border: 1px solid rgb(235, 235, 235);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgb(77, 82, 89);
}
.theadmin-next .dataset-param-chip .k {
  color: rgb(139, 149, 165);
  margin-right: 5px;
  flex-shrink: 0;
}
.theadmin-next .dataset-param-chip .v {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 420px;
}
@media (max-width: 991.98px) {
  .theadmin-next .topbar, .theadmin-next .main-container, .theadmin-next main, .theadmin-next .sidebar ~ .topbar, .theadmin-next .sidebar ~ .main-container, .theadmin-next .sidebar ~ main, .theadmin-next.sidebar-folded .sidebar ~ .topbar, .theadmin-next.sidebar-folded .sidebar ~ .main-container, .theadmin-next.sidebar-folded .sidebar ~ main {
    margin-left: 0;
  }
  .theadmin-next div:has(> .next-view-toggle) {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}
.theadmin-next .header-action {
  overflow-x: auto;
  overflow-y: hidden;
}
.theadmin-next .header-action .nav {
  flex-wrap: nowrap;
}
.theadmin-next .header-action .nav-link {
  white-space: nowrap;
  flex-shrink: 0;
}
.theadmin-next .header-action::-webkit-scrollbar {
  height: 4px;
}
.theadmin-next .header-action::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15);
  border-radius: 2px;
}
.theadmin-next .header-action::-webkit-scrollbar-track {
  background: transparent;
}
.theadmin-next .bring-front {
  z-index: 1;
}
.theadmin-next .btn-info {
  background-color: #48b0f7;
  border-color: #48b0f7;
  color: #fff;
}
.theadmin-next .btn-info:hover {
  background-color: #65bdf8;
  border-color: #65bdf8;
  color: #fff;
}
.theadmin-next .btn-danger {
  background-color: #f96868;
  border-color: #f96868;
  color: #fff;
}
.theadmin-next .btn-danger:hover {
  background-color: #fa8181;
  border-color: #fa8181;
  color: #fff;
}
.theadmin-next .btn-yellow {
  background-color: #fcc525;
  border-color: #fcc525;
  color: #fff;
}
.theadmin-next .btn-yellow:hover {
  background-color: #fdd04d;
  border-color: #fdd04d;
  color: #fff;
}
.theadmin-next .text-info {
  color: #48b0f7 !important;
}
.theadmin-next .text-danger {
  color: #f96868 !important;
}
.theadmin-next .text-yellow {
  color: #fcc525 !important;
}
.theadmin-next .row.gap-2 {
  margin-left: -8px;
  margin-right: -8px;
  gap: 0;
}
.theadmin-next .row.gap-2 > .col, .theadmin-next .row.gap-2 > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.theadmin-next small a {
  color: #8b95a5;
  border-bottom: 1px dotted #8b95a5;
}
.theadmin-next small a:hover {
  color: #33cabb;
  border-bottom-color: transparent;
}
.theadmin-next .horizontal-line {
  flex-grow: 1;
  margin-left: 10px;
}
.theadmin-next .horizontal-line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #cacad0;
  vertical-align: middle;
}
.theadmin-next .flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.theadmin-next .parent-width {
  background-color: #7741f1;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
}
.theadmin-next .mw-custom-200 {
  width: 100%;
}
.theadmin-next .important-flex {
  display: flex !important;
}
@media (min-width: 1200px) {
  .theadmin-next .mw-custom-200 {
    width: 280px;
    max-width: 280px;
  }
  .theadmin-next .p-custom {
    padding: 44px 30px !important;
    position: relative !important;
    top: -20px !important;
  }
}
@media (max-width: 1199px) {
  .theadmin-next .important-flex {
    display: none !important;
  }
  .theadmin-next .sm-px-custom {
    padding-left: 40px;
    padding-right: 40px;
  }
  .theadmin-next .p-custom {
    padding: 24px 30px !important;
  }
}
.theadmin-next .next-periodic-toggle {
  height: 36px;
  padding: 5px 13px;
  border: 1px solid rgb(235, 235, 235);
  color: rgb(134, 142, 150);
  background-color: #fff;
  border-radius: 6px;
  margin-left: auto;
  align-self: flex-start;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.theadmin-next .next-periodic-toggle:hover {
  color: rgb(51, 202, 187);
  border-color: rgb(51, 202, 187);
}
.theadmin-next .next-periodic-toggle.active {
  background-color: rgb(51, 202, 187) !important;
  border-color: rgb(51, 202, 187) !important;
  color: #fff !important;
}
.theadmin-next .next-periodic-toggle + .next-view-toggle {
  margin-left: 8px;
}
.theadmin-next .next-periodic-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  line-height: 18px;
  color: rgb(108, 118, 134);
  background: rgb(236, 250, 248);
  border: 1px solid rgba(51, 202, 187, 0.35);
  border-radius: 6px;
  padding: 3px 10px;
  margin: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
}
.theadmin-next .next-periodic-badge .fa {
  color: rgb(51, 202, 187);
}
.theadmin-next .next-periodic-badge-time {
  margin-left: auto;
  color: rgb(38, 166, 154);
  font-weight: 600;
  flex-shrink: 0;
}
body.theadmin-next.modal-open {
  overflow: hidden !important;
}
.theadmin-next .zIndex-30000 {
  z-index: 30000 !important;
  background-color: #f5f6fa;
  padding-top: 10px !important;
  position: relative;
}
.theadmin-next .never-btn-data {
  color: gray !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  float: left;
  position: relative;
  bottom: 16px;
}
@media (max-width: 990px) and (min-width: 601px) {
  .theadmin-next .mb-custom-hidden {
    display: none !important;
  }
}
.theadmin-next .element-request-2 {
  max-width: 500px;
}
.theadmin-next .tooltip_negative {
  color: red;
}
.theadmin-next .tooltip_light_negative {
  color: lightpink;
}
.theadmin-next .tooltip_light_positive {
  color: lightskyblue;
}
.theadmin-next .tooltip_positive {
  color: blue;
}
.theadmin-next .credit-exhausted-text {
  font-size: 8px;
}
.theadmin-next .bg-pale-info {
  background: #e3f3fc !important;
}
.theadmin-next .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
  background-color: transparent;
}
.theadmin-next .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.theadmin-next .fs-8 {
  font-size: 8px !important;
}
.theadmin-next .border-info {
  border-color: #48b0f7 !important;
}
.theadmin-next .border-warning {
  border-color: #faa64b !important;
}
.theadmin-next .privacy-word {
  text-align: left;
  align-items: center;
  justify-content: center;
}
body.landing-next {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: rgb(117, 117, 117);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
.landing-next *, .landing-next *::before, .landing-next *::after {
  box-sizing: border-box;
}
.landing-next a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
.landing-next ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-next p {
  margin: 0 0 1rem;
}
.landing-next h1 {
  margin: 0;
}
.landing-next img {
  vertical-align: middle;
  border-style: none;
}
.landing-next button {
  font-family: inherit;
}
.landing-next input, .landing-next select {
  font-family: inherit;
  margin: 0;
}
.landing-next small, .landing-next .small {
  font-size: 80%;
  font-weight: 400;
}
.landing-next hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.landing-next .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .landing-next .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .landing-next .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .landing-next .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .landing-next .container {
    max-width: 1140px;
  }
}
.landing-next .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.landing-next [class^="col-"], .landing-next [class*=" col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.landing-next .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.landing-next .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.landing-next .col-xs-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.landing-next .col-xs-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media (min-width: 576px) {
  .landing-next .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-next .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 768px) {
  .landing-next .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .landing-next .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-next .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-next .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .landing-next .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .landing-next .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .landing-next .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .landing-next .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-next .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .landing-next .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .landing-next .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 1200px) {
  .landing-next .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .landing-next .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .landing-next .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .landing-next .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .landing-next .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.landing-next .flex {
  display: flex;
}
.landing-next .block {
  display: block;
}
.landing-next .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-next .flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landing-next .flex-column {
  flex-direction: column !important;
}
@media (min-width: 992px) {
  .landing-next .flex-lg-row {
    flex-direction: row !important;
  }
}
.landing-next .display-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-next .pull-left {
  float: left;
}
.landing-next .float-right {
  float: right !important;
}
.landing-next .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.landing-next .w-full {
  width: 100%;
}
.landing-next .overflow-hidden {
  overflow: hidden !important;
}
.landing-next .text-left {
  text-align: left !important;
}
.landing-next .text-right {
  text-align: right !important;
}
.landing-next .text-center {
  text-align: center !important;
}
.landing-next .text-black {
  color: rgb(0, 0, 0);
}
.landing-next .bg-white {
  background-color: #fff !important;
}
.landing-next .m-0 {
  margin: 0 !important;
}
.landing-next .mr-2 {
  margin-right: .5rem !important;
}
.landing-next .ml-2 {
  margin-left: .5rem !important;
}
.landing-next .mb-3 {
  margin-bottom: 12px !important;
}
.landing-next .mt-4 {
  margin-top: 16px !important;
}
.landing-next .mb-4 {
  margin-bottom: 16px !important;
}
.landing-next .mt-5 {
  margin-top: 24px !important;
}
.landing-next .p-0 {
  padding: 0 !important;
}
.landing-next .pl-0 {
  padding-left: 0 !important;
}
.landing-next .pr-0 {
  padding-right: 0 !important;
}
.landing-next .pr-1 {
  padding-right: 4px !important;
}
.landing-next .pb-1 {
  padding-bottom: 4px !important;
}
.landing-next .pr-3 {
  padding-right: 12px !important;
}
.landing-next .py-3 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.landing-next .px-4 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.landing-next .p-4 {
  padding: 16px !important;
}
.landing-next .plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (min-width: 1200px) {
  .landing-next .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .landing-next .hidden-xs {
    display: none;
  }
}
@media (max-width: 991px) {
  .landing-next .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .landing-next .hidden-lg {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .landing-next .mob-p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.landing-next .fw-400 {
  font-weight: 400 !important;
}
.landing-next .fw-600 {
  font-weight: 600 !important;
}
.landing-next .fw-700 {
  font-weight: 700 !important;
}
.landing-next .fw-800 {
  font-weight: 800 !important;
}
.landing-next .fs-18 {
  font-size: 18px !important;
}
.landing-next .font-size-15 {
  font-size: 15px;
}
.landing-next .text-gray {
  color: #868e96 !important;
}
.landing-next .text-12px {
  font-size: 12px;
}
.landing-next .card-round-6 {
  border-radius: 6px;
}
.landing-next .relative-custom {
  position: relative;
}
.landing-next .min-w-none {
  min-width: 0 !important;
}
.landing-next .height-36 {
  height: 36px;
}
.landing-next .col-gap-4 {
  column-gap: 4px;
}
.landing-next .gap-12px {
  gap: 12px;
}
.landing-next .gap-column {
  column-gap: 8px;
}
.landing-next .truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.landing-next .hover-mouse {
  cursor: pointer;
}
.landing-next .hover-primary:hover, .landing-next .hover-primary:focus {
  color: #33cabb !important;
}
.landing-next .hs-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(5, 3, 10, 0.9);
}
.landing-next .h-122 {
  height: 122px;
}
.landing-next .custom-gap {
  column-gap: 12px;
}
.landing-next .nav-custom {
  max-width: 1140px;
  height: 72px;
  padding: 16px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-next .navbar-left {
  z-index: 80000;
}
.landing-next .hs-logo {
  height: 18px;
}
.landing-next .navbar-mobile {
  display: flex;
  align-items: center;
  width: 100%;
}
.landing-next .navbar-text {
  display: inline-block;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
.landing-next .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.landing-next .nav-navbar {
  position: relative;
}
.landing-next .nav-navbar .nav-item {
  position: relative;
}
.landing-next .nav-link {
  display: block;
  padding: .5rem 1rem;
}
.landing-next .nav-navbar > .nav-item > .nav-link, .landing-next .nav-navbar > .nav-link, .landing-next .nav-navbar > li.dropdown {
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.landing-next .nav-navbar .nav-link {
  font-weight: 600;
  font-size: 0.87em;
  letter-spacing: 1px;
  word-spacing: 2px;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
}
.landing-next .nav-navbar .nav-link:hover .navbar-text {
  color: #fff;
}
.landing-next .color-white {
  color: #fff !important;
}
.landing-next .login-btn {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 11px !important;
  font-weight: 700;
  line-height: 16.5px !important;
  padding: 7.25px 18px !important;
  border: 0.5px solid #fff;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
}
.landing-next .quote-btn {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  display: block;
  white-space: nowrap;
}
.landing-next .about-log-btn .nav-item {
  display: flex;
  align-items: center;
}
.landing-next .dropdown {
  position: relative;
}
.landing-next .dropdown-toggle {
  cursor: pointer;
}
.landing-next .dropdown-toggle-remove-arrow::after {
  display: none !important;
}
.landing-next .desk-dropdown.desk-dropdown {
  display: none;
  position: absolute;
  min-width: 160px;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.75);
  border: 0.5px solid #393939;
  border-radius: 10px;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.07);
  z-index: 1001;
}
@media (min-width: 992px) {
  .landing-next .nav-navbar li.dropdown:hover > .desk-dropdown, .landing-next .desk-dropdown:hover {
    display: block;
  }
}
.landing-next .desk-dropdown .dropdown-item, .landing-next .desk-dropdown .list-pd {
  padding: 10px 20px;
  font-size: 14px;
  white-space: nowrap;
}
.landing-next .desk-dropdown .navbar-list-bg-color:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.landing-next .navbar-list-radius-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.landing-next .navbar-list-radius-bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.landing-next .clicked-change-rotation {
  transition: transform .2s ease;
}
.landing-next .hover-padding, .landing-next .hover-padding-api {
  column-gap: 4px;
}
@media (min-width: 992px) {
  .landing-next .btn-mobile {
    display: none;
  }
  .landing-next .dropdown-desktop-none {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .landing-next .dropdown-mob-none {
    display: none;
  }
  .landing-next .navbar-toggler-custom {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .landing-next #nav-body {
    display: none;
    position: fixed;
    top: 122px;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    background-color: rgba(5, 3, 10, 0.95);
    overflow-y: auto;
    z-index: 1002;
  }
  body.landing-next.nav-open #nav-body {
    display: flex;
  }
  .landing-next .nav-navbar {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }
  .landing-next .nav-navbar > .nav-item > .nav-link, .landing-next .nav-navbar > li.dropdown {
    line-height: inherit;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .landing-next .text-left-mob {
    text-align: left !important;
  }
  .landing-next .flex-mob {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .landing-next .flex-title-mob {
    justify-content: flex-start;
  }
  .landing-next .dropdown-desktop-none {
    display: block;
    width: 100%;
  }
  .landing-next .ml-btn-navbar-mob {
    margin-left: 12px;
  }
  .landing-next .ml-btn-navbar-mob .nav-item {
    padding: 6px 0;
  }
  .landing-next .about-log-btn {
    width: 100%;
    padding-top: 12px;
  }
  .landing-next .about-log-btn .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .landing-next .ml-mob {
    margin-left: 0;
  }
}
.landing-next .bg-ui-general {
  background-color: transparent;
}
.landing-next .header-info {
  margin: 30px 0 0;
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.landing-next .gradient-div {
  background: radial-gradient(ellipse at center bottom, rgba(135, 206, 235, 0.2), transparent 70%);
  padding-bottom: 24px;
}
.landing-next .header-title {
  font-family: Roboto, sans-serif;
  font-weight: 100;
}
.landing-next .header-title p {
  margin: 0;
}
.landing-next .header-action {
  position: relative;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.landing-next .header-action .nav {
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
  border-bottom: none;
  overflow-x: auto;
}
.landing-next .header-action .nav-link {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 33px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.75rem 1rem 1rem;
  border-bottom: 3px solid transparent;
  color: rgba(77, 82, 89, 0.7);
  background-color: transparent !important;
}
.landing-next .header-action .nav-link.active, .landing-next .header-action .nav-link:hover {
  color: #4d5259;
  border-bottom-color: #33cabb;
}
.landing-next .form-group {
  margin-bottom: 1rem;
}
.landing-next .form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 5px 12px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #4d5259;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.landing-next .form-control::placeholder {
  color: #8b95a5;
  opacity: 1;
}
.landing-next .form-control:focus {
  outline: 0;
  border-color: #33cabb;
}
.landing-next .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 6px;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.landing-next .btn-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}
.landing-next .btn-primary {
  color: #fff;
  background-color: #33cabb;
  border-color: #33cabb;
}
.landing-next .btn-primary:hover {
  color: #fff;
  background-color: #2bb8aa;
  border-color: #2bb8aa;
}
.landing-next .search-btn-index {
  align-items: center;
  justify-content: center;
  display: flex;
  column-gap: 2px;
  height: 33px;
}
.landing-next .btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.landing-next .btn.sort {
  height: 33px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  position: relative;
  padding-right: 28px;
}
.landing-next .dropdown-toggle.sort::after {
  position: absolute;
  right: 10px;
  transform: translateY(10px) !important;
}
.landing-next .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.landing-next .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 14px;
  color: #4d5259;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.landing-next .dropdown-menu.show {
  display: block;
}
.landing-next .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #4d5259;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.landing-next .dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}
@media screen and (min-width: 991px) {
  .landing-next .w-custom-input-full-small {
    padding-right: 12px !important;
    margin-right: 1rem !important;
  }
}
@media screen and (max-width: 990px) and (min-width: 601px) {
  .landing-next .mobile-device-pl {
    padding-left: 16px;
    padding-right: 4px;
  }
  .landing-next .tablet-device-pr {
    padding-right: 8px;
  }
}
@media screen and (max-width: 660px) {
  .landing-next .mobile-device-pl {
    padding-left: 16px;
  }
}
.landing-next .main-content {
  background-color: transparent;
}
.landing-next .row.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
.landing-next .padding-custom {
  padding: 0;
}
.landing-next .card p {
  margin: 0;
}
.landing-next .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}
.landing-next .card-body {
  flex: 1 1 auto;
}
.landing-next .shadow-bottom {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
}
.landing-next .hover-shadow-4 {
  transition: box-shadow .18s ease;
}
.landing-next .hover-shadow-4:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
}
.landing-next .height-custom-intro {
  height: 72px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 660px) {
  .landing-next .height-custom-intro {
    height: 63px;
    font-size: 14px;
  }
}
.landing-next .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.landing-next .page-item.pagecustom .page-link {
  border: none;
  color: #33354d;
  font-weight: 500;
  height: 46px;
  width: 46px;
  font-size: 18px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 2px;
}
.landing-next .page-item.active.pagecustom .page-link {
  background-color: #4ebfb3 !important;
  border-color: #4ebfb3 !important;
  border-radius: 4px !important;
  color: #fff;
}
@media screen and (max-width: 990px) {
  .landing-next .pagination-hidden {
    display: none;
  }
  .landing-next .pagination-mobile {
    margin-top: 48px !important;
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 991px) {
  .landing-next .pagination-hidden {
    margin-top: 128px !important;
    margin-bottom: 120px !important;
  }
  .landing-next .pagination-mobile {
    display: none;
  }
}
.landing-next .bg-banner, .landing-next .bg-banner_en {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  border-radius: 16px;
}
@media screen and (min-width: 661px) {
  .landing-next .bg-banner {
    background-image: var(--bg-banner-pc);
  }
  .landing-next .bg-banner_en {
    background-image: var(--bg-banner-pc);
  }
}
@media screen and (min-width: 991px) {
  .landing-next .banner-height {
    height: 184px;
    width: 100%;
  }
}
@media screen and (max-width: 990px) and (min-width: 601px) {
  .landing-next .banner-height {
    height: 116px;
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .landing-next .bg-banner {
    background-image: var(--bg-banner-mob);
    background-size: 100% auto;
  }
  .landing-next .bg-banner_en {
    background-image: var(--bg-banner-mob);
  }
  .landing-next .banner-height {
    height: 240px;
    width: 100%;
  }
}
.landing-next section.section {
  padding: 90px 0;
}
.landing-next section.tae-color-darkpurple {
  background-color: rgb(7, 5, 21);
}
.landing-next .tae-color-darkpurple small {
  font-family: Roboto, sans-serif;
  font-size: 14.4px;
  color: #8b95a5;
  line-height: 1.5;
}
.landing-next .tae-color-darkpurple .nav-link {
  color: #757575;
  padding: 0 0 2px;
  line-height: 33px;
}
.landing-next .tae-color-darkpurple .nav-link:hover {
  color: #fff;
}
.landing-next .tae-color-darkpurple strong.text-white {
  color: #fff;
}
.landing-next .social-icons {
  display: flex;
  align-items: center;
}
.landing-next .social-icons a {
  margin-right: 4px;
}
.landing-next .iconbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 14.4px;
}
.landing-next .iconbox-sq {
  border-radius: 0;
}
.landing-next .bg-dark {
  background-color: #191919;
}
.landing-next .text-primary {
  color: #50a1ff;
}
.landing-next .tae-form {
  font-size: 10pt !important;
  color: #555 !important;
  font-weight: 400;
  padding: .25rem .5rem;
  line-height: 2.5 !important;
  height: inherit;
  border-radius: 5px !important;
  border: 1px solid #ebebeb;
  background-color: #fff;
  width: 100%;
}
.landing-next .narrow-screen-trial {
  display: none;
}
@media screen and (max-width: 765px) {
  .landing-next .wide-screen-trial {
    display: none;
  }
  .landing-next .narrow-screen-trial {
    display: flex;
    justify-content: space-between;
  }
}
.landing-next .down-place {
  position: relative;
  bottom: 1.5px;
}
.landing-next .text-warning {
  color: #faa64b;
}
.landing-next .font-weight-bold {
  font-weight: 700;
}
.landing-next .navbar-list-radius {
  border-radius: 10px;
  border: 0.5px solid #393939;
}
@media (max-width: 991.98px) {
  .landing-next .dropdown-menu-mob {
    display: none;
  }
  .landing-next .dropdown-menu-mob.active-mob {
    display: block;
  }
  .landing-next .desk-dropdown.desk-dropdown {
    display: none !important;
  }
  .landing-next .quote-btn-mobile {
    padding-left: 56.5px;
    padding-right: 56.5px;
  }
}
@media (max-width: 575px) {
  .landing-next .mob-px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
