:root {
  --bs-blue: #5e50f9;
  --bs-indigo: #6610f2;
  --bs-purple: #6a008a;
  --bs-pink: #e91e63;
  --bs-red: #f96868;
  --bs-orange: #f2a654;
  --bs-yellow: #f6e84e;
  --bs-green: #46c35f;
  --bs-teal: #58d8a3;
  --bs-cyan: #57c7d4;
  --bs-white: #ffffff;
  --bs-gray: #434a54;
  --bs-gray-light: #aab2bd;
  --bs-gray-lighter: #e8eff4;
  --bs-gray-lightest: #e6e9ed;
  --bs-gray-dark: #0f1531;
  --bs-black: #000000;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #464dee;
  --bs-secondary: #d8d8d8;
  --bs-success: #0ddbb9;
  --bs-info: #1d97ff;
  --bs-warning: #fcd53b;
  --bs-danger: #ee5b5b;
  --bs-light: #d8d8d8;
  --bs-dark: #001737;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 108, 114, 147;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #6c7293;
  --bs-body-bg: #fff;
}

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

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

body {
  font-size: 1rem;
  font-family: "Inter", serif;
  color: #212529;
  font-weight: 400;
  line-height: 1.3;
  background: #f3f5f9;
  padding: 0;
  margin: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

.print_001 h1,
.print_001 .h1,
.print_001 h2,
.print_001 .h2,
.print_001 h3,
.print_001 .h3,
.print_001 h4,
.print_001 .h4,
.print_001 h5,
.print_001 .h5,
.print_001 h6,
.print_001 .h6,
.Preview_004 h1,
.Preview_004 .h1,
.Preview_004 h2,
.Preview_004 .h2,
.Preview_004 h3,
.Preview_004 .h3,
.Preview_004 h4,
.Preview_004 .h4,
.Preview_004 h5,
.Preview_004 .h5,
.Preview_004 h6,
.Preview_004 .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title],
abbr[data-bs-original-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: 12px;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: "Inter", serif;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: "Inter", serif !important;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  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;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-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.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66667%;
  }

  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: #eaeaf1;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #f1f6f8;
}

.table > :not(caption) > * > * {
  padding: 5px 5px !important;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  background: rgb(206 241 239 / 81%) !important;
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.mui-table tr th {
  white-space: nowrap;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 100px;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

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

.col-form-label {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.col-form-label-lg {
  padding-top: calc(0.94rem + 1px);
  padding-bottom: calc(0.94rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

@media (prefers-reduced-motion: reduce) {
  .form-control,
  .typeahead,
  .tt-query,
  .tt-hint {
    transition: none;
  }
}

.form-control[type="file"],
.typeahead[type="file"],
.tt-query[type="file"],
.tt-hint[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]),
.typeahead[type="file"]:not(:disabled):not([readonly]),
.tt-query[type="file"]:not(:disabled):not([readonly]),
.tt-hint[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus,
.typeahead:focus,
.tt-query:focus,
.tt-hint:focus {
  background-color: #fff;
  border-color: #4096ff;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-date-and-time-value,
.typeahead::-webkit-date-and-time-value,
.tt-query::-webkit-date-and-time-value,
.tt-hint::-webkit-date-and-time-value {
  height: 1em;
}

.form-control::placeholder,
.typeahead::placeholder,
.tt-query::placeholder,
.tt-hint::placeholder {
  color: #212529;
  opacity: 0.5;
  font-weight: 500;
}

:where(.css-dev-only-do-not-override-apn68).ant-select-single
  .ant-select-selector
  .ant-select-selection-search-input::placeholder,
.ant-input::placeholder {
  color: #212529 !important;
  opacity: 0.5 !important;
  font-weight: 400 !important;
}

:where(.css-dev-only-do-not-override-apn68).ant-select-single,
.ant-select-single {
  font-size: 14px !important;
  height: 40px !important;
}

:where(.css-dev-only-do-not-override-apn68).ant-select-multiple,
.ant-select-multiple {
  font-size: 14px !important;
  height: auto !important;
}

:where(.css-dev-only-do-not-override-apn68).ant-select-multiple
  .ant-select-selector,
.ant-select-multiple .ant-select-selector {
  min-height: 40px !important;
}

.ant-select-multiple .ant-select-selection-item {
  height: 24px;
  line-height: 22px;
}

.form-control:disabled,
.typeahead:disabled,
.tt-query:disabled,
.tt-hint:disabled,
.form-control[readonly],
.typeahead[readonly],
.tt-query[readonly],
.tt-hint[readonly] {
  background-color: #e7e7e7 !important;
  color: #000;
  opacity: 1;
  font-weight: 600;
}

.form-control::file-selector-button,
.typeahead::file-selector-button,
.tt-query::file-selector-button,
.tt-hint::file-selector-button {
  padding: 0.875rem 1.375rem;
  margin: -0.875rem -1.375rem;
  margin-inline-end: 1.375rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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,
  .typeahead::file-selector-button,
  .tt-query::file-selector-button,
  .tt-hint::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.typeahead:hover:not(:disabled):not([readonly])::file-selector-button,
.tt-query:hover:not(:disabled):not([readonly])::file-selector-button,
.tt-hint:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button,
.typeahead::-webkit-file-upload-button,
.tt-query::-webkit-file-upload-button,
.tt-hint::-webkit-file-upload-button {
  padding: 0.875rem 1.375rem;
  margin: -0.875rem -1.375rem;
  margin-inline-end: 1.375rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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::-webkit-file-upload-button,
  .typeahead::-webkit-file-upload-button,
  .tt-query::-webkit-file-upload-button,
  .tt-hint::-webkit-file-upload-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.typeahead:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.tt-query:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.tt-hint:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  line-height: 1;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.4rem 0.81rem !important;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.5rem 0.81rem;
  margin: -0.5rem -0.81rem;
  margin-inline-end: 0.81rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.5rem 0.81rem;
  margin: -0.5rem -0.81rem;
  margin-inline-end: 0.81rem;
}

.form-control-lg::file-selector-button {
  padding: 0.94rem 1.94rem;
  margin: -0.94rem -1.94rem;
  margin-inline-end: 1.94rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.94rem 1.94rem;
  margin: -0.94rem -1.94rem;
  margin-inline-end: 1.94rem;
}

textarea.form-control,
textarea.typeahead,
textarea.tt-query,
textarea.tt-hint {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.875rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1em;
  border-radius: 2px;
}

.form-control-color::-webkit-color-swatch {
  height: 1em;
  border-radius: 2px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: rgb(10 179 156);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(10, 179, 256, 0.2);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .typeahead,
.input-group > .tt-query,
.input-group > .tt-hint,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .typeahead:focus,
.input-group > .tt-query:focus,
.input-group > .tt-hint:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}

.input-group-lg > .form-control,
.input-group-lg > .typeahead,
.input-group-lg > .tt-query,
.input-group-lg > .tt-hint,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.94rem 1.94rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .typeahead,
.input-group-sm > .tt-query,
.input-group-sm > .tt-hint,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.5rem 0.81rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.nowrap {
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #6c7293;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-primary:hover {
  color: #fff;
  background-color: #484849;
  border-color: #484849;
}

.btn-check:focus + .btn-primary {
  color: #fff;
  background-color: rgb(72, 72, 73);
  border-color: #484849;
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #484849;
  border-color: #484849;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 72, 73, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-secondary {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-secondary:hover {
  color: #000;
  background-color: #dedede;
  border-color: gainsboro;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #000;
  background-color: #dedede;
  border-color: gainsboro;
  box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #e0e0e0;
  border-color: gainsboro;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-success {
  color: #fff;
  background-color: rgb(10, 179, 156);
  border-color: #0ab39c;
}

.btn-success:hover {
  color: #fff;
  background-color: #18d0b8;
  border-color: #0ab39c;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: rgb(10, 179, 156);
  border-color: #73b106;
  box-shadow: 0 0 0 0.25rem rgba(10, 179, 156, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #0ab39c;
  border-color: #0ab39c;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(115, 177, 6 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
  color: #000;
  background-color: #0ab39c;
  border-color: #0ab39c;
}

.btn-info {
  color: #fff;
  background-color: #1d97ff;
  border-color: #1d97ff;
}

.btn-info:hover {
  color: #fff;
  background-color: #0d85eb;
  border-color: #0d85eb;
}

.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #fff;
  background-color: #0e90ff;
  border-color: #0e90ff;
  box-shadow: 0 0 0 0.25rem rgba(9, 183, 210, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0e90ff;
  border-color: #0e90ff;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 183, 210, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
  color: #000;
  background-color: #1d97ff;
  border-color: #1d97ff;
}

.btn-warning {
  color: #000;
  background-color: #fcd53b;
  border-color: #fcd53b;
}

.btn-warning:hover {
  color: #000;
  background-color: #fcdb58;
  border-color: #fcd94f;
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #fcdb58;
  border-color: #fcd94f;
  box-shadow: 0 0 0 0.25rem rgba(214, 181, 50, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #fddd62;
  border-color: #fcd94f;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 181, 50, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
  color: #000;
  background-color: #fcd53b;
  border-color: #fcd53b;
}

.btn-danger {
  color: #fff;
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-danger:hover {
  color: #fff;
  background-color: #f17474;
  border-color: #f06b6b;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #000;
  background-color: #f17474;
  border-color: #f06b6b;
  box-shadow: 0 0 0 0.25rem rgba(202, 77, 77, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #f17c7c;
  border-color: #f06b6b;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(202, 77, 77, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
  color: #000;
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-light {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-light:hover {
  color: #000;
  background-color: #dedede;
  border-color: gainsboro;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #dedede;
  border-color: gainsboro;
  box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #e0e0e0;
  border-color: gainsboro;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(184, 184, 184, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-dark {
  color: #fff;
  background-color: #001737;
  border-color: #001737;
}

.btn-dark:hover {
  color: #fff;
  background-color: #00142f;
  border-color: #00122c;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #00142f;
  border-color: #00122c;
  box-shadow: 0 0 0 0.25rem rgba(38, 58, 85, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #00122c;
  border-color: #001129;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 58, 85, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #001737;
  border-color: #001737;
}

.btn-outline-primary {
  color: #464dee;
  border-color: #464dee;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #464dee;
  border-color: #464dee;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 77, 238, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #464dee;
  border-color: #464dee;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 77, 238, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #464dee;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-secondary:hover {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #d8d8d8;
  background-color: transparent;
}

.btn-outline-success {
  color: #0ab39c;
  border-color: #0ab39c;
}

.btn-outline-success:hover {
  color: #000;
  background-color: #0ab39c;
  border-color: #0ab39c;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 219, 185, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #0ab39c;
  border-color: #0ab39c;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 219, 185, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #0ab39c;
  background-color: transparent;
}

.btn-outline-info {
  color: #1d97ff;
  border-color: #1d97ff;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #1d97ff;
  border-color: #1d97ff;
}

.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 215, 247, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #1d97ff;
  border-color: #1d97ff;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 215, 247, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #1d97ff;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fcd53b;
  border-color: #fcd53b;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #fcd53b;
  border-color: #fcd53b;
}

.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 213, 59, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #fcd53b;
  border-color: #fcd53b;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 213, 59, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #fcd53b;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-outline-danger:hover {
  color: #000;
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 91, 91, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 91, 91, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #ee5b5b;
  background-color: transparent;
}

.btn-outline-light {
  color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #d8d8d8;
  background-color: transparent;
}

.btn-outline-dark {
  color: #001737;
  border-color: #001737;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #001737;
  border-color: #001737;
}

.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 23, 55, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #001737;
  border-color: #001737;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 23, 55, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #001737;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 1rem 3rem;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
}

.btn-sm {
  padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
}

.btn-group-sm > .btn {
  padding: 0.2rem 0.2rem;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #6c7293;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f1f6f8;
  border-radius: 0.25rem;
}

.ToDoImageScroll {
  max-height: 71px;
  overflow-y: auto;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f1f6f8;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #f4f4f4;
  color: #212529;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #212529;
  text-decoration: none;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c7293;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #6c7293;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6075rem;
  padding-left: 0.6075rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.2rem 0.4rem;
  color: #212529;
  text-decoration: none;
  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;
  }
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item
  .nav-link:hover,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item
  .nav-link:focus {
  color: #212529;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #ebedf2;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #ebedf2 #ebedf2 #ebedf2;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6c7293;
  background-color: #ffffff;
  border-color: #ebedf2 #ebedf2 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2c3e87;
}

.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%;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@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 0.1rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .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: 0.5rem;
    padding-left: 0.5rem;
  }

  .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-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .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: 0.5rem;
  padding-left: 0.5rem;
}

.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-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e7eaed;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e7eaed;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
  font-size: 12px;
  line-height: 30px;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, ">>")
    /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  font-size: 12px;
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
  font-size: 12px;
  border: 3px solid #2c3e87;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
  font-size: 12px;
}

.page-link {
  padding: 0.2rem 0.5rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #2a2e8f;
  background-color: #dadbfc;
  border-color: #c8cafa;
}

.alert-primary .alert-link {
  color: #222572;
}

.alert-secondary {
  color: #565656;
  background-color: #f7f7f7;
  border-color: #f3f3f3;
}

.alert-secondary .alert-link {
  color: #454545;
}

.alert-success {
  color: #05584a;
  background-color: #cff8f1;
  border-color: #b6f4ea;
}

.alert-success .alert-link {
  color: #04463b;
}

.alert-info {
  color: #045663;
  background-color: #cef7fd;
  border-color: #b6f3fd;
}

.alert-info .alert-link {
  color: #03454f;
}

.alert-warning {
  color: #655518;
  background-color: #fef7d8;
  border-color: #fef2c4;
}

.alert-warning .alert-link {
  color: #514413;
}

.alert-danger {
  color: #8f3737;
  background-color: #fcdede;
  border-color: #facece;
}

.alert-danger .alert-link {
  color: #722c2c;
}

.alert-light {
  color: #565656;
  background-color: #f7f7f7;
  border-color: #f3f3f3;
}

.alert-light .alert-link {
  color: #454545;
}

.alert-dark {
  color: #000e21;
  background-color: #ccd1d7;
  border-color: #b3b9c3;
}

.alert-dark .alert-link {
  color: #000b1a;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  /* transition: width 0.6s ease; */
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  background: rgb(0 0 0 / 60%);
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.8rem;
  border-bottom: 1px solid #f1f1f4;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.1;
  font-size: 13px;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0.5rem 0.8rem 1rem 0.8rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 0.8rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 932px;
  }
}

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 45%;
  bottom: 0;
  z-index: 1;
  display: block;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background: #3f51b5;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(
    130deg,
    #000000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000000 95%
  );
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #212529;
  font-size: 0.85rem;
  text-decoration: none;
  font-weight: 500;
}

.link-primary:hover,
.link-primary:focus {
  color: #b9914d;
}

.link-secondary {
  color: #d8d8d8;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #e0e0e0;
}

.link-success {
  color: #0ab39c;
}

.link-success:hover,
.link-success:focus {
  color: #3de2c7;
}

.link-info {
  color: #1d97ff;
}

.link-info:hover,
.link-info:focus {
  color: #3bdff9;
}

.link-warning {
  color: #fcd53b;
}

.link-warning:hover,
.link-warning:focus {
  color: #fddd62;
}

.link-danger {
  color: #ee5b5b;
}

.link-danger:hover,
.link-danger:focus {
  color: #f17c7c;
}

.link-light {
  color: #d8d8d8;
}

.link-light:hover,
.link-light:focus {
  color: #e0e0e0;
}

.link-dark {
  color: #001737;
}

.link-dark:hover,
.link-dark:focus {
  color: #00122c;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top,
.horizontal-menu.fixed-on-scroll .bottom-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex,
.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-item {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #f1f6f8 !important;
}

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

.border-top {
  border-top: 1px solid #f1f6f8 !important;
}

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

.border-end {
  border-right: 1px solid #f1f6f8 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #f1f6f8 !important;
}

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

.border-start {
  border-left: 1px solid #f1f6f8 !important;
}

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

.border-primary {
  border-color: #464dee !important;
}

.border-secondary {
  border-color: #d8d8d8 !important;
}

.border-success {
  border-color: #0ab39c !important;
}

.border-info {
  border-color: #1d97ff !important;
}

.border-warning {
  border-color: #fcd53b !important;
}

.border-danger {
  border-color: #ee5b5b !important;
}

.border-light {
  border-color: #d8d8d8 !important;
}

.border-dark {
  border-color: #001737 !important;
}

.border-white {
  border-color: #ffffff !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;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-51 {
  width: 50px !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row,
.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav {
  flex-direction: row !important;
}

.flex-column,
.nav-tabs.nav-tabs-vertical,
.nav-tabs.nav-tabs-vertical-custom,
.nav-pills.nav-pills-vertical {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center,
.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-profile,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-item,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2,
.template-demo > .btn-group,
.template-demo > .btn-group-vertical,
.template-demo .circle-progress {
  margin-top: 0.5rem !important;
}

.mt-3,
.template-demo > .btn,
.template-demo > .btn-toolbar {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0,
.rtl
  .horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-item
  i {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2,
.template-demo > .btn,
.template-demo > .btn-group,
.template-demo > .btn-group-vertical,
.template-demo > .dropdown {
  margin-right: 0.5rem !important;
}

.me-3,
.template-demo > .btn-toolbar {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3,
.template-demo .circle-progress-block {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0,
.rtl .preview-list .preview-item .preview-thumbnail .preview-icon i {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2,
.btn-toolbar .btn-group + .btn-group {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2,
.template-demo .circle-progress-block {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

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

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

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

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

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

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

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

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

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

.fw-lighter {
  font-weight: lighter !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;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary,
.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.mega-menu
  .submenu
  .category-heading {
  --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-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

.text-dark {
  --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,
.preview-list .preview-item .preview-item-content p .content-category {
  --bs-text-opacity: 1;
  color: #a7afb7 !important;
}

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

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

.text-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;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

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

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*-------------------------------------------------------------------*/
/* === Template mixins === */
/* Miscellaneous Mixins */
/* Animation Mixins */
@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0px, 0);
  }
}

.dropdownAnimation,
.horizontal-menu .top-navbar .navbar-menu-wrapper .dropdown .dropdown-menu,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu {
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

.infinite-spin {
  animation-name: spin;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

a,
div,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
p,
span {
  text-shadow: none;
}

[type="button"]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

input,
.form-control:focus,
.typeahead:focus,
.tt-query:focus,
.tt-hint:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  outline-width: 0;
  outline-color: transparent;
  box-shadow: none;
  outline-style: none;
}

textarea {
  resize: none;
  overflow-x: hidden;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
  outline-offset: 0;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
  outline: 0;
}

a:focus,
input:focus {
  border-color: transparent;
  outline: none;
}

.bg-twitter {
  background: #2caae1;
}

.bg-facebook {
  background: #3b579d;
}

.bg-google {
  background: #dc4a38;
}

.bg-linkedin {
  background: #0177b5;
}

.bg-pinterest {
  background: #cc2127;
}

.bg-youtube {
  background: #e52d27;
}

.bg-github {
  background: #333333;
}

.bg-behance {
  background: #1769ff;
}

.bg-dribbble {
  background: #ea4c89;
}

.bg-reddit {
  background: #ff4500;
}

.bg-gradient-primary {
  background: linear-gradient(230deg, #759bff, #843cf6);
}

.bg-gradient-secondary {
  background: linear-gradient(to right, #e7ebf0, #868e96);
}

.bg-gradient-success {
  background: linear-gradient(45deg, #7bffce, #30c93e);
}

.bg-gradient-info {
  background: linear-gradient(to bottom, #0e4cfd, #6a8eff);
}

.bg-gradient-warning {
  background: linear-gradient(135deg, #ffc480, #ff763b);
}

.bg-gradient-danger {
  background: linear-gradient(316deg, #fc5286, #fbaaa2);
}

.bg-gradient-light {
  background: linear-gradient(to right, #cfd9df 0%, #e2ebf0 100%);
}

.bg-gradient-dark {
  background: linear-gradient(to right, #7d7979 0%, #000000 100%);
}

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1;
  font-family: "Inter", serif;
}

p {
  font-size: 12px;
  margin-bottom: 0.5rem;
  line-height: 1.3rem;
}

h1,
.h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3,
.h3 {
  font-size: 1.25rem;
}

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

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

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

.display-1 {
  font-size: 3.75rem;
}

@media (max-width: 991px) {
  .display-1 {
    font-size: 3rem;
  }
}

.display-2 {
  font-size: 3.125rem;
}

@media (max-width: 991px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .display-3 {
    font-size: 2rem;
  }
}

.display-4 {
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .display-5 {
    font-size: 1rem;
  }
}

.blockquote {
  padding: 1.25rem;
  border: 1px solid #f1f6f8;
}

address p {
  margin-bottom: 0;
}

.blockquote-primary {
  border-color: #464dee;
}

.blockquote-primary .blockquote-footer {
  color: #464dee;
}

.blockquote-secondary {
  border-color: #d8d8d8;
}

.blockquote-secondary .blockquote-footer {
  color: #d8d8d8;
}

.blockquote-success {
  border-color: #0ab39c;
}

.blockquote-success .blockquote-footer {
  color: #0ab39c;
}

.blockquote-info {
  border-color: #1d97ff;
}

.blockquote-info .blockquote-footer {
  color: #1d97ff;
}

.blockquote-warning {
  border-color: #fcd53b;
}

.blockquote-warning .blockquote-footer {
  color: #fcd53b;
}

.blockquote-danger {
  border-color: #ee5b5b;
}

.blockquote-danger .blockquote-footer {
  color: #ee5b5b;
}

.blockquote-light {
  border-color: #d8d8d8;
}

.blockquote-light .blockquote-footer {
  color: #d8d8d8;
}

.blockquote-dark {
  border-color: #001737;
}

.blockquote-dark .blockquote-footer {
  color: #001737;
}

.error-page h1,
.error-page .h1 {
  font-size: 12rem;
}

@media (max-width: 991px) {
  .error-page h1,
  .error-page .h1 {
    font-size: 8rem;
  }
}

.text-twitter {
  color: #2caae1;
}

.text-facebook {
  color: #3b579d;
}

.text-google {
  color: #dc4a38;
}

.text-linkedin {
  color: #0177b5;
}

.text-pinterest {
  color: #cc2127;
}

.text-youtube {
  color: #e52d27;
}

.text-github {
  color: #333333;
}

.text-behance {
  color: #1769ff;
}

.text-dribbble {
  color: #ea4c89;
}

.text-reddit {
  color: #ff4500;
}

.page-header {
  margin-bottom: 2.5rem;
}

.page-header .page-title {
  margin-bottom: 0;
  line-height: 0.85;
}

.font-weight-medium {
  font-weight: 500;
}

*:-moz-full-screen,
*:-webkit-full-screen,
*:fullscreen *:-ms-fullscreen {
  overflow: auto;
}

.container-scroller {
  overflow: hidden;
}

pre {
  background: color(gray-lighter);
  padding: 15px;
  font-size: 14px;
}

code {
  padding: 5px;
  color: #ee5b5b;
  font-family: "Inter", serif;
  font-weight: 300;
  font-size: 1rem;
  border-radius: 4px;
}

/* Footer */
.footer {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  font-size: calc(1rem - 0.05rem);
  font-family: "Inter", serif;
  font-weight: 400;
}

.footer .footer-wrap {
  background: #fff;
  color: color(dark);
  padding: 30px 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer .footer-wrap a {
  color: #6c7293;
  font-size: inherit;
}

@media (max-width: 991px) {
  .footer .footer-wrap {
    margin-left: 0;
    width: 100%;
  }
}

/* Utilities */
.grid-margin {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .grid-margin-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .grid-margin-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .grid-margin-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .po-list {
    position: absolute;
    top: 40px;
    z-index: 99;
  }

  .grid-margin-xl-0 {
    margin-bottom: 0;
  }
}

.img-lg {
  width: 92px;
  height: 92px;
}

.img-sm {
  width: 43px;
  height: 43px;
}

.img-xs {
  width: 37px;
  height: 37px;
}

.img-ss {
  width: 26px;
  height: 26px;
}

.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

@media (min-width: 576px) {
  .border-right-sm {
    border-right: 1px solid #f1f6f8;
  }
}

@media (min-width: 768px) {
  .border-right-md {
    border-right: 1px solid #f1f6f8;
  }
}

@media (min-width: 992px) {
  .border-right-lg {
    border-right: 1px solid #f1f6f8;
  }
}

@media (min-width: 576px) {
  .border-left-sm {
    border-left: 1px solid #f1f6f8;
  }
}

@media (min-width: 768px) {
  .border-left-md {
    border-left: 1px solid #f1f6f8;
  }
}

@media (min-width: 992px) {
  .border-left-lg {
    border-left: 1px solid #f1f6f8;
  }
}

.text-gray,
.card .card-subtitle {
  color: #8c8c8c;
}

.text-black {
  color: #000000;
}

.text-small {
  font-size: 12px;
}

.flex-grow {
  flex-grow: 1;
}

/* Demo Styles */
.template-demo > h2,
.template-demo > .h2,
.template-demo > h3,
.template-demo > .h3,
.template-demo > h4,
.template-demo > .h4,
.template-demo > h5,
.template-demo > .h5,
.template-demo > h6,
.template-demo > .h6,
.template-demo > h1,
.template-demo > .h1 {
  border-top: 1px solid #f1f6f8;
  padding: 0.5rem 0 0;
}

.template-demo > .dropdown {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.template-demo nav:last-child .breadcrumb {
  margin-bottom: 0;
}

.template-demo .circle-progress {
  padding: 15px;
}

.documentation {
  padding-top: 0;
  max-width: 100%;
}

.documentation .content-wrapper {
  padding-top: 0;
  min-height: calc(100vh - 75px);
}

.doc-table-contents,
.doc-header {
  position: fixed;
}

.doc-header {
  position: fixed;
  top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 2;
  background: #f0f3f6;
  z-index: 999;
}

.doc-content {
  padding-top: 140px;
}

@media (max-width: 991px) {
  .doc-content {
    padding-top: 85px;
  }
}

.demo-vector-map {
  width: 100%;
  height: 500px;
}

#proBanner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #000;
}

#proBanner .card-body-padding {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 766px) {
  #proBanner .card-body-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#proBanner .buy-now-text {
  color: #ffffff;
}

@media (max-width: 766px) {
  #proBanner .buy-now-text {
    font-size: 10px;
    line-height: 1.5;
  }
}

#proBanner .btn.buy-now-btn {
  background: transparent;
  color: #88b6ff;
  border-radius: 10px;
  padding: 1rem 0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1rem;
}

@media (max-width: 766px) {
  #proBanner .btn.buy-now-btn {
    min-width: 80px;
    padding: 1rem 0.5rem;
    font-size: 12px;
  }
}

#proBanner .btn#bannerClose i {
  margin-right: 1rem;
  font-size: 1.25rem;
}

@media (max-width: 766px) {
  #proBanner .btn#bannerClose i {
    font-size: 1rem;
    margin-right: 0;
  }
}

#proBanner a {
  text-decoration: none;
}

#proBanner a i {
  font-size: 1.25rem;
}

@media (max-width: 766px) {
  #proBanner a i {
    font-size: 1rem;
  }
}

.proBanner-padding-top {
  padding-top: 60px !important;
}

.graphl-legend-rectangle {
  list-style: none;
  padding-left: 0;
}

.graphl-legend-rectangle li {
  display: flex;
  align-items: center;
  color: #001737;
  font-size: 0.875rem;
}

.graphl-legend-rectangle li span {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 10px;
}

.progress.grouped .progress-bar {
  border-radius: 2px;
}

.revenuechart-legend ul {
  list-style: none;
  padding-left: 0;
}

.revenuechart-legend ul li {
  margin-left: 1rem;
  display: inline-block;
}

.revenuechart-legend ul li .legend-box {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 0.5rem;
}

.line-chart-row-title {
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  bottom: 24px;
  left: 15px;
  color: #001737;
  text-transform: uppercase;
}

.climate-info-border:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: white;
  left: -1rem;
}

@media (max-width: 991px) {
  .climate-info-border:before {
    display: none;
  }
}

.legend-circle {
  width: 13px;
  height: 13px;
  border-radius: 100%;
}

.support-tracker-legend ul {
  padding-left: 0;
  display: flex;
}

.support-tracker-legend ul li {
  margin-right: 3rem;
  list-style: none;
}

.support-tracker-legend ul li .legend-box {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #ff0000;
  display: inline-block;
  margin-right: 10px;
}

.product-order-wrap {
  padding: 0 2rem;
}

.product-order-wrap .product-order {
  text-align: center;
  position: absolute;
  bottom: 4.2rem;
  width: 265px;
  height: 170px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1024px) {
  .product-order-wrap .product-order {
    width: auto;
    height: 84px;
  }
}

@media (max-width: 991px) {
  .product-order-wrap .product-order {
    width: auto;
    height: 12px;
  }
}

.product-order-wrap .product-order .icon-inside-circle {
  width: 83px;
  height: 83px;
  background: #f38989;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .product-order-wrap .product-order .icon-inside-circle {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 991px) {
  .product-order-wrap .product-order .icon-inside-circle {
    width: 24px;
    height: 24px;
  }
}

.product-order-wrap .product-order .icon-inside-circle i {
  font-size: 2.25rem;
}

@media (max-width: 991px) {
  .product-order-wrap .product-order .icon-inside-circle i {
    font-size: 0.875rem;
  }
}

@media (max-width: 1024px) {
  .product-order-wrap .product-order .icon-inside-circle i {
    font-size: 1rem;
  }
}

.product-order-wrap .productorder-gage {
  margin-top: -100px;
  position: relative;
}

@media (max-width: 991px) {
  .product-order-wrap .productorder-gage {
    margin-top: -20px;
  }
}

.live-info {
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.sale-diffrence-border:after {
  content: "";
  height: 5px;
  width: 100%;
  border-radius: 0 0 6px 6px;
  background-color: #464dee;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sale-visit-statistics-border:after {
  content: "";
  height: 5px;
  width: 100%;
  border-radius: 0 0 6px 6px;
  background-color: #0ab39c;
  position: absolute;
  left: 0;
  bottom: 0;
}

#productorder-gage text:nth-child(7) tspan {
  font-size: 0.4rem;
}

#productorder-gage text:nth-child(6) tspan {
  font-size: 0.875rem;
}

.pro-banner {
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .pro-banner {
    margin-top: 78px;
  }
}

.pro-banner .pro-banner-bg {
  background: linear-gradient(230deg, #7a3ec8, #297fc8);
}

/*-------------------------------------------------------------------*/
/* === Components === */
/* Bootstrap Progress */
.progress {
  border-radius: 3px;
  height: 8px;
}

.progress .progress-bar {
  border-radius: 3px;
}

.progress.progress-sm {
  height: 0.375rem;
}

.progress.progress-md {
  height: 8px;
}

.progress.progress-lg {
  height: 15px;
}

.progress.progress-xl {
  height: 18px;
}

/* Buttons */
.btn {
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  border-radius: 0.475rem;
  padding: 12px 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 0;
}

.btn-block {
  display: block;
}

.btn i {
  font-size: 1rem;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.btn.btn-sm,
.btn-group-sm > .btn {
  font-size: 13px;
  padding: 8px 10px;
  height: 29px;
  display: inline-flex;
  align-items: center;
}

.btn.btn-lg,
.btn-group-lg > .btn {
  font-size: 0.875rem;
}

.btn.btn-xs {
  padding: 0.5rem 0.75rem;
  font-size: 0.625rem;
}

.btn.btn-icon {
  width: 24px !important;
  height: 27px;
  padding: 0;
  line-height: 24px;
}

.btn.btn-icon-text .btn-icon-prepend {
  margin-right: 0.5rem;
}

.btn.btn-icon-text .btn-icon-append {
  margin-left: 0.5rem;
}

.btn.btn-social-icon {
  width: 50px;
  height: 50px;
  padding: 0;
}

.btn-group .btn + .btn {
  border-left: 0;
}

/*social buttons*/
.btn-twitter {
  background: #2caae1;
  color: #ffffff;
}

.btn-twitter:hover,
.btn-twitter:focus {
  background: #1b8dbf;
  color: #ffffff;
}

.btn-twitter.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #59bce7;
}

.btn-twitter.btn-social-icon-text i {
  background: #2caae1;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-twitter {
  border: 1px solid #2caae1;
}

.btn-outline-twitter:hover {
  background: #2caae1;
  color: #ffffff;
}

.btn-facebook {
  background: #3b579d;
  color: #ffffff;
}

.btn-facebook:hover,
.btn-facebook:focus {
  background: #2d4278;
  color: #ffffff;
}

.btn-facebook.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4e6ebd;
}

.btn-facebook.btn-social-icon-text i {
  background: #3b579d;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-facebook {
  border: 1px solid #3b579d;
}

.btn-outline-facebook:hover {
  background: #3b579d;
  color: #ffffff;
}

.btn-google {
  background: #dc4a38;
  color: #ffffff;
}

.btn-google:hover,
.btn-google:focus {
  background: #bf3322;
  color: #ffffff;
}

.btn-google.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e47163;
}

.btn-google.btn-social-icon-text i {
  background: #dc4a38;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-google {
  border: 1px solid #dc4a38;
}

.btn-outline-google:hover {
  background: #dc4a38;
  color: #ffffff;
}

.btn-linkedin {
  background: #0177b5;
  color: #ffffff;
}

.btn-linkedin:hover,
.btn-linkedin:focus {
  background: #015682;
  color: #ffffff;
}

.btn-linkedin.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #0198e8;
}

.btn-linkedin.btn-social-icon-text i {
  background: #0177b5;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-linkedin {
  border: 1px solid #0177b5;
}

.btn-outline-linkedin:hover {
  background: #0177b5;
  color: #ffffff;
}

.btn-pinterest {
  background: #cc2127;
  color: #ffffff;
}

.btn-pinterest:hover,
.btn-pinterest:focus {
  background: #a01a1f;
  color: #ffffff;
}

.btn-pinterest.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #e04046;
}

.btn-pinterest.btn-social-icon-text i {
  background: #cc2127;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-pinterest {
  border: 1px solid #cc2127;
}

.btn-outline-pinterest:hover {
  background: #cc2127;
  color: #ffffff;
}

.btn-youtube {
  background: #e52d27;
  color: #ffffff;
}

.btn-youtube:hover,
.btn-youtube:focus {
  background: #c21d17;
  color: #ffffff;
}

.btn-youtube.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ea5955;
}

.btn-youtube.btn-social-icon-text i {
  background: #e52d27;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-youtube {
  border: 1px solid #e52d27;
}

.btn-outline-youtube:hover {
  background: #e52d27;
  color: #ffffff;
}

.btn-github {
  background: #333333;
  color: #ffffff;
}

.btn-github:hover,
.btn-github:focus {
  background: #1a1a1a;
  color: #ffffff;
}

.btn-github.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4d4d4d;
}

.btn-github.btn-social-icon-text i {
  background: #333333;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-github {
  border: 1px solid #333333;
}

.btn-outline-github:hover {
  background: #333333;
  color: #ffffff;
}

.btn-behance {
  background: #1769ff;
  color: #ffffff;
}

.btn-behance:hover,
.btn-behance:focus {
  background: #0050e3;
  color: #ffffff;
}

.btn-behance.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #4a8aff;
}

.btn-behance.btn-social-icon-text i {
  background: #1769ff;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-behance {
  border: 1px solid #1769ff;
}

.btn-outline-behance:hover {
  background: #1769ff;
  color: #ffffff;
}

.btn-dribbble {
  background: #ea4c89;
  color: #ffffff;
}

.btn-dribbble:hover,
.btn-dribbble:focus {
  background: #e51e6b;
  color: #ffffff;
}

.btn-dribbble.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ef7aa7;
}

.btn-dribbble.btn-social-icon-text i {
  background: #ea4c89;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-dribbble {
  border: 1px solid #ea4c89;
}

.btn-outline-dribbble:hover {
  background: #ea4c89;
  color: #ffffff;
}

.btn-reddit {
  background: #ff4500;
  color: #ffffff;
}

.btn-reddit:hover,
.btn-reddit:focus {
  background: #cc3700;
  color: #ffffff;
}

.btn-reddit.btn-social-icon-text {
  padding: 0 1.5rem 0 0;
  background: #ff6a33;
}

.btn-reddit.btn-social-icon-text i {
  background: #ff4500;
  padding: 0.75rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.btn-outline-reddit {
  border: 1px solid #ff4500;
}

.btn-outline-reddit:hover {
  background: #ff4500;
  color: #ffffff;
}

/* inverse buttons */
.btn-inverse-primary {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  color: #333333;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 0px 0px 0px 0px;
  border-color: #000;
}

.btn-inverse-primary:not(.btn-inverse-light) {
  color: #333333;
}

.btn-inverse-primary:hover {
  color: #000;
  background-color: transparent;
  border-color: #e3b954;
}

.btn-inverse-primary.focus,
.btn-inverse-primary:focus {
  box-shadow: 0 0 0 3px rgba(70, 77, 238, 0.5);
  border-color: #e3b954;
}

.btn-inverse-primary.disabled,
.btn-inverse-primary:disabled {
  color: #000;
  background-color: transparent;
  border-color: #e3b954;
}

.btn-inverse-primary.active,
.btn-inverse-primary:active,
.show > .btn-inverse-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #464dee;
  border-color: #464dee;
}

.btn-inverse-secondary {
  background-color: rgba(216, 216, 216, 0.1);
  background-image: none;
  border-color: rgba(216, 216, 216, 0);
}

.btn-inverse-secondary:not(.btn-inverse-light) {
  color: #d8d8d8;
}

.btn-inverse-secondary:hover {
  color: #ffffff;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-inverse-secondary.focus,
.btn-inverse-secondary:focus {
  box-shadow: 0 0 0 3px rgba(216, 216, 216, 0.5);
}

.btn-inverse-secondary.disabled,
.btn-inverse-secondary:disabled {
  color: #d8d8d8;
  background-color: transparent;
}

.btn-inverse-secondary.active,
.btn-inverse-secondary:active,
.show > .btn-inverse-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-secondary,
.btn-secondary:hover {
  box-shadow: 0 2px 2px 0 rgba(216, 216, 216, 0.14),
    0 3px 1px -2px rgba(216, 216, 216, 0.2),
    0 1px 5px 0 rgba(216, 216, 216, 0.12);
}

.btn-inverse-success {
  background-color: rgba(13, 219, 185, 0.1);
  background-image: none;
  border-color: rgba(13, 219, 185, 0);
}

.btn-inverse-success:not(.btn-inverse-light) {
  color: #0ab39c;
}

.btn-inverse-success:hover {
  color: #ffffff;
  background-color: #0ab39c;
  border-color: #0ab39c;
}

.btn-inverse-success.focus,
.btn-inverse-success:focus {
  box-shadow: 0 0 0 3px rgba(13, 219, 185, 0.5);
}

.btn-inverse-success.disabled,
.btn-inverse-success:disabled {
  color: #0ab39c;
  background-color: transparent;
}

.btn-inverse-success.active,
.btn-inverse-success:active,
.show > .btn-inverse-success.dropdown-toggle {
  color: #ffffff;
  background-color: #0ddbb9;
  border-color: #0ddbb9;
}

.btn-success,
.btn-success:hover {
  box-shadow: 0 2px 2px 0 rgba(125, 192, 6, 0.14),
    0 3px 1px -2px rgba(125, 192, 6, 0.2), 0 1px 5px 0 rgba(125, 192, 6, 0.12);
}

.btn-inverse-info {
  background-color: rgba(10, 215, 247, 0.1);
  background-image: none;
  border-color: rgba(10, 215, 247, 0);
}

.btn-inverse-info:not(.btn-inverse-light) {
  color: #1d97ff;
}

.btn-inverse-info:hover {
  color: #ffffff;
  background-color: #1d97ff;
  border-color: #1d97ff;
}

.btn-inverse-info.focus,
.btn-inverse-info:focus {
  box-shadow: 0 0 0 3px rgba(10, 215, 247, 0.5);
}

.btn-inverse-info.disabled,
.btn-inverse-info:disabled {
  color: #1d97ff;
  background-color: transparent;
}

.btn-inverse-info.active,
.btn-inverse-info:active,
.show > .btn-inverse-info.dropdown-toggle {
  color: #ffffff;
  background-color: #1d97ff;
  border-color: #1d97ff;
}

.btn-info,
.btn-info:hover {
  box-shadow: 0 2px 2px 0 rgba(10, 215, 247, 0.14),
    0 3px 1px -2px rgba(10, 215, 247, 0.2), 0 1px 5px 0 rgba(10, 215, 247, 0.12);
}

.btn-inverse-warning {
  background-color: rgba(252, 213, 59, 0.1);
  background-image: none;
  border-color: rgba(252, 213, 59, 0);
}

.btn-inverse-warning:not(.btn-inverse-light) {
  color: #fcd53b;
}

.btn-inverse-warning:hover {
  color: #ffffff;
  background-color: #fcd53b;
  border-color: #fcd53b;
}

.btn-inverse-warning.focus,
.btn-inverse-warning:focus {
  box-shadow: 0 0 0 3px rgba(252, 213, 59, 0.5);
}

.btn-inverse-warning.disabled,
.btn-inverse-warning:disabled {
  color: #fcd53b;
  background-color: transparent;
}

.btn-inverse-warning.active,
.btn-inverse-warning:active,
.show > .btn-inverse-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #fcd53b;
  border-color: #fcd53b;
}

.btn-warning,
.btn-warning:hover {
  box-shadow: 0 2px 2px 0 rgba(252, 213, 59, 0.14),
    0 3px 1px -2px rgba(252, 213, 59, 0.2), 0 1px 5px 0 rgba(252, 213, 59, 0.12);
}

.btn-inverse-danger {
  background-color: rgba(238, 91, 91, 0.1);
  background-image: none;
  border-color: rgba(238, 91, 91, 0);
}

.btn-inverse-danger:not(.btn-inverse-light) {
  color: #ee5b5b;
}

.btn-inverse-danger:hover {
  color: #ffffff;
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-inverse-danger.focus,
.btn-inverse-danger:focus {
  box-shadow: 0 0 0 3px rgba(238, 91, 91, 0.5);
}

.btn-inverse-danger.disabled,
.btn-inverse-danger:disabled {
  color: #ee5b5b;
  background-color: transparent;
}

.btn-inverse-danger.active,
.btn-inverse-danger:active,
.show > .btn-inverse-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-danger,
.btn-danger:hover {
  box-shadow: 0 2px 2px 0 rgba(238, 91, 91, 0.14),
    0 3px 1px -2px rgba(238, 91, 91, 0.2), 0 1px 5px 0 rgba(238, 91, 91, 0.12);
}

.btn-inverse-light {
  background-color: rgba(216, 216, 216, 0.1);
  background-image: none;
  border-color: rgba(216, 216, 216, 0);
}

.btn-inverse-light:not(.btn-inverse-light) {
  color: #d8d8d8;
}

.btn-inverse-light:hover {
  color: #ffffff;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-inverse-light.focus,
.btn-inverse-light:focus {
  box-shadow: 0 0 0 3px rgba(216, 216, 216, 0.5);
}

.btn-inverse-light.disabled,
.btn-inverse-light:disabled {
  color: #d8d8d8;
  background-color: transparent;
}

.btn-inverse-light.active,
.btn-inverse-light:active,
.show > .btn-inverse-light.dropdown-toggle {
  color: #ffffff;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-light,
.btn-light:hover {
  box-shadow: 0 2px 2px 0 rgba(216, 216, 216, 0.14),
    0 3px 1px -2px rgba(216, 216, 216, 0.2),
    0 1px 5px 0 rgba(216, 216, 216, 0.12);
}

.btn-inverse-dark {
  background-color: rgba(0, 23, 55, 0.1);
  background-image: none;
  border-color: rgba(0, 23, 55, 0);
}

.btn-inverse-dark:not(.btn-inverse-light) {
  color: #001737;
}

.btn-inverse-dark:hover {
  color: #ffffff;
  background-color: #001737;
  border-color: #001737;
}

.btn-inverse-dark.focus,
.btn-inverse-dark:focus {
  box-shadow: 0 0 0 3px rgba(0, 23, 55, 0.5);
}

.btn-inverse-dark.disabled,
.btn-inverse-dark:disabled {
  color: #001737;
  background-color: transparent;
}

.btn-inverse-dark.active,
.btn-inverse-dark:active,
.show > .btn-inverse-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #001737;
  border-color: #001737;
}

.btn-dark,
.btn-dark:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 23, 55, 0.14),
    0 3px 1px -2px rgba(0, 23, 55, 0.2), 0 1px 5px 0 rgba(0, 23, 55, 0.12);
}

.btn-outline-inverse-primary {
  color: #7746ee;
  border-color: #464dee;
}

.btn-outline-inverse-primary:hover {
  color: color-yiq(#464dee);
  background-color: #464dee;
  border-color: #464dee;
}

.btn-outline-inverse-primary:focus,
.btn-outline-inverse-primary.focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 77, 238, 0.5);
}

.btn-outline-inverse-primary.disabled,
.btn-outline-inverse-primary:disabled {
  color: #464dee;
  background-color: transparent;
}

.btn-outline-inverse-primary:not(:disabled):not(.disabled):active,
.btn-outline-inverse-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-primary.dropdown-toggle {
  color: color-yiq(#464dee);
  background-color: #464dee;
  border-color: #464dee;
}

.btn-outline-inverse-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 77, 238, 0.5);
}

.btn-outline-inverse-secondary {
  color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-inverse-secondary:hover {
  color: color-yiq(#d8d8d8);
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-inverse-secondary:focus,
.btn-outline-inverse-secondary.focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-outline-inverse-secondary.disabled,
.btn-outline-inverse-secondary:disabled {
  color: #d8d8d8;
  background-color: transparent;
}

.btn-outline-inverse-secondary:not(:disabled):not(.disabled):active,
.btn-outline-inverse-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-secondary.dropdown-toggle {
  color: color-yiq(#d8d8d8);
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-inverse-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-outline-inverse-success {
  color: #0db8db;
  border-color: #0ddbb9;
}

.btn-outline-inverse-success:hover {
  color: color-yiq(#0ddbb9);
  background-color: #0ddbb9;
  border-color: #0ddbb9;
}

.btn-outline-inverse-success:focus,
.btn-outline-inverse-success.focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 219, 185, 0.5);
}

.btn-outline-inverse-success.disabled,
.btn-outline-inverse-success:disabled {
  color: #0ddbb9;
  background-color: transparent;
}

.btn-outline-inverse-success:not(:disabled):not(.disabled):active,
.btn-outline-inverse-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-success.dropdown-toggle {
  color: color-yiq(#0ddbb9);
  background-color: #0ddbb9;
  border-color: #0ddbb9;
}

.btn-outline-inverse-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 219, 185, 0.5);
}

.btn-outline-inverse-info {
  color: #0a88f7;
  border-color: #1d97ff;
}

.btn-outline-inverse-info:hover {
  color: color-yiq(#1d97ff);
  background-color: #1d97ff;
  border-color: #1d97ff;
}

.btn-outline-inverse-info:focus,
.btn-outline-inverse-info.focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 215, 247, 0.5);
}

.btn-outline-inverse-info.disabled,
.btn-outline-inverse-info:disabled {
  color: #1d97ff;
  background-color: transparent;
}

.btn-outline-inverse-info:not(:disabled):not(.disabled):active,
.btn-outline-inverse-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-info.dropdown-toggle {
  color: color-yiq(#1d97ff);
  background-color: #1d97ff;
  border-color: #1d97ff;
}

.btn-outline-inverse-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 215, 247, 0.5);
}

.btn-outline-inverse-warning {
  color: #e3fc3b;
  border-color: #fcd53b;
}

.btn-outline-inverse-warning:hover {
  color: color-yiq(#fcd53b);
  background-color: #fcd53b;
  border-color: #fcd53b;
}

.btn-outline-inverse-warning:focus,
.btn-outline-inverse-warning.focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 213, 59, 0.5);
}

.btn-outline-inverse-warning.disabled,
.btn-outline-inverse-warning:disabled {
  color: #fcd53b;
  background-color: transparent;
}

.btn-outline-inverse-warning:not(:disabled):not(.disabled):active,
.btn-outline-inverse-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-warning.dropdown-toggle {
  color: color-yiq(#fcd53b);
  background-color: #fcd53b;
  border-color: #fcd53b;
}

.btn-outline-inverse-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 213, 59, 0.5);
}

.btn-outline-inverse-danger {
  color: #ee8c5b;
  border-color: #ee5b5b;
}

.btn-outline-inverse-danger:hover {
  color: color-yiq(#ee5b5b);
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-outline-inverse-danger:focus,
.btn-outline-inverse-danger.focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 91, 91, 0.5);
}

.btn-outline-inverse-danger.disabled,
.btn-outline-inverse-danger:disabled {
  color: #ee5b5b;
  background-color: transparent;
}

.btn-outline-inverse-danger:not(:disabled):not(.disabled):active,
.btn-outline-inverse-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-danger.dropdown-toggle {
  color: color-yiq(#ee5b5b);
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-outline-inverse-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 91, 91, 0.5);
}

.btn-outline-inverse-light {
  color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-inverse-light:hover {
  color: color-yiq(#d8d8d8);
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-inverse-light:focus,
.btn-outline-inverse-light.focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-outline-inverse-light.disabled,
.btn-outline-inverse-light:disabled {
  color: #d8d8d8;
  background-color: transparent;
}

.btn-outline-inverse-light:not(:disabled):not(.disabled):active,
.btn-outline-inverse-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-light.dropdown-toggle {
  color: color-yiq(#d8d8d8);
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.btn-outline-inverse-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 216, 216, 0.5);
}

.btn-outline-inverse-dark {
  color: #000537;
  border-color: #001737;
}

.btn-outline-inverse-dark:hover {
  color: color-yiq(#001737);
  background-color: #001737;
  border-color: #001737;
}

.btn-outline-inverse-dark:focus,
.btn-outline-inverse-dark.focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 23, 55, 0.5);
}

.btn-outline-inverse-dark.disabled,
.btn-outline-inverse-dark:disabled {
  color: #001737;
  background-color: transparent;
}

.btn-outline-inverse-dark:not(:disabled):not(.disabled):active,
.btn-outline-inverse-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse-dark.dropdown-toggle {
  color: color-yiq(#001737);
  background-color: #001737;
  border-color: #001737;
}

.btn-outline-inverse-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 23, 55, 0.5);
}

/* Cards */
.card {
  border-radius: 0.625rem;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09); */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #d6d6d6;
}

.card.congratulation-bg {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  border-radius: 6px 6px 18px 16px;
  background: url(../images/dashboard/bg.png);
  background-size: cover;
  border: 0;
  box-shadow: none;
  padding: 2.112rem 3.25rem;
}

.card.congratulation-bg p {
  font-size: 0.937rem;
  color: #ffffff;
}

.card .card-body {
  padding: 0.5rem;
}

@media (max-width: 991px) {
  .card .card-body {
    padding: 0.4rem 0.4rem;
  }
}

.card .card-body + .card-body {
  padding-top: 1rem;
}

.card .card-title {
  color: #001737;
  margin-bottom: 0.3rem;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 12px;
  line-height: 1.5;
}

.card .card-title:after {
  content: "";
  background-color: #15a6ff;
  position: absolute;
  left: 0px;
  top: -2px;
  width: 4px;
  height: 20px;
}

.card .card-subtitle {
  font-weight: 400;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.card .card-description {
  margin-bottom: 0.875rem;
  font-weight: 400;
  color: #76838f;
}

.card.card-outline-success {
  border: 1px solid theme-color("success");
}

.card.card-outline-primary {
  border: 1px solid theme-color("primary");
}

.card.card-outline-warning {
  border: 1px solid theme-color("warning");
}

.card.card-outline-danger {
  border: 1px solid theme-color("danger");
}

.card.card-rounded {
  border-radius: 5px;
}

.card.card-faded {
  background: #b5b0b2;
  border-color: #b5b0b2;
}

.card.card-circle-progress {
  color: #ffffff;
  text-align: center;
}

.card.card-img-holder {
  position: relative;
}

.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.card.card-weather .weather-daily .weather-day {
  opacity: 0.5;
  font-weight: 900;
}

.card.card-weather .weather-daily i {
  font-size: 20px;
}

.card.card-weather .weather-daily .weather-temp {
  margin-top: 0.5rem;
  margin-bottom: 0;
  opacity: 0.5;
  font-size: 0.75rem;
}

.card-inverse-primary {
  background: rgba(70, 77, 238, 0.2);
  border: 1px solid theme-color-level(#464dee, 1);
  color: theme-color-level(#464dee, 3);
}

.card-inverse-secondary {
  background: rgba(216, 216, 216, 0.2);
  border: 1px solid theme-color-level(#d8d8d8, 1);
  color: theme-color-level(#d8d8d8, 3);
}

.card-inverse-success {
  background: rgba(13, 219, 185, 0.2);
  border: 1px solid theme-color-level(#0ddbb9, 1);
  color: theme-color-level(#0ddbb9, 3);
}

.card-inverse-info {
  background: rgba(10, 215, 247, 0.2);
  border: 1px solid theme-color-level(#1d97ff, 1);
  color: theme-color-level(#1d97ff, 3);
}

.card-inverse-warning {
  background: rgba(252, 213, 59, 0.2);
  border: 1px solid theme-color-level(#fcd53b, 1);
  color: theme-color-level(#fcd53b, 3);
}

.card-inverse-danger {
  background: rgba(238, 91, 91, 0.2);
  border: 1px solid theme-color-level(#ee5b5b, 1);
  color: theme-color-level(#ee5b5b, 3);
}

.card-inverse-light {
  background: rgba(216, 216, 216, 0.2);
  border: 1px solid theme-color-level(#d8d8d8, 1);
  color: theme-color-level(#d8d8d8, 3);
}

.card-inverse-dark {
  background: rgba(0, 23, 55, 0.2);
  border: 1px solid theme-color-level(#001737, 1);
  color: theme-color-level(#001737, 3);
}

/*Badge variations*/
.badge-primary {
  border: 1px solid #464dee;
  color: #464dee;
}

.badge-secondary {
  border: 1px solid #d8d8d8;
  color: #d8d8d8;
}

.badge-success,
.preview-list .preview-item .preview-thumbnail .badge.badge-online {
  border: 1px solid #0ddbb9;
  color: #0ddbb9;
}

.badge-info,
.preview-list .preview-item .preview-thumbnail .badge.badge-offline {
  border: 1px solid #1d97ff;
  color: #1d97ff;
}

.badge-warning,
.preview-list .preview-item .preview-thumbnail .badge.badge-busy {
  border: 1px solid #fcd53b;
  color: #fcd53b;
}

.badge-danger {
  border: 1px solid #ee5b5b;
  color: #ee5b5b;
}

.badge-dark {
  border: 1px solid #001737;
  color: #001737;
}

/*Badge outlined variations*/
.badge-outline-primary {
  color: #464dee;
  border: 1px solid #464dee;
}

.badge-outline-secondary {
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.badge-outline-success {
  color: #0ddbb9;
  border: 1px solid #0ddbb9;
}

.badge-outline-info {
  color: #1d97ff;
  border: 1px solid #1d97ff;
}

.badge-outline-warning {
  color: #fcd53b;
  border: 1px solid #fcd53b;
}

.badge-outline-danger {
  color: #ee5b5b;
  border: 1px solid #ee5b5b;
}

.badge-outline-light {
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.badge-outline-dark {
  color: #001737;
  border: 1px solid #001737;
}

/* Checkboxes and Radios */
.form-check {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 4px;
  padding-left: 0;
}

.form-check .form-check-label {
  min-height: 18px;
  display: block;
  margin-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.rtl .form-check .form-check-label {
  margin-left: 0;
  margin-right: 1.75rem;
}

.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.rtl .form-check .form-check-label input {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before,
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

.rtl
  .form-check
  .form-check-label
  input[type="checkbox"]
  + .input-helper:before,
.rtl
  .form-check
  .form-check-label
  input[type="checkbox"]
  + .input-helper:after {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #464dee;
  border-width: 2px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-family: Material Design Icons;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: "\F12C";
  font-size: 0.9375rem;
  font-weight: bold;
  color: #ffffff;
}

.form-check
  .form-check-label
  input[type="checkbox"]:checked
  + .input-helper:before {
  background: #464dee;
  border-width: 0;
}

.form-check
  .form-check-label
  input[type="checkbox"]:checked
  + .input-helper:after {
  width: 18px;
  opacity: 1;
  line-height: 18px;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-check
  .form-check-label
  input[type="checkbox"]:disabled
  + .input-helper:before {
  border-color: #e7e7e7;
}

.form-check
  .form-check-label
  input[type="checkbox"]:disabled:checked
  + .input-helper:after {
  /* background: #f1f6f8; */
  color: #ffffff;
}

.form-check
  .form-check-label
  input[type="checkbox"]:disabled:checked
  + .input-helper:before {
  opacity: 0.6;
}

.form-check .form-check-label input[type="radio"] + .input-helper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: solid #464dee;
  border-width: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.rtl .form-check .form-check-label input[type="radio"] + .input-helper:before {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="radio"] + .input-helper:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
}

.rtl .form-check .form-check-label input[type="radio"] + .input-helper:after {
  left: auto;
  right: 6px;
}

.form-check
  .form-check-label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #464dee;
  border-width: 0;
}

.form-check
  .form-check-label
  input[type="radio"]:checked
  + .input-helper:after {
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-check
  .form-check-label
  input[type="radio"]:disabled
  + .input-helper:before {
  border-color: #f1f6f8;
}

.form-check
  .form-check-label
  input[type="radio"]:disabled:checked
  + .input-helper:before {
  background: #f1f6f8;
}

.form-check
  .form-check-label
  input[type="radio"]:disabled:checked
  + .input-helper:after {
  background: #ffffff;
}

.form-check-primary.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-primary.form-check
  label
  input[type="radio"]
  + .input-helper:before {
  border-color: theme-color(primary);
}

.form-check-primary.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-primary.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #464dee;
}

.form-check-secondary.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-secondary.form-check
  label
  input[type="radio"]
  + .input-helper:before {
  border-color: theme-color(secondary);
}

.form-check-secondary.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-secondary.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #d8d8d8;
}

.form-check-success.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-success.form-check
  label
  input[type="radio"]
  + .input-helper:before {
  border-color: theme-color(success);
}

.form-check-success.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-success.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #0ddbb9;
}

.form-check-info.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-info.form-check label input[type="radio"] + .input-helper:before {
  border-color: theme-color(info);
}

.form-check-info.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-info.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #1d97ff;
}

.form-check-warning.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-warning.form-check
  label
  input[type="radio"]
  + .input-helper:before {
  border-color: theme-color(warning);
}

.form-check-warning.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-warning.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #fcd53b;
}

.form-check-danger.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-danger.form-check label input[type="radio"] + .input-helper:before {
  border-color: theme-color(danger);
}

.form-check-danger.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-danger.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #ee5b5b;
}

.form-check-light.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-light.form-check label input[type="radio"] + .input-helper:before {
  border-color: theme-color(light);
}

.form-check-light.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-light.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #d8d8d8;
}

.form-check-dark.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-dark.form-check label input[type="radio"] + .input-helper:before {
  border-color: theme-color(dark);
}

.form-check-dark.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-dark.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #001737;
}

/* Dropdowns */
.dropdown .dropdown-toggle:after {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  font: normal normal normal 24px/1 "Material Design Icons";
  content: "\F140";
  width: 15px;
  height: auto;
  vertical-align: middle;
  line-height: 0.625rem;
  font-size: 1.25rem;
  margin-left: 0;
}

.nav-profile.dropdown .dropdown-toggle:after {
  display: none;
}

.dropdown .dropdown-toggle.dropdown-toggle.dropdown-arrow-none:after {
  display: none;
}

.dropdown .dropdown-menu {
  margin-top: 0.75rem;
  font-size: 1rem;
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
  border-radius: 0;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 0.25rem 1.5rem;
}

.dropdown .dropdown-menu .dropdown-item:active {
  background: initial;
}

/* Forms */
.form-group {
  margin-bottom: 0.6rem;
}

.input-group-append,
.input-group-prepend {
  color: #c9c8c8;
  width: 30px;
  border: none;
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  border-color: #dee2e6;
  padding: 0.875rem 0.45rem;
  color: black;
  height: 31.83px;
}

.form-control,
.typeahead,
.tt-query,
.tt-hint {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: block;
  width: 100%;
  padding: 0.552rem 0.8rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
}

select.form-control,
select.typeahead,
select.tt-query,
select.tt-hint {
  padding: 0.183rem 0.75rem;
  border: 1px solid #aaaaaa;
}

select.form-control:focus,
select.typeahead:focus,
select.tt-query:focus,
select.tt-hint:focus {
  outline: 1px solid #dee2e6;
}

select.form-control.border-primary,
select.border-primary.typeahead,
select.border-primary.tt-query,
select.border-primary.tt-hint {
  outline: 1px solid #464dee;
}

select.form-control.border-primary:focus,
select.border-primary.typeahead:focus,
select.border-primary.tt-query:focus,
select.border-primary.tt-hint:focus {
  outline: 1px solid #464dee;
}

select.form-control.border-secondary,
select.border-secondary.typeahead,
select.border-secondary.tt-query,
select.border-secondary.tt-hint {
  outline: 1px solid #d8d8d8;
}

select.form-control.border-secondary:focus,
select.border-secondary.typeahead:focus,
select.border-secondary.tt-query:focus,
select.border-secondary.tt-hint:focus {
  outline: 1px solid #d8d8d8;
}

select.form-control.border-success,
select.border-success.typeahead,
select.border-success.tt-query,
select.border-success.tt-hint {
  outline: 1px solid #0ddbb9;
}

select.form-control.border-success:focus,
select.border-success.typeahead:focus,
select.border-success.tt-query:focus,
select.border-success.tt-hint:focus {
  outline: 1px solid #0ddbb9;
}

select.form-control.border-info,
select.border-info.typeahead,
select.border-info.tt-query,
select.border-info.tt-hint {
  outline: 1px solid #1d97ff;
}

select.form-control.border-info:focus,
select.border-info.typeahead:focus,
select.border-info.tt-query:focus,
select.border-info.tt-hint:focus {
  outline: 1px solid #1d97ff;
}

select.form-control.border-warning,
select.border-warning.typeahead,
select.border-warning.tt-query,
select.border-warning.tt-hint {
  outline: 1px solid #fcd53b;
}

select.form-control.border-warning:focus,
select.border-warning.typeahead:focus,
select.border-warning.tt-query:focus,
select.border-warning.tt-hint:focus {
  outline: 1px solid #fcd53b;
}

select.form-control.border-danger,
select.border-danger.typeahead,
select.border-danger.tt-query,
select.border-danger.tt-hint {
  outline: 1px solid #ee5b5b;
}

select.form-control.border-danger:focus,
select.border-danger.typeahead:focus,
select.border-danger.tt-query:focus,
select.border-danger.tt-hint:focus {
  outline: 1px solid #ee5b5b;
}

select.form-control.border-light,
select.border-light.typeahead,
select.border-light.tt-query,
select.border-light.tt-hint {
  outline: 1px solid #d8d8d8;
}

select.form-control.border-light:focus,
select.border-light.typeahead:focus,
select.border-light.tt-query:focus,
select.border-light.tt-hint:focus {
  outline: 1px solid #d8d8d8;
}

select.form-control.border-dark,
select.border-dark.typeahead,
select.border-dark.tt-query,
select.border-dark.tt-hint {
  outline: 1px solid #001737;
}

select.form-control.border-dark:focus,
select.border-dark.typeahead:focus,
select.border-dark.tt-query:focus,
select.border-dark.tt-hint:focus {
  outline: 1px solid #001737;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-family: "Inter", serif;
  font-style: normal;
  line-height: 14px;
  letter-spacing: 0.02em !important;
  color: #000000;
  font-size: 0.9rem;
  font-weight: 500 !important;
}

.form-group.has-danger .form-control,
.form-group.has-danger .typeahead,
.form-group.has-danger .tt-query,
.form-group.has-danger .tt-hint {
  border-color: #ee5b5b;
}

.form-group .file-upload-default {
  visibility: hidden;
  position: absolute;
}

.form-group .file-upload-info {
  background: transparent;
}

/* Lists */
ul,
ol,
dl {
  padding-left: 1rem;
  font-size: 1rem;
}

ul li,
ol li,
dl li {
  line-height: 1.8;
}

.print_001 ul li,
.print_001 ol li,
.print_001 dl li,
.Preview_004 ul li,
.Preview_004 ol li,
.Preview_004 dl li {
  line-height: 1.3;
}

.list-ticked,
.list-arrow,
.list-star {
  list-style: none;
  padding: 0;
}

.list-ticked li,
.list-arrow li,
.list-star li {
  padding-left: 1.5rem;
}

.list-ticked li:before,
.list-arrow li:before,
.list-star li:before {
  font-family: "Material Design Icons";
  margin-left: -1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
}

.list-ticked li:before {
  content: "\F12D";
  color: #ee5b5b;
}

.list-arrow li:before {
  content: "\F142";
  color: #0ddbb9;
}

.list-star li:before {
  content: "\F4CE";
  color: #fcd53b;
}

.solid-bullet-list {
  position: relative;
  padding-left: 0;
}

.rtl .solid-bullet-list {
  padding-right: 0;
}

.solid-bullet-list li {
  position: relative;
  list-style-type: none;
  padding-left: 25px;
  line-height: 1;
  padding-bottom: 2.125rem;
}

.solid-bullet-list li * {
  line-height: 0.8;
}

.solid-bullet-list li:before,
.solid-bullet-list li:after {
  content: "";
  position: absolute;
}

.solid-bullet-list li:before {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #464dee;
  z-index: 1;
}

.solid-bullet-list:after {
  content: "";
  border: 1px solid #f1f6f8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  z-index: 0;
}

.bullet-line-list {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
}

.rtl .bullet-line-list {
  padding-left: unset;
  padding-right: 30px;
}

.bullet-line-list li {
  position: relative;
}

.bullet-line-list li:before {
  width: 15px;
  height: 15px;
  left: -30px;
  top: 0;
  border: 4px solid #464dee;
  margin-right: 15px;
  z-index: 2;
  background: color(white);
}

.rtl .bullet-line-list li:before {
  left: unset;
  right: -45px;
}

.bullet-line-list li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
}

.bullet-line-list:after {
  content: "";
  border: 1px solid #f1f6f8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
}

.rtl .bullet-line-list:after {
  left: unset;
  right: 7px;
}

/* Tables */
.table {
  margin-bottom: 0;
}

.table thead th {
  border-top: 0;
  border-bottom-width: 1px;
  font-size: 12px;
  font-weight: 600;
}

.table thead th i {
  margin-left: 0.325rem;
}

.css-ig9rso-MuiToolbar-roo {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.table th,
.table td {
  vertical-align: middle;
  line-height: 1;
}

.table td {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.table td img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

.table td .badge {
  margin-bottom: 0;
}

.table.table-borderless {
  border: none;
}

.table.table-borderless tr,
.table.table-borderless td,
.table.table-borderless th {
  border: none;
}

.table.table-bordered {
  border-top: 1px solid #dee2e6;
}

.table > :not(:last-child) > :last-child > *,
.jsgrid .jsgrid-table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6;
}

.table > :not(:first-child),
.jsgrid .jsgrid-table > :not(:first-child) {
  border-top: none;
}

.nav-tabs .nav-link {
  background: #f6f8fa;
  color: #000000;
  border-radius: 0;
  border: 1px solid #dee2e6;
  padding: 0.75rem 1.5rem;
}

@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: 0.75rem 0.5rem;
  }
}

.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 0;
}

.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 4px 0 0;
}

.nav-tabs.nav-tabs-vertical,
.nav-tabs.nav-tabs-vertical-custom {
  border-bottom: 0;
}

.nav-tabs.nav-tabs-vertical .nav-link.active,
.nav-tabs.nav-tabs-vertical-custom .nav-link.active {
  border-bottom-color: #f1f6f8;
}

.nav-tabs.nav-tabs-vertical .nav-item:first-child .nav-link,
.nav-tabs.nav-tabs-vertical-custom .nav-item:first-child .nav-link {
  border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-tabs-vertical .nav-item:last-child .nav-link,
.nav-tabs.nav-tabs-vertical-custom .nav-item:last-child .nav-link {
  border-radius: 0 0 4px 4px;
}

.nav-tabs.nav-tabs-vertical-custom {
  background: #464dee;
  border-radius: 4px;
}

.nav-tabs.nav-tabs-vertical-custom .nav-link {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #0d128e;
  font-weight: 600;
  padding: 1.75rem;
}

.nav-tabs.nav-tabs-vertical-custom .nav-link.active {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.nav-tabs.tab-no-active-fill .nav-item {
  margin-right: 2.5rem;
}

.nav-tabs.tab-no-active-fill .nav-item .nav-link {
  background: transparent;
  color: #001737;
  border: none;
  padding-top: 0;
}

@media (max-width: 991px) {
  .nav-tabs.tab-no-active-fill .nav-item .nav-link {
    margin-bottom: 1rem;
  }
}

.nav-tabs.tab-no-active-fill .nav-item .nav-link.active {
  border-bottom: 2px solid #0ddbb9;
  font-weight: 600;
}

@media (max-width: 991px) {
  .nav-tabs.tab-no-active-fill .nav-item {
    display: block;
  }
}

.nav-pills {
  border-bottom: 1px solid #f1f6f8;
  padding-bottom: 0.5rem;
}

.nav-pills .nav-link {
  border: 1px solid #f1f6f8;
  padding: 0.5rem 1.75rem;
}

@media (max-width: 767px) {
  .nav-pills .nav-link {
    padding: 0.3rem 0.3rem;
    font-size: 12px;
  }

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

.nav-pills .nav-item {
  margin-right: 1rem;
}

.step-arrow-nav .nav-pills .nav-item {
  margin-right: 0rem;
}

.step-arrow-nav .nav-pills .nav-link {
  border: 1px solid #dee2e6;
  padding: 0.2rem 0.5rem;
  color: #000;
  font-weight: 500;
}

.step-arrow-nav .nav-pills .nav-link.active {
  background-color: #2c3e87;
  color: #fff;
}

@media (max-width: 767px) {
  .nav-pills .nav-item {
    margin-right: 0.5rem;
  }
}

.nav-pills.nav-pills-vertical {
  border-bottom: 0;
}

.nav-pills.nav-pills-vertical .nav-item {
  margin-right: 0;
  margin-bottom: 1rem;
}

.nav-pills.nav-pills-custom {
  border-bottom: 0;
}

.nav-pills.nav-pills-custom .nav-link {
  border-radius: 20px;
  padding: 0.5rem 2.5rem;
  background: #fcfcfd;
  color: #000000;
}

.nav-pills.nav-pills-custom .nav-link.active {
  background: #ee5b5b;
  color: #ffffff;
}

.nav-pills.nav-pills-custom .nav-item {
  margin-top: 0.875rem;
}

/* Pills color variations */
.nav-pills-primary .nav-link {
  color: #464dee;
}

.nav-pills-primary .nav-link.active {
  background: theme-color(primary);
}

.nav-pills-secondary .nav-link {
  color: #d8d8d8;
}

.nav-pills-secondary .nav-link.active {
  background: theme-color(secondary);
}

.nav-pills-success .nav-link {
  color: #0ddbb9;
}

.nav-pills-success .nav-link.active {
  background: theme-color(success);
}

.nav-pills-info .nav-link {
  color: #1d97ff;
}

.nav-pills-info .nav-link.active {
  background: theme-color(info);
}

.nav-pills-warning .nav-link {
  color: #fcd53b;
}

.nav-pills-warning .nav-link.active {
  background: theme-color(warning);
}

.nav-pills-danger .nav-link {
  color: #ee5b5b;
}

.nav-pills-danger .nav-link.active {
  background: theme-color(danger);
}

.nav-pills-light .nav-link {
  color: #d8d8d8;
}

.nav-pills-light .nav-link.active {
  background: theme-color(light);
}

.nav-pills-dark .nav-link {
  color: #001737;
}

.nav-pills-dark .nav-link.active {
  background: theme-color(dark);
}

.tab-content {
  border: 0px solid #f1f6f8;
  border-top: 0;
  padding: 0rem 0rem;
  text-align: justify;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  padding-bottom: 10px;
  overflow-x: hidden;
  padding-right: 10px;
}

.nav-tabs .nav-item:first-child .nav-link {
  margin-left: 0;
}

.tab-content.tab-content-vertical {
  border-top: 1px solid #f1f6f8;
}

.tab-content.tab-content-vertical-custom {
  border: 0;
  padding-top: 0;
}

.tab-content.tab-content-custom-pill {
  border: 0;
  padding-left: 0;
}

.tab-content.tab-no-active-fill-tab-content {
  padding: 1rem 0;
  border: 0;
}

/* Icons */
.icons-list {
  border-left: 1px solid #f1f6f8;
  border-top: 1px solid #f1f6f8;
}

.icons-list > div {
  background: #ffffff;
  border-bottom: 1px solid #f1f6f8;
  border-right: 1px solid #f1f6f8;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 15px;
  font-weight: 400;
  font-size: 1rem;
}

.icons-list > div i {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  text-align: left;
  color: #464dee;
}

.icon-in-bg {
  width: 55px;
  height: 55px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.icon-lg {
  font-size: 2.5rem;
}

.icon-md {
  font-size: 1.875rem;
}

.icon-sm {
  font-size: 1rem;
}

/*icon boxes*/
.icon-box-primary {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #464dee;
}

.icon-box-primary i {
  color: white;
  font-size: 1.25rem;
}

.icon-box-primary.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.icon-box-primary.icon-box-lg i {
  font-size: 2.5rem;
}

.icon-box-secondary {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #d8d8d8;
}

.icon-box-secondary i {
  color: white;
  font-size: 1.25rem;
}

.icon-box-secondary.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.icon-box-secondary.icon-box-lg i {
  font-size: 2.5rem;
}

.icon-box-success {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #0ddbb9;
}

.icon-box-success i {
  color: white;
  font-size: 1.25rem;
}

.icon-box-success.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.icon-box-success.icon-box-lg i {
  font-size: 2.5rem;
}

.icon-box-info {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #1d97ff;
}

.icon-box-info i {
  color: white;
  font-size: 1.25rem;
}

.icon-box-info.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.icon-box-info.icon-box-lg i {
  font-size: 2.5rem;
}

.icon-box-warning {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #fcd53b;
}

.icon-box-warning i {
  color: white;
  font-size: 1.25rem;
}

.icon-box-warning.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.icon-box-warning.icon-box-lg i {
  font-size: 2.5rem;
}

.icon-box-danger {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #ee5b5b;
}

.icon-box-danger i {
  color: white;
  font-size: 1.25rem;
}

.icon-box-danger.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.icon-box-danger.icon-box-lg i {
  font-size: 2.5rem;
}

.icon-box-light {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #d8d8d8;
}

.icon-box-light i {
  color: white;
  font-size: 1.25rem;
}

.icon-box-light.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.icon-box-light.icon-box-lg i {
  font-size: 2.5rem;
}

.icon-box-dark {
  width: 2.812rem;
  height: 2.812rem;
  border-radius: 5px;
  line-height: 2.812rem;
  text-align: center;
  background: #001737;
}

.icon-box-dark i {
  color: white;
  font-size: 1.25rem;
}

.icon-box-dark.icon-box-lg {
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
}

.icon-box-dark.icon-box-lg i {
  font-size: 2.5rem;
}

/* Toggle Switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
}

.toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7a7a7a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #f1f6f8;
}

.toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-switch input {
  visibility: hidden;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: #464dee;
}

.toDoToggle.toggle-switch input:checked + .toggle-slider {
  background-color: green;
}

.toggle-switch input:checked + .toggle-slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.toggle-switch.toggle-switch-primary input:checked + .toggle-slider {
  background-color: #464dee;
}

.toggle-switch.toggle-switch-secondary input:checked + .toggle-slider {
  background-color: #d8d8d8;
}

.toggle-switch.toggle-switch-success input:checked + .toggle-slider {
  background-color: #0ddbb9;
}

.toggle-switch.toggle-switch-info input:checked + .toggle-slider {
  background-color: #1d97ff;
}

.toggle-switch.toggle-switch-warning input:checked + .toggle-slider {
  background-color: #fcd53b;
}

.toggle-switch.toggle-switch-danger input:checked + .toggle-slider {
  background-color: #ee5b5b;
}

.toggle-switch.toggle-switch-light input:checked + .toggle-slider {
  background-color: #d8d8d8;
}

.toggle-switch.toggle-switch-dark input:checked + .toggle-slider {
  background-color: #001737;
}

/* Rounded sliders */
/* Preview */
.preview-list .preview-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 1.25rem 0;
}

.preview-list .preview-item:last-child {
  border-bottom: 0;
}

.preview-list .preview-item .form-check {
  margin-top: 8px;
  margin-right: 1rem;
}

.preview-list .preview-item .preview-thumbnail {
  color: color(white);
  position: relative;
}

.preview-list .preview-item .preview-thumbnail img,
.preview-list .preview-item .preview-thumbnail .preview-icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}

.preview-list .preview-item .preview-thumbnail .preview-icon {
  padding: 6px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.preview-list .preview-item .preview-thumbnail .preview-icon i {
  font-size: 1.125rem;
  margin: 0;
}

.preview-list .preview-item .preview-thumbnail .badge {
  border: 2px solid color(white);
  border-radius: 100%;
  bottom: 5px;
  display: block;
  height: 14px;
  left: -5px;
  padding: 0;
  position: absolute;
  width: 14px;
}

.preview-list .preview-item .preview-item-content {
  line-height: 1;
  padding-left: 15px;
}

.preview-list .preview-item .preview-item-content:first-child {
  padding-left: 0;
}

.preview-list .preview-item .preview-item-content p {
  margin-bottom: 10px;
}

.preview-list .preview-item .preview-item-content p .content-category {
  font-family: "Inter", serif;
  padding-right: 15px;
  border-right: 1px solid #f1f6f8;
}

.rtl .preview-list .preview-item .preview-item-content {
  padding-left: 0;
  padding-right: 1rem;
  margin-right: 0;
  margin-left: auto;
}

.preview-list .preview-item .preview-actions {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.preview-list .preview-item .preview-actions i {
  width: 29px;
  color: color(gray-lightest);
  height: 29px;
  border: 2px solid color(gray-lightest);
  border-radius: 100%;
  padding: 3px 6px;
  display: inline-block;
}

.preview-list .preview-item .preview-actions i:first-child {
  margin-right: 10px;
}

.preview-list.comment-preview .preview-item {
  padding: 0.87rem 0;
}

.preview-list.comment-preview .preview-item:first-child {
  padding-top: 0;
}

.preview-list.comment-preview .preview-item p {
  line-height: 27px;
}

.preview-list.bordered .preview-item {
  border-bottom: 1px solid #f1f6f8;
}

.preview-list.bordered .preview-item:last-child {
  border-bottom: 0;
}

/*-------------------------------------------------------------------*/
/* === Email === */
/*-------------------------------------------------------------------*/
/* === Plugin overrides === */
/* Jvectormap */
.jvectormap-container {
  background: #ffffff;
}

/* Progressbar-js */
.progress-bar-js-line {
  height: 6px;
}

.progressbar-js-circle {
  width: 100%;
  position: relative;
}

/* Typeahead */
.tt-menu,
.gist {
  text-align: left;
}

.twitter-typeahead {
  max-width: 100%;
}

.typeahead {
  background-color: color(white);
}

.typeahead:focus {
  border-color: #f1f6f8;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: color(gray);
}

.tt-menu {
  width: 100%;
  margin: 12px 0;
  padding: 8px 0;
  background-color: color(white);
  border: 1px solid #f1f6f8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: inherit;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: color(white);
  background-color: #464dee;
}

.tt-suggestion .tt-cursor {
  color: color(white);
  background-color: #464dee;
}

.tt-suggestion p {
  margin: 0;
}

/*-------------------------------------------------------------------*/
/* === Landing screens === */
/* Auth */
.login-bg {
  background: url("../images/login-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.auth .forgot-half-bg {
  background: url("../images/auth/register-bg.jpg");
  background-size: cover;
}

.auth .register-half-bg {
  background: url("../images/auth/register-bg.jpg");
  background-size: cover;
}

.auth.lock-full-bg {
  background: url("../images/auth/lockscreen-bg.jpg");
  background-size: cover;
}

.auth .lock-profile-img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.auth .auth-form-light {
  background: #ffffff;
}

.auth .auth-form-light select {
  color: #c9c8c8;
}

.auth .auth-form-light .input-group .form-control:focus,
.auth .auth-form-light .input-group .typeahead:focus,
.auth .auth-form-light .input-group .tt-query:focus,
.auth .auth-form-light .input-group .tt-hint:focus,
.auth .auth-form-light .input-group .form-control:active,
.auth .auth-form-light .input-group .typeahead:active,
.auth .auth-form-light .input-group .tt-query:active,
.auth .auth-form-light .input-group .tt-hint:active {
  border-color: #f1f6f8;
}

.auth .auth-form-transparent {
  background: transparent;
}

.auth .auth-form-transparent .form-control,
.auth .auth-form-transparent .typeahead,
.auth .auth-form-transparent .tt-query,
.auth .auth-form-transparent .tt-hint,
.auth .auth-form-transparent .input-group-text {
  border-color: #d8d8d8;
  height: 40.5px;
}

.auth .auth-form-transparent .form-control:focus,
.auth .auth-form-transparent .typeahead:focus,
.auth .auth-form-transparent .tt-query:focus,
.auth .auth-form-transparent .tt-hint:focus,
.auth .auth-form-transparent .form-control:active,
.auth .auth-form-transparent .typeahead:active,
.auth .auth-form-transparent .tt-query:active,
.auth .auth-form-transparent .tt-hint:active,
.auth .auth-form-transparent .input-group-text:focus,
.auth .auth-form-transparent .input-group-text:active {
  border-color: #d8d8d8;
}

.auth .auth-form-transparent select {
  outline-color: #d8d8d8;
}

.auth.auth-img-bg {
  padding: 0;
}

@media (min-width: 768px) {
  .auth.auth-img-bg .auth-form-transparent {
    width: 55%;
    margin: auto;
  }
}

.auth .brand-logo {
  margin-bottom: 2rem;
}

/* logo dynamic */
.auth .brand-logo img {
  max-width: 85%;
  max-height: 200px;
  /* width: 187px; */
}

.auth form .form-group {
  margin-bottom: 1.5rem;
}

.text-muted {
  color: #99a1b7 !important;
}

.auth form .auth-form-btn {
  height: 50px;
  line-height: 1.4;
}

.auth form .auth-link {
  font-size: 1rem;
}

.auth form .auth-link:hover {
  color: initial;
}

.login-card {
  border-radius: 1rem !important;
  background-color: #fff;
  padding: 30px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.page-body-wrapper {
  padding-left: 0;
  padding-right: 0;
  min-height: calc(100vh - 80px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.page-body-wrapper.full-page-wrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
}

.page-body-wrapper.full-page-wrapper .content-wrapper {
  width: 100%;
  max-width: none;
}

.horizontal-menu.fixed-on-scroll + .page-body-wrapper {
  padding-top: 0rem;
}

.main-panel {
  background: #f3f3f3;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  padding: 1rem 0;
  padding-top: 0.5rem;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.breadcrumb-space .content-wrapper {
  padding-top: 1.5rem;
}

.horizontal-menu .top-navbar {
  font-weight: 400;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.38);
}

.horizontal-menu .top-navbar .navbar-brand-wrapper {
  width: auto;
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand {
  color: #27367f;
  font-size: 1.5rem;
  line-height: 48px;
  margin-right: 0;
  padding: 0.25rem 0;
  text-align: left;
}

.horizontal-menu
  .top-navbar
  .navbar-brand-wrapper
  .navbar-brand.brand-logo-mini {
  display: none;
  padding-left: 0;
  text-align: center;
}

.horizontal-menu
  .top-navbar
  .navbar-brand-wrapper
  .navbar-brand.brand-logo-mini
  img {
  width: 50px;
  max-width: 100%;
  margin: auto;
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand:active,
.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand:focus,
.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand:hover {
  color: #1b2658;
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img {
  max-width: 100%;
  height: 40px;
  margin: auto;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img {
    height: 40px;
    max-width: 100%;
  }

  .horizontal-menu
    .top-navbar
    .navbar-brand-wrapper
    .navbar-brand.brand-logo-mini
    img {
    height: 55px;
    width: auto;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand {
    width: auto;
    max-height: 55px;
    max-width: 320px;
  }
}

.horizontal-menu .top-navbar .navbar-menu-wrapper {
  color: #d8d8d8;
  width: auto;
  height: 56px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .horizontal-menu .top-navbar .navbar-menu-wrapper {
    width: calc(100% - 55px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-toggler {
  border: 0;
  color: #000;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-toggler:not(.navbar-toggler-right) {
    display: none;
  }
}

@media (max-width: 991px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-toggler.navbar-toggler-right {
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: none;
    border: 0px solid #ddd;
  }

  .horizontal-menu .bottom-navbar,
  .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav {
    display: none !important;
  }

  .horizontal-menu .bottom-navbar.header-toggled,
  .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav.header-toggled {
    display: block !important;
    max-height: calc(100vh - 78px);
    overflow: auto;
    position: absolute;
    top: 57px;
    left: 0;
    background: #fff;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    box-shadow: 0 2px 4px 0 rgb(185 185 185 / 50%);
  }

  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item
    .nav-link {
    display: block;
    padding: 0.2rem 0rem;
    color: #000000;
    font-size: 12px;
  }

  a.addnew,
  .btn-sm {
    padding: 5px 7px !important;
  }

  .auth form .auth-form-btn {
    height: 45px;
    line-height: 1.8;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobilemenu {
    display: flex;
    gap: 5px;
  }

  .horizontal-menu .top-navbar .navbar-menu-wrapper .mobilemenu .navbar-nav {
    display: flex !important;
  }

  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.nav-profile.dropdown
    .navbar-dropdown {
    width: auto;
    top: 58px;
  }
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.active
  .nav-link {
  color: #0d6efd;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item
  .nav-link {
  font-size: 13px;
  font-weight: 600;
  color: #666666;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item
  .nav-link.active {
  color: #212529;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item
  .nav-link.horizontal-nav-left-menu {
  color: #d8d8d8;
  font-size: 1.5rem;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-profile {
  margin-left: 0.5rem;
  position: relative;
}

@media (max-width: 991px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.nav-profile {
    margin-left: 0.5rem;
  }
}

@media (max-width: 1200px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.nav-profile {
    margin-left: 0.5rem;
    position: relative;
  }

  .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    color: #2c3e87;
  }
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-profile
  .online-status {
  width: 8px;
  height: 8px;
  border: solid 1px #ffffff;
  background-color: #0ddbb9;
  border-radius: 100%;
  position: absolute;
  top: 1.25rem;
  right: 18px;
}

@media (max-width: 991px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.nav-profile
    .online-status {
    display: none;
  }
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-profile
  img {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-profile
  .nav-profile-name {
  color: #001737;
  font-weight: 600;
  margin-right: 0.5rem;
}

@media (max-width: 767px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.nav-profile
    .nav-profile-name {
    display: none;
  }
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-profile.dropdown
  .dropdown-toggle.show-dropdown-arrow:after {
  display: inline-block;
  font-size: 12px;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-profile.dropdown
  .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 1rem;
  left: auto;
  top: 56px;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search {
  margin-left: 0;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 0.5rem;
  border: 1px solid #f1f6f8;
  height: 34px;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .form-control,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .typeahead,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-query,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-hint,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .input-group-text {
  background: transparent;
  border: 0;
  color: #d8d8d8;
  padding: 0;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .form-control,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .typeahead,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-query,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-hint {
  margin-left: 0.5rem;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .form-control::-webkit-input-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .typeahead::-webkit-input-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-query::-webkit-input-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-hint::-webkit-input-placeholder {
  color: #d8d8d8;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .form-control:-moz-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .typeahead:-moz-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-query:-moz-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-hint:-moz-placeholder {
  color: #d8d8d8;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .form-control::-moz-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .typeahead::-moz-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-query::-moz-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-hint::-moz-placeholder {
  color: #d8d8d8;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .form-control:-ms-input-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .typeahead:-ms-input-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-query:-ms-input-placeholder,
.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.nav-search
  .input-group
  .tt-hint:-ms-input-placeholder {
  color: #d8d8d8;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown {
  position: absolute;
  font-size: 0.9rem;
  margin-top: 0;
  right: 0;
  left: auto;
  top: 48px;
  border-radius: 0.475rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  border: 1px solid rgb(0 0 0 / 5%);
}

.rtl
  .horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown {
  right: auto;
  left: 0;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-item {
  margin-bottom: 0;
  padding: 5px 8px;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-item
  .badge {
  margin-left: 2.5rem;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-item
  .ellipsis {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rtl
  .horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-item
  i {
  margin-left: 10px;
}

.rtl
  .horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-item
  .badge {
  margin-left: 0;
  margin-right: 2.5rem;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  .navbar-dropdown
  .dropdown-divider {
  margin: 0;
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item.dropdown
  i {
  margin-right: 0rem;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.dropdown {
    position: static;
  }

  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item.dropdown
    .navbar-dropdown {
    left: auto;
    right: 10px;
    top: 58px;
    width: auto;
  }

  .horizontal-menu .top-navbar .navbar-menu-wrapper .mobilemenu .mobile-nav {
    flex-direction: column !important;
    top: 58px;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid rgb(0 0 0 / 5%);
    left: 0;
    right: auto;
    top: 58px;
    width: auto;
    font-size: 0.9rem;
    margin-top: 0;
    border-radius: 0.475rem;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    padding: 0.3rem !important;
    align-items: flex-start !important;
    list-style-type: none;
  }

  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .mobilemenu
    .mobile-nav
    .nav-link {
    display: block;
    padding: 0.2rem 0.6rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out;
  }

  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .mobilemenu
    .mobile-nav
    .nav-item.active
    .nav-link {
    color: #0d6efd;
  }

  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .mobilemenu
    .mobile-nav
    .nav-link:hover,
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .mobilemenu
    .mobile-nav
    .nav-link:focus {
    background-color: #f4f4f4;
    color: #212529;
  }
}

@media (min-width: 992px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .mobilemenu
    .mobile-nav.navbar-nav {
    display: none !important;
  }
}

.horizontal-menu
  .top-navbar
  .navbar-menu-wrapper
  .navbar-nav
  .nav-item:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav.navbar-nav-right {
    margin-left: auto;
  }

  .rtl
    .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav.navbar-nav-right {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav.navbar-nav-left {
    margin-right: auto;
  }

  .rtl
    .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav.navbar-nav-left {
    margin-left: 0;
    margin-right: auto;
  }
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.2);
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator {
  position: relative;
  padding: 0;
  text-align: center;
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator i {
  font-size: 1.25rem;
  margin-right: 0;
  vertical-align: middle;
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator .count {
  position: absolute;
  left: 35%;
  width: 14px;
  height: 14px;
  border-radius: 0.25rem;
  color: #ffffff;
  top: -2px;
  font-size: 11px;
  line-height: 12px;
  padding-top: 1px;
}

@media (max-width: 991px) {
  .horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator .count {
    left: 58%;
    top: 6px;
  }
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator:after {
  display: none;
}

.horizontal-menu .bottom-navbar {
  background: #ffffff;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition-duration: 3s;
  -moz-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transition-property: position, left, right, top, z-index;
  -moz-transition-property: position, left, right, top, z-index;
  -o-transition-property: position, left, right, top, z-index;
  transition-property: position, left, right, top, z-index;
  box-shadow: 0 19px 34px -15px #f1f6f8;
  -webkit-box-shadow: 0 19px 34px -15px #f1f6f8;
  -moz-box-shadow: 0 19px 34px -15px #f1f6f8;
}

.horizontal-menu .bottom-navbar .page-navigation {
  position: relative;
  width: 100%;
  z-index: 99;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background, box-shadow;
  -moz-transition-property: background, box-shadow;
  -o-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
}

@media (max-width: 767.98px) {
  .horizontal-menu .bottom-navbar .page-navigation {
    border: none;
  }

  .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand {
    width: 170px;
  }
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item {
  line-height: 1;
  text-align: left;
}

@media (max-width: 767.98px) {
  .horizontal-menu .bottom-navbar .page-navigation > .nav-item {
    display: block;
    width: 100%;
    border-right: none;
  }

  .mobilemenu {
    display: flex;
    gap: 10px;
  }

  #settingDropdown {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item:last-child {
  border-right: none;
}

@media (min-width: 992px) {
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:last-child
    > .nav-link {
    padding-right: 0;
  }
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
  color: #000000;
  padding: 17px 32px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  > .nav-link
  .menu-title {
  font-size: 0.937rem;
  font-weight: 600;
  display: block;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  > .nav-link
  .menu-icon {
  margin-right: 0;
  font-size: 1.125rem;
  color: #000000;
  font-weight: 400;
  display: block;
  margin-bottom: 0.625rem;
}

.rtl
  .horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  > .nav-link
  .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  > .nav-link
  .menu-arrow {
  margin-top: 5px;
  display: inline-block;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  font-weight: 200;
  display: none;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  > .nav-link
  .menu-arrow:before {
  content: "\F140";
  font-family: "Material Design Icons";
  font-style: normal;
  display: block;
  font-size: 20px;
  line-height: 10px;
}

@media (max-width: 1024px) {
  .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
    padding: 17px 28px;
  }
}

@media (min-width: 768px) {
  .horizontal-menu .bottom-navbar .page-navigation > .nav-item:hover .submenu {
    display: block;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:hover
    > .nav-link {
    background: transparent;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:hover
    > .nav-link
    i,
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:hover
    > .nav-link
    .menu-title {
    color: #464dee;
    transition: color 1s ease;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:hover
    > .nav-link
    .menu-arrow {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform-origin: center;
    transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
}

@media (max-width: 767.98px) {
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.show-submenu
    .submenu {
    display: block;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.show-submenu
    > .nav-link {
    background: transparent;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.show-submenu
    > .nav-link
    i,
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.show-submenu
    > .nav-link
    .menu-title {
    color: #464dee;
    transition: color 1s ease;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.show-submenu
    > .nav-link
    .menu-arrow {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.active
  > .nav-link {
  position: relative;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.active
  > .nav-link:before {
  position: absolute;
  content: "\F140";
  font-family: "Material Design Icons";
  font-style: normal;
  font-weight: 100;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 5px;
  font-size: 14px;
  display: none;
}

@media (max-width: 991px) {
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.active
    > .nav-link:before {
    left: -15px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 5px;
  }
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.active
  > .nav-link:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #0ddbb9;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.active
  > .nav-link
  .menu-icon {
  color: #0ddbb9;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.active
  > .nav-link
  .menu-title,
.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.active
  > .nav-link
  i,
.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.active
  > .nav-link
  .menu-arrow {
  color: #464dee;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu {
  display: none;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul {
  list-style-type: none;
  padding-left: 0;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li {
  display: block;
  line-height: 20px;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li a {
  display: block;
  padding: 5px 10px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  text-align: left;
  margin: 4px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  border-radius: 6px;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  .submenu
  ul
  li
  a:hover {
  color: #464dee;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  .submenu
  ul
  li
  a:hover:before {
  background: #464dee;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  .submenu
  ul
  li
  a.active {
  color: #464dee;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  .submenu
  ul
  li.active
  a {
  color: #464dee;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item
  .submenu
  ul
  li.active
  a:before {
  background: #464dee;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) {
  position: relative;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item:not(.mega-menu)
  .submenu {
  left: 0;
}

@media (min-width: 768px) {
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:not(.mega-menu)
    .submenu {
    position: absolute;
    top: 77px;
    z-index: 999;
    background: #ffffff;
    border-top: none;
    border-radius: 4px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:not(.mega-menu)
    .submenu
    li
    a {
    position: relative;
    padding-left: 20px;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:not(.mega-menu)
    .submenu
    li
    a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    border-radius: 100%;
    background: #d8d8d8;
    top: 12px;
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:not(.mega-menu)
    .submenu {
    position: relative;
    top: 0;
    box-shadow: none;
  }
}

@media (max-width: 767.98px) {
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:not(.mega-menu)
    .submenu {
    top: 0;
  }
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item:not(.mega-menu)
  .submenu
  ul {
  width: auto;
  padding: 25px;
}

@media (max-width: 767.98px) {
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item:not(.mega-menu)
    .submenu
    ul {
    padding: 0 23px;
  }
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.mega-menu
  .submenu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 25px;
}

@media (min-width: 768px) {
  .new_est.Width_335 .rw-widget {
    width: 280px !important;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.mega-menu
    .submenu {
    position: absolute;
    top: 77px;
    z-index: 999;
    background: #ffffff;
    border-top: none;
    border-radius: 4px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.mega-menu
    .submenu
    li
    a {
    position: relative;
    padding-left: 20px;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.mega-menu
    .submenu
    li
    a::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    border-radius: 100%;
    background: #d8d8d8;
    top: 12px;
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.mega-menu
    .submenu {
    position: relative;
    top: 0;
    box-shadow: none;
  }
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.mega-menu
  .submenu
  .category-heading {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  color: #000000;
  padding: 1rem 0;
  margin-bottom: 0;
}

.horizontal-menu
  .bottom-navbar
  .page-navigation
  > .nav-item.mega-menu
  .submenu
  .col-group-wrapper {
  padding: 0 1rem;
}

@media (max-width: 767.98px) {
  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.mega-menu
    .submenu {
    padding: 0 32px;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.mega-menu
    .submenu
    .col-group-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.mega-menu
    .submenu
    .col-group-wrapper
    .col-group {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .horizontal-menu
    .bottom-navbar
    .page-navigation
    > .nav-item.mega-menu
    .submenu
    .col-group-wrapper
    .col-group
    .category-heading:after {
    display: none;
  }
}

.horizontal-menu .bottom-navbar .visibility-hidden {
  visibility: hidden;
}

.horizontal-menu.fixed-on-scroll .bottom-navbar {
  border-bottom: 1px solid #f1f6f8;
}

@media (max-width: 991px) {
  .horizontal-menu {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
  }

  .page-body-wrapper {
    margin-top: 75px;
  }

  .page-body-wrapper.full-page-wrapper {
    margin-top: 0px;
  }

  .auth .login-half-bg,
  .auth .forgot-half-bg {
    display: none !important;
  }

  .auth form .auth-link {
    font-size: 14px;
    margin-left: 30px;
  }

  .cusDetail {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .auth .brand-logo img {
    max-width: 250px;
    max-height: 250px;
  }
}

.exploder {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}

.exploder span {
  font-size: 20px;
  font-weight: 700;
}

.addcustomer i {
  position: relative;
  top: 4px;
}

.close {
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #99a1b7;
}

.close:hover {
  color: #212529;
}

fieldset {
  padding: 15px !important;
  background: #ffffff !important;
  border: 1px solid #d3d3d3 !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  margin-bottom: 1rem !important;
  position: relative !important;
  margin-top: 10px !important;
}

legend {
  background-color: #fff !important;
  padding: 5px 10px !important;
  position: absolute !important;
  width: auto !important;

  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 16px !important;
  letter-spacing: 0.02em !important;
  color: #2c3e50 !important;
  top: -13px !important;
  left: 15px !important;
  margin-bottom: 0 !important;
}

.addname {
  position: absolute;
  right: -8px;
  top: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

select.form-control {
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.addnew {
  color: #fff;
  text-decoration: none;
  background: #464dee;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 3px;
}

.editable_input {
  background: #ffffff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #413d43;
  width: 100%;
}

.datenote {
  width: 95px;
}

/* #Notetable thead th:nth-child(1),
#Notetable tbody td:nth-child(1)
{ width:95px}

#Notetable thead th:nth-child(2),
#Notetable tbody td:nth-child(2)
{ width: calc(100% - 95px - 95px)}
#Notetable thead th:nth-child(3),
#Notetable tbody td:nth-child(3)
{ width: 95px} */

.newlabel {
  display: block;
  margin-bottom: 2px;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 0.02em !important;
  color: #000000;
  font-weight: bolder;
}

.values {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
}

#accordion .card-header,
#accordion1 .card-header,
#accordion2 .card-header {
  background-color: #464dee;
  padding: 0.5rem;
}

#accordion .card-header .btn.btn-link,
#accordion1 .card-header .btn.btn-link,
#accordion2 .card-header .btn.btn-link {
  display: block;
  width: 100%;
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 4px;
}

.addappoint {
  position: absolute;
  right: 280px;
  top: 23px;
}

.addappoint i {
  position: relative;
  top: 4px;
}

.maintext {
  font-size: 14px;
  line-height: 22px;
  color: #585858 !important;
  font-weight: 600;
  margin-top: 10px;
}

.contracttxt {
  font-size: 12px;
  line-height: 20px;
  color: #000 !important;
  font-weight: 500;
  margin-top: 3px;
}

.contracttxt span {
  font-weight: 600;
  /* margin-left: 5px; */
}

.emailslist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 235px;
  overflow-y: auto;
}

.emailslist li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.emailicon {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1;
  overflow: hidden;
  user-select: none;
  border-radius: 8px;
  color: rgb(70 77 238);
  background-color: rgba(102, 108, 255, 0.12);
  margin-right: 0.75rem;
  width: 35px;
  height: 35px;
}

.iemilid {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.429;
  letter-spacing: 0.15px;
  color: rgb(6 6 6);
}

.newtable {
  width: 100%;
  border: 1px solid #dee2e6 !important;
}

.newtable thead {
  background: #e0e0e0;
}

.newtable p {
  font-size: 12px;
  margin-bottom: 0.5rem;
  line-height: 1.2rem;
}

.f-bold {
  font-weight: 600;
  line-height: 16px;
}

.appointment {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.appointment li {
  margin-bottom: 10px;
}

.appointmenticon {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 1;
  overflow: hidden;
  user-select: none;
  border-radius: 8px;
  color: #fff;
  background-color: rgb(2 2 2 / 31%);
  margin-right: 0.75rem;
  width: 40px;
  height: 40px;
}

.appointmenttext {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.15px;
  color: #fff;
  font-weight: 600;
}

.appoin-div {
  min-height: 115px;
  padding: 10px;
  width: 100%;
  color: rgba(76, 78, 100, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 10px;
  background-image: none;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid rgba(76, 78, 100, 0.12);
  position: relative;
  background-color: #3f51b5;
}

.appedit {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 9;
}

.appedit i {
  font-size: 1rem;
  color: #fff;
}

.dropdown.appedit .dropdown-menu {
  margin-top: 0;
  border-radius: 5px;
  padding: 0;
}

.appedit a.dropdown-toggle {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

.dropdown.appedit .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 0.25rem 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.dropdown.appedit .dropdown-menu .dropdown-item i {
  margin-right: 10px;
}

.dropdown.appedit .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px solid #ddd;
}

.w-90 {
  width: 90px !important;
}

.w-150 {
  width: 150px;
}

.hide {
  display: none !important;
}

.cusDetail {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.form-check .form-check-label {
  min-height: 12px;
  display: block;
  margin-left: 1.5rem;
  line-height: 1.8;
  font-size: 12px;
  min-width: 20px;
}

.form-check-input {
  width: 1.3em;
  height: 1.3em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  cursor: pointer;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before,
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #15a6ff;
  border-width: 2px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before,
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-family: Material Design Icons;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: "\F12C";
  font-size: 0.9375rem;
  font-weight: bold;
  color: #ffffff;
}

.form-check
  .form-check-label
  input[type="checkbox"]:checked
  + .input-helper:before {
  background: #15a6ff;
  border-width: 0;
}

.form-check
  .form-check-label
  input[type="checkbox"]:checked
  + .input-helper:after {
  font-size: 12px;
  opacity: 1;
  line-height: 18px;
  left: -2px;
  text-align: center;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.position-relative {
  position: relative !important;
}

.profile-user .user-profile-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f3f3f9;
  border: 1px solid #e9ebec;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.profile-user .profile-photo-edit {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  cursor: pointer;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

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

.profile-user .profile-img-file-input {
  display: none;
}

.profile-user .profile-photo-edit {
  position: absolute;
  right: -4px;
  top: -7px;
  bottom: 0;
  cursor: pointer;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #405189;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.fs-16 {
  font-size: 16px !important;
}

.innertext,
.innertext:hover {
  line-height: 31.08px;
  min-width: 37.5px;
  text-align: center;
  background: #0ab39c;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
  text-decoration: none;
  border-radius: 0.25rem;
}

.interNote {
  width: 100%;
  max-height: 55px;
  overflow-y: auto;
}

.nodeEdit {
  width: calc(100% - 40px);
  margin-right: 10px;
}

.pictures {
  padding: 6px;
}

.pictures i {
  font-size: 20px;
}

.stage {
  max-width: 100%;
  position: relative;
}

.folder-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tile {
  border-radius: 3px;
  width: calc(10% - 17px);
  margin-bottom: 23px;
  text-align: center;
  border: 1px solid #eeeeee;
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 15px 10px 5px;
  margin-right: 17px;
  cursor: pointer;
}

.tile:hover {
  box-shadow: 0px 7px 5px -6px rgba(0, 0, 0, 0.12);
}

.tile i {
  color: #00a8ff;
  height: 55px;
  margin-bottom: 10px;
  font-size: 55px;
  display: block;
  line-height: 54px;
  cursor: pointer;
}

.tile i.mdi-file-document {
  color: #8fd9ff;
}

.tile h3 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.back {
  font-size: 20px;
  border-radius: 50px;
  background: #00a8ff;
  border: 0;
  color: white;
  width: 40px;
  height: 40px;
  margin: 15px 15px 15px;
  outline: none;
  cursor: pointer;
}

/* Transitioning */
.folder-wrap {
  position: absolute;
  width: 100%;
  transition: 0.365s all cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  opacity: 0;
  top: 0;
}

.folder-wrap.level-up {
  transform: scale(1.2);
}

.folder-wrap.level-current {
  transform: scale(1);
  pointer-events: all;
  opacity: 1;
  position: relative;
  height: auto;
  overflow: visible;
}

.folder-wrap.level-down {
  transform: scale(0.8);
}

.example-image {
  max-height: 150px;
  margin-right: 5px;
}

.p-relative {
  position: relative;
}

.vendor-search .form-control {
  border: none;
  height: 33px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vendor-search span.search-widget-icon {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  line-height: 30px;
  right: 8px;
  top: 3px;
  color: #878a99;
}

.vendorlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  max-height: calc(100vh - 180px);
  /*22-feb*/
  overflow-y: auto;
}

.vendorlist li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ddd;
}

.vendorlist li:last-child {
  border-bottom: 0px solid #ddd;
}

.vendorlist li a {
  display: flex;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #1c273c;
  padding: 1px 5px !important;
}

.vendorlist li a.active {
  background: #2c3e87;
  color: #fff;
}

.vendorlist li a span:first-child {
  border-right: 1px solid #ddd;
  padding-right: 15px;
  width: 30px;
  display: inline-block;
}

.vendorlist li a span:last-child {
  padding-left: 8px;
}

.vendor-filter {
  background: #efefef;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 6px;
}

/* ============================
    start error page css
========================== */
/* error page css */

.error-404 {
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #2196f3;
}

.error-404 h1 {
  text-shadow: 6px 6px 7px rgba(0, 0, 0, 0.32);
  padding: 80px 0;
  color: #fff;
  font-size: 150px;
  margin-bottom: 40px;
}

.error-404 h5 {
  font-size: 40px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #fff;
}

.error-404 p {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #fff;
}

.btn-error {
  background-color: #fff;
  border-color: #fff;
  padding: 10px 20px;
  color: #777;
}

.btn-error:hover {
  color: #777;
}

.error-404 h1 {
  background: url("../images/404@2x.png") no-repeat center;
}

span.required {
  color: red;
}

.error {
  color: red;
}

.auto-complete .ui-combobox {
  width: 300px;
  position: relative;
}

.auto-complete .ui-combobox .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  width: 300px !important;
  padding: 0.7rem 0.75rem;
  border: 1px solid #dee2e6;
  color: #212529;
  font-weight: 400;
  font-size: 12px;
  height: auto;
  border-radius: 5px;
}

.auto-complete .ui-combobox .ui-corner-right.ui-button-icon {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: #fff;
  padding: 20px;
  border-left: 1px solid #ddd;
}

.form-control.error:focus {
  border: 1px solid #f00;
  outline: none;
}

.error {
  border: 1px solid #f00;
}

/* img {
  display: block;

  max-width: 100%;
} */

.preview {
  overflow: hidden;

  width: 160px;

  height: 160px;

  margin: 10px;

  border: 1px solid red;
}

/* .modal-lg {
  max-width: 1000px !important;
} */

.ui-combobox {
  width: 100%;
  margin: 0;
  margin-right: 1.8em;
  position: relative;
}

.ui-combobox input.ui-widget.ui-widget-content {
  width: 100% !important;
  padding: 0.46rem 0.75rem;
  border: 1px solid #dee2e6;
  color: #212529;
  font-weight: 400;
  font-size: 12px;
  height: auto;
  border-radius: 5px 0px 0px 5px;
}

.ui-combobox-button {
  position: absolute;
  width: 2em !important;
  margin: 0;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  outline: none;
  border: 0;
  background: #2c3e87;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.ui-combobox-button:focus {
  outline: none;
}

.ui-combobox-button::before {
  content: "";
  background-image: url(../images/select_arrow-white.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 13px;
  right: 10px;
}

.ui-combobox ul {
  border: 1px solid #dee2e6 !important;
  border-radius: 5px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  width: 100% !important;
  border-top: 0 !important;
}

.ui-combobox ul li.ui-menu-item {
  width: 100%;
}

.ui-combobox ul li.ui-menu-item .ui-menu-item-wrapper {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 5px 1em 5px 0.4em;
  font-family: "Inter", serif;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 500;
  white-space: normal;
  text-align: left;
}

.modal-card {
  border-radius: 0.25rem;
  /* border: none; */
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (min-width: 768px) {
  .nav-pills .nav-link {
    padding: 0.5rem 1rem;
    font-size: 12px;
    width: 100%;
  }

  .salary-table {
    white-space: nowrap;
  }
}

@media (max-width: 767.99px) {
  #v-pills-tabContent {
    padding: 0;
    border: 0px solid #f1f6f8;
  }

  .salary-table,
  .payment-table {
    white-space: nowrap;
  }
}

@media (min-width: 992px) and (max-width: 1160px) {
  .sign_print {
    padding: 0.625rem 0.5rem;
    font-size: 11px;
  }
}

.payment-table tbody tr td:nth-child(2) {
  width: 150px;
}

.payment-table tbody tr td:nth-child(3) {
  width: 150px;
}

.payment-table tbody tr td:nth-child(4) {
  width: 95px;
}

.appt_tbl table thead tr th:nth-child(1),
.appt_tbl table tbody tr td:nth-child(1) {
  width: 87% !important;
}

.item-search .form-control {
  border: 1px solid #ddd;
  height: 33px;
  padding-left: 10px;
  padding-right: 30px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 300px;
}

.item-search span.search-widget-icon {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  line-height: 38px;
  right: 13px;
  top: 0;
  color: #878a99;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
  background-color: #f17474;
}

.deleteimg {
  width: 31px;
  height: 31px;
  padding: 0;
  line-height: 28px;
  box-shadow: 0 2px 2px 0 rgb(238 91 91 / 14%),
    0 3px 1px -2px rgb(238 91 91 / 20%), 0 1px 5px 0 rgb(238 91 91 / 12%);
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  color: #fff;
  background-color: #ee5b5b;
  border-color: #ee5b5b;
  text-align: center;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
}

#itemimg .carousel-control-prev,
#itemimg .carousel-control-next {
  position: absolute;
  top: 45%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 40px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

span.required {
  display: inline-block;
  color: red;
}

.overflow-y {
  overflow-y: auto;
}

.h-75vh {
  max-height: 75vh;
}

table.responsive-table thead {
  position: sticky;
  z-index: 9;
  top: -1px;
}

#nreportDropdown:after {
  display: none !important;
}

/* .defaultAccountTable {
} */
.defaultAccountTable tbody tr td,
.defaultWorkCodTable tbody tr td {
  vertical-align: middle;
}

.defaultAccountTable tbody tr td .ui-combobox ul,
.defaultWorkCodTable tbody tr td .ui-combobox ul {
  max-height: 100px;
  overflow-y: auto;
  position: relative;
}

.defaultAccountTable
  tbody
  tr
  td
  .ui-combobox
  .ui-button-icon.ui-combobox-button,
.defaultWorkCodTable
  tbody
  tr
  td
  .ui-combobox
  .ui-button-icon.ui-combobox-button {
  height: 35px;
}

#deleteImage {
  z-index: 1056 !important;
}

.upload-btn-wrapper {
  position: relative;

  overflow: hidden;

  display: inline-block;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;

  position: absolute;

  left: 0;

  top: 0;

  opacity: 0;
}

.defaultPaymentTable tbody tr td:nth-child(2),
.defaultAccountTable tbody tr td:nth-child(2),
.defaultWorkCodTable tbody tr td:nth-child(2) {
  width: 95px;
}

.vendorInfo .tab-content {
  border: 0px solid #f1f6f8;
}

.vendorInfo .nav-pills {
  border-bottom: 0px solid #f1f6f8;
}

.editVendorInfo {
  padding-right: 15px;
}

.Vendor_sort {
  max-width: 120px !important;
  padding-left: 5px !important;
}

.show_inactiveCss {
  margin: 0;
  margin-top: 7px;
}

.text-right {
  text-align: right;
}

input.required,
div.required,
select.required,
textarea.required {
  border: red 1px solid;
  border-radius: 5px;
}

.rw-widget-input {
  color: #000 !important;
  background-color: #fff;
  box-shadow: none;
  background-clip: padding-box;
  width: inherit;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.rw-widget-picker {
  display: grid;
  overflow: hidden;
  min-height: 32.65px !important;
  background-color: #fff;
  border: #d3d3d3 1px solid !important;
  border-radius: 5px !important;
  outline: none;
  grid-template: 1fr/1fr 1.9em;
  width: 100%;
}

.rw-list-empty,
.rw-list-option,
.rw-list-option-create,
.rw-list-optgroup {
  padding: 0.25em 0.5em !important;
  font-size: 12px !important;
}

.rw-widget {
  font-size: 12px !important;
}

/* customize alert */
.Toastify__toast--error {
  background: #bd362f !important;
  color: white !important;
}

.Toastify__toast--success {
  background: #51a351 !important;
  color: white !important;
}

/* .Toastify__progress-bar, .Toastify__close-button{
  display: none !important;
}*/

.Toastify__close-button {
  display: none !important;
}

.Toastify__toast--error .Toastify__toast-icon svg,
.Toastify__toast--success .Toastify__toast-icon svg {
  display: none;
}

.Toastify__toast--error .Toastify__toast-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
  width: 30px !important;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

.Toastify__toast--success .Toastify__toast-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
  width: 30px !important;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}

.Toastify__toast {
  box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  max-height: 100% !important;
  min-height: 50px !important;
  padding: 0px !important;
  padding-left: 5px !important;
}

.Toastify__toast-body {
  font-size: 12px;
}

.float-right {
  float: right;
}

.MuiTableCell-root {
  padding: 2px 0.5rem !important;
  font-size: 12px !important;
}

.MuiTableCell-head {
  font-weight: 600 !important;
  line-height: 1rem !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}

.MuiTableCell-body {
  /* border: 1px solid; */
  border-color: inherit;
  font-size: 12px !important;
  padding: 0px !important;
}

.mui-table table {
  border: 1px solid #ddd;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}

.mui-table.payment table .Mui-selected {
  opacity: 1 !important;
  background: rgb(245, 245, 245);
}

.mui-table.payment table .Mui-selected:nth-child(2n + 3) {
  opacity: 1 !important;
  background: none;
}

snan {
  cursor: pointer;
}

.mui-table table tbody tr td {
  border-right: 1px solid #ddd;
  padding: 1px 3px !important;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}

.mui-table table tbody tr td:last-child {
  border-right: 0px solid #ddd;
}

.MuiIconButton-root {
  padding: 0px !important;
}

.mui-table table tbody tr td:last-child div {
  flex-direction: row-reverse;
}

.mui-table table tbody tr td:last-child div button:last-child {
  margin-left: 5px;
}

.mui-table .MTableToolbar-title-9 h6,
.mui-table .MuiTypography-h6 {
  font-size: 12px;
  font-weight: 600;
}

.mui-table .MuiToolbar-gutters {
  padding-left: 8px;
  padding-right: 0px;
}

.mui-table .MTableToolbar-searchField-10 {
  margin-right: 10px !important;
}

.font-weight-bold {
  font-weight: bold;
}

.w-49 {
  width: 50px !important;
}

.w-150 {
  width: 150px !important;
}

/* subcontract   */
.box-shadow-none {
  box-shadow: none;
}

.border-1 {
  border: 1px solid #ddd !important;
}

.w-120 {
  width: 120px;
}

.line-height14 {
  line-height: 1.4;
}

.wc-list {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wc-list li {
  width: 100%;
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}

.code_title {
  display: block;
  margin-bottom: 8px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em !important;
  color: #000000;
  font-weight: bolder;
}

.code_title span {
  border-right: 2px solid #000;
  display: inline-block;
  padding-right: 8px;
  margin-right: 5px;
}

.wc_descpration {
  font-size: 13px;
  margin-bottom: 0rem;
  line-height: 1.2rem;
  font-weight: 500;
  color: #212529;
}

.fullcheckbox {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fullcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.fullcheckbox .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #3c41ca;
}

.fullcheckbox input:checked ~ .checkmark {
  background-color: #3c41ca;
}

.fullcheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.fullcheckbox input:checked ~ .checkmark:after {
  display: block;
}

.fullcheckbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.order-list {
  list-style-type: none;
  font-size: 14px !important;
}

.box-none .MuiPaper-elevation2 {
  box-shadow: none;
}

/* .rw-popup-container {
    position: relative;
} */

.breadcrumb-title {
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
  list-style: none;
  border-radius: 0.25rem;
  position: absolute;
  top: 54px;
  left: 13px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb-title a {
  font-size: 12px;
  color: #1b8bf9;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
}

.breadcrumb-title .breadcrumb-item:last-child a {
  color: #7e7e7e;
}

.MuiToolbar-regular {
  min-height: 20px !important;
  padding-bottom: 5px;
}

.List_schedule_table .MuiToolbar-root.MuiToolbar-gutters {
  min-height: 20px !important;
  padding-bottom: 5px;
}

.swal2-icon.swal2-warning {
  margin: 1.5em auto 1em !important;
}

.swal2-icon.swal2-warning {
  border-color: #ee5b5b !important;
  color: #ee5b5b !important;
}

.swal2-title {
  font-size: 1.5rem !important;
  text-align: center !important;
  background-color: #fff !important;
  padding-bottom: 10px !important;
  color: #212529 !important;
  position: relative !important;
  top: -2px !important;
}

.swal2-styled {
  line-height: 19px !important;
}

.swal2-close {
  width: 1.2em;
  height: 1.2em;
  margin-top: 5px !important;
  margin-right: 5px !important;
  margin-bottom: -2rem !important;
  color: #fff !important;
  font-size: 1.5em !important;
}

.swal2-html-container {
  margin: 0rem 1em !important;
  font-size: 17px !important;
  line-height: 24px;
  text-align: center !important;
  padding-top: 0rem !important;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.swal2-actions {
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0em 0rem 1rem 0 !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel,
.swal2-styled.swal2-deny {
  font-size: 0.9rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  border-radius: 0.475rem !important;
  padding: 12px 15px !important;
  text-decoration: none !important;
  text-align: center !important;
  vertical-align: middle !important;
}

.swal2-cancel.swal2-styled {
  background-color: #fff !important;
  color: #ee5b5b !important;
  border: 1px solid #ee5b5b !important;
}

.swal2-cancel.swal2-styled:hover,
.swal2-cancel.swal2-styled:focus {
  color: #fff !important;
  background-color: #ee5b5b !important;
  border-color: #ee5b5b !important;
}

.swal2-html-container hr {
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

.swal2-popup {
  padding: 0 0 0.5em !important;
}

.rw-input {
  padding: 0 0.4em !important;
}

.MuiPaper-elevation2 {
  box-shadow: none !important;
}

.userRole .MuiToolbar-regular {
  min-height: 0px !important;
}

.custom_check {
  color: #000;
  display: block;
  position: relative;
  line-height: 24px;
  font-size: 15px;
  font-weight: 500;
  padding-left: 32px;
  height: 22px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 2px solid #2c3e87;
  background-color: #fff;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_check input:checked ~ .checkmark {
  border: 2px solid #2c3e87;
  background: #2c3e87;
}

.custom_check .checkmark::after {
  content: "\F12C";
  font: normal normal normal 24px/1 "Material Design Icons";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 2px;
  top: 2px;
  color: #fff;
  font-size: 14px;
}

.custom_check input:checked ~ .checkmark:after {
  display: block;
}

.vl-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.mui-table table tbody tr td .toggle-switch {
  margin-left: -20px;
}

.mui-table table tbody tr[mode="update"] td.MuiTableCell-alignLeft,
.mui-table table tbody tr[mode="add"] td.MuiTableCell-alignLeft {
  text-align: center !important;
}

.subcontract_txt {
  font-size: 12px;
}

.custom-dropdown.ant-select-dropdown {
  background-color: #3498db !important;
}

.custom-dropdown.ant-select-dropdown .ant-select-item {
  color: #fff !important;
}

.custom-dropdown.ant-select-dropdown .ant-select-item-option-selected {
  color: rgba(0, 0, 0, 0.88) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .po-list {
    position: absolute;
    top: 40px;
    z-index: 99;
  }

  .nodeEdit {
    width: 100%;
    margin-right: 0px;
  }

  .new_est.Width_335 .rw-widget {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .horizontal-menu
    .top-navbar
    .navbar-brand-wrapper
    .navbar-brand.brand-logo-mini
    img {
    width: 100px;
    margin-left: 0;
  }

  .horizontal-menu .top-navbar .navbar-menu-wrapper {
    width: calc(100% - 55px);
    padding-left: 0px;
    padding-right: 0px;
  }

  .nodeEdit {
    width: 100%;
    margin-right: 0px;
  }

  .modal-title {
    font-size: 0.8rem;
  }

  .breadcrumb-title {
    display: none;
  }

  .content-wrapper {
    padding-top: 0.5rem;
    padding-right: var(--bs-gutter-x, 0.5rem);
    padding-left: var(--bs-gutter-x, 0.55rem);
  }

  .vendor-filter {
    display: block;
  }

  .vendor-filter .form-control.form-control-sm {
    width: 100% !important;
    margin-bottom: 10px;
  }

  #v-setting-tabContent {
    padding: 0;
  }

  .card .card-body {
    padding: 0.6rem;
  }

  .step-arrow-nav .tab-content {
    padding: 0;
  }

  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-toggler.navbar-toggler-right {
    padding-left: 11px;
    padding-right: 11px;
  }

  .page_head {
    font-size: 15px;
    white-space: nowrap;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 576px) {
}

.newpagination li:first-child span.page-link,
.newpagination li:last-child span.page-link {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
}

.font-15 {
  font-size: 13px !important;
  padding: 0.2rem 0.5rem;
  text-align: center;
}

.MuiTableBody-root tr[mode="update"] {
  max-height: 41.63px !important;
}

.rw-state-focus .rw-popup-contianer {
  z-index: 9999999999 !important;
}

.form-letterss {
  font-size: 14px;
}

.form-letterss .css-1lwbda4-MuiStack-root {
  width: 105px;
}

.MuiOutlinedInput-root {
  border: 1px solid #dbdfe9 !important;
  height: auto !important;
  border-radius: 0.475rem !important;
  padding: 0.35rem 5px !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
}

.MuiOutlinedInput-root .css-1yq5fb3-MuiButtonBase-root-MuiIconButton-root {
  margin-right: 8px !important;
}

.MuiOutlinedInput-root svg {
  width: 1rem !important;
  height: 1rem !important;
}

.MuiOutlinedInput-root fieldset {
  display: none !important;
}

.css-nk89i7-MuiPickersCalendarHeader-root {
  margin-top: 13px !important;
  margin-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  max-height: 20px !important;
  min-height: 20px !important;
}

.css-epd502 {
  width: 300px !important;
  max-height: 310px !important;
}

.css-169iwlq-MuiCalendarPicker-root {
  width: 240px !important;
  max-height: 340px !important;
}

.css-ggw2de-MuiPickersDay-root {
  line-height: 1 !important;
  width: 30 !important;
  height: 30px !important;
  border-radius: 0% !important;
}

.css-bkrceb-MuiButtonBase-root-MuiPickersDay-root {
  line-height: 1 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 0% !important;
}

.css-sf5t6v-PrivatePickersSlideTransition-root-MuiDayPicker-slideTransition {
  min-height: 200px !important;
}

.css-195y93z-MuiButtonBase-root-MuiPickersDay-root {
  width: 30px !important;
  height: 30px !important;
  border-radius: 0% !important;
}

.w-95 {
  width: 95px !important;
}

.w-110 {
  width: 110px !important;
}

.pad-cal {
  padding: 0.4rem 5px;
}

.css-1brzq0m {
  width: 266px !important;
}

.css-10qkmc3,
.css-z9mn4z,
.css-ub1r1,
.css-z9mn4z,
.css-wed0tz {
  width: 30px !important;
  height: 30px !important;
}

.css-slyssw {
  margin: 0px 5px 0px 0px !important;
}

.css-ub1r1,
.css-wed0tz {
  border-radius: 0% !important;
}

.css-gcwvw8-MuiAutocomplete-root
  .MuiOutlinedInput-root
  .MuiAutocomplete-endAdornment,
.css-1qqsdnr-MuiAutocomplete-root
  .MuiOutlinedInput-root
  .MuiAutocomplete-endAdornment {
  right: 0px !important;
  padding: 4px !important;
}

div[role="presentation"] {
  min-width: 160px;
  font-size: 12px;
}

ul.MuiAutocomplete-listbox li {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

ul.MuiAutocomplete-listbox li a {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.MuiAutocomplete-hasPopupIcon.css-1vl4xvp-MuiAutocomplete-root
  .MuiOutlinedInput-root,
.MuiAutocomplete-hasClearIcon.css-1vl4xvp-MuiAutocomplete-root
  .MuiOutlinedInput-root {
  padding-right: 30px !important;
}

.css-1vl4xvp-MuiAutocomplete-root
  .MuiOutlinedInput-root
  .MuiAutocomplete-endAdornment {
  right: 0px !important;
  top: 0px;
  border-left: 1px solid #cccccc;
  width: 23px;
  height: 31px;
}

.css-1vl4xvp-MuiAutocomplete-root
  .MuiOutlinedInput-root
  .MuiAutocomplete-endAdornment {
  right: 9px;
  justify-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MuiOutlinedInput-root svg {
  width: 1.1rem !important;
  height: 1.8rem !important;
  color: black;
}

.css-1vl4xvp-MuiAutocomplete-root .MuiAutocomplete-input {
  text-overflow: initial !important;
}

.css-1vl4xvp-MuiAutocomplete-root
  .MuiAutocomplete-inputRoot
  .MuiAutocomplete-input {
  min-width: 100px !important;
  height: 19.5px !important;
}

.css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
  margin-right: 0px !important;
}

.MuiAutocomplete-clearIndicator {
  display: none !important;
}

.css-dkzi8e .MuiOutlinedInput-root .MuiAutocomplete-endAdornment {
  justify-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #cccccc;
  width: 23px;
  height: 30px;
}

.css-2iz2x6 {
  position: initial !important;
}

.MuiOutlinedInput-root {
  padding: 0px 0px !important;
}

.css-dkzi8e .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  width: 0px;
  min-width: 100px !important;
}

.css-1v994a0 {
  margin-right: 0px !important;
}

.btnAnimationRed {
  animation: shadow1 1s infinite;
}

@-webkit-keyframes shadow1 {
  0% {
    box-shadow: 0 0 0 0 #2c3e87;
  }

  100% {
    box-shadow: 0 0 0 1.5em transparent;
  }
}

@keyframes shadow1 {
  0% {
    box-shadow: 0 0 0 0 #2c3e87;
  }

  100% {
    box-shadow: 0 0 0 1.5em transparent;
  }
}

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

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.Cust-Notes-table table tbody tr td:nth-child(3),
.Cust-Notes-table table thead tr th:nth-child(3) {
  width: 65% !important;
  max-width: 65% !important;
}

.Cust-Notes-table table tbody tr td:nth-child(2),
.Cust-Notes-table table thead tr th:nth-child(2) {
  width: 20% !important;
  max-width: 20% !important;
}

.Cust-Notes-table table tbody tr td:nth-child(1),
.Cust-Notes-table table thead tr th:nth-child(1) {
  width: 120px !important;
  max-width: 120px !important;
}

.Cust-Notes-table button[title="Add"],
.mui-table button[title="Add"],
.mui-table span[title="Add"] {
  display: none;
}

.rw-input-addon.rw-number-picker-spinners {
  display: none;
}

.rw-number-picker .rw-widget-picker {
  grid-template: 1fr/1fr 0em !important;
}

.btn.btn-icon.btn-sm {
  width: 25px;
  line-height: 23px;
  height: 25px;
}

.edit-lookuo {
  font-size: 15px;
  color: #2c3e87;
  margin-left: 5px;
}

.mui-table-vendorContracrs table tbody tr td:nth-child(1) input {
  min-width: 100px;
}

.mui-table-vendorContracrs table tbody tr td:nth-child(2) select {
  min-width: 80px;
}

.mui-table-vendorContracrs table tbody tr td:nth-child(3) select {
  min-width: 80px;
}

.mui-table-vendorContracrs table tbody tr td:nth-child(4) input {
  min-width: 100px;
}

.mui-table-vendorContracrs table tbody tr td:nth-child(5) input {
  min-width: 150px;
}

.mui-table-vendorContracrs table thead tr th:nth-child(7) span svg {
  display: none;
}

.tr-info {
  background: #0133ff !important;
  color: #000;
}

.name {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
}

.name1 {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 35px !important;
  font-weight: 700 !important;
  color: #000;
  font-style: italic;
  text-align: center;
  margin-bottom: 8px;
}

.pageheading {
  font-family: "Times New Roman", Times, serif !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.btn.btn-primary.download-button-001,
.btn.btn-primary.download-button-001 + .btn.btn-primary {
  z-index: 9;
}

/* loader */
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgb(255 255 255 / 71%);
  z-index: 9999;
}

.loader1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgb(255 255 255 / 71%);
  z-index: 9999;
  border-radius: 5px;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2c3e87;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.file-upload-contain {
  width: 100%;
}

.file-upload-contain input[type="file"] {
  display: none;
}

.file-upload-contain label {
  position: relative;
  background-color: #f1f8fe;
  border: 2px dotted #2c3e87;
  color: #000;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 1.8em 0;
  margin: auto;
  border-radius: 0.31em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: auto;
}

#docList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

#docList .docname {
  font-weight: 600;
  background-color: #ffffff;
  color: #000;
  margin-bottom: 0.2em;
  padding: 0.2em 0.3em;
  border-radius: 0.3em;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  align-items: center;
  width: 100%;
}

.deailyLogDoc #docList .docname {
  font-weight: 600;
  background-color: #ffffff;
  color: #000;
  margin-bottom: 0.2em;
  padding: 0.2em 0.3em;
  border-radius: 0.3em;
  display: inline-flex;
  margin: 4px 1%;
  justify-content: space-between;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  align-items: center;
  width: 48%;
}

#docList .docname .docfile {
  width: calc(100% - 20px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#docList .docname span.deleteDoc {
  font-size: 16px;
  color: red;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

#imageList {
  width: 48%;
  display: inline-block;
  margin: 5px 1%;
  background: #e4e0e0;
  height: 140px;
  border-radius: 3px;
  vertical-align: top;
}

#imageList .image {
  max-width: calc(100% - 10px);
  max-height: 130px;
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 5px;
}

#imageList .progress {
  position: absolute;
  bottom: 7px;
  width: calc(100% - 20px);
  height: 12px;
  font-size: 11px;
  left: 10px;
}

#imageList .image img {
  max-width: 100%;
  border-radius: 5px;
  height: auto;
  display: block;
  margin: auto;
  max-height: 130px;
  cursor: pointer;
}

#imageList .image .deleteImg {
  position: absolute;
  right: 0px;
  top: 0px;
  background: red;
  padding: 8px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px;
  z-index: 9;
  cursor: pointer;
}

.Attch_files {
  min-width: 55px;
  text-align: left;
}

.Attch_files .btn.btn-secoundary {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #fff;
  color: #000;
  border: 0px solid #ababab;
}

.Attch_files .btn.btn-secoundary i.mdi-paperclip {
  transform: rotate(45deg);
}

.Attch_files .btn.btn-secoundary::after {
  display: none;
}

.Attch_files .dropdown-menu {
  background: #fff;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  font-size: 12px;
  color: #000;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 0;
}

.Attch_files .dropdown-menu .dropdown-item {
  display: flex;
  width: 100%;
  padding: 0rem 0.5rem;
  clear: both;
  font-weight: 300;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  font-size: 12px;
  max-width: 250px;
  align-items: center;
}

.Attch_files .dropdown-menu .dropdown-item i {
  font-size: 22px;
  margin-right: 5px;
  color: #2c3e87;
  line-height: 22px;
}

.Attch_files .dropdown-menu .dropdown-item span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.moreappoint {
  color: #fff;
  font-size: 12px;
  background: #ee5b5b;
  padding: 5px;
  border-radius: 2px;
}

.Appointments-title {
  color: #001737;
  margin-bottom: 0.6rem;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.Appointments-title:after {
  content: "";
  background-color: #15a6ff;
  position: absolute;
  left: 0px;
  top: -2px;
  width: 4px;
  height: 20px;
}

.appoin-div.pastAppoint {
  background-color: #e9e9e9;
}

.appoin-div.pastAppoint .appointmenticon {
  background-color: rgb(0 0 0 / 61%);
  color: #fff;
}

.appoin-div.pastAppoint .appointmenttext {
  color: #000;
}

.rw-time-part-meridiem div abbr {
  font-size: 14px;
}

.AppointmentTable
  .MuiToolbar-root
  .MuiFormControl-root
  + div
  .MuiIconButton-label {
  background: #2c3e87;
  color: white;
  padding: 5px 12px;
  border-radius: 3px;
  height: 30px;
  font-weight: 600;
  font-size: 12px;
  font-family: "Inter", serif;
}

.AppointmentTable
  .MuiToolbar-root
  .MuiFormControl-root
  + div
  .MuiIconButton-label
  svg {
  display: none;
}

.AppointmentTable
  .MuiToolbar-root
  .MuiFormControl-root
  + div
  .MuiIconButton-label:after {
  content: "Export";
  font-size: 12px;
  color: white;
  padding-left: 0px;
}

.timeAppointmet .rw-widget-input {
  width: 100%;
}

.AppointmentTable .MuiToolbar-root .MuiFormControl-root {
  margin-right: 167px !important;
  max-width: 220px;
}

.mui-table.Dailylogs_table table {
  border: 0px solid #ddd;
  background: #efefef;
}

.mui-table.Dailylogs_table table thead.MuiTableHead-root {
  display: none;
}

.Dailylogs_table tbody tr td {
  border-bottom: 0px solid rgba(224, 224, 224, 1);
}

.log_date {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e87;
  margin-bottom: 5px;
}

.log_text {
  font-size: 12px;
  font-weight: 500;
  color: #212529;
  line-height: 20px;
}

.log_project {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 3px;
}

.mui-table.Dailylogs_table table tbody tr td:last-child div {
  flex-direction: unset;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sc-dnqmqq.bVoXXg {
  position: relative;
}

.sc-dnqmqq.bVoXXg img {
  cursor: pointer;
}

.filedownload {
  position: absolute;
  background: #ffffff;
  z-index: 999;
  bottom: 5px;
  right: 5px;
  padding: 3px 7px 0 7px;
  border-radius: 3px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.filedownload i {
  font-size: 22px;
}

#docList .docname span.downloadDoc {
  font-size: 16px;
  color: #2c3e87;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.ril__outer {
  /* background-color: rgb(8 8 8 / 25%)!important; */
  background-color: black !important;
}

.ril__toolbar {
  justify-content: center !important;
}

.daterange {
  max-width: 220px;
  position: relative;
  min-width: 180px;
}

.daterange::after {
  display: none;
  /* display: inline-block; */
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\F0ED";
  position: absolute;
  right: 5px;
  top: 6px;
}

.mui-table.Dailylogs_table table {
  border: 0px solid #ddd;
  background: #efefef;
}

.mui-table.Dailylogs_table table thead.MuiTableHead-root {
  display: none;
}

.Dailylogs_table tbody tr td {
  border-bottom: 0px solid rgba(224, 224, 224, 1);
}

.log_date {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e87;
  margin-bottom: 5px;
}

.log_text {
  font-size: 12px;
  font-weight: 500;
  color: #212529;
  line-height: 20px;
}

.log_project {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
  font-family: "Inter", serif;
}

.log_project strong {
  font-weight: 700;
}

.mui-table.Dailylogs_table table tbody tr td:last-child div {
  flex-direction: unset;
}

.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sc-dnqmqq.bVoXXg {
  position: relative;
  width: 100%;
  max-height: 150px;
  background: #efefef;
}

.sc-dnqmqq.bVoXXg img {
  cursor: pointer;
  height: auto;
  width: 100%;
}

.sc-dnqmqq.bVoXXg {
  position: relative;
}

.filedownload {
  position: absolute;
  background: #ffffff;
  z-index: 999;
  bottom: 5px;
  right: 5px;
  padding: 3px 3px 0 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  cursor: pointer;
}

.filedownload i {
  font-size: 22px;
}

#docList .docname span.downloadDoc {
  font-size: 16px;
  color: #2c3e87;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.pastAppoint .appedit i {
  font-size: 1rem;
  color: #2b1919;
}

.react-datepicker__input-container::after {
  content: "\F0ED";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 5px;
  top: 6px;
}

.react-datepicker__input-container .form-control {
  letter-spacing: 1px;
  cursor: pointer;
}

.react-datepicker-popper {
  z-index: 99 !important;
}

.MuiClockPicker-root {
  width: 100% !important;
  height: 100% !important;
}

.MuiPickersToolbar-root.MuiDateTimePickerToolbar-root
  span.MuiTypography-root.MuiTypography-overline {
  display: none !important;
}

.MuiPickersToolbar-root.MuiDateTimePickerToolbar-root
  .MuiPickersToolbar-penIconButton {
  display: none !important;
}

.MuiClock-amButton .MuiTypography-caption,
.MuiClock-pmButton .MuiTypography-caption {
  padding: 8px;
}

.daterangepicker .ranges li.active {
  background-color: #2c3e87 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #2c3e87 !important;
}

.daterangepicker td.in-range {
  background-color: #2c3e8736 !important;
}

.clearDateRange {
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 9;
  cursor: pointer;
}

.todosection .rw-combobox.rw-widget {
  position: absolute;
  left: 15px;
  z-index: 99;
  top: 8px;
}

.todosection .form-check.mt-2 {
  position: absolute;
  right: 385px;
  z-index: 9;
}

.todosection .btn.btn-primary.AddCustomerButton {
  position: absolute;
  right: 10px;
  z-index: 9;
  top: 8px;
  height: 30px;
  font-size: 12px;
}

.todosection.mui-table .MuiFormControl-root.MuiTextField-root {
  margin-right: 140px !important;
  max-width: 220px;
}

.sc-ifAKCX.bqyzQp,
.sc-EHOje.bghjHX,
.sc-bZQynM.GMszi,
.sc-gzVnrw.hsOTHe {
  width: 100%;
  overflow: hidden;
}

.estimat_tab .MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters {
  min-height: 8px !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  z-index: 99999 !important;
}

.toDoPriority .rw-list-option {
  padding: 0 !important;
}

.toDoPriority .rw-list-option div {
  padding: 5px 10px !important;
}

.toDoPriority .rw-dropdown-list-value span {
  display: block;
  padding: 3px 10px;
}

.toDoPriority .rw-dropdown-list-input {
  padding: 0 !important;
}

.ColorSelector {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.css-v68sna-control,
.css-blhudp-control {
  min-height: 32.65px !important;
}

.css-1fdsijx-ValueContainer {
  padding: 0px 8px !important;
}

.css-1jqq78o-placeholder {
  padding: 0px 0px !important;
}

.css-1xc3v61-indicatorContainer,
.css-15lsz6c-indicatorContainer {
  padding: 5px !important;
}

.css-1u9des2-indicatorSeparator {
  width: 0px !important;
}

.confirmstatus {
  padding: 4px 6px 3px 6px;
}

.confirmstatus .badge.badge-light {
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  line-height: 25px;
  text-align: center;
  background: #fff;
  color: #000;
  border: 0;
}

.css-1fdsijx-ValueContainer {
  font-size: 0.85rem !important;
}

.css-1jqq78o-placeholder {
  font-size: 0.85rem !important;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  color: #2e2138;
  font-weight: normal;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-checkbox.custom-checkbox-color input.bg-primary ~ label::before {
  background-color: #2c3e87 !important;
  border-color: #2c3e87 !important;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

#v-setting-tabContent .mui-table .MuiToolbar-gutters {
  padding-left: 0px;
}

.create_est {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 10px;
}

.create_appoint {
  height: 30px;
  font-size: 12px;
  position: absolute;
  right: 83px;
  z-index: 9;
  top: 7px;
}

.active_lead {
  position: absolute;
  z-index: 9;
  right: 465px;
}

.past_appoint {
  position: absolute;
  z-index: 9;
  right: 580px;
}

.sales_select_cus {
  position: absolute;
  z-index: 99;
}

.AppointmentTable table thead tr th:nth-child(8),
.AppointmentTable table tbody tr td:nth-child(8) {
  width: 80px !important;
  max-width: 80px !important;
}

.AppointmentTable table thead tr th:nth-child(7),
.AppointmentTable table tbody tr td:nth-child(7) {
  width: 80px !important;
  max-width: 80px !important;
}

.AppointmentTable table thead tr th:nth-child(1),
.AppointmentTable table tbody tr td:nth-child(1) {
  width: 90px !important;
  max-width: 90px !important;
}

.AppointmentTable table thead tr th:nth-child(2),
.AppointmentTable table tbody tr td:nth-child(2) {
  width: 140px !important;
  max-width: 140px !important;
}

@media only screen and (max-width: 767px) {
  .create_est {
    position: relative;
    right: 0;
    z-index: 9;
    top: 10px;
    width: 100%;
    margin-bottom: 10px !important;
  }

  .select_emp {
    margin-bottom: 10px;
  }

  .select_emp,
  .select_emp .rw-widget,
  .select_emp .combobox-container {
    width: 100%;
  }

  .todosection .form-check.mt-2 {
    position: relative;
    right: 0;
    z-index: 9;
    display: inline-block;
    margin-top: 8px !important;
    margin-left: 0 !important;
  }

  .todosection.mui-table .MuiFormControl-root.MuiTextField-root {
    margin-right: 0px !important;
  }

  .create_appoint {
    height: 30px;
    font-size: 12px;
    position: relative;
    right: auto;
    z-index: 9;
    top: 0;
  }

  .active_lead {
    position: relative;
    z-index: 9;
    right: auto;
    display: inline-block;
  }

  .past_appoint {
    position: relative;
    z-index: 9;
    right: auto;
    margin-left: 0 !important;
  }

  .AppointmentTable .MuiToolbar-root .MuiFormControl-root,
  .pricebook-table .MuiToolbar-root .MuiFormControl-root {
    margin-right: 0 !important;
    max-width: 220px;
    padding-left: 0;
    position: absolute;
  }

  .mui-table.AppointmentTable .MuiToolbar-gutters .MuiTypography-h6 {
    display: none;
  }

  .AppointmentTable table tbody tr td:nth-child(2) {
    white-space: nowrap;
  }

  .account-customer .rw-combobox.rw-widget {
    width: 100%;
  }

  .log_project {
    justify-content: flex-start;
  }

  .pricebook-table .MuiTypography-h6 {
    display: none;
  }

  .billhistory tbody tr td:nth-child(2) {
    white-space: nowrap;
  }

  .showinactive {
    margin-top: 14px !important;
    margin-bottom: 0;
    margin-left: 3px !important;
  }

  .todosection .rw-combobox.rw-widget {
    position: relative;
    left: 0;
    z-index: 99;
    margin-bottom: 10px;
  }

  .todosection .btn.btn-primary.AddCustomerButton {
    position: relative;
    right: 0;
    z-index: 9;
    top: 2px;
    height: 30px;
    font-size: 12px;
    float: right;
  }

  .sales_select_cus {
    position: relative;
    z-index: 99;
    margin-bottom: 10px;
  }
}

.download-button-001 {
  display: block;
  position: fixed;
  margin-left: 560px;
}

.email-button-001 {
  display: block;
  position: fixed;
  margin-left: 680px;
}

.download-button-002 {
  display: block;
  position: fixed;
  margin-left: 505px;
  margin-top: 90px;
}

.email-button-002 {
  display: block;
  position: fixed;
  margin-left: 616px;
  margin-top: 90px;
}

.download-button-003 {
  display: block;
  position: fixed;
  margin-left: 550px;
  margin-top: 100px;
}

.email-button-003 {
  display: block;
  position: fixed;
  margin-left: 670px;
  margin-top: 100px;
}

.logotd {
  vertical-align: top;
}

/* PDF Responsive */
@media only screen and (max-width: 767px) {
  .Preview_004,
  .Preview_001,
  .Preview_002,
  .Preview_003,
  .print_001,
  .print_001 {
    width: 100%;
    display: block;
    overflow-x: auto;
    padding-right: 20px;
    position: relative;
    margin-top: 20px;
  }

  .email-button-001,
  .email-button-002,
  .email-button-003 {
    display: inline-block;
    position: relative;
    left: 15px;
    margin-top: 0px;
    margin-left: 0;
  }

  .download-button-001 {
    display: inline-block;
    position: relative;
    left: 0px;
    margin-left: 0;
  }

  .download-button-002,
  .download-button-003 {
    display: inline-block;
    position: relative;
    left: 0px;
    margin-left: 0;
    margin-top: 0;
  }

  .pdfStyle.Preview_004,
  .pdfStyle.print_001,
  .pdfStyle.print_001,
  .pdfStyle.Preview_001,
  .pdfStyle.Preview_002,
  .pdfStyle.Preview_003 {
    margin-top: 0px;
  }
}

.mui-table .btn.btn-primary,
.billhistory .btn.btn-primary,
.PaymentsCOSubcontracts .btn.btn-primary,
.ProgressBilling .btn.btn-primary,
.estimate-delal .btn.btn-primary,
.estimate-delal .btn.btn-outline-primary {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: #3f51b5;
}

.estimate-delal .btn.btn-primary i,
.estimate-delal .btn.btn-outline-primary i {
  font-size: 1.2rem;
}

.estimate-delal .btn.btn-success {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: #0ab39c;
}

.estimate-delal .btn.btn-success i,
.estimate-delal .btn.btn-danger i {
  font-size: 1.2rem;
}

.mui-table .btn.btn-danger,
.billhistory .btn.btn-danger,
.PaymentsCOSubcontracts .btn.btn-danger,
.ProgressBilling .btn.btn-danger,
.estimate-delal .btn.btn-danger {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: #ee5b5b;
}

.mui-table .btn.btn-icon,
.billhistory .btn.btn-icon,
.newtable .tr-info .btn.btn-icon,
.PaymentsCOSubcontracts .btn.btn-icon,
.ProgressBilling .btn.btn-icon,
.estimate-delal .btn.btn-icon {
  width: 20px !important;
  height: 20px;
  padding: 0;
  line-height: 20px;
}

.mui-table .btn.btn-primary.create_appoint,
.mui-table .btn.btn-primary.AddCustomerButton {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
}

.mui-table .btn.btn-primary.CompanyLeaveSave {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
  width: 26px !important;
  height: 26px;
  padding: 0;
  line-height: 24px;
  text-align: center;
}

.mui-table .btn.btn-primary.addnote1,
.ProgressBilling .btn.btn-primary.addnote1,
.btn.btn-primary.create_est,
#v-setting-tabContent .MuiIconButton-label .btn.btn-primary.mt-3.mt-md-0 {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
  padding: 0.4rem 0.4rem;
}

.newtable .tr-info .btn.btn-danger {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: #fff;
}

table .form-control {
  padding: 0.2rem 5px;
}

table .input-group-append .input-group-text,
table .input-group-prepend .input-group-text {
  padding: 0.6rem 0.45rem;
  height: 25.25px;
}

.newtable .MuiOutlinedInput-root input {
  padding: 3px 5px !important;
}

.newtable
  .css-1vl4xvp-MuiAutocomplete-root
  .MuiOutlinedInput-root
  .MuiAutocomplete-endAdornment {
  right: 0px !important;
  top: 0px;
  border-left: 1px solid #cccccc;
  width: 23px;
  height: 25px;
}

.mui-table-vendorContracrs table thead tr th:nth-child(4),
.mui-table-vendorContracrs table thead tr th:nth-child(5),
.mui-table-vendorContracrs table tbody tr td:nth-child(4),
.mui-table-vendorContracrs table tbody tr td:nth-child(5) {
  white-space: nowrap;
}

.create_est {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 10px;
}

.create_appoint {
  height: 30px;
  font-size: 12px;
  position: absolute;
  right: 83px;
  z-index: 9;
  top: 7px;
}

.active_lead {
  position: absolute;
  z-index: 9;
  right: 465px;
}

.past_appoint {
  position: absolute;
  z-index: 9;
  right: 580px;
}

.sales_select_cus {
  position: absolute;
  z-index: 99;
}

.pagename {
  color: #000000;

  font-family: "Barlow", sans-serif;

  font-size: 14px;

  font-weight: 600;

  text-transform: capitalize;

  line-height: 16px;

  margin-bottom: 0;

  padding: 0px 5px 0px 3px;
}

@media only screen and (max-width: 767px) {
  .create_est {
    position: relative;
    right: 0;
    z-index: 9;
    top: 10px;
    width: 100%;
    margin-bottom: 10px !important;
  }

  .select_emp {
    margin-bottom: 10px;
  }

  .select_emp,
  .select_emp .rw-widget,
  .select_emp .combobox-container {
    width: 100%;
  }

  .todosection .form-check.mt-2 {
    position: relative;
    right: 0;
    z-index: 9;
    display: inline-block;
    margin-top: 8px !important;
    margin-left: 0 !important;
  }

  .todosection.mui-table .MuiFormControl-root.MuiTextField-root {
    margin-right: 0px !important;
  }

  .create_appoint {
    height: 30px;
    font-size: 12px;
    position: relative;
    right: auto;
    z-index: 9;
    top: 0;
  }

  .active_lead {
    position: relative;
    z-index: 9;
    right: auto;
    display: inline-block;
  }

  .past_appoint {
    position: relative;
    z-index: 9;
    right: auto;
    margin-left: 0 !important;
  }

  .AppointmentTable .MuiToolbar-root .MuiFormControl-root,
  .pricebook-table .MuiToolbar-root .MuiFormControl-root {
    margin-right: 0 !important;
    max-width: 220px;
    padding-left: 0;
    position: absolute;
  }

  .mui-table.AppointmentTable .MuiToolbar-gutters .MuiTypography-h6 {
    display: none;
  }

  .AppointmentTable table tbody tr td:nth-child(2) {
    white-space: nowrap;
  }

  .account-customer .rw-combobox.rw-widget {
    width: 100%;
  }

  .log_project {
    justify-content: flex-start;
  }

  .pricebook-table .MuiTypography-h6 {
    display: none;
  }

  .billhistory tbody tr td:nth-child(2) {
    white-space: nowrap;
  }

  .showinactive {
    margin-top: 14px !important;
    margin-bottom: 0;
    margin-left: 3px !important;
  }

  .todosection .rw-combobox.rw-widget {
    position: relative;
    left: 0;
    z-index: 99;
    margin-bottom: 10px;
  }

  .todosection .btn.btn-primary.AddCustomerButton {
    position: relative;
    right: 0;
    z-index: 9;
    top: 2px;
    height: 30px;
    font-size: 12px;
    float: right;
  }

  .sales_select_cus {
    position: relative;
    z-index: 99;
    margin-bottom: 10px;
  }
}

.event-color-c {
  display: flex;
  margin: 16px;
  align-items: center;
  cursor: pointer;
}

.event-color-label {
  flex: 1 0 auto;
}

.event-color {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  margin-left: 240px;
}

.crud-color-row {
  display: flex;
  justify-content: center;
  margin: 5px;
}

.crud-color-c {
  padding: 3px;
  margin: 2px;
}

.crud-color {
  position: relative;
  min-width: 46px;
  min-height: 46px;
  margin: 2px;
  cursor: pointer;
  border-radius: 23px;
}

.crud-color-c.selected,
.crud-color-c:hover {
  box-shadow: inset 0 0 0 3px #007bff;
  border-radius: 48px;
}

.crud-color:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  color: #f7f7f7;
  font-size: 20px;
  text-shadow: 0 0 3px #000;
  display: none;
}

.crud-color-c.selected .crud-color:before {
  display: block;
}

.md-work-order-checkbox-label.mbsc-checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
}

.md-work-order-date {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.md-work-order-date-title {
  font-size: 13px;
  color: #959595;
  padding: 5px 10px;
  line-height: 18px;
}

.md-work-order-price-tag {
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  vertical-align: middle;
  border: 1px solid #959595;
  color: #959595;
  border-radius: 5px;
  margin: 0 10px;
  padding: 0px 5px;
}

.md-work-order-scheduling .mbsc-timeline-parent {
  height: 32px;
}

.StrickEvent .mbsc-schedule-event-title {
  text-decoration: line-through;
}

.StrickEvent .mbsc-calendar-label-text {
  text-decoration: line-through;
}

.md-switching-view-cont {
  height: 100%;
}

.md-switching-view-cont .mbsc-segmented {
  margin: 0;
}

.md-switching-view-cont .mbsc-segmented.mbsc-material,
.md-switching-view-cont .mbsc-segmented.mbsc-windows {
  padding: 0;
}

.md-switching-view-cont .mbsc-segmented .mbsc-segmented-button {
  padding: 0 1px;
}

.md-switching-view-cont .mbsc-segmented .mbsc-icon {
  font-size: 20px;
}

.md-switching-view-cont .mbsc-segmented-button.mbsc-windows {
  border: 0;
}

.cal-header-picker {
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cal-header-nav {
  width: 165px;
}

.cal-header-nav .mbsc-calendar-title.mbsc-material {
  font-size: 16px;
}

.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: #2c3e87 !important;
  color: #fff !important;
}

.MonthDayView {
  background: #2c3e87;
  color: white;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  border-radius: 3px;
}

.mbsc-windows-dark.mbsc-segmented-button.mbsc-button.mbsc-hover {
  background: transparent !important;
}

.mbsc-windows-dark.mbsc-segmented-button.mbsc-button {
  background: #2c3e87 !important;
}

.create_est {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 10px;
}

.create_appoint {
  height: 30px;
  font-size: 12px;
  position: absolute;
  right: 83px;
  z-index: 9;
  top: 7px;
}

.active_lead {
  position: absolute;
  z-index: 9;
  right: 465px;
}

.past_appoint {
  position: absolute;
  z-index: 9;
  right: 580px;
}

.sales_select_cus {
  position: absolute;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .create_est {
    position: relative;
    right: 0;
    z-index: 9;
    top: 10px;
    width: 100%;
    margin-bottom: 10px !important;
  }

  .select_emp {
    margin-bottom: 10px;
  }

  .select_emp,
  .select_emp .rw-widget,
  .select_emp .combobox-container {
    width: 100%;
  }

  .todosection .form-check.mt-2 {
    position: relative;
    right: 0;
    z-index: 9;
    display: inline-block;
    margin-top: 8px !important;
    margin-left: 0 !important;
  }

  .todosection.mui-table .MuiFormControl-root.MuiTextField-root {
    margin-right: 0px !important;
  }

  .create_appoint {
    height: 30px;
    font-size: 12px;
    position: relative;
    right: auto;
    z-index: 9;
    top: 0;
  }

  .active_lead {
    position: relative;
    z-index: 9;
    right: auto;
    display: inline-block;
  }

  .past_appoint {
    position: relative;
    z-index: 9;
    right: auto;
    margin-left: 0 !important;
  }

  .AppointmentTable .MuiToolbar-root .MuiFormControl-root,
  .pricebook-table .MuiToolbar-root .MuiFormControl-root {
    margin-right: 0 !important;
    max-width: 220px;
    padding-left: 0;
    position: absolute;
  }

  .mui-table.AppointmentTable .MuiToolbar-gutters .MuiTypography-h6 {
    display: none;
  }

  .AppointmentTable table tbody tr td:nth-child(2) {
    white-space: nowrap;
  }

  .account-customer .rw-combobox.rw-widget {
    width: 100%;
  }

  .log_project {
    justify-content: flex-start;
  }

  .pricebook-table .MuiTypography-h6 {
    display: none;
  }

  .billhistory tbody tr td:nth-child(2) {
    white-space: nowrap;
  }

  .showinactive {
    margin-top: 14px !important;
    margin-bottom: 0;
    margin-left: 3px !important;
  }

  .todosection .rw-combobox.rw-widget {
    position: relative;
    left: 0;
    z-index: 99;
    margin-bottom: 10px;
  }

  .todosection .btn.btn-primary.AddCustomerButton {
    position: relative;
    right: 0;
    z-index: 9;
    top: 2px;
    height: 30px;
    font-size: 12px;
    float: right;
  }

  .sales_select_cus {
    position: relative;
    z-index: 99;
    margin-bottom: 10px;
  }
}

.download-button-001 {
  display: block;
  position: fixed;
  margin-left: 560px;
}

.email-button-001 {
  display: block;
  position: fixed;
  margin-left: 680px;
}

.download-button-002 {
  display: block;
  position: fixed;
  margin-left: 505px;
  margin-top: 90px;
}

.email-button-002 {
  display: block;
  position: fixed;
  margin-left: 616px;
  margin-top: 90px;
}

.download-button-003 {
  display: block;
  position: fixed;
  margin-left: 550px;
  margin-top: 100px;
}

.email-button-003 {
  display: block;
  position: fixed;
  margin-left: 670px;
  margin-top: 100px;
}

.logotd {
  vertical-align: top;
}

/* PDF Responsive */
@media only screen and (max-width: 767px) {
  .Preview_004,
  .Preview_001,
  .Preview_002,
  .Preview_003,
  .print_001,
  .print_001 {
    width: 100%;
    display: block;
    overflow-x: auto;
    padding-right: 20px;
    position: relative;
    margin-top: 20px;
  }

  .email-button-001,
  .email-button-002,
  .email-button-003 {
    display: inline-block;
    position: relative;
    left: 15px;
    margin-top: 0px;
    margin-left: 0;
  }

  .download-button-001 {
    display: inline-block;
    position: relative;
    left: 0px;
    margin-left: 0;
  }

  .download-button-002,
  .download-button-003 {
    display: inline-block;
    position: relative;
    left: 0px;
    margin-left: 0;
    margin-top: 0;
  }

  .pdfStyle.Preview_004,
  .pdfStyle.print_001,
  .pdfStyle.print_001,
  .pdfStyle.Preview_001,
  .pdfStyle.Preview_002,
  .pdfStyle.Preview_003 {
    margin-top: 0px;
  }
}

.mui-table .btn.btn-primary,
.billhistory .btn.btn-primary,
.PaymentsCOSubcontracts .btn.btn-primary,
.ProgressBilling .btn.btn-primary,
.estimate-delal .btn.btn-primary,
.estimate-delal .btn.btn-outline-primary {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: #3f51b5;
}

.estimate-delal .btn.btn-primary i,
.estimate-delal .btn.btn-outline-primary i {
  font-size: 1.2rem;
}

.estimate-delal .btn.btn-success {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: #0ab39c;
}

.estimate-delal .btn.btn-success i,
.estimate-delal .btn.btn-danger i {
  font-size: 1.2rem;
}

.mui-table .btn.btn-danger,
.billhistory .btn.btn-danger,
.PaymentsCOSubcontracts .btn.btn-danger,
.ProgressBilling .btn.btn-danger,
.estimate-delal .btn.btn-danger {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: #ee5b5b;
}

.mui-table .btn.btn-icon,
.billhistory .btn.btn-icon,
.newtable .tr-info .btn.btn-icon,
.PaymentsCOSubcontracts .btn.btn-icon,
.ProgressBilling .btn.btn-icon,
.estimate-delal .btn.btn-icon {
  width: 20px !important;
  height: 20px;
  padding: 0;
  line-height: 20px;
}

.mui-table .btn.btn-primary.create_appoint,
.mui-table .btn.btn-primary.AddCustomerButton {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
}

.mui-table .btn.btn-primary.CompanyLeaveSave {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
  width: 26px !important;
  height: 26px;
  padding: 0;
  line-height: 24px;
  text-align: center;
}

.mui-table .btn.btn-primary.addnote1,
.ProgressBilling .btn.btn-primary.addnote1,
.btn.btn-primary.create_est,
#v-setting-tabContent .MuiIconButton-label .btn.btn-primary.mt-3.mt-md-0 {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
  padding: 0.4rem 0.4rem;
}

.mui-table .btn.btn-primary.addnote1:hover,
.ProgressBilling .btn.btn-primary.addnote1:hover,
.btn.btn-primary.create_est:hover,
#v-setting-tabContent .MuiIconButton-label .btn.btn-primary.mt-3.mt-md-0:hover {
  color: #fff;
  background-color: #3c41ca;
  border-color: #383ebe;
}

.newtable .tr-info .btn.btn-danger {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  color: red;
}

table .form-control {
  padding: 0.2rem 5px;
}

table .input-group-append .input-group-text,
table .input-group-prepend .input-group-text {
  padding: 0.6rem 0.45rem;
  height: 25.25px;
}

.newtable .MuiOutlinedInput-root input {
  padding: 3px 5px !important;
  background-color: #fff !important;
}

.newtable
  .css-1vl4xvp-MuiAutocomplete-root
  .MuiOutlinedInput-root
  .MuiAutocomplete-endAdornment {
  right: 0px !important;
  top: 0px;
  border-left: 1px solid #cccccc;
  width: 23px;
  height: 25px;
}

.mui-table-vendorContracrs table thead tr th:nth-child(4),
.mui-table-vendorContracrs table thead tr th:nth-child(5),
.mui-table-vendorContracrs table tbody tr td:nth-child(4),
.mui-table-vendorContracrs table tbody tr td:nth-child(5) {
  white-space: nowrap;
}

.btn.btn-primary.CompanyLeaveSave {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
  width: 26px !important;
  height: 26px;
  padding: 0;
  line-height: 24px;
  text-align: center;
}

button.btn.btn-primary.CompanyLeaveSave.btn-icon:hover {
  color: #fff;
  background-color: #3c41ca;
  border-color: #383ebe;
}

.mbsc-timeline-grid-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.mbsc-timeline-grid-scroll::-webkit-scrollbar-thumb:horizontal {
  width: 100px;
  background-color: #2c3e87;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  -webkit-border-radius: 3px;
}

/* .mbsc-timeline-grid-scroll::-webkit-scrollbar {
  width: 10px; 
} */

.mbsc-ios.mbsc-segmented {
  background: #f7f7f7 !important;
}

.mbsc-ios.mbsc-segmented-button.mbsc-button {
  background: transparent !important;
  color: #fff !important;
  padding: 0 !important;
  height: 32px !important;
}

/* .mbsc-ios.mbsc-segmented-button.mbsc-button.mbsc-selected {
  color: #000 !important; 

} */

.mbsc-ios-dark.mbsc-segmented-button.mbsc-button {
  background: transparent !important;
  color: #fff !important;
  height: 32px !important;
}

.mbsc-ios.mbsc-segmented-selectbox-inner {
  border-radius: 0 !important;
  background: #000 !important;
  display: none !important;
}

/* .mbsc-icon{
  width: 1.1em !important;
} */
.mbsc-ios.mbsc-segmented-selectbox.mbsc-selected {
  margin-right: 3px !important;
  color: #fff !important;
  padding: 0 !important;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button.mbsc-selected {
  background: transparent !important;
}

.mbsc-windows.mbsc-segmented-button.mbsc-button {
  background: transparent !important;
  color: #fff !important;
}

.MonthDayView:hover {
  color: #fff;
  background-color: #3c41ca;
  border-color: #383ebe;
}

.mbsc-ios.mbsc-segmented-selectbox.mbsc-selected {
  display: none !important;
}

.hide-after-delay {
  animation: hide-element 10s forwards;
}

@keyframes hide-element {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.documentshead {
  position: absolute;
  left: 200px;
  z-index: 9;
  top: 16px;
  font-size: 14px;
  font-weight: 600;
}

.docView {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: -5px;
}

.docView span {
  opacity: 0.8;
}

.nodoc {
  font-size: 24px;
  font-weight: 700;
  padding-top: 20px;
}

.docmsg {
  font-size: 14px;
  font-weight: 600;
  padding-top: 0px;
  line-height: 20px;
}

.documentupload .file-types {
  max-width: 166px !important;
}

.documents-item #docList {
  width: 49%;
  display: inline-block;
  margin-right: 1%;
}

.documents-item #docList:nth-child(odd) {
  margin-right: 0%;
  margin-left: 1%;
}

/* .folder{
    width: 125px;
    min-height: 150px;
    border: 0px solid #ddd;
    border-radius: 5px;
    text-align: center;
    vertical-align: top;
    padding: 0 0px;
    position: relative;
  } */

.folder {
  width: auto;
  min-height: 150px;
  border: 0px solid #ddd;
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  padding: 0 0px;
  position: relative;
  max-width: 125px;
  min-width: 90px;
}

.TempFolder {
  width: 150px !important;
}

.folder img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

.foldername {
  font-size: 11px;
  font-weight: 600;
  word-wrap: break-word;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 18px;
}

.deletefolder {
  position: absolute;
  left: 15px;
  top: 22px;
  color: #fff;
  font-size: 20px;
  background: red;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  z-index: 9;
  cursor: pointer;
}

.editfolder {
  position: absolute;
  left: 50px;
  top: 22px;
  color: #fff;
  font-size: 20px;
  background: blue;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  z-index: 9;
  cursor: pointer;
}

.folders_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.folders_list .folder {
  margin-right: 10px;
  margin-bottom: 10px;
}

.templatelist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

.templatelist .tempname {
  font-weight: 600;
  background-color: #ffffff;
  color: #000;
  margin-bottom: 0.2em;
  padding: 0.2em 0.3em;
  border-radius: 0.3em;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  align-items: center;
  width: 100%;
}

.templatelist .tempname .tempfile {
  width: calc(100% - 20px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.templatelist .tempname span.deleteTemp {
  font-size: 16px;
  color: red;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.errormsg {
  color: red;
  margin-bottom: 5px;
}

.photos-list {
  width: 200px;
  display: inline-block;
  margin: 10px 10px;
  background: #e4e0e0;
  height: 150px;
  border-radius: 3px;
  vertical-align: top;
  position: relative;
}

.photos-list .photo {
  max-width: 100%;
  max-height: 150px;
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.photos-list .photo span.lazy-load-image-background {
  display: block !important;
}

.photos-list .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  max-height: 150px;
  margin: 0 auto;
}

.photoAction {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadphoto {
  background-color: #2c3e87;
  color: #fff;
  padding: 6px;
  border-radius: 3px;
  height: 25px;
  line-height: 12px;
  margin-right: 5px;
  cursor: pointer;
}

.deletephoto {
  background-color: #ee5b5b;
  color: #fff;
  padding: 6px;
  border-radius: 3px;
  height: 25px;
  line-height: 12px;
  cursor: pointer;
}

#accordion .card h5 button {
  background: url(../images/collapse.png) no-repeat calc(100% - 35px) center;
  background-size: 16px;
  cursor: pointer;
  font-size: 18px;
}

#accordion .card h5 button.collapsed {
  background-image: url(../images/collapsed.png);
}

#accordion .card-header {
  background-color: #2c3e87;
}

.deleteEst {
  position: absolute;
  right: 6px;
  top: 6px;
  color: white;
  background: red;
  padding: 4px;
  border-radius: 2px;
  z-index: 99;
  cursor: pointer;
}

.movetemplate {
  height: 30px;
  font-size: 12px;
  position: absolute;
  right: 125px;
  z-index: 9;
  top: 10px;
}

.templatedata table tbody tr td:last-child div {
  align-items: center;
  justify-content: center;
}

.templatedata .btn.btn-primary.AddCustomerButton {
  position: absolute;
  right: 10px;
  z-index: 9;
  top: 8px;
  height: 30px;
  font-size: 12px;
}

.templatedata.mui-table .MuiFormControl-root.MuiTextField-root {
  margin-right: 150px !important;
  max-width: 220px;
}

.threedots:after {
  content: "\2807";
  font-size: 22px;
}

.folder .dropdown {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #000;
}

.folder .dropdown a {
  text-decoration: none;
  color: #000;
}

.folder .dropdown .dropdown-menu {
  margin-top: 0.2rem !important;
}

.folder .dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem !important;
  display: flex;
}

.folder .dropdown-menu {
  padding: 0.2rem 0 !important;
}

.docViewHr .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.3rem;
  color: #6c757d;
  content: "/";
}

.docViewHr.breadcrumb .breadcrumb-item + .breadcrumb-item,
.docViewHr.breadcrumb .breadcrumb-item {
  padding-left: 0.3rem;
  font-size: 13px;
  line-height: 30px;
  font-weight: 500;
}

.docViewHr.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}

.uploadDoc_Margin {
  margin-top: -10px !important;
  margin-bottom: -15px !important;
}

.new_schedules .MuiPaper-elevation1 {
  box-shadow: none;
}

.new_schedules.mui-table table {
  border: 0;
  box-shadow: none;
}

.new_schedule_assign .rw-multiselect-taglist {
  max-width: 300px;
}

.new_schedules .css-b62m3t-container {
  max-width: 140px !important;
}

.new_schedules table thead tr th:nth-child(1),
.new_schedules table tbody tr td:nth-child(1) {
  width: 20px;
}

.new_schedules table thead tr th:nth-child(4),
.new_schedules table tbody tr td:nth-child(4),
.new_schedules table tbody tr td:nth-child(4) input {
  width: 55px;
}

.new_schedules table thead tr th:nth-child(3),
.new_schedules table tbody tr td:nth-child(3) {
  width: 120px;
}

.new_schedules table thead tr th:nth-child(5),
.new_schedules table tbody tr td:nth-child(5) {
  width: 120px;
}

.new_schedules table thead tr th:nth-child(6),
.new_schedules table tbody tr td:nth-child(6),
.new_schedules table tbody tr td:nth-child(6) input {
  width: 55px;
}

.new_schedules table thead tr th:nth-child(7),
.new_schedules table tbody tr td:nth-child(7),
.new_schedules table tbody tr td:nth-child(7) input {
  width: 55px;
}

.new_schedules table thead tr th:nth-child(10),
.new_schedules table tbody tr td:nth-child(10) {
  width: 60px;
}

.new_schedules table thead tr th:nth-child(9),
.new_schedules table tbody tr td:nth-child(9) {
  width: 130px;
}

.emp_leave_table table thead tr th:nth-child(1),
.emp_leave_table table tbody tr td:nth-child(1) {
  min-width: 120px !important;
  width: 140px !important;
  max-width: 150px !important;
}

.emp_leave_table table thead tr th:nth-child(2),
.emp_leave_table table tbody tr td:nth-child(2) {
  min-width: 120px !important;
  width: 140px !important;
  max-width: 150px !important;
}

.emp_leave_table table thead tr th:last-child,
.emp_leave_table table tbody tr td:last-child {
  width: 80px !important;
  max-width: 80px !important;
}

.role_tbl table thead tr th:first-child,
.role_tbl table tbody tr td:first-child {
  width: 120px !important;
  max-width: 120px !important;
}

.role_tbl table thead tr th:last-child,
.role_tbl table tbody tr td:last-child {
  width: 50px !important;
  max-width: 50px !important;
}

.List_schedule_table thead tr {
  background-color: rgb(224, 224, 224);
}

.schedule_dropdown.dropdown .dropdown-menu {
  margin-top: 0 !important;
}

.new_schedules .mbsc-eventcalendar.mbsc-eventcalendar-timeline {
  min-height: 555px !important;
}

.new_schedules .mbsc-timeline-parent {
  height: 32px;
}

/* .new_schedules .mbsc-schedule-event-range{
    display: none;
  } */

/* .new_schedules .mbsc-timeline-parent {
     height: 32px;
} */
/* 
.mbsc-timeline-row{
  height : 10px !important ;
} */

.md-timeline-height .mbsc-timeline-resource,
.md-timeline-height .mbsc-timeline-row {
  min-height: 120px !important;
}

.mbsc-ios.mbsc-timeline-header-date {
  max-width: 53px !important;
}

.mbsc-timeline-day-month {
  min-width: 0;
  max-width: 60px;
}

.mbsc-timeline-header-date-text,
.mbsc-timeline-header-month-text,
.mbsc-timeline-header-week-text {
  padding: 0 0.15em;
}

.mbsc-timeline-column,
.mbsc-timeline-header-column {
  width: 53px !important;
}

.mbsc-ios.mbsc-timeline-resource,
.mbsc-ios.mbsc-timeline-row {
  min-height: 28px !important;
  max-height: 28px !important;
}

.mbsc-timeline-header-date-text,
.mbsc-timeline-header-month-text,
.mbsc-timeline-header-week-text {
  font-size: 12.5px !important;
  font-weight: 500;
}

.css-sq9qdz {
  padding: 0 0.5rem 0.2rem 0.5rem !important;
  margin-top: -6px;
}

.css-1omuo8w-MuiToolbar-root {
  min-height: 1.5rem !important;
}

element.style {
  left: 33.9726%;
  width: 0.273973%;
  top: 0px;
  color: rgb(37, 56, 88);
}

.mbsc-ios.mbsc-schedule-event {
  color: #5ac8fa;
}

.mbsc-timeline-event.mbsc-schedule-event-all-day {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.mbsc-schedule-event.mbsc-ltr {
  left: 0;
}

.mbsc-timeline-event-listing {
  margin: 0;
  position: absolute;
}

.mbsc-timeline-event {
  padding: 4px 5px 0 5px !important;
}

.mbsc-timeline-event-background {
  margin-top: 2px !important;
}

.mbsc-timeline-resource-title {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.copyCombineTable.mui-table table thead tr th:nth-child(1),
.copyCombineTable.mui-table table tbody tr td:nth-child(1) {
  width: 20px !important;
  text-align: center;
}

.copyCombineTable thead tr th:nth-child(2),
.copyCombineTable tbody tr td:nth-child(2) {
  width: 80px !important;
}

.role_table tbody tr td h5 {
  font-size: 13px;
}

.ListFont-25 {
  font-size: 25px !important;
}

/* .react-rte-demo {
  height: 400px !important 
}  */

.RichTextEditor__root___2QXK- {
  /* height: 70vh!important; */
  height: auto;
  min-height: 300px;
}

.DraftEditor-editorContainer {
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}

.mui-table.estimat_tab table thead tr th:nth-child(5),
.mui-table.estimat_tab table tbody tr td:nth-child(5) {
  max-width: 4% !important;
  width: 4% !important;
  white-space: nowrap;
}

.mui-table.estimat_tab table thead tr th:nth-child(9),
.mui-table.estimat_tab table tbody tr td:nth-child(9) {
  max-width: 20px !important;
}

.mui-table.estimat_tab table thead tr th:nth-child(1),
.mui-table.estimat_tab table tbody tr td:nth-child(1) {
  max-width: 30px !important;
  width: 30px !important;
}

.mui-table.estimat_tab table thead tr th:nth-child(7),
.mui-table.estimat_tab table tbody tr td:nth-child(7) {
  max-width: 30px !important;
  min-width: 30px !important;
  width: 30px !important;
}

.mui-table.estimat_tab table thead tr th {
  white-space: nowrap;
}

.mui-table.estimat_tab table thead tr th:nth-child(2),
.mui-table.estimat_tab table tbody tr td:nth-child(2) {
  max-width: 2% !important;
  width: 2% !important;
}

.mui-table.estimat_tab table thead tr th:nth-child(1) {
  white-space: nowrap;
}

.mui-table.estimat_tab table thead tr th:nth-child(3),
.mui-table.estimat_tab table tbody tr td:nth-child(3) {
  max-width: 7% !important;
  width: 7% !important;
}

.mui-table.estimat_tab table thead tr th:nth-child(7),
.mui-table.estimat_tab table tbody tr td:nth-child(7) {
  max-width: 30px !important;
  min-width: 30px !important;
  width: 30px !important;
}

.mui-table.estimat_tab table thead tr th:nth-child(8),
.mui-table.estimat_tab table tbody tr td:nth-child(8) {
  max-width: 7% !important;
  width: 7% !important;
  white-space: nowrap;
}

.AddTableReviced.mui-table div[style*="max-height: 80vh"] {
  margin-top: -2px;
}

.AddTableReviced table thead tr th:nth-child(1),
.AddTableReviced table tbody tr td:nth-child(1) {
  max-width: 8% !important;
  width: 8% !important;
}

.AddTableReviced table thead tr th:nth-child(2),
.AddTableReviced table tbody tr td:nth-child(2) {
  max-width: 8% !important;
  width: 8% !important;
}

.AddTableReviced table thead tr th:nth-child(3),
.AddTableReviced table tbody tr td:nth-child(3) {
  max-width: 50% !important;
  width: 50% !important;
}

.AddTableReviced table thead tr th:nth-child(4),
.AddTableReviced table tbody tr td:nth-child(4) {
  max-width: 34% !important;
  width: 34% !important;
}

.AddPriceBookTable table thead tr th:nth-child(1),
.AddPriceBookTable table tbody tr td:nth-child(1) {
  max-width: 8% !important;
  width: 8% !important;
}

.AddPriceBookTable table thead tr th:nth-child(2),
.AddPriceBookTable table tbody tr td:nth-child(2) {
  max-width: 5% !important;
  width: 5% !important;
}

.AddPriceBookTable table thead tr th:nth-child(3),
.AddPriceBookTable table tbody tr td:nth-child(3) {
  max-width: 5% !important;
  width: 5% !important;
}

.AddPriceBookTable table thead tr th:nth-child(6),
.AddPriceBookTable table tbody tr td:nth-child(6) {
  max-width: 5% !important;
  width: 5% !important;
}

.AddPriceBookTable table thead tr th:nth-child(7),
.AddPriceBookTable table tbody tr td:nth-child(7) {
  max-width: 5% !important;
  width: 5% !important;
}

.AddPriceBookTable table thead tr th:nth-child(8),
.AddPriceBookTable table tbody tr td:nth-child(8) {
  max-width: 6% !important;
  width: 6% !important;
}

.Estimate_search .search-container {
  position: relative;
  margin-bottom: 4px;
  width: 250px;
}

.Estimate_search .search-container input {
  position: relative;
  border: 1px solid #ababab;
  color: #000;
  border-radius: 5px;
  font-size: 13px;
  padding: 5px 5px 5px 25px;
  width: 100%;
}

.Estimate_search .search-container i {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 9;
}

.Width_335 .rw-widget {
  width: 335px !important;
}

#owneraccess .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#owneraccess .accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

#owneraccess .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  box-shadow: none;
}

#owneraccess .accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

#owneraccess .accordion-button::before {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: 0;
  margin-right: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

#owneraccess .accordion-button::after {
  display: none;
}

#owneraccess .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 170px;
  padding: 0.5rem 0.5rem;
  font-size: 13px;
  font-weight: 600;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

#owneraccess .accordion-header {
  display: flex;
  align-items: center;
}

#owneraccess .accordion-body {
  padding-top: 0;
}

#owneraccess .accordion-button:focus {
  box-shadow: none;
}

.InternalUser-Table table tbody tr td {
  padding-left: 8px !important;
}

.warrient-pdf {
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}

.NotiFication_Email {
  font-size: 14px;
  font-weight: 600;
  margin-right: 160px;
}

.Active_Email {
  display: flex;
  margin-left: 10px;
  align-items: center;
}

.ACtive_Email_Span {
  font-size: 12px;
  margin-left: 4px;
  position: relative;
  top: 3px;
}

.Font_size_12 {
  font-size: 12px;
  font-weight: 500;
}

.Notification_title {
  font-weight: 600;
  font-size: 13px;
  position: relative;
  top: 3px;
}

.DocUpload_SignDesign {
  color: red;
  cursor: pointer;
  font-size: 20px;
  margin-right: 10px;
}

.chnageOrderPdf_lable {
  border-bottom: hidden;
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice {
  background-color: #fff8dd;
}

@media (max-width: 767px) {
  .hsOTHe:last-of-type > :last-of-type {
    padding-right: 0 !important;
    margin-right: -30px;
  }

  .Estimate_search .search-container {
    width: 100%;
  }

  .mui-table.estimat_tab table thead tr th:nth-child(9),
  .mui-table.estimat_tab table tbody tr td:nth-child(9) {
    max-width: 33px !important;
  }

  .mbsc-timeline-resource-col,
  .mbsc-timeline-sidebar-col {
    width: 7em !important;
  }

  .new_schedules table thead tr th,
  .new_schedules table tbody tr td {
    width: 130px;
  }

  .new_schedules table tbody tr td .css-18nc3u2 .MuiAutocomplete-inputRoot {
    flex-wrap: nowrap;
  }

  .new_schedules table tbody tr td:nth-child(3) .css-1bn53lx {
    width: 110px;
    white-space: nowrap;
  }

  .new_schedules table tbody tr td:nth-child(5) .css-1bn53lx {
    width: 110px;
    white-space: nowrap;
  }

  .new_schedules table thead tr th:nth-child(2),
  .new_schedules table tbody tr td:nth-child(2),
  .new_schedules table tbody tr td:nth-child(2) input {
    min-width: 200px;
  }

  .new_schedules table thead tr th:nth-child(9),
  .new_schedules table tbody tr td:nth-child(9),
  .new_schedules table tbody tr td:nth-child(9) .css-feqhe6 {
    min-width: 100px;
  }

  .role_table tbody tr td {
    white-space: nowrap;
    padding-right: 10px;
  }

  .role_table tbody tr td h5 {
    font-size: 13px;
    font-weight: 500;
  }

  .role_table tbody tr td h5 strong {
    font-weight: 600;
  }

  .role_table tbody tr td .custom_check {
    font-size: 14px;
  }

  .Width_335 .rw-widget {
    width: 100% !important;
  }
}

/* owner portal */
.owner-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #2c3e87;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.owner_name {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}

.owner_title {
  font-size: 14px;
  color: #898989;
  line-height: 26px;
}

.owner_proj {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 26px;
}

.owner_status {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.dWLNfR {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.dWLNfR > span {
  font-size: 12px;
  color: rgb(102, 102, 102);
}

.dWLNfR .file-types {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  margin-right: 10px;
}

#SuggesList {
  width: 98%;
  display: inline-block;
  margin: 5px 1%;
  background: #e4e0e0;
  height: 140px;
  border-radius: 3px;
  vertical-align: top;
  position: relative;
}

#SuggesList .image {
  max-width: 200px;
  max-height: 130px;
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 5px;
}

#SuggesList .image img {
  max-width: 100%;
  border-radius: 5px;
  height: auto;
  display: block;
  margin: auto;
  max-height: 130px;
  cursor: pointer;
}

#SuggesList .deleteImg {
  position: absolute;
  right: -8px;
  top: -8px;
  background: red;
  padding: 8px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px;
  z-index: 9;
  cursor: pointer;
}

#SuggesList textarea {
  width: calc(100% - 216px);
  display: inline-block;
  max-height: 130px;
  min-height: 130px;
  line-height: 18px;
  font-size: 13px;
  color: #000;
}

.suggest-list {
  width: 100%;
  display: inline-block;
  /* margin: 10px 10px; */
  background: #e4e0e0;
  height: 400px;
  border-radius: 3px;
  vertical-align: top;
  position: relative;
}

.suggest-list .photo {
  max-width: 100%;
  max-height: 200px;

  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0;
  height: 100%;
  margin-top: 0px;
}

.suggest-list .photo img {
  max-width: 100%;
  height: 200px;
  border-radius: 0px;
  width: 100%;
  display: block;
  margin: auto;
  max-height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.suggest-text {
  width: 96%;
  min-height: 178px;
  max-height: 178px;
  overflow-y: auto;
  background: #fff;
  margin: 0 2%;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  padding: 15px;
}

/* Bidding CSS */
.venters {
  border: 1px solid #9d9d9d;
  border-radius: 36px;
  height: 26px;
  background-color: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #1e1e1e;
  margin-right: 6px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-right: 11px;
  text-align: center;
  display: inline-block;
}

#bidding_table .MuiTextField-root {
  margin-right: 50px !important;
}

label.badge,
a.badge {
  padding: 4px 8px;
  font-size: 12px;
}

label.badge span.badge,
a.badge span.badge {
  display: inline-block;
  padding: 0.1em 0.4em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

#bidding_table #DataTables_Table_0_filter {
  margin-right: 70px;
}

.addbid {
  position: absolute;
  right: 0px;
  top: 3px;
  z-index: 9;
}

.bid-status {
  position: absolute;
  left: 360px;
  top: 5px;
  z-index: 89;
}

.openall_filter {
  position: absolute;
  left: 170px;
  top: 6px;
}

.copyCombineTable.mui-table div[style*="max-height: 80vh"] {
  margin-top: -2px;
}

.pricebookItem-table.mui-table div[style*="max-height: 80vh"] {
  margin-top: -2px;
}

.DailyLogpopTable.mui-table div[style*="max-height: 68vh"] {
  margin-top: -2px;
}

.estimat_tab.mui-table div[style*="max-height: 68vh"] {
  margin-top: -2px;
}

.po-table.mui-table div[style*="max-height: 68vh"] {
  margin-top: -2px;
}

.po_item_tbl.mui-table div[style*="max-height: 30vh"] {
  margin-top: -2px;
}

.DailyLogpopTable
  .MuiToolbar-root.MuiToolbar-regular.MuiToolbar-gutters.MTableToolbar-root-5 {
  display: none;
}

.AddPriceBookTable.mui-table div[style*="max-height: 80vh"] {
  margin-top: -2px;
}

.letters-btn {
  width: 95px;
  height: 30px;
}

.letters-btn {
  width: 95px;
  height: 30px;
}

.JobCostEsti_th {
  padding-bottom: 15px !important;
}

/* assembly css */
.assembly-table table thead tr th:nth-child(1),
.assembly-table table tbody tr td:nth-child(1) {
  width: 20px !important;
}

.assembly-table table thead tr th:nth-child(2),
.assembly-table table tbody tr td:nth-child(2) {
  width: 150px !important;
}

.assembly-table table thead tr th:nth-child(4),
.assembly-table table tbody tr td:nth-child(4) {
  width: 20px !important;
}

.assembly-table table thead tr th:nth-child(5),
.assembly-table table tbody tr td:nth-child(5) {
  width: 20px !important;
}

.assembly-table .MuiToolbar-root.MuiToolbar-regular {
  min-height: 5px !important;
}

.add-assembly-button {
  position: absolute;
  left: 10px;
  z-index: 9;
}

.add-assembly table thead tr th:nth-child(1),
.add-assembly table tbody tr td:nth-child(1) {
  width: 2% !important;
  max-width: 2% !important;
}

.add-assembly table thead tr th:nth-child(2),
.add-assembly table tbody tr td:nth-child(2) {
  width: 6% !important;
  max-width: 6% !important;
}

.add-assembly table thead tr th:nth-child(3),
.add-assembly table tbody tr td:nth-child(3) {
  width: 10% !important;
  max-width: 10% !important;
}

.add-assembly table thead tr th:nth-child(5),
.add-assembly table tbody tr td:nth-child(5) {
  width: 8% !important;
  max-width: 8% !important;
}

.add-assembly table thead tr th:nth-child(6),
.add-assembly table tbody tr td:nth-child(6) {
  width: 5% !important;
  max-width: 5% !important;
}

.edit-assembly table thead tr th:nth-child(1),
.edit-assembly table tbody tr td:nth-child(1) {
  width: 2% !important;
  max-width: 2% !important;
}

.edit-assembly table thead tr th:nth-child(2),
.edit-assembly table tbody tr td:nth-child(2) {
  width: 6% !important;
  max-width: 6% !important;
}

.edit-assembly table thead tr th:nth-child(4),
.edit-assembly table tbody tr td:nth-child(4) {
  width: 10% !important;
  max-width: 10% !important;
}

.add-priceBook-item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 30px;
  font-size: 12px;
  width: 173px;
}

.add-assembly.mui-table div[style*="max-height: 80vh"] {
  margin-top: -1px;
}

/* work desc */
.work-desc-sub table thead tr th:nth-child(1),
.work-desc-sub table tbody tr td:nth-child(1) {
  width: 20px !important;
  max-width: 20px !important;
}

.work-desc-sub table thead tr th:nth-child(2),
.work-desc-sub table tbody tr td:nth-child(2) {
  max-width: 80px !important;
}

.work-desc-sub table thead tr th:nth-child(3),
.work-desc-sub table tbody tr td:nth-child(3) {
  max-width: 150px !important;
}

.work-desc-sub table thead tr th:last-child,
.work-desc-sub table tbody tr td:last-child {
  max-width: 30px !important;
}

.work-desc table thead tr th:nth-child(1),
.work-desc table tbody tr td:nth-child(1) {
  max-width: 5% !important;
  width: 5% !important;
  vertical-align: top;
}

.work-desc table thead tr th:nth-child(2),
.work-desc table tbody tr td:nth-child(2) {
  max-width: 35% !important;
  width: 35% !important;
  vertical-align: top;
}

.work-desc table thead tr th:nth-child(3),
.work-desc table tbody tr td:nth-child(3) {
  max-width: 50% !important;
  width: 50% !important;
}

.work-desc table thead tr th:last-child,
.work-desc table tbody tr td:last-child {
  max-width: 5% !important;
  width: 5% !important;
}

.todosection table thead tr th:last-child,
.todosection table tbody tr td:last-child {
  width: 80px !important;
  max-width: 80px !important;
}

.todosection table thead tr th:nth-child(3),
.todosection table tbody tr td:nth-child(3) {
  width: 80px !important;
  max-width: 80px !important;
}

.todosection table thead tr th:nth-child(4),
.todosection table tbody tr td:nth-child(4) {
  width: 80px !important;
  max-width: 80px !important;
}

.todosection table thead tr th:nth-child(6),
.todosection table tbody tr td:nth-child(6) {
  width: 120px !important;
  max-width: 120px !important;
}

.todosection table thead tr th:nth-child(7),
.todosection table tbody tr td:nth-child(7) {
  width: 120px !important;
  max-width: 120px !important;
}

.todosection table thead tr th:nth-child(8),
.todosection table tbody tr td:nth-child(8) {
  width: 120px !important;
  max-width: 120px !important;
}

.files_table table thead tr th:nth-child(1),
.files_table table tbody tr td:nth-child(1) {
  width: 70% !important;
  max-width: 70% !important;
}

.files_tableDailyLog table thead tr th:nth-child(1),
.files_tableDailyLog table tbody tr td:nth-child(1) {
  width: 2% !important;
  max-width: 2% !important;
}

.css-n3vk4j-MuiMonthPicker-root {
  width: 230px !important;
}

.MuiMonthPicker-root {
  width: 230px !important;
}

.MuiOutlinedInput-root input {
  border-radius: 0px;
  padding: 0.58rem 0.8rem;
}

@media only screen and (max-width: 991px) {
  .mui-table.estimat_tab table thead tr th:nth-child(9),
  .mui-table.estimat_tab table tbody tr td:nth-child(9) {
    max-width: 30px !important;
  }

  .mui-table.estimat_tab table thead tr th:nth-child(7),
  .mui-table.estimat_tab table tbody tr td:nth-child(7) {
    max-width: 30px !important;
    min-width: 30px !important;
    width: 30px !important;
  }

  .work-desc-sub table thead tr th:nth-child(1),
  .work-desc-sub table tbody tr td:nth-child(1) {
    max-width: 100% !important;
  }

  .work-desc-sub table thead tr th:last-child,
  .work-desc-sub table tbody tr td:last-child {
    max-width: 100% !important;
  }

  .add-assembly-button {
    position: relative;
    left: 0px;
    z-index: 9;
  }

  .add-priceBook-item {
    position: relative;
    width: auto;
  }

  #v-setting-tabContent .MuiPaper-root.MuiPaper-elevation2.MuiPaper-rounded {
    width: 100% !important;
  }
}

/*====== New Css==== */
.ContractListPdfTd {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.customer_report_table.mui-table table thead tr th:nth-child(1),
.customer_report_table.mui-table table tbody tr td:nth-child(1) {
  width: 20px !important;
  text-align: center;
}

.customer_report_table.mui-table table thead tr th:nth-child(2),
.customer_report_table.mui-table table tbody tr td:nth-child(2) {
  width: 20px !important;
  text-align: center;
}

.customer_report_table.mui-table table thead tr th:nth-child(3),
.customer_report_table.mui-table table tbody tr td:nth-child(3) {
  width: 70px !important;
}

.customer_report_table.mui-table table thead tr th:nth-child(4),
.customer_report_table.mui-table table tbody tr td:nth-child(4) {
  width: 80px !important;
}

.customer_report_table.mui-table table thead tr th:nth-child(10),
.customer_report_table.mui-table table tbody tr td:nth-child(10) {
  width: 30px !important;
}

.customer_report_table.mui-table table thead tr th:nth-child(1),
.customer_report_table.mui-table table tbody tr td:nth-child(1) {
  width: 20px !important;
  text-align: center;
}

.estimate-delal thead tr th:nth-child(1),
.estimate-delal tbody tr td:nth-child(1) {
  max-width: 6% !important;
  width: 6% !important;
}

.estimate-delal thead tr th:nth-child(2),
.estimate-delal tbody tr td:nth-child(2) {
  max-width: 5% !important;
  width: 5% !important;
}

.estimate-delal thead tr th:nth-child(4) {
  max-width: 5% !important;
  width: 5% !important;
}

.estimate-delal tbody tr td:nth-child(4),
.estimate-delal tbody tr td:nth-child(5) {
  max-width: 2.5% !important;
  width: 2.5% !important;
}

.estimate-delal thead tr th:nth-child(5) {
  max-width: 6% !important;
  width: 6% !important;
}

.estimate-delal tbody tr td:nth-child(6),
.estimate-delal tbody tr td:nth-child(7) {
  max-width: 3% !important;
  width: 3% !important;
}

.estimate-delal thead tr th:nth-child(6),
.estimate-delal tbody tr td:nth-child(8) {
  max-width: 6% !important;
  width: 6% !important;
}

.estimate-delal thead tr th:nth-child(8),
.estimate-delal tbody tr td:nth-child(10) {
  max-width: 3% !important;
  width: 3% !important;
  text-align: center !important;
}

.estimate-delal thead tr th:nth-child(9),
.estimate-delal tbody tr td:nth-child(11) {
  max-width: 3% !important;
  width: 3% !important;
  text-align: center !important;
}

.estimate-delal thead tr th:nth-child(10),
.estimate-delal tbody tr td:nth-child(12) {
  max-width: 3% !important;
  width: 3% !important;
  text-align: center !important;
}

.estimate-delal thead tr th:nth-child(11),
.estimate-delal tbody tr td:nth-child(13) {
  max-width: 3% !important;
  width: 3% !important;
  text-align: center !important;
}

.minWid120 {
  min-width: 120px;
}

@media only screen and (max-width: 767px) {
  .minWid120 {
    min-width: 95px;
  }

  .bid-status {
    position: relative;
    left: 0;
    top: 0px;
    z-index: 89;
  }

  .addbid {
    position: relative;
    margin-left: 65px;
    margin-bottom: 10px;
  }

  #bidding_table .MuiTextField-root {
    margin-right: 0px !important;
  }
}

.fs-12 {
  font-size: 12px;
}

.fw-600 {
  font-weight: 600;
}

.page1 table tbody tr td {
  background: #fff !important;
}

.page1 table thead tr th {
  background: #fff !important;
  color: #000 !important;
}

.page2 table tbody tr td,
.page3 table tbody tr td,
.page4 table tbody tr td,
.page5 table tbody tr td,
.page6 table tbody tr td,
.page7 table tbody tr td {
  background: #fff !important;
}

.page2 table thead tr th,
.page3 table thead tr th,
.page4 table thead tr th,
.page5 table thead tr th,
.page6 table thead tr th,
.page7 table thead tr th {
  background: #fff !important;
  color: #000 !important;
}

.rw-widget-input.rw-state-disabled,
.rw-state-disabled .rw-widget-input,
fieldset[disabled] .rw-widget-input {
  background-color: #fff;
}

.AddPriceBookTable.mui-table .MTableToolbar-searchField-10 {
  margin-right: 2% !important;
}

.mbsc-material.mbsc-segmented-button.mbsc-button {
  border-color: transparent !important;
  color: #d4d4d4 !important;
}

.pricebook-table .MuiFormControl-root.MuiTextField-root {
  margin-right: 20px !important;
}

.MuiTableSortLabel-root.MuiTableSortLabel-active {
  color: rgb(255 255 255 / 100%) !important;
}

.MuiTableSortLabel-root.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active
  .MuiTableSortLabel-icon,
.MuiTableSortLabel-root.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active
  .MuiTableSortLabel-icon,
.MuiTableSortLabel-root:hover {
  color: rgb(255 255 255 / 74%) !important;
}

.MuiTableSortLabel-icon {
  opacity: 1 !important;
}

.accordion-button::before thead th:nth-child(6),
.billing_table tbody td:nth-child(6) {
  width: 10%;
  max-width: 10%;
}

.billing_table thead th {
  position: sticky;
  top: -1px;
  z-index: 9;
  white-space: nowrap;
}

.newtable.billhistory .MuiToolbar-root.MuiToolbar-gutters {
  display: none;
}

.findJob_table table tbody tr[style*="background-color: rgb(21, 177, 154)"] td {
  background: transparent !important;
}

.findJob_table.mui-table div[style*="max-height: 50vh"] {
  margin-top: -2px;
}

.billhistory.mui-table div[style*="max-height: 20vh"] {
  margin-top: -2px;
}

.findJob_table .MuiToolbar-root.MuiToolbar-gutters {
  display: none;
}

.mui-table .edit_pricebook_items .btn.btn-primary {
  color: #fff !important;
  background-color: #2c3e87 !important;
  border-color: #2c3e87 !important;
  padding: 0.6rem 0.7rem !important;
}

.AddPriceBookTable .MuiInputBase-root.MuiInput-underline {
  margin-right: 15px !important;
}

.Contract_pdf {
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 10px);
  text-overflow: ellipsis;
}

.AccountButton_height {
  height: auto !important;
}

.Bidding_Cust_DropDown {
  position: absolute;
  left: 0;
  z-index: 99;
  width: 350px;
}

.mui-table .addbid.btn.btn-primary {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
  padding: 0.4rem 0.4rem;
}

.mui-table .importFile.btn.btn-primary {
  color: #fff;
  background-color: #2c3e87;
  border-color: #2c3e87;
  padding: 0.4rem 0.4rem;
}

.vouch {
  font-size: 14px;
  color: red;
  font-weight: 600;
  line-height: 20px;
}

.potable .MuiToolbar-gutters {
  display: none;
}

.company-working-table table thead tr th:nth-child(1) {
  width: 15% !important;
  max-width: 40% !important;
}

.internal-user-table thead th:last-child,
.internal-user-table tbody td:last-child {
  width: 20% !important;
}

.form-check.report-check
  .form-check-label
  input[type="checkbox"]
  + .input-helper:before {
  border: 2px solid #fff;
  background-color: #fff;
}

.form-check.report-check.form-check-primary.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before {
  border: 2px solid #464dee;
}

.MuiTableCell-alignRight .MuiTableSortLabel-root {
  flex-direction: initial;
}

.css-1bh2skb {
  flex-direction: row !important;
  -webkit-flex-direction: row !important;
  overflow: visible !important;
}

.MuiTableSortLabel-root.MuiTableSortLabel-active
  .MuiTableSortLabel-iconDirectionAsc {
  transform: rotate(180deg);
}

.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon {
  opacity: 1 !important;
  filter: brightness(200%);
}

.MuiTableSortLabel-root .MuiTableSortLabel-icon {
  opacity: 0.3 !important;
}

.MuiTableSortLabel-root.MuiTableSortLabel-active
  .MuiTableSortLabel-iconDirectionDesc {
  transform: rotate(0deg);
}

.MuiTableSortLabel-root.Mui-active .MuiTableSortLabel-iconDirectionDesc {
  transform: rotate(0deg);
}

.MuiTableSortLabel-root.Mui-active .MuiTableSortLabel-iconDirectionAsc {
  transform: rotate(180deg);
}

.MuiTableSortLabel-root .MuiTableSortLabel-iconDirectionAsc {
  transform: rotate(180deg);
}

.MuiTableSortLabel-root .MuiTableSortLabel-iconDirectionDesc {
  transform: rotate(180deg);
}

/* role page css */

.accordianLabor {
  width: 100%;
}

.accordianLabor .accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 15px;
}

.accordianLabor .accordion-header {
  width: 100%;
}

.cnt-amt .rw-widget-input {
  text-align: end;
}

.accordianLabor .accordion-header .accordion-button {
  border-radius: 48px;
  background: #0bb7af;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  box-shadow: none;
  border: 0;
  position: relative;
  padding: 5px 10px 5px 42px;
}

.accordianLabor .accordion-header .accordion-button::after {
  content: "\f142";
  font: normal normal normal 24px/1 "Material Design Icons";

  position: absolute;
  left: 15px;
  background-image: none;
}

.accordianLabor .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}

.accordianLabor .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.role_table tbody tr td:nth-child(1) {
  width: 20%;
}

.role_table tbody tr td:nth-child(2),
.role_table tbody tr td:nth-child(2) div,
.role_table tbody tr td:nth-child(3),
.role_table tbody tr td:nth-child(3) div,
.role_table tbody tr td:nth-child(4),
.role_table tbody tr td:nth-child(4) div,
.role_table tbody tr td:nth-child(5),
.role_table tbody tr td:nth-child(5) div {
  width: auto !important;
}

.color-primary {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 16px;
  margin-bottom: 0;
  padding: 0px 5px 0px 3px;
}

table.role_table tbody tr td {
  background: transparent !important;
}

table.role_table tbody tr td {
  width: transparent !important;
}

table.role_table tbody tr:hover td {
  background: transparent !important;
}

.active_job tbody tr td:nth-child(1),
.active_job thead tr td:nth-child(1) {
  width: 5% !important;
  max-width: 5% !important;
}

.active_job tbody tr td:nth-child(3),
.active_job thead tr td:nth-child(3) {
  width: 9% !important;
  max-width: 9% !important;
}

.labour-title {
  position: absolute !important;
  top: 15px;
  z-index: 99;
}

.labour-file-error {
  position: absolute !important;
  top: 15px;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .labour-title {
    position: relative !important;
    z-index: 99;
  }

  .labour-file-error {
    position: relative !important;
    top: 5px;
    z-index: 99;
  }

  .labour_error {
    white-space: nowrap;
  }

  .templatedata .btn.btn-primary.AddCustomerButton {
    top: 36px;
  }

  .work-desc-sub table thead tr th:last-child,
  .work-desc-sub table tbody tr td:last-child {
    max-width: 100% !important;
  }

  .Bidding_Cust_DropDown {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }

  .billing_table thead th:nth-child(6),
  .billing_table tbody td:nth-child(6) {
    width: 60px;
    max-width: 60px;
  }

  .report-check {
    width: 1.05rem;
    height: 1.05rem;
  }

  .billing_table tbody td:nth-child(6) input {
    min-width: 50px;
  }
}

.mui-table .edit_pricebook_items .btn.btn-danger {
  color: #fff !important;
  background-color: #ee5b5b !important;
  border-color: #ee5b5b !important;
  padding: 0.6rem 0.7rem !important;
}

.wid-35 {
  width: 45px;
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .dropdown .dropdown-menu {
  -webkit-animation-fill-mode: initial;
  -moz-animation-fill-mode: initial;
  -ms-animation-fill-mode: initial;
  -o-animation-fill-mode: initial;
  animation-fill-mode: initial;
}

.contingency-tbl thead th:nth-child(1),
.contingency-tbl tbody td:nth-child(1) {
  width: 10% !important;
  max-width: 10% !important;
}

.contingency-tbl thead th:nth-child(2),
.contingency-tbl tbody td:nth-child(2) {
  width: 3% !important;
  max-width: 5% !important;
}

.contingency-tbl thead th:nth-child(3),
.contingency-tbl tbody td:nth-child(3) {
  width: 5% !important;
  max-width: 5% !important;
}

.contingency-tbl thead th:nth-child(4),
.contingency-tbl tbody td:nth-child(4) {
  width: 15% !important;
  max-width: 15% !important;
}

.contingency-tbl thead th:nth-child(5),
.contingency-tbl tbody td:nth-child(5) {
  width: 40% !important;
  max-width: 40% !important;
}

.contingency-tbl thead th:nth-child(6),
.contingency-tbl tbody td:nth-child(6) {
  width: 10% !important;
  max-width: 10% !important;
}

.contingency-tbl thead th:nth-child(7),
.contingency-tbl tbody td:nth-child(7) {
  width: 10% !important;
  max-width: 10% !important;
}

.contingency-tbl thead th:nth-child(8),
.contingency-tbl tbody td:nth-child(8) {
  width: 5% !important;
  max-width: 5% !important;
}

.internal-user-table thead th:nth-child(2),
.internal-user-table tbody td:nth-child(2) {
  width: 10% !important;
  max-width: 10% !important;
  text-align: center;
}

.mui-table .internal-user-table table tbody tr td .toggle-switch {
  margin-left: auto;
}

.Onlybudget-table thead th:nth-child(1),
.Onlybudget-table tbody td:nth-child(1) {
  width: 50% !important;
  max-width: 50% !important;
}

.Onlybudget-table thead th:nth-child(2),
.Onlybudget-table tbody td:nth-child(2) {
  width: 5% !important;
  max-width: 5% !important;
}

.budget-table thead th:nth-child(1),
.budget-table tbody td:nth-child(1) {
  width: 5% !important;
  max-width: 5% !important;
}

.budget-table thead th:nth-child(2),
.budget-table tbody td:nth-child(2) {
  width: 70% !important;
  max-width: 70% !important;
}

.budget-table thead th:nth-child(3),
.budget-table tbody td:nth-child(3) {
  width: 10% !important;
  max-width: 10% !important;
}

.budget-table thead th:nth-child(4),
.budget-table tbody td:nth-child(4) {
  width: 10% !important;
  max-width: 10% !important;
}

.budget-table thead th:nth-child(5),
.budget-table tbody td:nth-child(5) {
  width: 5% !important;
  max-width: 5% !important;
  z-index: 2;
}

.bidding-table thead th:nth-child(3),
.bidding-table tbody td:nth-child(3) {
  width: 40% !important;
  max-width: 40% !important;
}

.bidding-table thead th:nth-child(4),
.bidding-table tbody td:nth-child(4) {
  width: 7% !important;
  max-width: 7% !important;
}

.bidding-table thead th:nth-child(6),
.bidding-table tbody td:nth-child(6) {
  width: 80px !important;
  max-width: 80px !important;
}

.bidding-table thead th:nth-child(7),
.bidding-table tbody td:nth-child(7) {
  width: 80px !important;
  max-width: 80px !important;
}

.pricebookItem-table thead th:nth-child(1),
.pricebookItem-table tbody td:nth-child(1) {
  width: 3% !important;
  max-width: 3% !important;
}

.pricebookItem-table thead th:nth-child(2),
.pricebookItem-table tbody td:nth-child(2) {
  width: 6% !important;
  max-width: 6% !important;
}

.pricebookItem-table thead th:nth-child(3),
.pricebookItem-table tbody td:nth-child(3) {
  width: 15% !important;
  max-width: 15% !important;
}

.pricebookItem-table thead th:nth-child(4),
.pricebookItem-table tbody td:nth-child(4) {
  width: 5% !important;
  max-width: 5% !important;
}

.pricebookItem-table thead th:nth-child(5),
.pricebookItem-table tbody td:nth-child(5) {
  width: 5% !important;
  max-width: 5% !important;
}

.pricebookItem-table thead th:nth-child(6),
.pricebookItem-table tbody td:nth-child(6) {
  width: 10% !important;
  max-width: 10% !important;
}

.pricebookItem-table thead th:nth-child(7),
.pricebookItem-table tbody td:nth-child(7) {
  width: 10% !important;
  max-width: 10% !important;
}

.pricebookItem-table thead th:nth-child(8),
.pricebookItem-table tbody td:nth-child(8) {
  width: 5% !important;
  max-width: 5% !important;
}

.pricebookItem-table thead th:nth-child(9),
.pricebookItem-table tbody td:nth-child(9) {
  width: 10% !important;
  max-width: 10% !important;
}

.pricebookItem-table thead th:nth-child(10),
.pricebookItem-table tbody td:nth-child(10) {
  width: 3% !important;
  max-width: 3% !important;
}

.Duplicate_btn {
  color: #fff;
  background-color: #3c41ca;
  border-color: #383ebe;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  border-radius: 0.25rem;
  padding: 0.4rem 0.4rem;
}

.show_div_subdiv {
  background: #f5f5f5;
  padding: 5px;
  margin-top: 10px;
  gap: 20px;
}

.show_div_subdiv_table
  table
  tbody
  tr[style*="background-color: rgb(21, 177, 154)"]
  td {
  background: transparent !important;
}

.show_div_subdiv_table.mui-table div[style*="max-height: 50vh"] {
  margin-top: -2px;
}

.show_div_subdiv_table thead th:nth-child(1),
.show_div_subdiv_table tbody td:nth-child(1) {
  width: 3% !important;
  max-width: 3% !important;
}

.show_div_subdiv_table thead th:nth-child(2),
.show_div_subdiv_table tbody td:nth-child(2) {
  width: 6% !important;
  max-width: 6% !important;
}

.show_div_subdiv_table thead th:nth-child(3),
.show_div_subdiv_table tbody td:nth-child(3) {
  width: 15% !important;
  max-width: 15% !important;
}

.show_div_subdiv_table thead th:nth-child(4),
.show_div_subdiv_table tbody td:nth-child(4) {
  width: 5% !important;
  max-width: 5% !important;
}

.show_div_subdiv_table thead th:nth-child(5),
.show_div_subdiv_table tbody td:nth-child(5) {
  width: 5% !important;
  max-width: 5% !important;
}

.show_div_subdiv_table thead th:nth-child(6),
.show_div_subdiv_table tbody td:nth-child(6) {
  width: 10% !important;
  max-width: 10% !important;
}

.show_div_subdiv_table thead th:nth-child(7),
.show_div_subdiv_table tbody td:nth-child(7) {
  width: 10% !important;
  max-width: 10% !important;
}

.show_div_subdiv_table thead th:nth-child(8),
.show_div_subdiv_table tbody td:nth-child(8) {
  width: 5% !important;
  max-width: 5% !important;
}

.show_div_subdiv_table thead th:nth-child(9),
.show_div_subdiv_table tbody td:nth-child(9) {
  width: 10% !important;
  max-width: 10% !important;
}

.show_div_subdiv_table thead th:nth-child(10),
.show_div_subdiv_table tbody td:nth-child(10) {
  width: 5% !important;
  max-width: 5% !important;
}

.show_div_subdiv_table.mui-table div[style*="max-height: 80vh"] {
  margin-top: -2px;
}

.show_div_subdiv label {
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.default-work-table thead th:nth-child(3),
.default-work-table tbody td:nth-child(3) {
  width: 60% !important;
  max-width: 60% !important;
}

.notes-table thead th:nth-child(3),
.notes-table tbody td:nth-child(3) {
  width: 80% !important;
  max-width: 80% !important;
}

.subcontract-payment-schedule thead th:first-child,
.subcontract-payment-schedule tbody td:first-child {
  width: 3% !important;
  max-width: 8% !important;
}

.subcontract-payment-schedule thead th:nth-child(2),
.subcontract-payment-schedule tbody td:nth-child(2) {
  width: 220px !important;
  max-width: 220px !important;
}

.subcontract-payment-schedule thead th:last-child,
.subcontract-payment-schedule tbody td:last-child {
  width: 5% !important;
  max-width: 5% !important;
  min-width: 5% !important;
  text-align: right !important;
}

.contract-payment-schedule thead th:last-child,
.contract-payment-schedule tbody td:last-child {
  width: 100px !important;
  max-width: 100px !important;
}

.change-order-table thead th:nth-child(2),
.change-order-table tbody td:nth-child(2) {
  width: 80% !important;
  max-width: 80% !important;
}

.templatedata table thead tr th:nth-child(1),
.templatedata table tbody tr td:nth-child(1) {
  width: 80% !important;
  max-width: 80% !important;
}

.po-table table thead tr th:nth-child(1),
.po-table table tbody tr td:nth-child(1) {
  width: 50px !important;
  max-width: 50px !important;
}

.po-table table thead tr th:nth-child(3),
.po-table table tbody tr td:nth-child(3) {
  min-width: 90px !important;
  width: 106px !important;
  max-width: 106px !important;
}

.po-table table thead tr th:nth-child(4),
.po-table table tbody tr td:nth-child(4) {
  width: 30% !important;
  max-width: 30% !important;
}

.po-table table thead tr th:nth-child(2),
.po-table table tbody tr td:nth-child(2) {
  width: 80px !important;
  max-width: 80px !important;
}

.po_item_tbl table thead tr th:nth-child(6),
.po_item_tbl table tbody tr td:nth-child(6) {
  width: 50px !important;
  max-width: 50px !important;
  min-width: 50px !important;
}

.po_item_tbl table thead tr th:nth-child(4),
.po_item_tbl table tbody tr td:nth-child(4) {
  width: 25% !important;
  max-width: 25% !important;
}

.acct_table table thead tr th:nth-child(3),
.acct_table table tbody tr td:nth-child(3) {
  width: 45% !important;
  max-width: 45% !important;
}

.acct_table table thead tr th:nth-child(4),
.acct_table table tbody tr td:nth-child(4) {
  width: 5% !important;
  max-width: 5% !important;
}

.labour_error table thead tr th:nth-child(1),
.labour_error table tbody tr td:nth-child(1) {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}

.labour_error table thead tr th:nth-child(2),
.labour_error table tbody tr td:nth-child(2) {
  width: 70px !important;
  min-width: 70px !important;
}

.labour_file table thead tr th:nth-child(1),
.labour_file table tbody tr td:nth-child(1) {
  width: 80% !important;
  min-width: 80% !important;
}

.design_payment_schedule table thead tr th:nth-child(1),
.design_payment_schedule table tbody tr td:nth-child(1) {
  width: 80% !important;
  min-width: 80% !important;
}

.contingency-print input {
  width: 70px;
}

/* 23-Oct */
/* table tbody tr:hover td {
  background-color: #13c8c0a6 !important;
} */

.page1 table tbody tr:hover,
.page1 table tbody tr:hover td,
.page2 table tbody tr:hover,
.page2 table tbody tr:hover td,
.page3 table tbody tr:hover,
.page3 table tbody tr:hover td,
.page4 table tbody tr:hover,
.page4 table tbody tr:hover td,
.page5 table tbody tr:hover,
.page5 table tbody tr:hover td,
.page6 table tbody tr:hover,
.page6 table tbody tr:hover td,
.page7 table tbody tr:hover,
.page7 table tbody tr:hover td,
.page8 table tbody tr:hover,
.page8 table tbody tr:hover td {
  background-color: #fff !important;
}

.Dailylogs_table table tbody tr td {
  background: transparent !important;
}

.Dailylogs_table table tbody tr:hover {
  background: transparent !important;
}

.mui-table .internal-user-table div[style*="max-height: 84vh"],
.mui-table .acct_table div[style*="max-height: 84vh"],
.mui-table .budget-table div[style*="max-height: 84vh"],
.mui-table .building-dep div[style*="max-height: 84vh"],
.mui-table .company-working-table div[style*="max-height: 84vh"],
.mui-table .budget-table div[style*="max-height: 84vh"],
.mui-table .Onlybudget-table div[style*="max-height: 84vh"],
.mui-table .Division_table div[style*="max-height: 84vh"],
.mui-table .Sub_Division div[style*="max-height: 84vh"],
.mui-table .work-desc div[style*="max-height: 84vh"],
.mui-table .projectt-table div[style*="max-height: 84vh"],
.mui-table .unitm-table div[style*="max-height: 84vh"],
.mui-table .wastFactor-table div[style*="max-height: 84vh"],
.mui-table .work-codes div[style*="max-height: 84vh"],
.zippcode div[style*="max-height: 84vh"],
.mui-table .appt_tbl div[style*="max-height: 84vh"] {
  margin-top: -2px;
}

.projectt-table thead th:nth-child(1),
.projectt-table tbody td:nth-child(1) {
  width: 80% !important;
  max-width: 80% !important;
}

.Division_table thead th:nth-child(2),
.Division_table tbody td:nth-child(2) {
  width: 70% !important;
  max-width: 70% !important;
}

.Division_table thead th:nth-child(1),
.Division_table tbody td:nth-child(1) {
  width: 15% !important;
  max-width: 15% !important;
}

.Sub_Division thead th:nth-child(1),
.Sub_Division tbody td:nth-child(1) {
  width: 15% !important;
  max-width: 15% !important;
}

.Sub_Division thead th:nth-child(2),
.Sub_Division tbody td:nth-child(2) {
  width: 15% !important;
  max-width: 15% !important;
}

.Sub_Division thead th:nth-child(3),
.Sub_Division tbody td:nth-child(3) {
  width: 15% !important;
  max-width: 15% !important;
}

.Sub_Division thead th:nth-child(4),
.Sub_Division tbody td:nth-child(4) {
  width: 50% !important;
  max-width: 50% !important;
}

.Sub_Division thead th:nth-child(5),
.Sub_Division tbody td:nth-child(5) {
  width: 5% !important;
  max-width: 5% !important;
}

.unitm-table thead th:nth-child(1),
.unitm-table tbody td:nth-child(1) {
  width: 15% !important;
  max-width: 15% !important;
}

.unitm-table thead th:nth-child(2),
.unitm-table tbody td:nth-child(2) {
  width: 80% !important;
  max-width: 80% !important;
}

.unitm-table thead th:nth-child(3),
.unitm-table tbody td:nth-child(3) {
  width: 5% !important;
  max-width: 5% !important;
  z-index: 2;
}

.wastFactor-table thead th:nth-child(1),
.wastFactor-table tbody td:nth-child(1) {
  width: 5% !important;
  max-width: 5% !important;
}

.wastFactor-table thead th:nth-child(2),
.wastFactor-table tbody td:nth-child(2) {
  width: 5% !important;
  max-width: 5% !important;
}

.wastFactor-table thead th:nth-child(3),
.wastFactor-table tbody td:nth-child(3) {
  width: 85% !important;
  max-width: 85% !important;
}

.wastFactor-table thead th:nth-child(4),
.wastFactor-table tbody td:nth-child(4) {
  width: 5% !important;
  max-width: 5% !important;
}

.work-codes thead th:nth-child(1),
.work-codes tbody td:nth-child(1) {
  width: 15% !important;
  max-width: 15% !important;
}

.work-codes thead th:nth-child(2),
.work-codes tbody td:nth-child(2) {
  width: 80% !important;
  max-width: 80% !important;
}

.work-codes thead th:nth-child(4),
.work-codes tbody td:nth-child(4) {
  width: 5% !important;
  max-width: 5% !important;
}

.zippcode thead th:nth-child(1),
.zippcode tbody td:nth-child(1) {
  width: 13% !important;
  max-width: 13% !important;
}

.zippcode thead th:nth-child(2),
.zippcode tbody td:nth-child(2) {
  width: 40% !important;
  max-width: 40% !important;
}

.zippcode thead th:nth-child(3),
.zippcode tbody td:nth-child(3) {
  width: 40% !important;
  max-width: 40% !important;
}

.zippcode thead th:nth-child(4),
.zippcode tbody td:nth-child(4) {
  width: 7% !important;
  max-width: 7% !important;
}

.newtable tbody tr.bg-success {
  background-color: #15b19a !important;
  color: #fff;
}

.newtable tbody tr.bg-success td {
  background: #15b19a !important;
}

.notes-table table thead tr th:nth-child(1),
.notes-table table tbody tr td:nth-child(1) {
  white-space: nowrap;
}

@media only screen and (max-width: 1500px) {
  .pricebookItem-table thead th:nth-child(10),
  .pricebookItem-table tbody td:nth-child(10) {
    width: 5% !important;
    max-width: 5% !important;
  }
}

/* 23-Oct */

@media only screen and (max-width: 767px) {
  .subcontract-payment-schedule thead th:first-child,
  .subcontract-payment-schedule tbody td:first-child {
    width: 60px !important;
    max-width: 60px !important;
    white-space: nowrap;
  }

  .subcontract-payment-schedule tbody tr td:nth-child(3),
  .subcontract-payment-schedule thead tr th:nth-child(3),
  .subcontract-payment-schedule tbody td:nth-child(4),
  .subcontract-payment-schedule thead tr th:nth-child(4),
  .subcontract-payment-schedule tbody td:nth-child(5),
  .subcontract-payment-schedule thead tr th:nth-child(5),
  .subcontract-payment-schedule tbody td:nth-child(6),
  .subcontract-payment-schedule thead tr th:nth-child(6) {
    white-space: nowrap;
  }

  .ProgressBilling tbody tr td:nth-child(3),
  .ProgressBilling thead tr th:nth-child(3),
  .ProgressBilling tbody td:nth-child(4),
  .ProgressBilling thead tr th:nth-child(4),
  .ProgressBilling tbody td:nth-child(5),
  .ProgressBilling thead tr th:nth-child(5) {
    white-space: nowrap;
  }
}

/*====== Responsive for Large Desktop==== */

@media only screen and (min-width: 2048px) {
  .w-110 {
    width: 180px !important;
  }

  .labour-form {
    margin-left: 15px !important;
    margin-top: 4px;
  }

  .po-list {
    position: absolute;
    top: 60px;
    z-index: 99;
  }

  .contingency-print input {
    width: 85px;
  }

  .report-check {
    width: 1.05rem;
    height: 1.05rem;
  }

  .letters-btn {
    width: 130px;
    height: 38px;
  }

  .horizontal-menu
    .top-navbar
    .navbar-menu-wrapper
    .navbar-nav
    .nav-item
    .nav-link {
    font-size: 16px;
    font-weight: 600;
  }

  .dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
  }

  .newlabel,
  .form-control,
  .typeahead,
  .tt-query,
  .tt-hint,
  .rw-widget-input,
  .form-check .form-check-label,
  .btn,
  .appointmenttext {
    font-size: 16px !important;
  }

  .font-15 {
    font-size: 16px !important;
    padding: 0.5rem 0.8rem;
  }

  .appointmenticon {
    font-size: 1.5rem;
    width: 45px;
    height: 45px;
    margin-right: 1rem;
  }

  .Font_size_12 {
    font-size: 16px;
  }

  .MuiTableCell-root {
    padding: 8px 0.5rem !important;
    font-size: 16px !important;
  }

  .MuiTableCell-body,
  .iemilid {
    font-size: 16px !important;
  }

  .ACtive_Email_Span {
    font-size: 16px;
    margin-left: 8px;
    position: relative;
    /* font-weight: 600; */
    top: 0px;
  }

  .form-check-input {
    width: 1.5em;
    margin-top: 0;
    height: 1.5em;
  }

  .mui-table table tbody tr td {
    padding: 4px 4px !important;
  }

  .btn.btn-sm,
  .btn-group-sm > .btn {
    font-size: 16px;
  }

  .form-letterss {
    font-size: 16px;
  }

  .btn i {
    font-size: 22px;
  }

  .btn.btn-icon {
    width: 28px !important;
    height: 30px;
    padding: 0;
    line-height: 27px;
  }

  .values,
  .card .card-title {
    font-size: 17px;
    line-height: 22px;
  }

  .maintext {
    font-size: 17px;
    line-height: 26px;
  }

  small,
  .small {
    font-size: 16px;
  }

  .btn {
    padding: 0.6rem 0.7rem;
  }

  .form-check .form-check-label {
    line-height: 1.1;
  }

  .newlabel {
    margin-bottom: 5px;
  }

  .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .mui-table .btn.btn-icon,
  .billhistory .btn.btn-icon,
  .newtable .tr-info .btn.btn-icon,
  .PaymentsCOSubcontracts .btn.btn-icon,
  .ProgressBilling .btn.btn-icon,
  .estimate-delal .btn.btn-icon {
    width: 22px !important;
    height: 22px;
    line-height: 22px;
  }

  .mui-table .btn.btn-icon i,
  .billhistory .btn.btn-icon i,
  .newtable .tr-info .btn.btn-icon i,
  .PaymentsCOSubcontracts .btn.btn-icon i,
  .ProgressBilling .btn.btn-icon i,
  .estimate-delal .btn.btn-icon i {
    font-size: 22px;
  }

  .mui-table.estimat_tab table thead tr th:nth-child(1),
  .mui-table.estimat_tab table tbody tr td:nth-child(1) {
    max-width: 6% !important;
    width: 6% !important;
  }

  .mui-table.estimat_tab table thead tr th:nth-child(2),
  .mui-table.estimat_tab table tbody tr td:nth-child(2) {
    max-width: 3% !important;
    width: 3% !important;
  }

  .mui-table.estimat_tab table thead tr th:nth-child(5),
  .mui-table.estimat_tab table tbody tr td:nth-child(5) {
    max-width: 5% !important;
    width: 5% !important;
  }

  .mui-table.estimat_tab table tbody tr td:nth-child(9) a.btn i {
    font-size: 22px !important;
  }

  .table thead th {
    font-size: 16px;
    padding: 8px 8px !important;
  }

  .table td {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

  p {
    font-size: 16px;
    margin-bottom: 0.5rem;
    line-height: 22px;
  }

  .AddPriceBookTable table thead tr th:nth-child(1),
  .AddPriceBookTable table tbody tr td:nth-child(1) {
    max-width: 5% !important;
    width: 5% !important;
  }

  .AddPriceBookTable table thead tr th:nth-child(2),
  .AddPriceBookTable table tbody tr td:nth-child(2) {
    max-width: 5% !important;
    width: 5% !important;
  }

  .AddPriceBookTable table thead tr th:nth-child(3),
  .AddPriceBookTable table tbody tr td:nth-child(3) {
    max-width: 5% !important;
    width: 5% !important;
  }

  .AddPriceBookTable table thead tr th:nth-child(6),
  .AddPriceBookTable table tbody tr td:nth-child(6) {
    max-width: 5% !important;
    width: 5% !important;
  }

  .AddPriceBookTable table thead tr th:nth-child(7),
  .AddPriceBookTable table tbody tr td:nth-child(7) {
    max-width: 5% !important;
    width: 5% !important;
  }

  .AddPriceBookTable table thead tr th:nth-child(8),
  .AddPriceBookTable table tbody tr td:nth-child(8) {
    max-width: 6% !important;
    width: 6% !important;
  }

  .modal-title {
    font-size: 20px;
  }

  .mui-table .btn.btn-primary.addnote1,
  .ProgressBilling .btn.btn-primary.addnote1,
  .btn.btn-primary.create_est,
  #v-setting-tabContent .MuiIconButton-label .btn.btn-primary.mt-3.mt-md-0 {
    padding: 0.6rem 0.6rem;
  }

  .modal-header {
    padding: 0.8rem 0.6rem;
  }

  .modal-xl {
    max-width: 1800px;
  }

  .close {
    font-size: 31px;
    height: 30px;
    line-height: 19px;
  }

  .estimate-delal thead tr th:nth-child(1),
  .estimate-delal tbody tr td:nth-child(1) {
    max-width: 6% !important;
    width: 6% !important;
  }

  .estimate-delal thead tr th:nth-child(2),
  .estimate-delal tbody tr td:nth-child(2) {
    max-width: 5% !important;
    width: 5% !important;
  }

  .estimate-delal thead tr th:nth-child(4) {
    max-width: 5% !important;
    width: 5% !important;
  }

  .estimate-delal tbody tr td:nth-child(4),
  .estimate-delal tbody tr td:nth-child(5) {
    max-width: 2.5% !important;
    width: 2.5% !important;
  }

  .estimate-delal thead tr th:nth-child(5) {
    max-width: 6% !important;
    width: 6% !important;
  }

  .estimate-delal tbody tr td:nth-child(6),
  .estimate-delal tbody tr td:nth-child(7) {
    max-width: 3% !important;
    width: 3% !important;
  }

  .estimate-delal thead tr th:nth-child(6),
  .estimate-delal tbody tr td:nth-child(8) {
    max-width: 6% !important;
    width: 6% !important;
  }

  .estimate-delal thead tr th:nth-child(8),
  .estimate-delal tbody tr td:nth-child(10) {
    max-width: 3% !important;
    width: 3% !important;
    text-align: center !important;
  }

  .estimate-delal thead tr th:nth-child(9),
  .estimate-delal tbody tr td:nth-child(11) {
    max-width: 3% !important;
    width: 3% !important;
    text-align: center !important;
  }

  .estimate-delal thead tr th:nth-child(10),
  .estimate-delal tbody tr td:nth-child(12) {
    max-width: 3% !important;
    width: 3% !important;
    text-align: center !important;
  }

  .estimate-delal thead tr th:nth-child(11),
  .estimate-delal tbody tr td:nth-child(13) {
    max-width: 3% !important;
    width: 3% !important;
    text-align: center !important;
  }

  .Estimate_search .search-container i {
    position: absolute;
    left: 5px;
    top: 10px;
    z-index: 9;
  }

  .Estimate_search .search-container input {
    position: relative;
    border: 1px solid #d3d3d3;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 8px 6px 25px;
    width: 100%;
  }

  .Estimate_search h5 {
    font-size: 18px !important;
  }

  table .form-control {
    padding: 0.2rem 5px;
    background: #fff !important;
  }

  table select.form-control {
    padding: 0.26rem 5px;
  }

  .newtable .MuiOutlinedInput-root input {
    padding: 8px 8px !important;
  }

  .css-1q60rmi-MuiAutocomplete-endAdornment {
    top: 4px !important;
  }

  .breadcrumb-item + .breadcrumb-item,
  .breadcrumb > li {
    font-size: 16px !important;
  }

  .breadcrumb-title {
    top: 61px !important;
  }

  .breadcrumb-space .content-wrapper {
    padding-top: 2rem !important;
  }

  .dropdown.appedit .dropdown-menu .dropdown-item {
    font-size: 15px !important;
  }

  .appedit i {
    font-size: 1.2rem !important;
  }

  .Appointments-title {
    font-size: 18px !important;
  }

  .MuiOutlinedInput-root,
  .cusDetail,
  .MuiTypography-caption,
  .contracttxt,
  .jWkLDY > span,
  .Notification_title,
  #docList .docname,
  .dWLNfR > span,
  .docmsg {
    font-size: 16px !important;
  }

  .rw-widget-picker {
    min-height: 38px !important;
  }

  .rw-list-empty,
  .rw-list-option,
  .rw-list-option-create,
  .rw-list-optgroup {
    padding: 0.3em 0.5em !important;
    font-size: 16px !important;
  }

  .badge {
    font-size: 17px !important;
  }

  .mui-table .MTableToolbar-title-9 h6,
  .mui-table .MuiTypography-h6 {
    font-size: 18px;
  }

  .innertext,
  .innertext:hover {
    line-height: 25.5px !important;
    padding: 0.6rem 0.7rem !important;
  }

  .vendorlist li a {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 5px !important;
  }

  .nav-pills .nav-link {
    font-size: 18px;
  }

  .form-check .form-check-label input[type="radio"] + .input-helper:before {
    width: 24px;
    height: 24px;
  }

  .form-check .form-check-label input[type="radio"] + .input-helper:after {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    top: 7px;
    left: 7px;
  }

  .form-check .form-check-label {
    line-height: 1.7;
  }

  .form-check .form-check-label {
    margin-left: 2rem;
  }

  .form-group label {
    margin-bottom: 8px;
  }

  #docList .docname span.downloadDoc i,
  #docList .docname span.deleteDoc {
    font-size: 22px;
  }

  .past_appoint {
    right: 680px;
  }

  .AppointmentTable .MuiToolbar-root .MuiFormControl-root {
    margin-right: 215px !important;
  }

  .active_lead {
    right: 530px;
  }

  .AppointmentTable
    .MuiToolbar-root
    .MuiFormControl-root
    + div
    .MuiIconButton-label:after {
    font-size: 16px;
  }

  .create_appoint {
    right: 110px;
  }

  .past_appoint .form-check-label,
  .active_lead .form-check-label {
    line-height: 25px !important;
  }

  .AddCustomerButton {
    height: 40px !important;
  }

  .log_date {
    font-size: 17px;
  }

  .log_text,
  .log_project {
    font-size: 16px;
  }

  .form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    width: 24px;
    height: 24px;
  }

  #v-setting-tabContent h6 {
    font-size: 16px;
  }

  .form-check
    .form-check-label
    input[type="checkbox"]:checked
    + .input-helper:after {
    font-size: 16px;
    opacity: 1;
    line-height: 18px;
    left: 1px;
    top: 3px;
  }

  .card .card-body {
    padding: 1rem 1rem;
  }

  .templatedata.mui-table .MuiFormControl-root.MuiTextField-root {
    margin-right: 180px !important;
  }

  .create_appoint {
    top: 16px;
  }

  .AppointmentTable
    .MuiToolbar-root
    .MuiFormControl-root
    + div
    .MuiIconButton-label {
    height: 40px;
  }

  .swal2-html-container {
    font-size: 17px !important;
  }

  .swal2-styled.swal2-confirm,
  .swal2-styled.swal2-cancel,
  .swal2-styled.swal2-deny {
    font-size: 16px !important;
  }

  div[role="presentation"] {
    font-size: 16px;
  }

  ul.MuiAutocomplete-listbox li {
    font-size: 16px;
  }

  ul.MuiAutocomplete-listbox li a {
    font-size: 16px;
  }

  .fs-12 {
    font-size: 16px;
  }

  .newtable p {
    font-size: 16px;
  }

  .css-bkrceb-MuiButtonBase-root-MuiPickersDay-root,
  .progress {
    font-size: 16px !important;
  }

  .foldername {
    font-size: 16px !important;
  }

  .mbsc-timeline-header-date-text,
  .mbsc-timeline-header-month-text,
  .mbsc-timeline-header-week-text {
    font-size: 16px !important;
    font-weight: 500;
  }

  .mbsc-ios.mbsc-schedule-date-header-text {
    font-size: 16px !important;
  }

  .MuiTableCell-head {
    font-weight: 600 !important;
  }

  .mbsc-ios.mbsc-timeline-header-date {
    max-width: 80px !important;
  }

  .mbsc-timeline-day-month {
    min-width: 0;
    max-width: 60px !important;
  }

  .mbsc-timeline-column,
  .mbsc-timeline-header-column {
    width: 60px !important;
  }

  .mbsc-timeline-header-date-text,
  .mbsc-timeline-header-month-text,
  .mbsc-timeline-header-week-text {
    padding: 0 1px !important;
  }

  .css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root {
    background: #fff;
  }

  .css-1ai7fyt-MuiAutocomplete-root {
    background: #fff;
  }

  .css-1h51icj-MuiAutocomplete-root
    .MuiAutocomplete-inputRoot
    .MuiAutocomplete-input {
    background: #fff;
  }

  .mui-table .btn.btn-icon,
  .billhistory .btn.btn-icon,
  .newtable .tr-info .btn.btn-icon,
  .PaymentsCOSubcontracts .btn.btn-icon,
  .ProgressBilling .btn.btn-icon,
  .estimate-delal .btn.btn-icon {
    font-size: 22px !important;
  }

  .role_table tbody tr td h5,
  .custom_check,
  .form-group label {
    font-size: 16px;
  }

  table.role_table tbody tr td {
    background: rgb(255 255 255 / 100%) !important;
  }

  legend {
    font-size: 16px !important;
  }

  .Toastify__toast-body {
    font-size: 16px;
  }

  .daterangepicker .ranges li {
    font-size: 16px !important;
  }

  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    font-size: 16px !important;
  }

  .daterange {
    max-width: 235px;
    min-width: 240px;
  }

  .assembly-table .MuiToolbar-root.MuiToolbar-regular {
    min-height: 45px !important;
  }

  .auth .brand-logo img {
    width: 300px;
  }

  .auth-form-transparent h4 {
    font-size: 30px;
  }

  .auth-form-transparent h6.font-weight-light {
    font-size: 18px;
  }

  .auth form .form-group label,
  .suggest-text {
    font-size: 16px;
  }

  .auth .auth-form-transparent .input-group-text,
  .auth .auth-form-transparent .form-control {
    border-color: #d8d8d8;
    height: 55.5px;
  }

  .auth .auth-form-transparent .form-control {
    font-size: 18px !important;
  }

  .auth .auth-form-transparent .input-group-text i {
    font-size: 30px;
  }

  .auth-form-transparent .input-group-prepend.bg-transparent {
    width: 50px;
  }

  .downloadphoto,
  .deletephoto {
    height: 30px;
  }

  .downloadphoto i,
  .deletephoto i {
    font-size: 22px;
    line-height: 19px;
  }

  .Attch_files .dropdown-menu .dropdown-item {
    font-size: 16px;
  }

  .subcontract_txt {
    font-size: 16px;
  }

  .order-list {
    list-style-type: none;
    font-size: 16px !important;
  }

  .css-ub1r1,
  .css-wed0tz,
  .css-195y93z-MuiButtonBase-root-MuiPickersDay-root {
    font-size: 16px !important;
  }

  .css-epd502 {
    width: 320px !important;
    max-height: 350px !important;
  }

  .css-1nf2ro8 .MuiDialog-paper {
    outline: 0px;
    min-width: 400px;
  }

  .css-bkrceb-MuiButtonBase-root-MuiPickersDay-root {
    line-height: 1 !important;
    width: 40px !important;
    height: 40px !important;
  }

  .new_schedules table thead tr th:nth-child(3),
  .new_schedules table tbody tr td:nth-child(3) {
    width: 145px;
  }

  .new_schedules table thead tr th:nth-child(5),
  .new_schedules table tbody tr td:nth-child(5) {
    width: 145px;
  }

  .input-group-append .input-group-text,
  .input-group-prepend .input-group-text {
    height: 36.63px;
  }

  .w-49 {
    width: 70px !important;
  }

  .mui-table .MTableToolbar-searchField-10,
  .mui-table .jss76 {
    margin-right: 20px !important;
  }

  table .input-group-append .input-group-text,
  table .input-group-prepend .input-group-text {
    padding: 0.6rem 0.45rem;
    height: 35.25px;
    background: #fff;
  }

  .edit-change-order {
    height: 37.19px;
    line-height: 16px;
  }

  .pricebook-table .MTableToolbar-searchField-11,
  .pricebook-table .jss23 {
    margin-right: 20px;
  }

  .owner_status {
    font-size: 16px;
  }

  .owner_name {
    font-size: 24px;
  }

  .owner_title {
    font-size: 16px;
    color: #898989;
    line-height: 36px;
  }

  .owner-pic {
    width: 130px;
    height: 130px;
    font-size: 50px;
  }

  .file-upload-contain label {
    font-size: 16px;
  }

  .owner_proj,
  .warrient-pdf {
    font-size: 16px;
  }

  .createsacedule {
    min-height: 47.19px !important;
  }

  .mbsc-material.mbsc-segmented-button.mbsc-button {
    font-size: 1rem;
  }

  .mbsc-font-icon:before {
    font-size: 24px;
  }

  .MonthDayView {
    font-size: 20px;
  }

  .mbsc-segmented-item {
    padding-right: 10px;
  }

  .css-1mywu95-MuiButtonBase-root-MuiChip-root,
  .css-la0a2z {
    font-size: 17px !important;
  }

  .MuiOutlinedInput-root svg {
    width: 1.3rem !important;
  }

  .AddPriceBookTable .MuiInputBase-root.MuiInput-underline {
    margin-right: 15px !important;
  }

  .add-priceBook-item {
    width: 220px;
  }

  .MuiToolbar-regular {
    min-height: 48px !important;
  }

  .css-9c7for-MuiAutocomplete-root .MuiAutocomplete-input,
  .css-y982m8 .MuiAutocomplete-input {
    font-size: 16px !important;
  }

  .MuiTableSortLabel-root.MuiTableSortLabel-active {
    color: rgb(255 255 255 / 100%) !important;
  }

  .est-report-print {
    font-size: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .est-report-print option.print-opt {
    font-size: 13px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  select option {
    font-size: 13px !important;
  }

  .download-button-001 {
    margin-left: 540px;
  }

  .css-1fdsijx-ValueContainer {
    font-size: 16px !important;
  }

  .css-1jqq78o-placeholder {
    font-size: 16px !important;
  }

  .select_ven {
    font-size: 20px !important;
  }

  .select_ven .css-1nmdiq5-menu div {
    font-size: 16px !important;
  }

  .wid-35 {
    width: 45px;
  }

  .mbsc-timeline-event .mbsc-schedule-event-all-day-inner,
  .mbsc-calendar-text {
    font-size: 16px !important;
  }

  .daterangepicker .drp-selected {
    font-size: 16px !important;
  }

  .form-check-label {
    font-weight: 700;
  }

  .daamountfield .rw-widget-picker {
    min-height: 26.38px !important;
  }

  .daamountfield .rw-widget-picker input {
    padding: 0.2rem 5px !important;
    max-height: 26.38px;
  }

  table .form-control.leavebox {
    padding: 0.6rem 5px;
  }
}

/* estimate report */

.estimate-report thead tr th:nth-child(1),
.estimate-report tbody tr td:nth-child(1) {
  width: 30px !important;
  max-width: 30px !important;
}

.estimate-report thead tr th:nth-child(2),
.estimate-report tbody tr td:nth-child(2) {
  width: 30px !important;
  max-width: 30px !important;
}

.estimate-report thead tr th:nth-child(3),
.estimate-report tbody tr td:nth-child(3) {
  width: 60px !important;
  max-width: 60px !important;
}

.estimate-report thead tr th:nth-child(4),
.estimate-report tbody tr td:nth-child(4) {
  width: 100px !important;
  max-width: 100px !important;
}

.estimate-report thead tr th:nth-child(5),
.estimate-report tbody tr td:nth-child(5) {
  width: 300px !important;
  max-width: 300px !important;
}

.estimate-report thead tr th:nth-child(6),
.estimate-report tbody tr td:nth-child(6) {
  width: 100px !important;
  max-width: 100px !important;
}

.estimate-report thead tr th:nth-child(7),
.estimate-report tbody tr td:nth-child(7) {
  width: 70px;
  max-width: 70px;
}

.estimate-report thead tr th:nth-child(8),
.estimate-report tbody tr td:nth-child(8) {
  width: 80px !important;
  max-width: 80px !important;
}

.estimate-report thead tr th:nth-child(9),
.estimate-report tbody tr td:nth-child(9) {
  width: 60px !important;
  max-width: 60px !important;
  min-width: 70px !important;
}

.mui-table.billhistory table thead tr th:nth-child(5),
.mui-table.billhistory table tbody tr td:nth-child(5) {
  width: 8% !important;
  max-width: 8% !important;
}

/* sales report css  */

.annual-sales .css-epd502 {
  max-height: 310px !important;
}

.Legend {
  width: 20px;
  height: 20px;
  background-color: #ccc;
  margin-right: 8px;
}

.btn-danger1 {
  color: #fff;
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.btn-danger1:hover {
  color: #fff;
  background-color: #f17474;
  border-color: #f06b6b;
}

.toDoHeightFix .MuiOutlinedInput-input.Mui-readOnly {
  padding: 8.5px 10px !important;
  border-radius: 5px;
}

.toDoPriority .rw-widget-input.rw-widget-picker {
  height: 38px;
}

.image-size-label {
  display: block;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333;
  margin-bottom: 5px;
}

.dimension-details {
  font-weight: bold;
  color: #0073e6;
}

.attachment-container {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  padding: 10px;
  border-radius: 5px;
}

.archiveEstimate {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .archiveEstimate {
    position: relative;

    margin-bottom: 10px;

    top: 5px;
    z-index: 100;
  }

  .mui-table.estimat_tab table thead tr th:nth-child(8),
  .mui-table.estimat_tab table tbody tr td:nth-child(8) {
    max-width: 30px !important;
  }

  .attachment-container {
    display: block;
    align-items: center;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
  }

  .attachment-container .btn {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    margin-left: 0 !important;
  }

  .attachment-container label {
    min-width: 100%;
  }

  .addfromCarrymodalHeader {
    flex-wrap: wrap;
  }

  .addfromCarrymodalHeader .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
  }
}

.checkBoxDailylogselect {
  background: #c7bd22;
  padding-left: 8px;
  border-radius: 5px;
}

.plantTypeTable .MuiPaper-root.MuiPaper-rounded {
  width: 100% !important;
}

.MuiTableSortLabel-root:focus {
  color: rgba(255, 255, 255, 1) !important;
}

.estimate_table {
  max-height: 66vh;
  overflow-y: auto;
  width: 100%;
}

.newtable.estimate-delal thead th {
  position: sticky;
  top: -1px;
  z-index: 9;
  white-space: nowrap;
}

.MuiSvgIcon-root {
  width: 0.8em !important;
  height: 0.8em !important;
}

.card-label {
  font-size: 1rem;
  margin: 0 0.75rem 0 0;
  font-weight: 600 !important;
  line-height: 1;
}

a.card-label {
  color: #212529;
}

a.card-label:hover {
  color: #0d6efd;
}

.App {
  width: 100%;
  min-height: 100vh;
}

.tableEdit {
  border: 0;
  background-color: #212529;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tableEdit:hover {
  background-color: #484849;
}

.tableDelete {
  border: 0;
  background-color: #f8285a;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tableDelete:hover {
  background-color: #ea174a;
}

.ps-13 {
  padding-left: 40px;
}

.iconColor {
  color: #a5a5a5;
}

.customer-list {
  width: 100%;
  margin-top: 10px;
}

.customer-list ul {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: calc(100vh - 195px);
  min-height: calc(100vh - 195px);
  overflow-y: auto;
}

.customer-list ul li {
  width: 100%;
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px dashed #dbdfe9;
  padding-top: 8px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #fff;
  cursor: pointer;
}

.customer-list ul li.active {
  background-color: #f5f5f5;
}

.divider {
  display: inline-block;
  margin: 0 10px;
  color: #dbdfe9;
}

.text-gray-400 {
  color: #99a1b7;
}

.text-gray-500 {
  color: #707070;
}

.text-gray-600 {
  color: #737a8d;
}

.text-gray-700 {
  color: #78829d;
}

.text-gray-800 {
  color: #252f4a;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0px 10px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.425rem;
  font-size: 0.7rem;
  line-height: 16px;
  height: 20px;
  min-width: 60px;
  justify-content: center;
}

.badge-light-success {
  background-color: #0ab39c;
  color: #fff;
}

.badge-light-primary {
  background-color: #1b84ff;
  color: #fff;
}

.badge-light {
  color: #252f4a;
  background-color: #e4e4e4;
}

.badge-light-danger {
  background-color: #f8285a;
  color: #fff;
}

.badge-light-warning {
  background-color: #f7b84b;
  color: #0e0e0e;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
}

.ant-table-body .fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
  line-height: 20px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.me-n7 {
  margin-right: -5rem !important;
}

.pe-7 {
  padding-right: 0.5rem !important;
}

.top-2 {
  top: 2px;
}

.top-1 {
  top: 1px;
}

.badge.badge-lg {
  min-width: 65px;
}

.right-8 {
  right: 8px;
}

.customertab {
  border-bottom: 0px solid #ebedf2;
}

.customertab .nav-link {
  background: transparent;
  color: #757880;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0.5rem 1rem 0 1rem;
  margin: 0 1rem;
  font-size: 16px;
  font-weight: 500;
}

.customertab .nav-link.active {
  color: #212529;
  background-color: transparent;
  border-color: #212529;
  font-weight: 600;
}

.w-80 {
  max-width: 100px;
}

.cpoint {
  cursor: pointer;
}

.project-card {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  background-clip: border-box;
  border-radius: 0.625rem;
}

.project-card.contracted {
  border: 2px solid #0ab39c;
}

.border {
  border: 1px solid #ddd;
}

.border-gray-300 {
  border-color: #aab2bd !important;
}

.border-dashed {
  border-style: dashed !important;
}

.min-w-125px {
  min-width: 16% !important;
}

.rounded {
  border-radius: 0.475rem !important;
}

.projectItem {
  background-color: transparent;
  border: 2px solid #d5d5d5;
  border-radius: 0.625rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}

.projectItem img {
  width: 40px;
  display: block;
  margin: 0 auto;
}

.separator-menu {
  display: block;
  height: 0;
  border-bottom: 1px solid #f1f1f4;
}

.separator-menu2 {
  display: block;
  height: 0;
  border-bottom: 3px solid #c1c1c1;
}

.separator-menu-dashed {
  display: block;
  height: 0;
  border-bottom: 1px dashed #aab2bd;
}

/* Project timeline */

.timeline {
  width: 100%;
}

.timeline .timeline-item {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}

.timeline-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 38px;
  bottom: 0;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-color: #dbdfe9;
  width: 38px;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

.timeline-icon {
  z-index: 1;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 38px;
  height: 38px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdfe9;
  border-radius: 50%;
}

.timeline-line,
.timeline-icon {
  border-left-style: dashed !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.timeline-content {
  width: 100%;
  overflow: auto;
}

.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.timeline .timeline-item:last-child .timeline-line {
  bottom: 100%;
}

.symbol.symbol-circle {
  border-radius: 50%;
}

.symbol.symbol-25px > img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.symbol.symbol-circle > img {
  border-radius: 50%;
}

.w-30px {
  width: 30px !important;
}

.todo {
  width: 100%;
  margin: 0;
  padding: 0;
}

.todo li {
  width: 100%;
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #fff;
  cursor: pointer;
}

.task-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  position: relative;
  align-items: flex-start;
  gap: 20px;
}

.todo li:first-child .task-container {
  padding-top: 0px;
}

.task-action-btn {
  display: flex;
  justify-content: flex-end;
  vertical-align: middle;
  gap: 5px;
}

.complete.task-container h4 {
  text-decoration: line-through;
  color: #0ab39c;
}

.modal-header h2 {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0;
}

.fieldrequired:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: #f8285a;
  padding-left: 0.25rem;
  font-weight: 600;
}

.btn-active-light-primary {
  background-color: #fff;
  color: #ee5b5b;
  border: 1px solid #ee5b5b;
}

.btn-active-light-primary:hover,
.btn-active-light-primary:focus {
  color: #fff;
  background-color: #ee5b5b;
  border-color: #ee5b5b;
}

.stepper-nav {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between !important;
  width: 60%;
}

.stepper-nav .stepper-item {
  position: relative;
  flex-shrink: 0;
  margin: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
}

.stepnum {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #ddd;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
}

.stepper-nav .stepper-item .stepper-title {
  color: #78829d;
  font-weight: 500;
  font-size: 1rem;
}

.stepper-item.current {
  transition: color 0.2s ease;
}

.stepper-item.current .stepnum {
  background: #212529;
  color: #fff;
}

.stepper-item.current .stepper-title {
  color: #212529;
  font-weight: 600;
}

.btn.btn-outline.btn-outline-dashed {
  border-width: 1px;
  border-style: dashed;
}

.btn-active-light-default {
  border-color: #dbdfe9;
}

.EstimationCheck {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.EstimationCheck input {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 8px !important;
  cursor: pointer;
}

.EstimationCheck .form-check-input:checked {
  background-color: #0ab39c;
  border-color: #0ab39c;
}

.itemimage {
  border-color: #aab2bd;
  border-width: 1px;
  border-style: dashed;
  padding: 0.5rem 0.5rem 0.5rem 2.8rem !important;
  display: flex !important;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}

.itemimage img {
  width: 80px;
}

.btn-default {
  background-color: #dddddd;
  color: #212529;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 0.475rem;
  padding: 12px 15px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 0;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #212529;
  color: #fff;
}

.addmoreItem {
  position: absolute;
  right: 8px;
  top: -30px;
}

.proposaltab {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proposaltab li {
  position: relative;
  overflow: visible;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
  line-height: 1;
  width: 25%;
}

.proposaltab li a {
  border-radius: 0;
  background-color: #ddd;
  position: relative;
  display: block;
  padding: 12px 15px;
  height: 40px;
  text-align: left;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
  font-style: normal;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #212529;
}

.proposaltab li.active a {
  background-color: #212529;
  color: #fff !important;
  height: 40px;
}
.proposaltab li.active a:hover { 
  color: #fff !important;
}

.proposaltab li:first-child a {
  border-radius: 5px 0 0 5px;
}

.proposaltab li .nav-arrow {
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ddd;
  z-index: 150;
}

.proposaltab li.active .nav-arrow {
  border-color: transparent transparent transparent #212529;
}

.proposaltab li .nav-wedge {
  position: absolute;
  top: 0px;
  left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: #ddd #ddd #ddd transparent;
  z-index: 150;
  height: 40.2px;
}

.proposaltab li.active .nav-wedge {
  border-color: #212529 #212529 #212529 transparent;
}

.ant-table-thead th {
  padding: 0.5rem 0.5rem !important;
  color: #252f4a !important;
  font-size: 15px !important;
  font-family: "Inter", serif !important;
}

.ant-table-tbody > tr > td {
  padding: 0.3rem 0.5rem !important;
  color: #303133 !important;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Inter", serif !important;
}

.ant-table-tbody > tr > td {
  border-bottom: 1px solid #d9d9d9 !important;
  vertical-align: top;
}

.top-level-row {
  background-color: rgb(33 37 41 / 6%);
}

.child-row {
  background-color: #ffffff;
  /* Default color for child rows */
}

.ant-table-row-level-2 .ant-table-row-indent.indent-level-2 {
  padding-left: 15px !important;
}

.gap-10 {
  gap: 10px;
}

.bullet-dot {
  width: 4px;
  height: 4px;
  border-radius: 100% !important;
  display: inline-block;
  flex-shrink: 0;
}

.bg-danger {
  background-color: #f8285a !important;
}

.min-height-userinfo {
  min-height: calc(100vh - 102px);
}

.divider2 {
  width: 100%;
  height: 8px;
  background-color: #dee2e6;
  margin: 30px 0px;
}

.Answers {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0px;
}

.Answers li {
  position: relative;
  width: 100%;
  padding-bottom: 3px;
  border-bottom: 1px dashed #dbdfe9;
  margin-bottom: 3px;
  padding-left: 18px;
}

.Answers li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000e21;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 2px;
}

.questions {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0px;
}

.questions li {
  position: relative;
  width: 100%;
  padding-left: 0px;
}

.questions li h5 {
  border-left: 4px solid #1d97ff;
  padding: 6px 0px 6px 8px;
  font-size: 16px;
}

.otherinfobBtn {
  font-weight: 500;
  background: transparent;
  padding: 0px 0px;
  border: 0px solid #0d6efd;
  font-size: 14px;
  color: #0d6efd;
  border-radius: 9px;
  white-space: nowrap;
}

.SuggestionsBtn {
  font-weight: 500;
  background: #fff;
  padding: 0px 0px;
  border: 0px solid #0d6efd;
  font-size: 14px;
  color: #0d6efd;
  border-radius: 9px;
}

.form-check.form-check-custom {
  position: relative;
  display: inline-flex;
  margin-top: 0px;
  margin-bottom: 4px;
  padding-left: 1em;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.form-check.form-check-custom {
  float: left;
  margin-left: 0em;
}

#settingDropdown i {
  font-size: 18px;
}

#settingDropdown::after {
  display: none;
}

#v-setting-tab li a.nav-link {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
}

#v-setting-tab li a.nav-link.active {
  background-color: #212529;
  color: #fff;
}

.tableWidth :where(.css-dev-only-do-not-override-apn68).ant-table-wrapper {
  max-width: 50%;
}

.tableWidth .ant-table-tbody > tr > td {
  vertical-align: middle;
}

:where(.css-dev-only-do-not-override-apn68).ant-table-wrapper
  .ant-table-thead
  > tr
  > th {
  background: #e7e7e7;
  border-bottom: 1px solid #d9d9d9;
}

.tableWidth {
  margin-top: 8px;
}

#v-setting-tab {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  flex-wrap: nowrap;
}

.me-7 {
  margin-right: 1.75rem !important;
}

.symbol > img {
  border-radius: 0.475rem;
}

#settingDropdown {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.filterBtn {
  border: 0;
  background-color: transparent;
  height: 24px;
}

.filterBtn i {
  font-size: 25px;
  line-height: 24px;
  position: relative;
  top: 0px;
  height: 24px;
  display: inline-block;
}

.filters {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  min-height: 200px;
  z-index: 9;
  border-radius: 10px;
  height: 100%;
  padding: 10px;
}

.linkColor {
  color: #1b84ff;
}

.btn-light {
  color: #212529 !important;
  border-color: #dbdfe9;
  background-color: #fff !important;
  border: 1px solid #b8baba;
  background: none;
  box-shadow: none;
  font-weight: 500;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  box-shadow: 0px 4px 12px 0px #2884ef59 !important;
  border-color: #dae0e5 !important;
}

.css-tmasx4-control {
  height: auto !important;
}

.w-24 {
  width: 24px;
}

.h-1 {
  height: 1px;
}

.image-input {
  display: flex;
  border-radius: 0.475rem;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-input-wrapper {
  border: 3px solid #ffffff;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  border-radius: 0.475rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-input-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h-125px {
  height: 125px !important;
}

.w-125px {
  width: 125px !important;
}

.changepic {
  cursor: pointer;
  position: absolute;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  left: 100%;
  top: 0;
  border-radius: 50%;
  background-color: #ffffff !important;
  width: 30px;
  height: 30px;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

.changepic input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}

.colorPickerDiv {
  background: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px, rgba(0, 0, 0, 0.3) 0px 4px 8px;
  padding-bottom: 15px;
  text-align: center;
}

.colorPickerDiv .chrome-picker {
  box-shadow: none !important;
}

:where(.css-dev-only-do-not-override-apn68).ant-select-outlined:not(
    .ant-select-customize-input
  )
  .ant-select-selector {
  border: 1px solid #aaaaaa;
}

:where(.css-dev-only-do-not-override-apn68).ant-select-single
  .ant-select-selector {
  color: #212529;
  font-weight: 500 !important;
}

:where(.css-dev-only-do-not-override-apn68).ant-input-outlined {
  border-color: #aaa;
}

.css-tmasx4-control {
  border-color: #aaa;
}

:where(.css-dev-only-do-not-override-apn68).ant-input-outlined:focus,
:where(.css-dev-only-do-not-override-apn68).ant-input-outlined:focus-within {
  border-color: #4096ff;
  box-shadow: none;
}

:where(.css-dev-only-do-not-override-apn68).ant-input-outlined:hover {
  border-color: #4096ff;
  background-color: #ffffff;
}

.css-tmasx4-control:hover {
  border-color: #4096ff !important;
}

.w-82 {
  min-width: 82px !important;
}

.folderNew {
  text-align: center !important;
  padding: 1.5rem 0.5rem 0.5rem 0.5rem !important;
  justify-content: center !important;
  flex-direction: column !important;
  display: flex !important;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #d6d6d6;
  border-radius: 0.625rem;
  width: 160px;
  height: 160px;
  position: relative;
}

.mw-60 {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.folderNew a {
  text-decoration: none;
}

.folderNew a:hover h5 {
  color: #1677ff;
}

.foldermenu {
  position: absolute;
  right: 10px;
  top: 5px;
}

.foldermenu .ant-space-item {
  background-color: #212529;
  padding: 0px 4px;
  border-radius: 5px;
  height: 22px;
}

.foldermenu .ant-space-item:hover {
  background-color: #484849;
}

.foldermenu .ant-space-item svg {
  position: relative;
  top: -1px;
}

.foldermenu .ant-space-item .anticon {
  color: #fff;
}

:where(.css-dev-only-do-not-override-apn68).ant-image-preview-root
  .ant-image-preview-wrap {
  z-index: 9999;
}

:where(
    .css-dev-only-do-not-override-apn68
  ).ant-image-preview-operations-wrapper {
  position: fixed;
  z-index: 99999;
}

:where(.css-dev-only-do-not-override-apn68).ant-upload-wrapper
  .ant-upload-list.ant-upload-list-picture-card
  .ant-upload-list-item-error {
  border-color: #222222;
}

:where(.css-dev-only-do-not-override-apn68).ant-upload-wrapper
  .ant-upload-list
  .ant-upload-list-item-error
  .ant-upload-list-item-name,
:where(.css-dev-only-do-not-override-apn68).ant-upload-wrapper
  .ant-upload-list
  .ant-upload-list-item-error
  .ant-upload-icon
  .anticon {
  color: #252f4a;
}

.uplaodDocBtn {
  width: 100%;
  height: 50px;
  border: 1px dashed #d9d9d9;
}

:where(.css-dev-only-do-not-override-apn68).ant-upload-wrapper
  .ant-upload-select {
  display: inline-block;
  width: 100%;
}

.photoslist {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.singlePhoto {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  padding: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.singlePhoto.todo {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: relative;
  padding: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.singlePhoto .tableEdit {
  position: absolute;
  z-index: 9;
  right: 2px;
  top: 1px;
}

.singlePhoto .ant-image,
.singlePhoto .ant-image img {
  width: 100% !important;
  height: 100% !important;
}

.ActivityPhoto {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  padding: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.ActivityPhoto .tableEdit {
  position: absolute;
  z-index: 9;
  right: 15px;
  top: 15px;
}

.ActivityPhoto .ant-image,
.ActivityPhoto .ant-image img {
  width: 100% !important;
  height: 100% !important;
}

.singleDoc {
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: relative;
  padding: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.singleDoc .tableEdit {
  position: absolute;
  z-index: 9;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.priceinfo.nav-tabs {
  border-bottom: 0px solid #ebedf2;
}

.priceinfo .nav-item .nav-link {
  padding: 5px 15px;
  border: 1px solid #aaaaaa;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #959595;
}

.priceinfo .nav-item .nav-link.active {
  color: #4096ff;
  border: 1px solid #4096ff;
}

.priceinfo.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 4px 0px 0px 4px;
}

.priceinfo.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 4px 4px 0;
}

.uplaodAttachment {
  width: 200px;
  height: 50px;
  border: 1px dashed #d9d9d9;
}

.attachment .ant-upload-list {
  width: 50%;
}

:where(.css-dev-only-do-not-override-apn68).ant-table-wrapper
  .ant-table-pagination.ant-pagination {
  margin: 8px 0;
}

.vertical-middle table tbody tr td {
  vertical-align: middle;
}

.suggectionslist {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}

.suggest {
  width: 110px;
  border-radius: 0.625rem;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #d6d6d6;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 5px;
}

.suggest label {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.suggest label input {
  position: absolute;
  z-index: -999;
  opacity: 0;
}

.suggest label h5 {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.suggest label h6 {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
}

.suggest img {
  height: 80px !important;
  width: 120px !important;
  object-fit: cover;
}

.suggest.active {
  border: 2px solid #0eb99d;
}

:where(.css-dev-only-do-not-override-apn68).ant-form-item {
  margin-bottom: 0.6rem;
}

:where(.css-dev-only-do-not-override-apn68).ant-input-outlined,
.ant-input-outlined {
  height: 40px !important;
  font-weight: 500 !important;
}

:where(.css-dev-only-do-not-override-apn68),
.ant-select .ant-select-selection-item {
  font-weight: 500 !important;
}

:where(.css-dev-only-do-not-override-apn68).ant-form-item
  .ant-form-item-label
  > label,
.ant-form-item .ant-form-item-label > label {
  display: block !important;
  margin-bottom: 0px !important;
  font-family: "Inter", serif !important;
  font-style: normal !important;
  line-height: 14px !important;
  letter-spacing: 0.02em !important;
  color: #000000 !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

:where(.css-dev-only-do-not-override-apn68).ant-form-item
  .ant-form-item-label
  > label.ant-form-item-required:not(
    .ant-form-item-required-mark-optional
  )::before {
  display: none;
}

:where(.css-dev-only-do-not-override-apn68).ant-form-item
  .ant-form-item-label
  > label.ant-form-item-required:not(
    .ant-form-item-required-mark-optional
  )::after {
  display: inline-block;
  margin-inline-end: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
  visibility: visible;
}

:where(.css-dev-only-do-not-override-apn68).ant-btn-variant-solid {
  background-color: #212529;
}

:where(.css-dev-only-do-not-override-apn68).ant-btn-variant-solid:not(
    :disabled
  ):not(.ant-btn-disabled):hover {
  color: #fff;
  background-color: #484849;
  border-color: #484849;
}

:where(.css-dev-only-do-not-override-apn68).ant-modal .ant-modal-footer {
  text-align: center;
}

.addSugg {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #0d9afe;
}

.ant-table-tbody > tr > td.highlight-column {
  background-color: #4f4f4f;
  color: #fff !important;
  font-weight: 500 !important;
}

.ant-table-tbody > tr > td.highlight-column.ant-table-cell-row-hover {
  background-color: #484849 !important;
}

.only-icon {
  margin-left: 10px !important;
  color: rgb(33, 37, 41) !important;
  border: none !important;
  background: none !important;
  cursor: pointer !important;
}

.min-w-125px {
  height: 54px;
}

.changeTable {
  position: absolute;
  width: 400px;
  min-height: 150px;
  border: 1px solid #ddd;
  top: 24px;
  right: 0;
  padding: 4px;
  list-style-type: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 8px;
  outline: none;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  z-index: 9;
}

.changeTable table tbody tr td:nth-child(1) button {
  white-space: normal;
  text-align: left;
  justify-content: flex-start;
}

.changeTable table tbody tr td:nth-child(1) .changeTable table thead tr th {
  font-size: 13px !important;
}

.changeTable table tbody tr td {
  font-size: 13px !important;
  line-height: 16px !important;
}

.customerListUser {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 00px;
}

.customerListUser li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.text-blue {
  color: #0d6efd;
}

:where(.css-dev-only-do-not-override-apn68).ant-select-dropdown,
.ant-select-dropdown {
  z-index: 9999;
}

.w-220px {
  width: 220px;
}

.h-220px {
  height: 220px;
}

.gap-5p {
  gap: 5px;
}

.feetext {
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  margin-bottom: 0;
  margin-top: 14px;
}

:where(.css-dev-only-do-not-override-apn68).ant-select
  .ant-select-selection-placeholder,
.ant-select .ant-select-selection-placeholder,
:where(.css-dev-only-do-not-override-apn68).ant-input-affix-wrapper
  > input.ant-input::placeholder,
.ant-input-affix-wrapper > input.ant-input::placeholder,
:where(.css-dev-only-do-not-override-apn68).ant-input-affix-wrapper
  > textarea.ant-input::placeholder,
.ant-input-affix-wrapper > textarea.ant-input::placeholder,
:where(.css-dev-only-do-not-override-apn68).ant-input::placeholder,
.ant-input::placeholder {
  color: #212529 !important;
  opacity: 0.5 !important;
  font-weight: 500 !important;
}

.list-group {
  list-style-type: none;
  margin-bottom: 10px;
}

.list-group .list-group-item {
  margin-bottom: 10px;
}

.ownerAccess {
  position: absolute;
  width: 34px;
  left: calc(50% - 17px);
  top: 15px;
  z-index: 9;
}

.shortName {
  font-size: 30px;
  background-color: #212529;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}

.static-table {
  width: 100%;
  text-align: start;
  border-radius: 8px 8px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d9d9d9;
}

.static-table thead tr th {
  font-weight: 600;
  text-align: start;
  background: #fafafa;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.5rem 0.5rem !important;
  color: #252f4a !important;
  font-size: 15px !important;
  font-family: "Inter", serif !important;
}

.static-table tbody tr th {
  font-weight: 600;
  text-align: start;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.5rem 0.5rem !important;
  color: #252f4a !important;
  font-size: 15px !important;
  font-family: "Inter", serif !important;
}

.static-table tbody tr td,
.static-table tfoot tr td {
  border-bottom: 1px solid #d9d9d9 !important;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
  color: #303133 !important;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Inter", serif !important;
}

.static-table tfoot tr td,
.static-table tfoot tr th {
  background-color: #ececec;
  border-top: 1px solid #d9d9d9 !important;
}

.static-table tbody tr:last-child td,
.static-table tbody tr:last-child th,
.static-table tfoot tr td,
.static-table tfoot tr th {
  border-bottom: 0 !important;
}

.noteHas {
  background-color: #0ab39c;
}

.decorationNone {
  text-decoration: none;
}

.discountEdit :where(.css-dev-only-do-not-override-apn68).ant-input-outlined,
.discountEdit .ant-input.ant-input-sm,
.discountEdit .ant-input {
  height: 28px !important;
  width: 60px !important;
}

.discountEdit :where(.css-dev-only-do-not-override-apn68).ant-select-single,
.discountEdit .ant-select-single {
  height: 28px !important;
}

.link {
  color: #212529;
}

.checkbox-width .ant-checkbox-inner {
  width: 20px;
  height: 20px;
}

.terms .ql-editor {
  min-height: 500px;
}

.text-upparcase {
  text-transform: uppercase;
}

.dashboard-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
  border-radius: 50%;
  --bs-border-opacity: 0.5 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.border-primary {
  border: 2px solid #0ab39c !important;
  background-color: rgb(10 179 156 / 8%);
  color: #0ab39c;
}

.border-sale {
  border: 2px solid #5c67f7 !important;
  background-color: rgb(92 103 247 / 8%);
  color: #5c67f7;
}

.border-lead {
  border: 2px solid #6610f2 !important;
  background-color: rgb(102 16 242 / 8%);
  color: #6610f2;
}

.border-sold {
  border: 2px solid #0ab39c !important;
  background-color: rgb(102 16 242 / 8%);
  color: #0ab39c;
}

.border-comm {
  border: 2px solid #0dcaf0 !important;
  background-color: rgb(13 202 240 / 7%);
  color: #0dcaf0;
}

.uploadesFiles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.uploadesFiles li {
  position: relative;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.uploadesFiles li:last-child {
  border-bottom: 0px solid #ddd;
}

.uploadesFiles li span {
  width: calc(100% - 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

:where(.css-dev-only-do-not-override-apn68).ant-modal .ant-modal-content,
.ant-modal .ant-modal-content {
  padding: 0.5rem 0.8rem 1rem 0.8rem;
}

:where(.css-dev-only-do-not-override-apn68).ant-form-vertical
  .ant-form-item:not(.ant-form-item-horizontal)
  .ant-form-item-label,
.ant-form-item-label {
  padding: 0 0 5px !important;
}

.overall {
  position: relative;
  padding-left: 22px;
}

.overall::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 18px;
  height: 2px;
  background-color: #212529;
}

:where(.css-apn68).ant-form-item {
  margin-bottom: 0.6rem;
}

.ant-form-item-label > label {
  display: block !important;
  margin-bottom: 5px !important;
  font-family: "Inter", serif !important;
  font-style: normal !important;
  line-height: 14px !important;
  letter-spacing: 0.02em !important;
  color: #000000 !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

.ant-form-item-required::before {
  display: none !important;
}

.ant-form-item-required::after {
  display: inline-block !important;
  margin-inline-end: 4px !important;
  color: #ff4d4f !important;
  font-size: 14px !important;
  font-family: "Inter", serif !important;
  line-height: 1 !important;
  content: "*" !important;
  visibility: visible !important;
}

.ant-modal-footer {
  text-align: center !important;
}

.ant-btn-variant-solid {
  background-color: #212529 !important;
}

.ant-btn-variant-solid:hover {
  color: #fff !important;
  background-color: #484849 !important;
  border-color: #484849 !important;
}

#ThemeDropdown::after {
  display: none;
}

.themechange {
  border: 0;
  background-color: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: left;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #212529;
}

.themechange .anticon {
  font-size: 17px;
}

.themechange.active {
  color: #1677ff;
}

.daterangepicker .ranges li {
  padding: 5px 10px !important;
}

.h-auto {
  height: auto !important;
}

.uploadpic .ant-form-item-control-input-content {
  display: flex;
  gap: 15px;
}

.show-class,
.show-class .ant-table-cell-row-hover {
  background-color: #edecec !important;
}

.show-class td:first-child {
  padding-left: 40px !important;
}

.ant-table-wrapper .ant-table-tbody > tr > td {
  border-bottom: 0 !important;
  border-top: 1px solid #d9d9d9 !important;
}

.ant-table-wrapper .ant-table-tbody > tr:last-child > td {
  border-bottom: 1px solid #d9d9d9 !important;
}

.ant-table-wrapper .ant-table-tbody > tr.show-class > td {
  border-top: 1px solid #d9d9d9 !important;
}

.img-border {
  border: 1px solid #cdcdcd !important;
}

.left-sidebar-wrapper {
  padding: 10px;
  border-radius: 10px 0 0 10px;
  z-index: 1;
  border: 1px solid #c8c8c8;
  margin-bottom: 10px;
  background-color: #fff;
}

.right-wrapper {
  padding: 10px;
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  border: 1px solid #c8c8c8;
  margin-bottom: 10px;
  background-color: #fff;
}

.common-space p {
  margin: 0;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
}

.separator {
  display: block;
  height: 0px;
  border-bottom: 1px solid #c3c3c8;
  width: 100%;
}

.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: #dbdfe9;
}

.formElement {
  width: 100%;
  margin: 0;
  list-style-type: none;
  border-bottom: unset;
  height: auto;
  overflow-y: auto;
  padding: 0;
  padding-right: 10px !important;
  margin-right: -10px !important;
}

.formElement li {
  width: 100%;
  border-bottom: 0px solid #ddd;
  min-height: 30px;
  cursor: pointer;
  margin-bottom: 8px;
}

.element {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #36405c;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
}

.element .elementIcon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.element .elementName {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
}

.box-shadow {
  box-shadow: rgba(172, 172, 172, 0.24) 0px 3px 5px;
}

.innercard {
  border: 1px solid #cfcfcf;
  border-radius: calc(0.625rem - 1px);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 0.5rem !important;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 0.5rem 0.8rem;
}

.formAction {
  width: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  background: #ededed;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  align-items: center;
  justify-content: center;
}

.formlabel {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 20px;
}

.subtext {
  font-size: 13px;
  color: #707070;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0px;
}

.dependentDD .css-tmasx4-control {
  min-width: 300px;
}

.morinfodiv {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 6px 40px 6px 6px;
  position: relative;
}

.clear-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
}

.clear-icon:hover {
  color: #333;
}

.w-150 {
  width: 200px;
}

.Addcustomer .ant-modal-content {
  min-height: 200px;
}

.finishdate .MuiStack-root {
  width: 130px;
}

.finishdate .MuiStack-root input {
  padding: 0.2rem 0.3rem;
}

.inputFinalCost {
  position: absolute;
  top: -25px;
  left: 2px;
}

.uploadnewImg {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
}

.itemPicture .ant-upload-list-picture-card .ant-upload.ant-upload-select {
  width: 250px;
  height: 250px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.itemPicture .ant-upload-list-picture-card .ant-upload-list-item-container {
  width: 250px !important;
  height: 250px !important;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.Question-details {
  width: 31%;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  padding-left: 16px;
}

.Question-details::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-color: #000;
}

.Question-details label {
  font-size: 14px;
  color: #323232;
  font-weight: 500 !important;
}

.Question-details span {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600 !important;
  color: #212529;
  border-bottom: 1px solid #ddd;
  flex-grow: 1 !important;
}

.w-200 {
  width: 180px;
}

.valign-middle {
  vertical-align: middle !important;
}

.ant-upload-wrapper
  .ant-upload-list
  .ant-upload-list-item
  .ant-upload-list-item-name {
  max-width: 150px;
}

.ant-upload-wrapper
  .ant-upload-list.ant-upload-list-picture
  .ant-upload-list-item {
  height: 50px;
  padding: 5px;
}

.picturelabel label {
  height: 14px !important;
}

.picturelabel .ant-upload-wrapper .ant-upload-select {
  width: 243px;
}

.picturelabel .ant-upload-wrapper .ant-upload-select .ant-upload button {
  width: 100%;
}

.subText {
  font-size: 14px;
  line-height: 22px;
  color: #6c6c6c;
  font-weight: 400;
  text-align: center !important;
  margin-bottom: 0.8rem;
}

.filtercatry .css-b62m3t-container,
.filtercatry .ant-select {
  width: 200px;
}

.customet-list-card {
  height: calc(100vh - 80px);
}

.est-table .ant-table-content,
.additemtable .ant-table-content,
.estmatDetTable .ant-table-content,
.todotable .ant-table-content,
.commtable .ant-table-content,
.saletable .ant-table-content,
.tableWidth .ant-table-content,
.esttempl .ant-table-content,
.invoiceTble .ant-table-content,
.paymenttable .ant-table-content {
  overflow-x: auto;
}

.searchAssembly {
  width: 300px;
}
.searchAssem{
    width: 170px;
  }


.ant-select-multiple .ant-select-selection-overflow-item-suffix {
  min-height: 32px;
}
.dark-logo-div .image-input-wrapper {
  background: #000;
}

/* Latest Responsive */

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .customertab .nav-link{
    padding: 0.5rem .5rem 0 .5rem;
    margin: 0 .5rem;
    font-size: 15px;
  }
  .customer-list ul {
    max-height: 250px;
    min-height: auto;
  }
  .logoadddiv .card {
    width: 50%;
  }

  .ant-picker-dropdown .ant-picker-month-panel {
    width: 250px;
  }

  .min-height-userinfo {
    min-height: 450px;
  }

  .tab-content {
    height: 100%;
  }

  .customet-list-card {
    height: 100%;
  }

  .modal-dialog {
    margin: 6rem auto;
    max-width: 708px;
  }

  .proposaltab li {
    width: 33%;
  }

  .proposaltab li a {
    font-size: 13px;
    padding: 12px 8px;
  }

  .modal-header h2 {
    font-size: 14px;
  }

  .form-group label {
    font-size: 0.85rem;
  }

  .fs-md-14 {
    font-size: 14px !important;
  }

  .row-gap-3 {
    row-gap: 20px !important;
  }

  .proposaltab {
    row-gap: 5px;
  }

  .Question-details {
    width: 48%;
  }

  .table.todotable.w-auto {
    min-width: 100% !important;
  }

  .symbol.symbol-lg-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
  }

  #v-setting-tab {
    max-height: 180px;
  }

  .ant-table-tbody > tr > td,
  .ant-table-thead th {
    font-size: 13px !important;
  }

  .form-group label {
    font-size: 0.85rem;
  }

  .Question-details span,
  .Question-details label {
    font-size: 13px;
  }

  .searchAssembly {
    width: 180px;
  }

  .noSuggestions {
    position: static !important;
  }

  .suggestionHandle td .ant-table-row-expand-icon {
    top: 25px;
  }

  .searchAssem{
    width: 480px;
  }


}

@media (max-width: 767px) {
  .symbol.symbol-lg-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
  }

  .table.todotable {
    min-width: 100% !important;
  }

  .min-w-125px {
    min-width: 48% !important;
  }

  .task-container {
    display: block;
  }

  .customertab .nav-link {
    margin: 0 0.2rem;
  }
}

@media (min-width: 768px) {
  .min-w-125px {
    min-width: 20% !important;
  }

  .task-container {
    display: flex;
  }
}

@media (min-width: 992px) {
  .min-w-125px {
    min-width: 30% !important;
  }

  .task-container {
    display: block;
  }

  .symbol.symbol-lg-160px.symbol-fixed > img {
    width: 160px;
    height: 160px;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .min-w-125px {
    min-width: 23% !important;
  }

  .task-container {
    display: flex;
  }
}

@media (min-width: 1400px) {
  .min-w-125px {
    min-width: 13% !important;
  }
}

@media (min-width: 1600px) {
  .min-w-125px {
    min-width: 10% !important;
  }
}

.errorMsg {
  color: red;
  margin-right: 10px;
}

.todotable.table thead tr th {
  color: #707070 !important;
  padding-bottom: 0 !important;
}

.todotable.table thead tr th {
  font-size: 13px !important;
  border-bottom: 0 !important;
  font-weight: 400;
}

.todotable.table tbody tr td {
  font-size: 14px !important;
  border-bottom: 0 !important;
  font-weight: 500;
}

.todoseprate {
  display: block;
  height: 0;
  border-bottom: 2px solid #cdcdcd;
  width: calc(100% + 24px);
  margin-left: -12px;
}

.attachmen .ant-btn.ant-btn-default {
  width: 250px;
}

.form-control.is-invalid {
  outline: none;
  box-shadow: none;
  border: 1px solid #ff4d4f !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ff4d4f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 70%);
  z-index: 999;
}

.suggestionHandle td .ant-table-row-expand-icon {
  position: absolute;
  left: 256px;
  top: 28px;
  border: 0;
  background: transparent;
  margin-top: 0 !important;
  margin-inline-end: 0 !important;
}

.suggestionHandle td .ant-table-row-expand-icon::before,
.suggestionHandle td .ant-table-row-expand-icon::after {
  transform: none;
}

.suggestionHandle td .ant-table-row-expand-icon::before {
  content: "Suggestions";
  width: 150px;
  height: 20px;
  font-weight: 500;
  font-size: 15px;
  color: #0d6efd;
  background: transparent;
  top: 0px !important;
  inset-inline-end: 0px !important;
  inset-inline-start: 0px !important;
  text-align: left !important;
}

.suggestionHandle td .ant-table-row-expand-icon::after {
  content: "Hide Suggestions";
  width: 150px;
  height: 20px;
  font-weight: 500;
  font-size: 15px;
  color: #0d6efd;
  background: transparent;
  top: 0px !important;
  inset-inline-end: 0px !important;
  inset-inline-start: 0px !important;
  text-align: left !important;
}

.suggestionHandle td .ant-table-row-expand-icon-expanded::before {
  display: none;
}

.suggestionHandle td .ant-table-row-expand-icon-collapsed::after {
  display: none;
}

.suggestionCount {
  position: relative;
  top: -2px;
  left: -2px;
  color: #0d6efd;
  font-size: 15px;
}

.swal2-info {
  border-color: #1b84ff !important;
  color: #1b84ff !important;
}

.addCategory {
  max-height: 300px;
  overflow-y: auto;
}

.addCategory .projectItem img {
  width: 70px;
  cursor: pointer;
  height: 70px;
}

.addCategory .projectItem.active {
  border: 2px solid #46c35f !important;
  background: #e1ffe7;
}

.addCategory .projectItem .selectedIcon {
  display: none;
}

.addCategory .projectItem.active .selectedIcon {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 1px;
  left: 0px;
  z-index: 9;
}

.vertical-Align .ant-table-cell:nth-child(3) {
  vertical-align: middle;
}

/* .white-preview-scope:global(.ant-image-preview-img) {
  background-color: white !important;
} */
body.white-preview-page .ant-image-preview-img {
  background-color: white !important;
  padding: 30px;
}

.ant-select-single .ant-select-selector .ant-select-selection-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

tr:has(.child-row-blank) {
  display: none;
}

tr:has(.child-row-filled) td {
  background: white !important;
}

.ant-picker {
  padding: 8px 11px 8px;
}

.ant-picker .ant-picker-input > input {
  width: 90px;
}

.ant-picker-dropdown .ant-picker-panel-container .ant-picker-presets ul li {
  font-size: 14px;
}

.ant-picker-dropdown
  .ant-picker-panel-container
  .ant-picker-presets
  ul
  li
  + li {
  margin-top: 5px;
}

.optionsLists .ant-table-content {
  overflow-x: auto;
}

.suggestionHandle.no-question .noSuggestions {
  position: absolute;
  top: 26px;
  left: 280px;
}

.filterBtn:hover i {
  color: #0d6efd;
}

.applied-filter i {
  color: #0d6efd;
}

.form-control.is-invalid-date {
  outline: none;
  box-shadow: none;
  border: 1px solid #ff4d4f !important;
  border-radius: 7px;
}

.border-dashed-bottom {
  border-bottom: 1px dashed #aab2bd;
}

.flatLabel {
  position: absolute;
  top: -7px;
  left: 5px;
  background: white;
  padding: 0 5px;
  font-size: 13px !important;
}

.changeTable .ant-table-wrapper {
  width: 100% !important;
}

.ant-modal-confirm-confirm.ReplaceMoal {
  width: 32em !important;
  max-width: 100%;
  border-radius: 0.3125rem;
  background: #fff;
  color: #545454;
  font-size: 1rem;
}

.replaceicon {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ant-modal-confirm-confirm.ReplaceMoal .ant-modal-confirm-title {
  font-size: 1.5rem !important;
  text-align: center !important;
  background-color: #fff !important;
  padding-bottom: 7px !important;
  color: #212529 !important;
  position: relative !important;
  top: 0;
  margin-top: 130px;
  font-family: "Inter", serif;
}

.replaceMsg {
  margin: 0rem 0em !important;
  font-size: 17px !important;
  line-height: 24px;
  text-align: center !important;
  padding-top: 0rem !important;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.ant-modal-confirm-confirm.ReplaceMoal .ant-modal-confirm-btns {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 14px;
}

.ant-modal-confirm-confirm.ReplaceMoal
  .ant-modal-confirm-btns
  .ant-btn-color-primary {
  font-size: 0.9rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  border-radius: 0.475rem !important;
  padding: 12px 15px !important;
  text-decoration: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  height: 40px;
}

.ant-modal-confirm-confirm.ReplaceMoal
  .ant-modal-confirm-btns
  .ant-btn-color-default {
  font-size: 0.9rem !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  border-radius: 0.475rem !important;
  padding: 12px 15px !important;
  text-decoration: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  height: 40px;
  background-color: #fff !important;
  color: #ee5b5b !important;
  border: 1px solid #ee5b5b !important;
}

.ant-modal-confirm-confirm.ReplaceMoal
  .ant-modal-confirm-btns
  .ant-btn-color-default:hover,
.ant-modal-confirm-confirm.ReplaceMoal
  .ant-modal-confirm-btns
  .ant-btn-color-default:focus {
  color: #fff !important;
  background-color: #ee5b5b !important;
  border-color: #ee5b5b !important;
}

.px-5rem.terms .row .col-lg-12:last-child .row.border-dashed-bottom {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.custom-loader .ant-spin-dot-item {
  background-color: white;
}

.custom-loader-table .ant-spin-dot-item {
  background-color: black;
}

.ant-table-wrapper .ant-spin-dot-item {
  background-color: #000000 !important;
}

.custom-spin .ant-spin-dot-item {
  background-color: #000000 !important;
}

.Toastify__toast {
  font-size: 14px;
}
.suggestionHandle.no-question td .ant-table-row-expand-icon {
  position: absolute;
  left: 156px;
}

 .paymentSelect .ant-select-selector {
    height: 30px !important;
  }

  .ant-select.paymentSelect .ant-select-arrow {
    top: 10px !important;
    margin-top: 0 !important;
  }

  .ant-select-single.paymentSelect {
    font-size: 12px !important;
    height: 30px !important;
  }

  .addDesctext input {
    height: 30px !important;
    font-size: 12px;
  }

  tfoot > tr > td {
    padding: 0.3rem 0.5rem !important;
  }

  .ant-table-wrapper .ant-table-summary > tr > td {
    border-bottom: 1px solid #d9d9d9 !important;
    background-color: #f5f5f5;
  }


/* Invoice Module */

.unrelese{
  background-color: #d1d1d1;
  color: #000;
}

.paid, .completeinv{
 background-color: #dfffea;
    color: #17c653;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
}

.unrelease{
   background-color: #d1d1d1;
    color: #000;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
}

.ant-table-wrapper .ant-table-footer {
    padding: 8px 8px;
    background: #efefef;
  }

  .p-10{
    padding: 10px;
  }
  .ant-table-wrapper tfoot>tr>td {
    position: relative;
    overflow-wrap: break-word;
    padding: 0.3rem 0.5rem !important;
    color: #303133 !important;
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Inter", serif !important;
}

.ant-table-wrapper .ant-table-summary {
    background: #e9ecef;
}

.invoicetablecus{
  border-top: 2px solid #e7e7e7;
}

.action-dropdown-btn {
 background-color: #212529;
    padding: 4px 4px;
    border-radius: 5px;
   height: 26px;
    border: 0;
}

.action-dropdown-btn .anticon{
 color: #fff;
    transform: rotate(90deg);
}

.remendar{
  background-color: #fff8dd !important;
    border: 1px dashed #f6c000;
    padding: 6px;
    border-radius: 7px;
}

.invoiceCard{ 
 padding: 8px 30px 8px 10px;
 border-radius: 0.625rem;
 display: flex;
 align-items: center;
 gap: 10px;
}

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

.invIcon svg{
  width: 32px;
}

.amountino{
  background-color: #fff;
  border: 1px solid rgb(165 165 165 / 49%);
}

.amountino .invIcon{
  background-color: #3997d3;
}

.amountpaid{
   background-color: #fff;
  border: 1px solid rgb(165 165 165 / 49%);
}

.amountpaid .invIcon{
  background-color: #78d5a7;
}

.amountbalanc{
   background-color: #fff;
  border: 1px solid rgb(165 165 165 / 49%);
}

.amountbalanc .invIcon{
  background-color: #dfc55f;
}

.ownercard{ 
  width: 48%;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
 box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

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

.ownerivon svg{
  width: 36px;
  height: 36px;
}

.owninvamo{background-color: #2a85ff;} 

.owninvpam{
 background-color: #58d8a3; 
}

.owninbal{
  background-color: #ffd7a8; 
}

.summary {   
    padding: 12px;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    display: flex;
}

.summaryicon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #171717;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.bg1 {
    background-color: #dff2fe
}

.bg2 {
    background-color: #d0fae5
}

.bg3 {
    background-color: #f3e8ff
}

.bg4 {
    background-color: #fef3c6
}

.usertypes{
  border: 1px dashed #dbdfe9;
  padding: 1rem !important;
  align-items: center !important;
  display: flex !important;
  border-radius: 0.475rem;
  background-color: #fff ;  
}

.btn-check:checked + .usertypes {
border: 1px dashed #1b84ff!important;
background-color: #e9f3ff ;
}

.btn-check:checked + .usertypes img{
filter: invert(50%) sepia(100%) saturate(5000%) hue-rotate(200deg) brightness(95%) contrast(105%);
}


@media only screen and (max-width:1800px) {
  .ownercard, .paynowbtn{
    width:100%!important;
  } 
  
}


