@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #e65729;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #111418;
  --bs-white: #ffffff;
  --bs-gray: #6e7985;
  --bs-gray-dark: #313c47;
  --bs-gray-100: #f8f9fc;
  --bs-gray-200: #f3f5f9;
  --bs-gray-300: #e2e5ec;
  --bs-gray-400: #ccd2da;
  --bs-gray-500: #9ea7b1;
  --bs-gray-600: #6e7985;
  --bs-gray-700: #41505f;
  --bs-gray-800: #313c47;
  --bs-gray-900: #212830;
  --bs-primary: #3659cd;
  --bs-secondary: #5c646c;
  --bs-danger: #c74115;
  --bs-success: #3d8642;
  --bs-info: #2f60a3;
  --bs-warning: #9e6419;
  --bs-light: #f3f5f9;
  --bs-dark: #6e7985;
  --bs-primary-rgb: 54, 89, 205;
  --bs-secondary-rgb: 92, 100, 108;
  --bs-danger-rgb: 199, 65, 21;
  --bs-success-rgb: 61, 134, 66;
  --bs-info-rgb: 47, 96, 163;
  --bs-warning-rgb: 158, 100, 25;
  --bs-light-rgb: 243, 245, 249;
  --bs-dark-rgb: 110, 121, 133;
  --bs-primary-text-emphasis: #162452;
  --bs-secondary-text-emphasis: #25282b;
  --bs-success-text-emphasis: #18361a;
  --bs-info-text-emphasis: #132641;
  --bs-warning-text-emphasis: #3f280a;
  --bs-danger-text-emphasis: #501a08;
  --bs-light-text-emphasis: #41505f;
  --bs-dark-text-emphasis: #41505f;
  --bs-primary-bg-subtle: #d7def5;
  --bs-secondary-bg-subtle: #dee0e2;
  --bs-success-bg-subtle: #d8e7d9;
  --bs-info-bg-subtle: #d5dfed;
  --bs-warning-bg-subtle: #ece0d1;
  --bs-danger-bg-subtle: #f4d9d0;
  --bs-light-bg-subtle: #fcfcfe;
  --bs-dark-bg-subtle: #ccd2da;
  --bs-primary-border-subtle: #afbdeb;
  --bs-secondary-border-subtle: #bec1c4;
  --bs-success-border-subtle: #b1cfb3;
  --bs-info-border-subtle: #acbfda;
  --bs-warning-border-subtle: #d8c1a3;
  --bs-danger-border-subtle: #e9b3a1;
  --bs-light-border-subtle: #f3f5f9;
  --bs-dark-border-subtle: #9ea7b1;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 17, 20, 24;
  --bs-font-sans-serif: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2e323c;
  --bs-body-color-rgb: 46, 50, 60;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #111418;
  --bs-emphasis-color-rgb: 17, 20, 24;
  --bs-secondary-color: rgba(46, 50, 60, 0.75);
  --bs-secondary-color-rgb: 46, 50, 60;
  --bs-secondary-bg: #f3f5f9;
  --bs-secondary-bg-rgb: 243, 245, 249;
  --bs-tertiary-color: rgba(46, 50, 60, 0.5);
  --bs-tertiary-color-rgb: 46, 50, 60;
  --bs-tertiary-bg: #f8f9fc;
  --bs-tertiary-bg-rgb: 248, 249, 252;
  --bs-heading-color: inherit;
  --bs-link-color: #3659cd;
  --bs-link-color-rgb: 54, 89, 205;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #2b47a4;
  --bs-link-hover-color-rgb: 43, 71, 164;
  --bs-code-color: #d63384;
  --bs-highlight-color: #2e323c;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e8ebf4;
  --bs-border-color-translucent: rgba(17, 20, 24, 0.175);
  --bs-border-radius: 0.2rem;
  --bs-border-radius-sm: 0.1rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(17, 20, 24, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(17, 20, 24, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(17, 20, 24, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(17, 20, 24, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(54, 89, 205, 0.25);
  --bs-form-valid-color: #3d8642;
  --bs-form-valid-border-color: #3d8642;
  --bs-form-invalid-color: #c74115;
  --bs-form-invalid-border-color: #c74115;
  --iq-title-text: #3f414d;
  --iq-body-text: #777d74;
  --iq-body-bg: #fbfbfb;
  --iq-primary: #1e3d73;
  --iq-secondary: #a09e9e;
  --iq-success: #18c984; /*------------- #65f9b3; ------------*/
  --iq-warning: #ffbf43;
  --iq-danger: #fe517e;
  --iq-info: #0dcaf0; /* #9267ff; /* #2f60a3; */
  --iq-info-violet: #9267ff; /* #2f60a3; */
  --iq-info-primary: #2f60a3;
  --iq-dark: #3f414d;
  --iq-light: #fafafb;
  --iq-white: #ffffff;
  --iq-black: #000000;
  --iq-light-primary: #e7ecee;
  --iq-light-secondary: #f1f2f1;
  --iq-light-success: #ecfff6;
  --iq-light-danger: #ffeeee;
  --iq-light-warning: #fefaee;
  --iq-light-info: #f4f0ff;
  --iq-light-dark: #f0efef;
  --iq-primary-hover: #1d335a;
  --iq-secondary-hover: #3948e8;
  --iq-success-hover: #8defc0;
  --iq-danger-hover: #ff6a6a;
  --iq-warning-hover: #fae837;
  --iq-info-hover: #fff1e0;
  --iq-dark-hover: #3948e8;
  --iq-border-light: #f1f1f1;
  --iq-border-dark: #ced4da;
  --iq-light-card: #ffffff;
  --iq-primary-rgb: 100, 114, 248;
  --iq-primary-dark: #2B3445;
  --iq-info-dark: #4E97FD;
  --iq-info-light: rgba(55, 63, 80, 0.6);
  --iq-blue-light: #cde3f9;
  /* color for customizer*/
  --iq-color1: #1e3d73;
  --iq-color2: #02d871;
  --iq-color3: #309cf3;
  --iq-color4: #ff00ff;
  --iq-color5: #fb1f4c;
  --iq-color6: #00ced1;
  --iq-color7: #f35f3b;
  --iq-color8: #fde117;
  --iq-color9: #ff0000;
  --iq-color10: #88028c;
  --iq-color11: #00d5ab;
  --iq-color12: #ce9252;
  --iq-color13: #f9ae02;
  --iq-color14: #1e7fe4;
  --iq-color15: #006400;
  --iq-color16: #fa7c04;
  --iq-color17: #81bf02;
  --iq-color18: #99a7ca;
  --iq-color19: #3d2a26;
  --iq-color20: #a0746b;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #e2e5ec;
  --bs-body-color-rgb: 226, 229, 236;
  --bs-body-bg: #212830;
  --bs-body-bg-rgb: 33, 40, 48;
  --bs-emphasis-color: #ffffff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(226, 229, 236, 0.75);
  --bs-secondary-color-rgb: 226, 229, 236;
  --bs-secondary-bg: #313c47;
  --bs-secondary-bg-rgb: 49, 60, 71;
  --bs-tertiary-color: rgba(226, 229, 236, 0.5);
  --bs-tertiary-color-rgb: 226, 229, 236;
  --bs-tertiary-bg: #29323c;
  --bs-tertiary-bg-rgb: 41, 50, 60;
  --bs-primary-text-emphasis: #869be1;
  --bs-secondary-text-emphasis: #9da2a7;
  --bs-success-text-emphasis: #8bb68e;
  --bs-info-text-emphasis: #82a0c8;
  --bs-warning-text-emphasis: #c5a275;
  --bs-danger-text-emphasis: #dd8d73;
  --bs-light-text-emphasis: #f8f9fc;
  --bs-dark-text-emphasis: #e2e5ec;
  --bs-primary-bg-subtle: #0b1229;
  --bs-secondary-bg-subtle: #121416;
  --bs-success-bg-subtle: #0c1b0d;
  --bs-info-bg-subtle: #091321;
  --bs-warning-bg-subtle: #201405;
  --bs-danger-bg-subtle: #280d04;
  --bs-light-bg-subtle: #313c47;
  --bs-dark-bg-subtle: #212830;
  --bs-primary-border-subtle: #20357b;
  --bs-secondary-border-subtle: #373c41;
  --bs-success-border-subtle: #255028;
  --bs-info-border-subtle: #1c3a62;
  --bs-warning-border-subtle: #5f3c0f;
  --bs-danger-border-subtle: #77270d;
  --bs-light-border-subtle: #41505f;
  --bs-dark-border-subtle: #313c47;
  --bs-heading-color: inherit;
  --bs-link-color: #869be1;
  --bs-link-hover-color: #9eafe7;
  --bs-link-color-rgb: 134, 155, 225;
  --bs-link-hover-color-rgb: 158, 175, 231;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #e2e5ec;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #ccd2da;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

h2, .h2 {
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h3, .h3 {
  font-size: calc(1.2825rem + 0.39vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.575rem;
  }
}

h4, .h4 {
  font-size: calc(1.26rem + 0.12vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.35rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.1rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}


caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6e7985;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.125rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.7875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5; /* 1.5 */
  color: #111418;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #ccd2da;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid var(--iq-border-dark);
  background: var(--iq-white);
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color:  #111418;
  background-color: var(--bs-body-bg);
  border-color: var(--bs-info); /*#9bace6; */
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem rgba(54, 89, 205, 0.25); */
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: #f3f5f9;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #111418;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313c47' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111418;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #ccd2da;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #9bace6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(54, 89, 205, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #f8f9fc;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111418;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e2e5ec' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

 /* Чтобы Select2 не выходит за пределы контейнера */
.input-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.input-group .input-group-append, .input-group .input-group-prepend {
    border: 1px solid var(--iq-border-dark);
}

.input-group .input-group-append button, .input-group .input-group-prepend button  {
    height: 100%;
    width: 100%;
}

.input-group-append {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -1px;
}

.input-group-prepend {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-group-append .btn{
    position: relative;
    z-index: 2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend .btn{
    position: relative;
    z-index: 2;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-value {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
input::placeholder {
    color: inherit;
    opacity: .5
}

.input-group .input-group-icon {
    background: var(--iq-blue-light);
}

.form-check-input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0;
    cursor: pointer;
}
.label-absolute > label {
    background: #fff;
    font-size: .7rem;
    position: absolute;
    padding: 2px 3px;
    border-radius: 3px;
    line-height: 1;
    top: -6px;
    left: 0px;
    margin: 0 0 0 6px;
    z-index: 5;
    font-weight: 600;
}

.label-absolute {
    position: relative;
}

label {
    font-weight: 400;
    display: inline-block;
}

.form-check-inline {
    display: inline-block;
    padding-left: 0;
}

ul.post-comments { list-style: none; }
.comment-activity > a { margin-right: 10px; text-transform: capitalize; color: var(--iq-primary); text-decoration: none; }
form.comment-text { position: relative; }
form.comment-text input { padding-right: 130px; }
.comment-attachment { position: absolute; left: auto; right: 0; font-size: 20px; }
.comment-attachment a { color: var(--iq-body-text); }

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(54, 89, 205, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-item a { color: var(--iq-body-text);  border: none; border-bottom: 2px solid transparent; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-bottom: 2px solid var(--iq-primary); color: var(--iq-primary); }

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #3659cd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.nav-fill#order-form-tabs .nav-item .nav-link {
    height: 55px;
}

.nav-fill#order-form-tabs .nav-item .nav-link.active {
    color: var(--iq-white) !important;
    background-color: var(--bs-info);
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.33125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2846, 50, 60, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #ffffff;
  --bs-navbar-brand-color: #ffffff;
  --bs-navbar-brand-hover-color: #ffffff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: #dbe3ea;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.925rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: #ffffff;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.9rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(54, 89, 205, 0.25);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #3659cd;
  --bs-pagination-active-border-color: #3659cd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.7875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}


.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-2 {
  font-size: calc(1.305rem + 0.66vw) !important;
}

.fs-3 {
  font-size: calc(1.2825rem + 0.39vw) !important;
}

.fs-4 {
  font-size: calc(1.26rem + 0.12vw) !important;
}

.fs-5 {
  font-size: 1.125rem !important;
}

.fs-6 {
  font-size: 0.9rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}


.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/*

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
*/
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(17, 20, 24, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}


/********************
 ********************
// Bootstrap Overwrite CSS
 ********************
********************/
body {
  background: #ffffff;
}

a {
  color: #41505f;
  text-decoration: none;
}
a:hover {
  color: #212830;
}

.badge {
  font-weight: 600;
}

.progress {
  background: #f3f5f9;
}
.progress.thin {
  height: 3px;
}
.progress.small {
  height: 5px;
}
.progress.medium {
  height: 8px;
}
.progress.lg {
  height: 10px;
}

.progress-vertical {
  min-height: 250px;
  height: 250px;
  display: inline-block;
  position: relative;
  margin: 0 1rem 0 0;
}
.progress-vertical.thin {
  width: 3px;
}
.progress-vertical.small {
  width: 7px;
}
.progress-vertical.medium {
  width: 12px;
}
.progress-vertical.lg {
  width: 15px;
}
.progress-vertical.xl {
  width: 30px;
}
.progress-vertical .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
}

.card-cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}

.card-header:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.card-footer:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.card-title {
  margin: 0;
  font-weight: 600;
}

.card-btn-floating {
  position: absolute;
  right: 20px;
  top: -22px;
}
.table > :not(caption) > * > * {
  background: transparent;
}
.table-tabs .nav-tabs {
  margin: 0 -16px;
  border-bottom: 1px solid #e2e5ec;
}
.table-tabs .nav-tabs .nav-link {
  padding: 0.5rem 1rem;
}
.table-tabs .nav-tabs .nav-link.active {
  border-color: transparent transparent #3659cd;
  color: #3659cd;
  background: transparent;
  border-bottom-width: 3px;
}
.table-tabs .nav-tabs .nav-link i {
  font-size: 1.3rem;
  margin-right: 7px;
  vertical-align: middle;
}
.table-tabs .nav-tabs .nav-link:hover {
  border-color: transparent transparent #5c646c;
  border-bottom-width: 3px;
}
.table-tabs .nav-tabs .nav-item:first-child {
  margin-left: 20px;
}
.table-tabs .nav-tabs .nav-item:last-child {
  margin-right: 20px;
}
.table-tabs .tab-content {
  padding: 1.5rem 0 0 0;
}
.table-tabs .tab-content.h-350 {
  min-height: 350px;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
table .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    background: var(--iq-blue-light);
    color: var(--iq-primary);
}

table .dropdown-menu .dropdown-item {
    transition: background 1ms;
}

table .dropdown-item {
    padding: .5rem 1rem;
}

table.table-selectable tbody tr.click {
    cursor: pointer;
}

table tr.selected {
  background-color: var(--iq-blue-light);
}


.table-loading {
    pointer-events: none;
    opacity: 0.5;
}

.module-loading {
    pointer-events: none;
    opacity: 0.5;
}
.table-filter .accordion-button {
    padding: 6px 12px;
    font-size: 14px;
    box-shadow:none;
}


.table-searchbar {
  display: flex;
  justify-content: flex-end;
}

.table-searchbar .searchbox {
  width: 200px;
  position: relative;
}

.table-searchbar .search-input {
  width: 100%;
  border: 1px solid var(--iq-border-dark);
  border-radius: 4px;
}

.table-searchbar .search-reset-btn {
  border: none;
  background: none;
}

.table-searchbar .search-search-btn {
  border: none;
  background: none;
}

.table-searchbar .searchbox .search-link {
  position: absolute;
  left: 15px;
  top: 6px;
  font-size: 16px;
  text-decoration: none;
}
table tr th img { width: 35px; height: 35px; border-radius: 90px; }
table th.align-center,
table td.align-center {
  text-align: center;
}
tr.hoverable:hover {
    background-color: var(--iq-light);
}

.table-buttons .btn {
    /* height: 100%; */
}

.table-filter .accordion-button::after {
    background-size: 1.1rem;
    height: 1.1rem;
    width: 1.1rem;
}
/********************
 ********************
// Page Layout CSS
 ********************
********************/
.page-wrapper {
  margin: 0;
}
.page-wrapper.pinned .main-container {
  padding-left: 98px;
}

@media screen and (max-width: 768px) {
  .page-wrapper .sidebar-wrapper {
    left: -270px;
  }
  .page-wrapper.toggled .sidebar-wrapper {
    left: 0;
  }
  .page-wrapper.toggled .toggle-sidebar {
    position: fixed;
    left: 210px;
    top: 15px;
    z-index: 30;
    background: #3659cd;
  }
  .page-wrapper.toggled .toggle-sidebar i {
    color: #ffffff;
  }
  .page-wrapper .main-container {
    padding-left: 0;
  }
  .page-wrapper.pinned .main-container {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper {
    width: 98px;
  }
  .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .menu-text,
  .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .treeview.active .treeview-menu,
  .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu li.treeview:after {
    display: none !important;
  }
  .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .app-brand span {
    display: none !important;
  }
}
.main-container {
  padding: 0 0 0 270px;
  -webkit-transition: padding-left 0.1s ease;
  transition: padding-left 0.1s ease;
}

.sidebar-wrapper {
  background-color: #ffffff;
  width: 270px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  box-shadow: 20px 0 20px -20px #d3d7e9;
  -webkit-transition: left 0.3s ease, width 0.3s ease;
  transition: left 0.3s ease, width 0.3s ease;
}

.app-brand {
  /* min-height: 70px; */
  overflow: hidden;
  border-bottom: 1px solid #e8ebf4;
}
.app-brand .logo {
  max-width: 180px;
  max-height: 30px;
  transition: width 1s ease;
}

.app-brand-sm {
  margin: 0 0 0 1rem;
}
.app-brand-sm .logo {
  max-width: 180px;
  max-height: 40px;
}

#toggle-sidebar {
  display: none;
}

#pin-sidebar {
  display: block;
}

@media (max-width: 767.99px) {
  #toggle-sidebar {
    display: block;
  }
}
@media (max-width: 768px) {
  #pin-sidebar {
    display: none;
  }
}
.sidebar-menu {
  list-style-type: none;
  margin: 1rem 1rem;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
}
.page-wrapper:not(.pinned) #sidebar img.logo-img-sm {
    display: none;
}
.page-wrapper.pinned #sidebar img.logo-img-lg {
    display: none;
}

.sidebar-menu > li.treeview:after {
  font-family: "bootstrap-icons" !important;
  font-weight: 700;
  font-size: 0.85rem;
  content: "\f285";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 16px;
  color: #31363b;
  transition: all 0.5s;
}
.sidebar-menu > li.treeview.active:after {
  transform: rotate(-90deg);
  color: #ffffff;
}
.sidebar-menu > li > a {
  padding: 7px 15px 7px 15px;
  display: flex;
  align-items: center;
  color: #31363b;
  font-size: 0.875rem;
}
.sidebar-menu > li > a > i {
  font-size: 1.1rem;
  flex-shrink: 0;
  background: #f5f6fa;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sidebar-menu > li:hover > a {
  color: #31363b;
  background: #f5f6fa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sidebar-menu > li:hover > a i {
  background: #e7e9f1;
}
.sidebar-menu > li > .treeview-menu {
  padding: 5px 0 5px 0;
}
.sidebar-menu > li.active > a {
  color: #ffffff;
  background: #c74115;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sidebar-menu > li.active > a i {
  background-color: #ffffff;
  color: #c74115;
}
.sidebar-menu > li.active .badge {
  display: none;
}
.sidebar-menu > li.active:hover > a i {
  background-color: #ffffff;
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu > li.current-page > a {
  color: #ffffff;
  background: #3659cd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.sidebar-menu > li.current-page > a:hover {
  color: #ffffff;
  background: #3659cd;
}
.sidebar-menu > li.current-page > a i {
  background-color: #ffffff;
  color: #3659cd;
}
.sidebar-menu > li.current-page .badge {
  display: none;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 10px 25px 10px 25px;
  margin-left: 40px;
  border-left: 1px solid #e7e9f1;
  display: block;
  color: #31363b;
  white-space: nowrap;
}
.sidebar-menu .treeview-menu > li > a .bi-chevron-right {
  float: right;
  transition: all 0.5s;
  transform: rotate(0deg);
}
.sidebar-menu .treeview-menu > li > a:hover {
  color: #3659cd;
  border-left: 1px solid #3659cd;
}
.sidebar-menu .treeview-menu > li > a.active-sub {
  color: #3659cd;
  border-left: 1px solid #3659cd;
}
.sidebar-menu .treeview-menu > li > a.active-sub:hover {
  color: #3659cd;
  border-left: 1px solid #3659cd;
  background: transparent;
}
.sidebar-menu .treeview-menu > li.active > a .bi-chevron-right {
  transform: rotate(-90deg);
}

.app-container {
  padding: 0;
  background: #f5f6fa;
}

.app-header {
  padding: 0 1.5rem;
  background: #ffffff;
  border-bottom: 1px solid #dbe3ea;
}

.header-actions {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 0 0 auto;
}
.header-actions .dropdown-toggle::after {
  display: none;
}
.header-actions .dropdown-toggle .count-label {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #dc3545;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.header-actions .dropdown-toggle .count-label.info {
  border: 2px solid #2f60a3;
}

.flag-img {
  width: 21px;
  height: 21px;
}

.country-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.country-container a img {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.app-body {
    padding: 1.25rem 0.75rem 0.1rem 0.75rem;
  height: calc(100vh - 108px);
  overflow: auto;
}

.app-footer {
  font-size: 0.75rem;
  padding: 0.6rem 1.5rem;
  border-top: 1px solid #dbe3ea;
  background: #ffffff;
}

/********************
 ********************
// Plugins CSS
 ********************
********************/
.sidebarMenuScroll {
  height: calc(100vh - 110px);
  overflow: hidden;
}
.sidebarMenuScroll .os-scrollbar-vertical {
  left: 0;
  right: initial;
}

.scroll200 {
  height: 200px;
  overflow: hidden;
}

.scroll350 {
  height: 350px;
  overflow: hidden;
}

.scroll300 {
  height: 300px;
  overflow: hidden;
}

.rating-stars {
  width: 120px !important;
  line-height: 100%;
}
.rating-stars img {
  width: 18px;
  height: 18px;
}

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.jvectormap-tip {
  position: absolute;
  display: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #111418;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 6px 12px;
}

@-webkit-keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.auto-align-graph .apexcharts-canvas {
  margin: auto;
}

/********************
 ********************
// Pages CSS
 ********************
********************/
.maintenance-screen {
  background: url(../images/maintenance.svg) no-repeat;
  background-position: bottom right;
  background-size: 50%;
}

.error-screen {
  background: url(../images/error.svg) no-repeat;
  background-position: bottom right;
  background-size: 50%;
}

img.login-logo {
  width: 150px;
}

/* CUSTOM */
/*
Template: FinDash - Responsive Bootstrap 4 Admin Dashboard Template
Author: iqonicthemes.in
Design and Developed by: iqonicthemes.in
NOTE: This file contains the styling for responsive Template.
*/
/*================================================
[  Table of contents  ]
================================================

:: General
:: Badge
:: Media Support
:: Best Sellers
:: Profile Avatar
:: Countdown
:: Progressbar
:: Dropdown Menu
:: Badge Img Tag
:: List Style 1
:: Icon Box
:: Tasks Card
:: Sign In
:: Dash Hover
:: Waves Effect
:: Sidebar
:: Sidebar Menu
:: Top Menu
:: Content Page
:: Error Page
:: OWL Carousel
:: Timeline
:: Team
:: User Add Block
:: Email list
:: Booking list
:: Chart
:: Material Card Style
:: Circle Progressbar
:: Tikit Booking List
:: Right Sidebar Menu
:: FAQ
:: Table
:: Animation Card
:: Footer
:: Map Profile
:: Mail Inbox
:: Slick Arrow
:: Calender
:: From Wizard
:: Chat
:: Profile
:: Todo
:: Privacy Policy
:: User List
:: Add User

======================================
[ End table content ]
======================================*/

a, .btn { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
a, button, input, btn { outline: medium none !important; }
a{color: var(--iq-primary);}
hr{border-color: var(--iq-info-light);}
.rounded-circle{border-radius: 50% !important;}
.uppercase { text-transform: uppercase; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
label { font-weight: normal; }
label { color: var(--iq-dark); }
dl dd { margin-bottom: 15px; }
dl dd:last-child { margin-bottom: 0px; }

/* Bootstrap override */
.rounded {border-radius: 5px!important;}
.page-item.active .page-link{background-color: var(--iq-primary);border-color: var(--iq-primary); }
.page-item.disabled .page-link{border-color: var(--iq-primary);}
.progress-bar{background-color: var(--iq-primary);}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{background-color: var(--iq-primary-hover);border-color: var(--iq-primary-hover);}
.btn-primary.focus, .btn-primary:focus{background-color: var(--iq-primary-hover);border-color: var(--iq-primary-hover);}
.custom-control-input:checked~.custom-control-label::before{background-color: var(--iq-primary);border-color: var(--iq-primary);}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before, .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color: var(--iq-light-primary);color: var(--iq-primary);}
.custom-select:focus{box-shadow: none;}
/*----------------------------------------------
Background Color
------------------------------------------------*/
.bg-primary, .badge-primary { color: var(--iq-white)!important; background: var(--bs-info) !important; }
.bg-light-primary, .badge-light-primary { color: var(--iq-black)!important; background: var(--bs-primary-bg-subtle) !important; }
.bg-secondary, .badge-secondary { color: var(--iq-white); background-color: var(--iq-secondary) !important; }
.bg-success, .badge-success { color: var(--iq-white); background: var(--iq-success) !important;}
.bg-danger, .badge-danger { color: var(--iq-white); background: var(--iq-danger) !important; }
.bg-warning, .badge-warning { color: var(--iq-white); background: var(--iq-color13) !important; }
.bg-info, .badge-info { color: var(--iq-white)!important; background-color: var(--iq-color3) !important; }
.bg-light, .badge-light { color: var(--iq-dark)!important; background-color: var(--iq-light) !important; }
.bg-dark, .badge-dark { color: var(--iq-white); background-color: var(--iq-dark) !important; }
.bg-indigo, .badge-indigo { color: var(--iq-white)!important; background-color: var(--bs-indigo ) !important; }
.bg-badge-body-text, .badge-body-text { color: var(--iq-white)!important; background-color: var(--iq-body-text) !important; }
.bg-badge-15, .badge-15 { color: var(--iq-white)!important; background-color: var(--iq-color15) !important; }
.bg-badge-18, .badge-18 { color: var(--iq-white)!important; background-color: var(--iq-color18) !important; }
.bg-badge-20, .badge-20 { color: var(--iq-white)!important; background-color: var(--iq-color20) !important; }

.select2-selection__rendered[title="badge-primary"] { color: var(--iq-white)!important; background: var(--bs-info) !important; }
.select2-results__option[id*="badge-primary"] { color: var(--iq-white)!important; background: var(--bs-info) !important; }

.select2-selection__rendered[title="badge-second"] { color: var(--iq-white)!important; background-color: var(--iq-secondary) !important; }
.select2-results__option[id*="badge-second"] { color: var(--iq-white)!important; background-color: var(--iq-secondary) !important; }

.select2-selection__rendered[title="badge-success"] { color: var(--iq-white)!important; background: var(--iq-success) !important;}
.select2-results__option[id*="badge-success"] { color: var(--iq-white)!important; background: var(--iq-success) !important;}

.select2-selection__rendered[title="badge-danger"] { color: var(--iq-white)!important; background: var(--iq-danger) !important; }
.select2-results__option[id*="badge-danger"] { color: var(--iq-white)!important; background: var(--iq-danger) !important; }

.select2-selection__rendered[title="badge-warning"] { color: var(--iq-white)!important; background: var(--iq-color13) !important; }
.select2-results__option[id*="badge-warning"] { color: var(--iq-white)!important; background: var(--iq-color13) !important; }

.select2-selection__rendered[title="badge-info"] { color: var(--iq-white)!important; background-color: var(--iq-color3) !important; }
.select2-results__option[id*="badge-info"] { color: var(--iq-white)!important; background-color: var(--iq-color3) !important; }

.select2-selection__rendered[title="badge-light"] { color: var(--iq-dark)!important; background-color: var(--iq-light) !important; }
.select2-results__option[id*="badge-light"] { color: var(--iq-dark)!important; background-color: var(--iq-light) !important; }

.select2-selection__rendered[title="badge-dark"] { color: var(--iq-white)!important; background-color: var(--iq-dark) !important; }
.select2-results__option[id*="badge-dark"] { color: var(--iq-white)!important; background-color: var(--iq-dark) !important; }

.select2-selection__rendered[title="badge-indigo"] { color: var(--iq-white)!important; background-color: var(--bs-indigo) !important; }
.select2-results__option[id*="badge-indigo"] { color: var(--iq-white)!important; background-color: var(--bs-indigo) !important; }

.select2-selection__rendered[title="badge-body-text"] { color: var(--iq-white)!important; background-color: var(--iq-body-text) !important; }
.select2-results__option[id*="badge-body-text"] { color: var(--iq-white)!important; background-color: var(--iq-body-text) !important; }

.select2-selection__rendered[title="badge-15"] { color: var(--iq-white)!important; background-color: var(--iq-color15) !important; }
.select2-results__option[id*="badge-15"] { color: var(--iq-white)!important; background-color: var(--iq-color15) !important; }

.select2-selection__rendered[title="badge-18"] { color: var(--iq-white)!important; background-color: var(--iq-color18) !important; }
.select2-results__option[id*="badge-18"] { color: var(--iq-white)!important; background-color: var(--iq-color18) !important; }

.select2-selection__rendered[title="badge-20"] { color: var(--iq-white)!important; background-color: var(--iq-color20) !important; }
.select2-results__option[id*="badge-20"] { color: var(--iq-white)!important; background-color: var(--iq-color20) !important; }

/*----------------------------------------------
Buttons
------------------------------------------------*/
.btn { font-size: 14px; }
.btn.focus, .btn:focus { box-shadow: none !important; }

/*--------------*/
.btn-primary { background: var(--iq-primary); border-color: var(--iq-primary); }
.btn-secondary { background-color: var(--iq-secondary); border-color: var(--iq-secondary); }
.btn-success { background-color: var(--iq-success); border-color: var(--iq-success); }
.btn-warning { background-color: var(--iq-warning); border-color: var(--iq-warning); }
.btn-info { background-color: var(--iq-info); border-color: var(--iq-info); }
.btn-light { background-color: var(--iq-light); border-color: var(--iq-light); }
.btn-dark { background-color: var(--iq-dark); border-color: var(--iq-dark); }

/*--------------*/
.btn-primary:hover { background: var(--iq-primary-hover); border-color: var(--iq-primary-hover); }
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background: var(--iq-primary-hover) !important; border-color: var(--iq-primary-hover); }

/*--------------*/
.btn-outline-primary { color: var(--iq-primary); border-color: var(--iq-primary); }
.btn-outline-secondary { color: var(--iq-secondary); border-color: var(--iq-secondary); }
.btn-outline-success { color: var(--iq-success); border-color: var(--iq-success); }
.btn-outline-warning { color: var(--iq-warning); border-color: var(--iq-warning); }
.btn-outline-info { color: var(--iq-info); border-color: var(--iq-info); }
.btn-outline-light { color: var(--iq-light); border-color: var(--iq-light); }
.btn-outline-dark { color: var(--iq-dark); border-color: var(--iq-dark); }

/*------------------*/
.btn-outline-primary:hover {color:var(--iq-white); background-color: var(--iq-primary); border-color: var(--iq-primary);}
.btn-outline-secondary:hover {color:var(--iq-white); background-color: var(--iq-secondary); border-color: var(--iq-secondary);}
.btn-outline-success:hover {color:var(--iq-white); background-color: var(--iq-success); border-color: var(--iq-success);}
.btn-outline-warning:hover {color:var(--iq-white); background-color: var(--iq-warning); border-color: var(--iq-warning);}
.btn-outline-info:hover {color:var(--iq-white); background-color: var(--iq-info); border-color: var(--iq-info);}
.btn-outline-light:hover {color:var(--iq-white); background-color: var(--iq-light); border-color: var(--iq-light);}
.btn-outline-dark:hover {color:var(--iq-white); background-color: var(--iq-dark); border-color: var(--iq-dark);}

/*----------------------------------------------
Alert
------------------------------------------------*/
.alert-primary { color: var(--iq-primary); border-color: var(--iq-primary); background-color: var(--iq-light-color); }
.alert-secondary { color: var(--iq-secondary); border-color: var(--iq-secondary-dark); background-color: var(--iq-light-secondary); }
.alert-success { color: var(--iq-success); border-color: var(--iq-success-dark); background-color: var(--iq-light-success); }
.alert-danger { color: var(--iq-danger); border-color: var(--iq-danger-dark); background-color: var(--iq-light-danger); }
.alert-warning { color: var(--iq-warning); border-color: var(--iq-warning-dark); background-color: var(--iq-light-warning); }
.alert-info { color: var(--iq-info); border-color: var(--iq-info-dark); background-color: var(--iq-light-info); }
.alert-light { color: var(--iq-secondary); border-color: var(--iq-secondary-dark); background-color: var(--iq-light); }
.alert-dark { color: var(--iq-dark); border-color: var(--iq-dark); background-color: var(--iq-light-dark); }

/*--------------*/
.alert { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.alert .iq-alert-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 1.30rem 0 0; }
.alert .iq-alert-icon i { font-size: 2.441em; line-height: normal; }
.alert .iq-alert-text { -ms-flex-item-align: center; align-self: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
.alert .close { float: right; font-size: 20px; font-weight: 400; line-height: 1; color: var(--iq-white); text-shadow: none; opacity: 1; }
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { outline: none; }

/*----------------------------------------------
list Group
------------------------------------------------*/
.list-group-item-primary { background-color: var(--iq-light-color); color: var(--iq-primary); }
.list-group-item-secondary { color: var(--iq-secondary); background-color: var(--iq-light-secondary); }
.list-group-item-success { color: var(--iq-success); background-color: var(--iq-light-success); }
.list-group-item-danger { color: var(--iq-danger); background-color: var(--iq-light-danger); }
.list-group-item-warning { color: var(--iq-warning); background-color: var(--iq-light-warning); }
.list-group-item-info { color: var(--iq-info); background-color: var(--iq-light-info); }
.list-group-item-light { color: var(--iq-secondary); background-color: var(--iq-light); }
.list-group-item-dark { color: var(--iq-dark); background-color: var(--iq-light-dark); }
.list-group-item-action { color: var(--iq-dark); }
.list-group-item.active { color: var(--iq-black)!important; background-color: var(--iq-blue-light); }

::-webkit-scrollbar { width: 8px; height: 8px; border-radius: 5px; }

/*---------------------------------------------------------------------
                               Timeline
-----------------------------------------------------------------------*/
.iq-timeline { margin: 0 0 0 20px; padding: 0; width: 95%; border-left: 3px solid var(--iq-light-primary); }
.iq-timeline li { margin-left: 35px; position: relative; padding: 15px 15px 0 5px; list-style-type: none; }
.iq-timeline li .timeline-dots { position: absolute; top: 20px; left: -54px; border: 3px solid var(--iq-primary); border-radius: 90px; padding: 5px; background: var(--iq-white); height: 40px; width: 40px; line-height: 25px; text-align: center; }

/*---------------------------------------------------------------------
 Wizard
-----------------------------------------------------------------------*/
#form-wizard1, #form-wizard2, #form-wizard3 { position: relative; }
#form-wizard1 input[type="file"] { line-height: 27px; }
#form-wizard1 fieldset:not(:first-of-type) { display: none }
.steps { font-size: 20px; color: var(--iq-body-text); font-weight: normal; text-align: right }
#top-tab-list { margin: 0 -10px 60px; overflow: hidden; color: var(--iq-body-text); }
#top-tab-list .active { color: var(--iq-primary); }
#top-tab-list li { list-style-type: none; font-size: 18px; width: 25%; float: left; text-align: left; position: relative; font-weight: 400 }
#top-tab-list li i { display: inline-block; text-align: center; height: 50px; width: 50px; line-height: 50px; font-size: 20px; border-radius: 50%; margin: 0 15px 0 0; color: var(--iq-white); background: var(--iq-primary); }
#top-tab-list li.active a { color: var(--iq-white); background: var(--iq-primary); }
#top-tab-list li.active.done a { background: var(--iq-success); }
#top-tab-list li.active.done i { color: var(--iq-success); }
#top-tab-list li#confirm.active a { background: var(--iq-success); }
#top-tab-list li#confirm.active i { color: var(--iq-success); }
#top-tab-list li a { background: var(--iq-light-primary); color: var(--iq-primary); display: block; padding: 15px; margin: 0 10px; border-radius: 5px; -webkit-border-radius: 5px; text-decoration: none; }
#top-tab-list li.active i { background-color: var(--iq-white); color: var(--iq-primary); }
.fit-image { width: 100%; object-fit: cover }

.action-btn {
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    transition: .3s;
    flex: 32px 0 0;
    background: #fff;
    color: var(--iq-primary);
    text-decoration: none;
    padding: 5px!important;
}

.action-btn.disabled {
    color: var(--iq-secondary);
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.action-btn.action-edit {
    background: none;
    border: 1px solid transparent;
}

.action-btn.action-trash {
    background: none;
    border: 1px solid transparent;
}

.action-btn.action-dropdown {
    background: none;
    border: 1px solid transparent;
}

.action-btn.action-perm {
    padding: 5px;
    background: none;
    border:none;
}

.action-btn.action-edit:hover {
    border: 1px solid var(--iq-primary);
    color: var(--iq-primary);
    transition: .3s;
}

.action-btn.action-trash:hover {
    color: var(--iq-danger);
    border: 1px solid var(--iq-danger);
    transition: .3s;
}

.action-btn.action-dropdown:hover {
    color: var(--iq-primary);
    border: 1px solid var(--iq-primary);
    transition: .3s;
}

.action-btn.action-perm:hover {
    border: 1px solid var(--iq-primary);
    color: var(--iq-primary);
    transition: .3s;
}

/* SELECT 2 custom */
.select2-container--default .select2-selection--multiple { border-color: var(--iq-border-light); }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { color: var(--iq-body-text); border-color: var(--iq-border-light); box-shadow: none; }


.select2, select {
  width: 100% !important;
}

/* Избавиться от добавления атрибута data-select2 */
.select2-container .select2-selection {
  overflow: hidden;
}

.select2-container--default .select2-selection--single {
   border: 1px solid var(--iq-border-dark);
   padding: .310rem .75rem;
   /* height: 38px; */
   padding-bottom: 5px;
    /* padding-top: 5px; */
    height: 100% !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple{
    background-color: #f3f5f9;
    opacity: 1;
}
.select2-container--default .select2-selection--multiple{
   border: 1px solid var(--iq-border-dark);
   padding: .175rem .75rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--iq-blue-light);
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow {
   /* margin-top: calc((45px - 28px) / 2); */
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
/*
.custom-select2+span.select2-container .select2-selection--single .select2-selection__clear {
    top: -3px;
} */
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 15px;
}

.select2-search--dropdown {
    padding-top: 0!important;
}

.select2-container .select2-selection--multiple .select2-search:only-of-type {
    /* width: 100%; */
}

.select2-container .select2-selection--multiple .select2-search:not(:only-of-type) {
    width: 0px;
}

.select2-container .select2-selection--multiple input:placeholder-shown {
  width: 100% !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  background-color: var(--bs-body-bg);
  border-color: var(--bs-info); /*#9bace6; */
}


select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

#id_kanban_item_form-badge_class + .select2-container .select2-selection--single {
    padding: 0!important;
    height: inherit;
}
#id_kanban_item_form-badge_class + .select2-container .select2-selection__rendered {
    padding: 0.375rem 0.75rem 0 0.375rem!important;
}

#id_order_status_form-badge_class + .select2-container .select2-selection--single {
    padding: 0!important;
    height: inherit;
}
#id_order_status_form-badge_class + .select2-container .select2-selection__rendered {
    padding: 0.375rem 0.75rem 0 0.375rem!important;
}

.order-item-select-container .select2-results .select2-results__options .loading-results{
    display: none!important;
    background: red!important;
}

#id_order-form .iq-card {
}

/*
.select2-container--open .select2-selection--single {
    border: 1px solid var(--iq-info-dark);
}

.form-control:focus {
    border: 1px solid var(--iq-info-dark);
}

*/

/*
.select2-container .select2-selection__rendered{
  height: 45px !important;
  align-text: center;
}

.select2-container .select2-selection__rendered {
  display: flex !important;
  justify-content: start !important;
  align-items: center !important;
}




.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    height: 0;
}
*/

#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(30% + 35px);
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 11%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(4) {
    width: 14%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(5) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(6) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(7) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(8) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(9) {
    display: none;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(10) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 30%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 11%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(5) {
    width: 14%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(6) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(7) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(8) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(9) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(10) {
    display: none;
}
#id_order_services_formset.order_services_formset_default  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(11) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(1) {
    width: calc(62% + 35px);
}
#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(2) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(3) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(4) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(5) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_default .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(6) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(20% + 35px);
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 10%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(4) {
    width: 14%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(5) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(6) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(7) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(8) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(9) {
    width: 11%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(10) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 20%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 10%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(5) {
    width: 14%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(6) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(7) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(8) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(9) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(10) {
    width: 11%;
}
#id_order_services_formset.order_services_formset_extended  .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(11) {
    width: 5%;
}

#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(1) {
    width: calc(51% + 35px);
}
#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(2) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(3) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(4) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(5) {
    width: 7%;
}
#id_order_services_formset.order_services_formset_extended .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(6) {
    width: 16%;
}

#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(30% + 35px);
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 11%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 5%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(4) {
    width: 7%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(5) {
    width: 11%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(6) {
    width: 7%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(7) {
    width: 7%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(8) {
    width: 7%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(9) {
    width: 7%;
}
#id_order_products_formset  .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(10) {
    width: 3%;
}

#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 30%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 11%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 5%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(5) {
    width: 7%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(6) {
    width: 11%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(7) {
    width: 7%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(8) {
    width: 7%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(9) {
    width: 7%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(10) {
    width: 7%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(11) {
    width: 3%;
}

#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(1) {
    width: calc(64% + 35px);
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(2) {
    width: 7%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(3) {
    width: 7%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(4) {
    width: 7%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(5) {
    width: 7%;
}
#id_order_products_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(6) {
    width: 3%;
}

.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(1) {
    width: 3%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(2) {
    width: 10%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(3) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(4) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(5) {
    width: 10%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(6) {
    width: 21%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(7) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(8) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(9) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(10) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(11) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-header .accruals-fieldset-col:nth-child(12) {
    width: 7%;
}

.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(1) {
    width: 3%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(2) {
    width: 10%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(3) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(4) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(5) {
    width: 10%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(6) {
    width: 21%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(7) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(8) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(9) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(10) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(11) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-body .accruals-fieldset-col:nth-child(12) {
    width: 7%;
}


.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(1) {
    width: 72%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(2) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(3) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(4) {
    width: 7%;
}
.salary-accruals-formset-default .accruals-fieldset-row.accruals-fieldset-row-footer .accruals-fieldset-col:nth-child(5) {
    width: 7%;
}

#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(15% + 35px);
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(4) {
    width: 20%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(5) {
    width: 25%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(6) {
    width: 5%;
}

#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 15%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(5) {
    width: 20%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(6) {
    width: 25%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(7) {
    width: 5%;
}

#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(1) {
    width: calc(45% + 35px);
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(2) {
    width: 20%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(3) {
    width: 25%;
}
#id_order_repayments_formset .order_fs_fieldset_row.order_fs_fieldset_row_footer .order_fs_fieldset_col:nth-child(4) {
    width: 5%;
}

#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(1) {
    width: calc(50% + 35px);
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(2) {
    width: 40%;
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_header .order_fs_fieldset_col:nth-child(3) {
    width: 5%;
}

#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(1) {
    margin: auto 0;
    width: 35px;
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) {
    width: 50%;
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(3) {
    width: 40%;
}
#id_order_documents_formset .order_fs_fieldset_row.order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(4) {
    width: 5%;
}

#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(1) {
    width: 3%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(2) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(3) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(4) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(5) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(6) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(7) {
    width: 16%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(8) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(9) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(10) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(11) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(12) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-extended colgroup col:nth-child(13) {
    width: 5%;
}


#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(1) {
    width: 3%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(2) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(3) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(4) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(5) {
    width: 9%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(6) {
    width: 18%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(7) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(8) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(9) {
    width: 5%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(10) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(11) {
    width: 10%;
}
#id_salary-services-table table.salary-services-table-default colgroup col:nth-child(12) {
    width: 5%;
}

#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(1) {
    width: 3%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(2) {
    width: 5%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(3) {
    width: 7%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(4) {
    width: 10%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(5) {
    width: 11%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(6) {
    width: 5%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(7) {
    width: 10%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(8) {
    width: 10%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(9) {
    width: 10%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(10) {
    width: 10%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(11) {
    width: 7%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(12) {
    width: 7%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(13) {
    width: 5%;
}

#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(1) {
    width: 3%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(2) {
    width: 8%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(3) {
    width: 8%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(4) {
    width: 8%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-extended colgroup col:nth-child(5) {
    width: 5%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(6) {
    width: 9%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(7) {
    width: 9%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(8) {
    width: 15%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(9) {
    width: 15%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(10) {
    width: 8%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(11) {
    width: 8%;
}
#id_salary-accrual-details-table table.salary-accrual-details-table-default colgroup col:nth-child(12) {
    width: 4%;
}

#id_salary-services-table table.salary-services-table-default tbody tr.click td:first-child {
    display: none;
}

#id_salary-services-table table.salary-services-table-default thead tr th:first-child {
    display: none;
}

#id_salary-accrual-details-table table.salary-accrual-details-table-default tbody tr.click td:first-child {
    display: none;
}

#id_salary-accrual-details-table table.salary-accrual-details-table-default thead tr th:first-child {
    display: none;
}

#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(1),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 3%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(2),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 15%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(3),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 15%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(4),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 15%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(5),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 10%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(6),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 24%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(7),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(7) {
    width: 6%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(8),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(8) {
    width: 6%;
}
#id_salary_repayments_formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(9),
#id_salary_repayments_formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(9) {
    width: 6%;
}

#id_salary_repayments_formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 82%;
}
#id_salary_repayments_formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 6%;
}
#id_salary_repayments_formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 6%;
}
#id_salary_repayments_formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 6%;
}

#id_customer-payment-repayments .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(1),
#id_customer-payment-repayments .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 70%;
}

#id_customer-payment-repayments .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(2),
#id_customer-payment-repayments .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 25%;
}
#id_customer-payment-repayments .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(3),
#id_customer-payment-repayments .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 5%;
}


#id_position-salary-system-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 30%;
}
#id_position-salary-system-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 17.5%;
}
#id_position-salary-system-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 17.5%;
}
#id_position-salary-system-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 17.5%;
}
#id_position-salary-system-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 10.5%;
}
#id_position-salary-system-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 7%;
}

#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(1),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 5%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(2),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 9%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(3),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(4),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(5),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(6),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(7),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(7) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(8),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(8) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(9),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(9) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(10),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(10) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(11),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(11) {
    width: 15%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(12),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(12) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(13),
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(13) {
    width: 3%;
}
/*
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(11) .select2-selection--single {
    background-color: var(--iq-light-success);
}
#id_salary-accrual-orders-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(12) input {
    background-color: var(--iq-light-success);
}
*/


#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 38%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 7%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(7) {
    width: 15%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(8) {
    width: 8%;
}
#id_salary-accrual-orders-formset .fieldset-table-footer .fieldset-table-row .fieldset-table-col:nth-child(9) {
    width: 3%;
}

#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(1),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 5%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(2),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 16%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(3),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 20%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(4),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(5),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(6),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(7),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(7) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(8),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(8) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(9),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(9) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(10),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(10) {
    width: 14%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(11),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(11) {
    width: 6%;
}
#id_salary-accrual-services-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(12),
#id_salary-accrual-services-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(12) {
    width: 3%;
}

#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(1),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(1) {
    width: 5%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(2),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(2) {
    width: 16%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(3),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(3) {
    width: 20%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(4),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(4) {
    width: 6%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(5),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(5) {
    width: 6%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(6),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(6) {
    width: 6%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(7),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(7) {
    width: 6%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(8),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(8) {
    width: 6%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(9),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(9) {
    width: 6%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(10),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(10) {
    width: 14%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(11),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(11) {
    width: 6%;
}
#id_salary-accrual-products-formset .fieldset-table-header .fieldset-table-row .fieldset-table-col:nth-child(12),
#id_salary-accrual-products-formset .fieldset-table-body .fieldset-table-row .fieldset-table-col:nth-child(12) {
    width: 3%;
}

.fieldset-table-row  {
   margin: 0;
}

.fieldset-table-col {
  padding: 0;
}

.fieldset-table-row div input {
  text-align: center;
  width: 100%;
  padding: .5rem;
  border: 1px solid #dee2e6;
}

#id_salary-accrual-orders-formset .fieldset-table-col-header, #id_salary-accrual-services-formset .fieldset-table-col-header,
  #id_salary-accrual-products-formset .fieldset-table-col-header{
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: .5rem;
  border: 1px solid #dee2e6;
}

#id_salary-orders-accordion .accordion-button::after, #id_salary-services-accordion .accordion-button::after, #id_salary-products-accordion .accordion-button::after{
    margin: auto;
}

.fieldset-table-row-header input, .fieldset-table-row-footer input, .fieldset-table-row-header span {
    background-color: var(--bs-gray-200);
}

.order_fs_fieldset_row  {
   margin: 0;
}

.order_fs_fieldset_row .order_fs_fieldset_col {
  padding: 0;
}

.order_fs_fieldset_row div input {
  text-align: center;
  width: 100%;
  padding: .5rem;
  border: 1px solid #dee2e6;
}

#id_order_documents_formset .order_fs_fieldset_row_body .order_fs_fieldset_col:nth-child(2) a {
    width: 100%;
    height: 100%;
    width: 100%;
    padding: .5rem;
    border: 1px solid #dee2e6;
}

.order_fs_fieldset_col.order-type-icon i {
    color: var(--iq-primary);
}

.order_fs_fieldset_col .input-group-text {
    border: none !important;
}
.order_fs_fieldset_row_header input, .order_fs_fieldset_row_footer input {
    background-color: var(--bs-gray-200);
}

.order_fs_remove_fieldset_row_btn {
  color: var(--iq-danger);
  background-color: var(--iq-white);
  border: 1px solid var(--iq-white);
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
}

.order_fs_remove_fieldset_row_btn:hover i {
  transform: scale(1.25, 1.25);
}

.order_fs_remove_fieldset_row_btn:focus {
  border: 1px solid var(--iq-danger);
}

.fieldset-table-col-remove {
  color: var(--iq-danger);
  background-color: var(--iq-white);
  border: 1px solid var(--iq-white);
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
}

.fieldset-table-col-remove:hover i {
  transform: scale(1.25, 1.25);
}

.fieldset-table-col-remove:focus {
  border: 1px solid var(--iq-danger);
}

.services-fieldset-row, .products_fieldset_row, .payments-fieldset-row, .documents-fieldset-row, .accruals-fieldset-row {
  margin: 0;
}

.services-fieldset-row .order_fs_fieldset_col, .products_fieldset_row .products_fieldset_col, .payments-fieldset-row .payments-fieldset-col,
 .documents-fieldset-row .documents-fieldset-col, .accruals-fieldset-row .accruals-fieldset-col {
  padding: 0;
}

.services-fieldset-row div input, .products_fieldset_row div input, .payments-fieldset-row div input, .documents-fieldset-row div input,
.accruals-fieldset-row div input {
  text-align: center;
  width: 100%;
  padding: .5rem;
  border: 1px solid #dee2e6;
}

.order_fs_fieldset_col.order-type-icon i, .products_fieldset_col.order-type-icon i, .payments-fieldset-col.payment-type-icon i, .documents-fieldset-col.document-type-icon i,
 .accruals-fieldset-col.order-type-icon i {
    color: var(--iq-primary);
}

.services-fieldset-row-header input, .services-fieldset-row-footer input,
.products_fieldset_row_header input, .products_fieldset_row_footer input,
.payments-fieldset-row-header input, .payments-fieldset-row-footer input,
.documents-fieldset-row-header input, .documents-fieldset-row-footer input,
.accruals-fieldset-row-header input, .accruals-fieldset-row-footer input {
    background-color: var(--bs-gray-200);
}

#id_salary-accrual-orders-formset .fieldset-table-row-body input {
    background-color: var(--iq-white);
}

.errorlist {
    width: 100%;
    margin-top: .25rem;
    list-style-type: none;
    padding: 0;
    display: inline-block;
}

.errorlist li {
    font-size: .875rem;
    color: var(--iq-danger);
    margin-top: .25rem;
    font-size: .875em;
    list-style-type: none;
    font-size: 0.8rem;
}


.service-col-remove-button, .product-col-remove-button, .payment-col-remove-button, .document-col-remove-button  {
  color: var(--iq-danger);
  background-color: var(--iq-white);
  border: 1px solid var(--iq-white);
  width: 100%;
  height: 100%;
  transition: all .25s ease-in-out;
}

.service-col-remove-button:hover i, .product-col-remove-button:hover i, .payment-col-remove-button:hover i, .document-col-remove-button:hover i{
  transform: scale(1.25, 1.25);
}

.service-col-remove-button:focus, .product-col-remove-button:focus, .payment-col-remove-button:focus, .document-col-remove-button:focus {
  border: 1px solid var(--iq-danger);
}

/*
.comment-text #submit_message_btn {
    border:0;
    background: none;
    width: 35px;
    height: 35px;
}

.comment-text #submit_message_btn:hover > svg path{
    fill: var(--iq-blue-light);
    transition: all 0.3s ease-in-out;
}

.comment-text #submit_message_btn svg path.st0{
    stroke:var(--iq-primary);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;
}
*/

.attachment-delete-btn {
    background: none;
    border: none;
}

#id_attachment-files ul {
    list-style-type: none;
}

.post-comments {
    max-height: 435px;
    overflow-y: scroll;
}
/*
#order-items-formset .items-fieldset-row-body .items-fieldset-col:nth-child(2) select {
visibility: hidden;
}

#order-items-formset .items-fieldset-row-body .items-fieldset-col:nth-child(2) span {
visibility: hidden;
}


#order-items-formset .items-fieldset-row-body .items-fieldset-col:nth-child(2) .select2-container .select2-dropdown--below {
    width: 185px!important;
}

.no-search .select2-search {
    display:none
}
*/

label.error {
    color: red!important;
}

#id_order-form .nav .nav-item {
    position: relative;
}
.nav-item span.dots { height: 10px; width: 10px; font-size: 0; text-align: center; padding: 0; position: absolute; top: -4px; right: -2px; border: 2px solid var(--iq-white); animation: shadow-pulse-dots 1s infinite; border-radius: 50%; -webkit-border-radius: 50%; }


/* SIDEBAR MENU DROPDOWN */

.sidebar-menu-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    margin-left: 98px;
}

.sidebar-menu-dropdown > a {
    padding: 15px 25px;
    min-height: 54px;
    color: #526dee!important;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 1;
    width: 240px;
    height: 54px;
    background-color: #f1f5f7;
    box-shadow: inset 0 11px 7px -10px rgba(154,161,171,.2),inset 0 -11px 7px -10px rgba(154,161,171,.2)
}

.sidebar-menu-dropdown ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.sidebar-menu-dropdown > div {
    background-color: #fff;
    width: 240px;
    box-shadow: 0 1px 7px 0 rgba(154,161,171,.2);
    padding: 5px 0
}

.sidebar-menu-dropdown[data-y="top"] {
    margin-top: 54px;
    flex-direction: column-reverse;
    display: flex
}

.sidebar-menu-dropdown[data-y="bottom"] {
    margin-top: -54px;
    flex-direction: column;
    display: flex
}

.sidebar-menu-dropdown .treeview-menu > li > a {
  padding: 10px 25px 10px 25px;
  border-left: 1px solid #e7e9f1;
  display: block;
  color: #31363b;
  white-space: nowrap;
}

.sidebar-menu-dropdown .treeview-menu > li > a:hover {
  color: #3659cd;
  border-left: 1px solid #3659cd;
}

.sidebar-menu-dropdown .treeview-menu > li > a.active-sub {
  color: #3659cd;
  border-left: 1px solid #3659cd;
}
.sidebar-menu-dropdown .treeview-menu > li > a.active-sub:hover {
  color: #3659cd;
  border-left: 1px solid #3659cd;
  background: transparent;
}

@media (max-width: 991.98px) {
    sidebar-menu-dropdown {
        display:none!important
    }
}


@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), url("../font/fonts/open-sans/OpenSans-Regular.ttf")
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    src: local("Open Sans"), url("../font/fonts/open-sans/OpenSans-Medium.ttf")
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans"), url("../font/fonts/open-sans/OpenSans-SemiBold.ttf")
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans"), url("../font/fonts/open-sans/OpenSans-Bold.ttf")
}
/*
@font-face {
    font-family: Hind;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/hind-v16-latin-regular.4c5bc71b.woff2) format("woff2"),url(../fonts/hind-v16-latin-regular.fcf7152d.woff) format("woff")
}

@font-face {
    font-family: Hind;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/hind-v16-latin-600.e9224cf8.woff2) format("woff2"),url(../fonts/hind-v16-latin-600.890e773e.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local(""),url(../fonts/open-sans-v29-latin-300.ccc4fae5.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-300.d2d08825.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(../fonts/open-sans-v29-latin-regular.c416910c.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-regular.685ff80c.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local(""),url(../fonts/open-sans-v29-latin-600.f39b602d.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-600.17ab7850.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: local(""),url(../fonts/open-sans-v29-latin-700.4333f8c1.woff2) format("woff2"),url(../fonts/open-sans-v29-latin-700.721039d0.woff) format("woff")
}
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
body {
    margin: 0
}

figcaption,header,main,nav,section {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

[type=checkbox],[type=radio],legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

menu {
    display: block
}

canvas {
    display: inline-block
}

[hidden],template {
    display: none
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


button {
    background: transparent;
    padding: 0
}
button.disabled {
  background-color: #f3f5f9;
  opacity: 1;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

*,:after,:before {
    border-width: 0;
    border-color: currentColor
}

*,:after,:before,img {
    border-style: solid
}

[type=button],[type=reset],[type=submit], button {
    border-radius: 0
}

img {
    max-width: 100%;
    height: auto
}

button,input,select {
    font-family: inherit
}


[role=button],button {
    cursor: pointer
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.subtitle {
    margin-bottom: 16px;
    color: #5d6494;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px
}

.ais-Highlight-highlighted {
    font-weight: 700;
    background-color: transparent;
    color: inherit
}

.ais-Breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 12px
}

.ais-Breadcrumb-link {
    margin-right: 4px;
    color: inherit;
    text-decoration: none
}

.ais-Breadcrumb-separator {
    color: rgba(132,138,184,.6)
}

.ais-SearchBox-form,.ais-Stats {
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px
}

.ais-SearchBox-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-left: 40px;
    padding-right: 136px;
    background-color: #f5f5fa;
    color: inherit;
    border-radius: 4px
}

.ais-SearchBox-submit {
    display: none
}

.ais-SearchBox-input {
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: Hind,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: #5d6494;
    outline: 0
}

.ais-SearchBox-reset {
    position: absolute;
    right: 0;
    margin-right: 120px;
    height: 8px;
    width: 8px;
    color: #3a416f;
    opacity: .8;
    fill: currentColor
}

.ais-SearchBox-reset svg {
    display: block;
    height: 100%;
    width: 100%
}

.ais-Autocomplete h3 {
    margin-bottom: 16px;
    color: #21243d;
    font-size: 12px;
    font-weight: 400
}

.ais-Autocomplete .autosuggest__results {
    position: relative
}

.ais-Autocomplete .autosuggest__results-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #fff;
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: rgba(197,201,224,.3);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 12px 23px 0 rgba(63,63,68,.1);
    box-shadow: 0 12px 23px 0 rgba(63,63,68,.1)
}

.ais-Autocomplete .autosuggest__results-container .autosuggest__results_item {
    padding-left: 32px;
    padding-right: 32px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer
}

.ais-Autocomplete .autosuggest__results-container .autosuggest__results_item-highlighted,.ais-Autocomplete .autosuggest__results-container .autosuggest__results_item:hover {
    background-color: #f5f5fa
}

.ais-Autocomplete .autosuggest__results-container #autosuggest__results_item-0>div {
    border-style: none
}

.ais-PoweredBy-link,.ais-PoweredBy-logo {
    display: block
}

.ais-ClearRefinements-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5fa));
    background-image: linear-gradient(180deg,#fff,#f5f5fa);
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: inherit;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    white-space: nowrap;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-ClearRefinements-button:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-CurrentRefinements-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: -2px
}

.ais-CurrentRefinements-item {
    display: block;
    margin: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #848ab8;
    font-size: 12px;
    color: #fff;
    border-radius: 4px
}

.ais-CurrentRefinements-delete {
    color: #fff;
    opacity: .8
}

.ais-RefinementList {
    font-size: 12px
}

.ais-RefinementList-searchBox {
    margin-bottom: 16px
}

.ais-RefinementList .ais-SearchBox-form {
    position: relative;
    height: 32px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: transparent;
    border-bottom-width: 1px;
    border-color: rgba(132,138,184,.5);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ais-RefinementList .ais-SearchBox-submit {
    margin-left: 0
}

.ais-RefinementList .ais-SearchBox-input {
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: Hind,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: #5d6494;
    outline: 0
}

.ais-RefinementList .ais-SearchBox-reset {
    position: absolute;
    margin-right: 0
}

.ais-RefinementList-list {
    list-style: none;
    padding: 0
}

.ais-RefinementList-item {
    margin-bottom: 8px
}

.ais-RefinementList-item--selected {
    font-weight: 700
}

.ais-RefinementList-label {
    cursor: pointer
}

.ais-RefinementList-labelText {
    margin-left: 8px
}

.ais-RefinementList-count {
    display: inline-block;
    background-color: rgba(197,201,224,.2);
    color: #848ab8;
    border-radius: 4px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    letter-spacing: 1.3px
}

.ais-Menu {
    font-size: 12px
}

.ais-Menu-list {
    list-style: none;
    padding: 0
}

.ais-Menu-item {
    margin-bottom: 8px
}

.ais-Menu-item--selected {
    font-weight: 700
}

.ais-Menu-link {
    color: inherit;
    text-decoration: none
}

.ais-Menu-count {
    display: inline-block;
    background-color: rgba(197,201,224,.2);
    color: #848ab8;
    border-radius: 4px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    letter-spacing: 1.3px
}

.ais-HierarchicalMenu {
    font-size: 12px
}

.ais-HierarchicalMenu-list {
    list-style: none;
    padding: 0
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
    margin-left: 16px
}

.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link {
    font-weight: 700
}

.ais-HierarchicalMenu-link {
    display: block;
    margin-bottom: 8px;
    color: inherit;
    text-decoration: none
}

.ais-HierarchicalMenu-count {
    display: inline-block;
    background-color: rgba(197,201,224,.2);
    color: #848ab8;
    border-radius: 4px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    letter-spacing: 1.3px
}

.ais-NumericMenu {
    font-size: 12px
}

.ais-NumericMenu-list {
    list-style: none;
    padding: 0
}

.ais-NumericMenu-item {
    margin-bottom: 8px
}

.ais-NumericMenu-labelText {
    margin-left: 8px
}

.ais-RangeInput {
    font-size: 12px
}

.ais-RangeInput-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ais-RangeInput-input {
    max-width: 88px;
    width: 100%;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5fa;
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: #5d6494;
    border-radius: 4px
}

.ais-RangeInput-separator {
    margin-left: 8px;
    margin-right: 8px
}

.ais-RangeInput-submit {
    display: block;
    height: 32px;
    margin-left: 8px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7c90ff),to(#5468ff));
    background-image: linear-gradient(180deg,#7c90ff,#5468ff);
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-RangeInput-submit:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-RangeInput .vue-slider-component .vue-slider-tooltip {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #3a416f;
    border-color: #3a416f;
    font-size: 12px;
    border-radius: 2px
}

.ais-RangeInput .vue-slider-component .vue-slider {
    background-color: #c5c9e0
}

.ais-RangeInput .vue-slider-component .vue-slider-process {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7c90ff),to(#5468ff));
    background-image: linear-gradient(180deg,#7c90ff,#5468ff)
}

.ais-RangeInput .vue-slider-component .vue-slider-dot {
    margin-top: -4px
}

.ais-RangeInput .vue-slider-component .vue-slider-dot .vue-slider-dot-handle {
    width: 24px;
    height: 24px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5fa));
    background-image: linear-gradient(180deg,#fff,#f5f5fa);
    border-radius: 9999px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-RangeInput .vue-slider-component .vue-slider-dot .vue-slider-dot-handle:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-RangeInput .vue-slider-component .vue-slider-tooltip-top {
    margin-left: 4px
}

.ais-RatingMenu {
    font-size: 12px
}

.ais-RatingMenu-list {
    list-style: none;
    padding: 0
}

.ais-RatingMenu-item {
    margin-bottom: 8px
}

.ais-RatingMenu-item--selected {
    font-weight: 700
}

.ais-RatingMenu-starIcon {
    height: 16px;
    width: 16px;
    color: #f8be9a;
    fill: currentColor
}

.ais-RatingMenu-starIcon--empty {
    opacity: .6
}

.ais-RatingMenu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    text-decoration: none
}

.ais-RatingMenu-label {
    margin-left: 8px
}

.ais-RatingMenu-count {
    display: inline-block;
    background-color: rgba(197,201,224,.2);
    color: #848ab8;
    border-radius: 4px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    letter-spacing: 1.3px
}

.ais-Hits-list,.ais-InfiniteHits-list {
    list-style: none;
    padding: 0
}

.ais-Hits-item,.ais-InfiniteHits-item {
    margin-top: 24px;
    margin-bottom: 24px
}

.ais-Snippet-highlighted {
    font-weight: 700;
    background-color: transparent
}

.ais-InfiniteHits-loadMore {
    display: block;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7c90ff),to(#5468ff));
    background-image: linear-gradient(180deg,#7c90ff,#5468ff);
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-InfiniteHits-loadMore:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-InfiniteHits-loadMore:focus {
    outline: 0
}

.ais-Pagination {
    margin-left: -2px;
    margin-right: -2px
}

.ais-Pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px
}

.ais-Pagination-item {
    display: block;
    margin: 2px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5fa));
    background-image: linear-gradient(180deg,#fff,#f5f5fa);
    color: #21243d;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.ais-Pagination-item--selected {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#7c90ff),to(#5468ff));
    background-image: linear-gradient(180deg,#7c90ff,#5468ff);
    color: #fff
}

.ais-Pagination-item:hover {
    -webkit-box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2);
    box-shadow: 0 8px 11px 0 rgba(37,44,97,.15),0 4px 6px 0 rgba(93,100,148,.2)
}

.ais-Pagination-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    color: inherit;
    width: 32px;
    height: 32px;
    text-decoration: none;
    font-size: 12px
}

.ais-HitsPerPage-select,.ais-SortBy-select {
    width: 100%;
    height: 100%;
    padding-left: 8px;
    padding-right: 8px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 16px;
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
    font-size: 12px;
    color: inherit;
    cursor: pointer
}

.ais-HitsPerPage-select:focus,.ais-SortBy-select:focus {
    outline: 0
}

.airports .ais-Hits-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -4px
}

.airports .ais-Hits-item {
    margin: 4px
}

.ais-PoweredBy-logo {
    width: 96px!important
}

.vue-map-container * {
    border-style: none
}

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

.bg-white {
    background-color: #fff
}

.bg-moon-grey {
    background-color: #f5f5fa
}

.bg-nova-grey {
    background-color: #848ab8
}


.border-proton-grey-opacity-80 {
    border-color: rgba(197,201,224,.8)
}

.border-nova-grey-opacity-20 {
    border-color: rgba(132,138,184,.2)
}


.rounded {
    border-radius: 4px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}


.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}
.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border {
    border-width: 1px
}

.border-t {
    border-top-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.hidden {
    display: none
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-no-grow {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.flex-no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.font-sans {
    font-family: Open Sans,system-ui,BlinkMacSystemFont,-apple-system,sans-serif
}

.font-sans-alt {
    font-family: Hind,system-ui,BlinkMacSystemFont,-apple-system,sans-serif
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-12 {
    height: 12px
}

.h-16 {
    height: 16px
}

.h-24 {
    height: 24px
}

.h-32 {
    height: 32px
}

.h-40 {
    height: 40px
}

.h-56 {
    height: 56px
}

.h-104 {
    height: 104px
}

.h-680 {
    height: 680px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.leading-loose {
    line-height: 24px
}

.m-2 {
    margin: 2px
}

.m-4 {
    margin: 4px
}

.my-4 {
    margin-top: 4px;
    margin-bottom: 4px
}

.mx-4 {
    margin-left: 4px;
    margin-right: 4px
}

.ml-0 {
    margin-left: 0
}

.mt-4 {
    margin-top: 4px
}

.mr-4 {
    margin-right: 4px
}

.mb-4 {
    margin-bottom: 4px
}

.ml-4 {
    margin-left: 4px
}

.mt-8 {
    margin-top: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.mr-12 {
    margin-right: 12px
}

.mr-16 {
    margin-right: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.ml-16 {
    margin-left: 16px
}

.mr-32 {
    margin-right: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.ml-48 {
    margin-left: 48px
}

.max-h-48 {
    max-height: 48px
}

.min-h-424 {
    min-height: 424px
}

.min-w-216 {
    min-width: 216px
}

.-mx-4 {
    margin-left: -4px;
    margin-right: -4px
}

.-mt-4 {
    margin-top: -4px
}

.-mb-4 {
    margin-bottom: -4px
}

.opacity-0 {
    opacity: 0
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.focus\:outline-none:focus {
    outline: 0
}

.overflow-hidden {
    overflow: hidden
}

.p-8 {
    padding: 8px
}

.p-16 {
    padding: 16px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-2 {
    padding-top: 2px;
    padding-bottom: 2px
}

.py-4 {
    padding-top: 4px;
    padding-bottom: 4px
}

.px-4 {
    padding-left: 4px;
    padding-right: 4px
}

.py-8 {
    padding-top: 8px;
    padding-bottom: 8px
}

.px-8 {
    padding-left: 8px;
    padding-right: 8px
}

.py-16 {
    padding-top: 16px;
    padding-bottom: 16px
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px
}

.py-24 {
    padding-top: 24px;
    padding-bottom: 24px
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

.pb-0 {
    padding-bottom: 0
}

.pt-2 {
    padding-top: 2px
}

.pl-40 {
    padding-left: 40px
}

.pr-136 {
    padding-right: 136px
}

.pointer-events-none {
    pointer-events: none
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.pin-r {
    right: 0
}

.pin-l {
    left: 0
}


.card-list {
    display: flex;
    flex-wrap: wrap;
}

.card-list .card-item {
    margin: 8px;
    border-radius: 4px;
    box-shadow: 0 4px 11px 0 rgba(37,44,97,.15),0 2px 3px 0 rgba(93,100,148,.2);
    flex: 1 1 auto;
}

.card-list  .card-item:hover {
    background: #f8f9fc;
    cursor: pointer;
}

.card-list  .card-item.selected {
    background-color: var(--iq-blue-light);
}

.card-list .card-item-4 {
    width: calc(25% - 16px);
}

.card-list .card-item-3 {
    width: calc(33.33% - 16px);
}

.card-list .card-item-2 {
    width: calc(50% - 16px);
}

.fill-current {
    fill: currentColor
}

.text-center {
    text-align: center
}

.text-color-inherit {
    color: inherit
}

.text-white {
    color: #fff
}

.text-nebula-blue {
    color: #5468ff
}

.text-proton-grey {
    color: #c5c9e0
}

.text-nova-grey {
    color: #848ab8
}

.text-telluric-blue {
    color: #5d6494
}

.text-solstice-blue {
    color: #3a416f
}

.text-cosmos-black {
    color: #21243d
}

.text-solstice-blue-opacity-60 {
    color: rgba(58,65,111,.6)
}

.text-cosmos-black-opacity-40 {
    color: rgba(33,36,61,.4)
}

.text-cosmos-black-opacity-50 {
    color: rgba(33,36,61,.5)
}

.text-cosmos-black-opacity-70 {
    color: rgba(33,36,61,.7)
}

.group:hover .group-hover\:text-nebula-blue {
    color: #5468ff
}

.group:hover .group-hover\:text-cosmos-black {
    color: #21243d
}

.text-xxs {
    font-size: 8px
}

.text-xs {
    font-size: 10px
}

.text-sm {
    font-size: 12px
}

.text-base {
    font-size: 14px
}

.uppercase {
    text-transform: uppercase
}

.no-underline {
    text-decoration: none
}

.tracking-wide {
    letter-spacing: 1.3px
}

.whitespace-no-wrap {
    white-space: nowrap
}

.w-4 {
    width: 4px
}

.w-8 {
    width: 8px
}

.w-12 {
    width: 12px
}

.w-24 {
    width: 24px
}

.w-32 {
    width: 32px
}

.w-40 {
    width: 40px
}

.w-56 {
    width: 56px
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.bg-gradient-white-moon-grey {
    background-image: linear-gradient(180deg,#fff,#f5f5fa)
}

.bg-gradient-proton-grey-nova-grey {
    background-image: linear-gradient(180deg,#c5c9e0,#848ab8)
}

.bg-gradient-light-nebula-blue {
    background-image: linear-gradient(180deg,#7c90ff,#5468ff)
}

.transition-fast-out {
    transition: all .2s ease-out
}

@media (min-width: 576px) {
    .sm\:flex-row {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sm\:my-0 {
        margin-bottom: 0
    }

    .sm\:mt-0,.sm\:my-0 {
        margin-top: 0
    }

    .sm\:max-w-296 {
        max-width: 296px
    }
}

#id_order_history_content .comment-text p {
    margin-bottom: 0;
}

#id_order_history_content .order-history-timeline {
    height: 100%;
    max-height: 573px;
    overflow-y: scroll;
}
.salary-accrual-value-type {
    position: relative;
    bottom: 2px;
}

.bisize-1 {
    font-size: 1.1rem;
}
.bisize-2 {
    font-size: 1.2rem;
}
.bisize-3 {
    font-size: 1.3rem;
}
.bisize-4 {
    font-size: 1.4rem;
}
.bisize-5 {
    font-size: 1.5rem;
}
.bisize-6 {
    font-size: 1.6rem;
}
.bisize-7 {
    font-size: 1.7rem;
}
.bisize-8 {
    font-size: 1.8rem;
}
.bisize-9 {
    font-size: 1.9rem;
}

.btn {
    border-radius: 4px;
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1600px;
    }
}

td input[type=checkbox], th input[type=checkbox]{
  width: 20px;
  height: 20px;
  cursor: pointer;
}

tbody td label, tbody th label {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 14px 8px;
}

thead td label, thead th label {
    display: block;
    text-align: center;
    cursor: pointer;
}

/* JКАНБАН */
#myKanban {
    overflow-x: auto;
    padding: 20px 0;
}

.success {
    background: #00b961;
}

.info {
    background: var(--bs-info); /* var(--iq-color3); /* #2a92bf */;
}

.warning {
    background: #f4ce46;
}

.error {
    background: #fb7d44;
}

.custom-button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 7px 15px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.modal-content {
    background-color: #f8f9fc; /*#f3f5f9;    */
}

.permission-legend {
  width: inherit;
}

.permission-table {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.25px;
}

.permission-content {
  border-bottom: 1px solid rgba(58, 53, 65, 0.12);
  width: calc(100% - 64px);
  vertical-align: middle;
  text-align: left;
  box-shadow: rgba(58, 53, 65, 0.1) 0px 2px 10px 0px;
  border-collapse: collapse;
}
.permission-content-block {
    background-color: var(--iq-blue-light);
}
.permission-all {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
  padding: 1.2rem;
}

.permission {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
  margin-right: 30px;
}

.permission-content-title {
  font-weight: 600;
  color: rgba(58, 53, 65, 0.87) !important;
  padding-right: 40px!important;
  padding-left: 20px!important;
}



#id_salary-accrual-services-formset .accruals-fieldset-row-body, .id_salary-accrual-orders-formset .accruals-fieldset-row-body {
    background: white;
}

.kanban-item-customer-info input[disabled] {
    background-color: var(--iq-white);
}
.kanban-item-customer-info textarea[disabled] {
    background-color: var(--iq-white);
}

.list-inline {
    margin: 0;
    padding: 0;
}

.order-totals-list {
    white-space: nowrap;
}

.list-inline>li {
    display: inline-block;
    margin-right: 8px;
    list-style-type: none;
}

.order-totals {
    margin: 0 !important;
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.order-totals .order-totals-label {
    font-size: 14px;
    color: #8c909c;
}

.order-totals .order-totals-val {
    font-size: 20px;
}


.hiddenRow {
    padding: 0 !important;
}

.calculate-salary .input-group {
    height: 100%!important;
}

.calculate-salary .input-group > * {
    height: 100%!important;
}

.calculate-salary .input-group input {
    height: 100%!important;
}

/*---------------------------------------------------------------------
 Wizard
-----------------------------------------------------------------------*/

#form-wizard1,
#form-wizard2,
#form-wizard3 {
  position: relative;
}

#form-wizard1 input[type="file"] {
  line-height: 27px;
}

#form-wizard1 fieldset:not(:first-of-type) {
  display: none
}

.card {
  z-index: 0;
  border: none;
  position: relative
}

.steps {
  font-size: 20px;
  color: var(--iq-body-text);
  font-weight: normal;
  text-align: right
}

#top-tab-list {
  margin: 0 -10px 10px;
  overflow: hidden;
  color: var(--iq-body-text);
}

#top-tab-list .active {
  color: var(--iq-primary);
}

#top-tab-list li {
  list-style-type: none;
  font-size: 16px;
  width: 33.33%;
  float: left;
  text-align: left;
  position: relative;
  font-weight: 400
}

#top-tab-list li i {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  color: var(--iq-white);
  background: var(--iq-primary);
}

#top-tab-list li.active button {
  color: var(--iq-white);
  background: var(--iq-primary);
}

#top-tab-list li.active.done button {
  background: var(--iq-success);
}

#top-tab-list li.active.done i {
  color: var(--iq-success);
}

#top-tab-list li#confirm.active button {
  background: var(--iq-success);
}

#top-tab-list li#confirm.active i {
  color: var(--iq-success);
}

#top-tab-list li button {
  width: calc(100% - 20px);
  border: none;
  background: var(--iq-light-primary);
  color: var(--iq-primary);
  display: block;
  padding: 15px;
  margin: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
}

#top-tab-list li.active i {
  background-color: var(--iq-white);
  color: var(--iq-primary);
}

.manage-table-dropdown ul {
    padding-left: 2rem;
}

.growth-block {
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 15px;
  font-weight: 600;
  font-size: 1rem;
}
.growth-block i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff;
}
.growth-block.danger {
  background: #ffe9e9;
  color: #c74115;
}
.growth-block.danger i {
  background: #c74115;
}
.growth-block.info {
  background: #ddebff;
  color: #2f60a3;
}
.growth-block.info i {
  background: #2f60a3;
}
.growth-block.success {
  background: #dbfaed;
  color: #3d8642;
}
.growth-block.success i {
  background: #3d8642;
}
.growth-block.warning {
  background: #fffbee;
  color: #9e6419;
}
.growth-block.warning i {
  background: #9e6419;
}

.row-equal-height {
    min-height: 800px;
}
.row.row-equal-height .col-auto-height {
    display: flex;
    flex-direction: column;
}

.row.row-equal-height .col-matched-height {
    display: flex;
    flex-direction: column;
}

.row.row-equal-height .col-matched-height .card {
    flex-grow: 1;
}

.row.row-equal-height .col-matched-height .card-body {
    overflow-y: auto;
    flex-grow: 1;
    flex-basis: 0px;
}

#id_work-list-mod {
    min-height: 500px;
}

.accordion-button.accordion-button-no-arrow:not(.collapsed)::after,
.accordion-button.accordion-button-no-arrow::after {
  background-image: unset !important;
  background-size: 1.1rem;
  height: 0!important;
  width: 0!important;
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
}