@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800;900&display=swap";

/* src/styles.scss */
.position-relative {
  position: relative;
}
.dropdown-menu.storage-info.storage-view {
  min-width: 720px;
}
.table tr th.mandatory:after {
  content: "*";
  display: inline-block;
  color: #e04361;
  margin-left: 2px;
}
.experiment-allocation .list-items .ngx-dropdown-list-container .selected-items {
  display: none !important;
}
.checkbox-no-border {
  border-top: none !important;
  border-bottom: none !important;
}

/* public/assets/styles/css/main.css */
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-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));
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  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[data-bs-original-title],
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.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;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  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;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button: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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-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\a0";
}
.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-lg,
.container-md,
.container-sm,
.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-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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%;
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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-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-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-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-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-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-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;
  }
}
.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:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  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(:last-child) > :last-child > * {
  border-bottom-color: 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-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  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;
}
.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;
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  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-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  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 {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  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 {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.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;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input,
.form-check .table.update-table .batch_check_box input,
.table.update-table .batch_check_box .form-check input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input,
.table.update-table .batch_check_box 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;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox],
.table.update-table .batch_check_box input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio],
.table.update-table .batch_check_box input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active,
.table.update-table .batch_check_box input:active {
  filter: brightness(90%);
}
.form-check-input:focus,
.table.update-table .batch_check_box input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked,
.table.update-table .batch_check_box input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox],
.table.update-table .batch_check_box 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],
.table.update-table .batch_check_box 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,
.table.update-table .batch_check_box 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,
.table.update-table .batch_check_box input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label,
.table.update-table .batch_check_box input:disabled ~ .form-check-label,
.table.update-table .batch_check_box input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input,
.form-switch .table.update-table .batch_check_box input,
.table.update-table .batch_check_box .form-switch 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,
  .form-switch .table.update-table .batch_check_box input,
  .table.update-table .batch_check_box .form-switch input {
    transition: none;
  }
}
.form-switch .form-check-input:focus,
.form-switch .table.update-table .batch_check_box input:focus,
.table.update-table .batch_check_box .form-switch 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,
.form-switch .table.update-table .batch_check_box input:checked,
.table.update-table .batch_check_box .form-switch 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;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control: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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  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) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  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: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%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);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.table.update-table .batch_check_box .was-validated input:valid,
.table.update-table .batch_check_box input.is-valid,
.was-validated .form-check-input:valid,
.was-validated .table.update-table .batch_check_box input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.table.update-table .batch_check_box .was-validated input:valid:checked,
.table.update-table .batch_check_box input.is-valid:checked,
.was-validated .form-check-input:valid:checked,
.was-validated .table.update-table .batch_check_box input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.table.update-table .batch_check_box .was-validated input:valid:focus,
.table.update-table .batch_check_box input.is-valid:focus,
.was-validated .form-check-input:valid:focus,
.was-validated .table.update-table .batch_check_box input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.table.update-table .batch_check_box .was-validated input:valid ~ .form-check-label,
.table.update-table .batch_check_box input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label,
.was-validated .table.update-table .batch_check_box input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback,
.form-check-inline .table.update-table .batch_check_box input ~ .valid-feedback,
.table.update-table .batch_check_box .form-check-inline input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.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: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  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);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  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"), 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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.table.update-table .batch_check_box .was-validated input:invalid,
.table.update-table .batch_check_box input.is-invalid,
.was-validated .form-check-input:invalid,
.was-validated .table.update-table .batch_check_box input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.table.update-table .batch_check_box .was-validated input:invalid:checked,
.table.update-table .batch_check_box input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked,
.was-validated .table.update-table .batch_check_box input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.table.update-table .batch_check_box .was-validated input:invalid:focus,
.table.update-table .batch_check_box input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus,
.was-validated .table.update-table .batch_check_box input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.table.update-table .batch_check_box .was-validated input:invalid ~ .form-check-label,
.table.update-table .batch_check_box input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated .table.update-table .batch_check_box input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback,
.form-check-inline .table.update-table .batch_check_box input ~ .invalid-feedback,
.table.update-table .batch_check_box .form-check-inline input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.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: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .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(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .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(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .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(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .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(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .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(217, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .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(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .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(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .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(66, 70, 73, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  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-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.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;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.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 rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.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: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.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:focus,
.dropdown-menu-dark .dropdown-item:hover {
  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,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  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;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.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: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  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.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.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 .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.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.25rem;
}
.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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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 {
  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-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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:hover {
  text-decoration: none;
}
.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 rgba(0, 0, 0, 0.125);
}
.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 rgba(0, 0, 0, 0.125);
}
.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-bottom,
.card-img-top {
  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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    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;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  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: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.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.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  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: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}
@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;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
.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;
  -webkit-user-select: 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:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  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;
  top: 0;
  left: 0;
  z-index: 1060;
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  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: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  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.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  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: 800px;
  }
}
@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: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .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;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  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:after,
.popover .popover-arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow:before,
.bs-popover-end > .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-auto[data-popper-placement^=right] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow:before,
.bs-popover-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-auto[data-popper-placement^=bottom] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-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-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow:before,
.bs-popover-start > .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-auto[data-popper-placement^=left] > .popover-arrow:after,
.bs-popover-start > .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-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 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-next-icon,
.carousel-dark .carousel-control-prev-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);
  }
}
.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;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}
.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 {
  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;
  }
}
.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;
}
.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;
}
.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 {
  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 {
  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 #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !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-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 {
  flex-direction: row !important;
}
.flex-column {
  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 {
  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 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  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 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  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 {
  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 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  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 {
  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-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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  color: #0d6efd !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #0d6efd !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  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;
  }
}
body,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.h2,
h2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.page-loader .loader {
  width: 86px;
  height: 86px;
  padding: 10px;
  border-radius: 50%;
  animation: 1.5s innerloader linear infinite;
}
.page-loader .loader:before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 66px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.page-loader.with-text {
  flex-direction: column;
}
.page-loader.with-text p {
  margin-top: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #00000040;
}
.page-loader.with-text .h2,
.page-loader.with-text h2 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #2b2b30;
}
.qus-loader {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 10px 0;
  padding: 0px 0px 0px 19px;
}
.qus-loader span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: 2px solid #13C4A8;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #13C4A8 transparent transparent transparent;
}
.qus-loader span:first-child {
  animation-delay: -0.45s;
}
.qus-loader span:nth-child(2) {
  animation-delay: -0.3s;
}
.qus-loader span:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.chat-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 32px;
  padding: 5px 12px 10px;
  background-color: #F7FBFF;
  border-radius: 2px 8px 8px 8px;
}
.chat-loader .loader {
  width: 32px;
  height: 32px;
  aspect-ratio: .75;
  --c:no-repeat radial-gradient(
      circle closest-side,#99a9b8 80%,#0000);
  background:
    var(--c) 0% 100%,
    var(--c) 50% 100%,
    var(--c) 100% 100%;
  background-size: 25% 75%;
  animation: qusload 1.8s infinite linear;
}
@keyframes qusload {
  20% {
    background-position:
      0% 50%,
      50% 100%,
      100% 100%;
  }
  40% {
    background-position:
      0% 0%,
      50% 50%,
      100% 100%;
  }
  60% {
    background-position:
      0% 100%,
      50% 0%,
      100% 50%;
  }
  80% {
    background-position:
      0% 100%,
      50% 100%,
      100% 0%;
  }
}
@keyframes innerloader {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button-loader {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: btnldr 1s infinite linear alternate;
}
.button-loader.blue {
  animation: btnblloader 1s infinite linear alternate;
}
.button-loader.white {
  animation: btnwtloader 1s infinite linear alternate;
}
@keyframes btnblloader {
  0% {
    box-shadow: 20px 0 #C4C4C4, -20px 0 #0002;
    background: #C4C4C4;
  }
  33% {
    box-shadow: 20px 0 #C4C4C4, -20px 0 #0002;
    background: #0002;
  }
  66% {
    box-shadow: 20px 0 #0002, -20px 0 #C4C4C4;
    background: #0002;
  }
  to {
    box-shadow: 20px 0 #0002, -20px 0 #C4C4C4;
    background: #C4C4C4;
  }
}
@keyframes btnblloader {
  0% {
    box-shadow: 20px 0 #153473, -20px 0 #0002;
    background: #153473;
  }
  33% {
    box-shadow: 20px 0 #153473, -20px 0 #0002;
    background: #0002;
  }
  66% {
    box-shadow: 20px 0 #0002, -20px 0 #153473;
    background: #0002;
  }
  to {
    box-shadow: 20px 0 #0002, -20px 0 #153473;
    background: #153473;
  }
}
@keyframes btnwtloader {
  0% {
    box-shadow: 20px 0 #fff, -20px 0 #0002;
    background: #fff;
  }
  33% {
    box-shadow: 20px 0 #fff, -20px 0 #0002;
    background: #0002;
  }
  66% {
    box-shadow: 20px 0 #0002, -20px 0 #fff;
    background: #0002;
  }
  to {
    box-shadow: 20px 0 #0002, -20px 0 #fff;
    background: #fff;
  }
}
@keyframes slideUp {
  0% {
    transform: translate3d(0, 15px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    transform: translate3d(0, -15px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slide-up-animation {
  animation: slideUp 0.5s ease-in-out;
}
.slide-down-animation {
  animation: slideDown 0.5s ease-in-out;
}
.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 145px 0;
  min-height: calc(100vh - 150px);
}
.no-data.inner {
  min-height: auto !important;
  padding: 50px 0;
}
.no-data.inner p {
  margin-top: 10px;
  font-size: 16px;
}
.no-data .h2,
.no-data h2 {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}
.no-data p {
  margin-top: 25px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: center;
}
.no-data .nodata-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 472px;
}
.no-data .nodata-info p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #56565C;
}
.no-data .dropdown-wrap {
  position: relative;
}
.no-data .dropdown-wrap .dropdown-menu-project {
  right: 50%;
  margin-right: -165px;
}
.breadcrumb {
  align-items: center;
  margin-bottom: 0;
}
.breadcrumb a {
  color: black;
  font-size: 11px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0px;
  text-align: left;
  position: relative;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb a:hover:after {
  width: 100%;
}
.breadcrumb .breadcrumb-item {
  line-height: normal;
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  height: 14px;
  line-height: 12px;
  padding-right: 4px;
}
.breadcrumb .breadcrumb-item.active {
  opacity: 1;
  color: #4F4F88;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.breadcrumb .breadcrumb-item.active a {
  color: inherit;
}
.main-page {
  padding: 20px 25px;
  margin-left: 90px;
  margin-top: 50px;
  max-width: 2500px;
}
.main-page .table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main-page .table-header .btn-wrap {
  gap: 15px;
  display: flex;
  align-items: center;
}
.main-page .table-header .btn-wrap .btn {
  min-width: 100px;
}
.main-page .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-page .heading .h1,
.main-page .heading h1 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: left;
}
.main-page .heading .btn-wrap {
  display: flex;
  gap: 15px;
}
.main-page .heading .btn-wrap .btn {
  min-width: 90px;
}
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb {
  background: #aebbcf;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background: #aebbcf;
}
:-webkit-scrollbar {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 2px;
}
:-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 2px;
}
:-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 2px;
}
.box-type-dropdown .dropdown-menu {
  min-width: auto !important;
}
.dropdown-menu {
  padding: 0;
  right: 0;
  width: 245px;
  border-radius: 8px;
  border: 1px solid rgba(201, 201, 201, 0.28);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  opacity: 1;
  background-color: white;
}
.dropdown-menu li a {
  padding: 20px 30px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  border-bottom: 1px solid #F4F4F4;
  cursor: pointer;
}
.dropdown-menu li a:last-child {
  border-bottom: 0;
}
.dropdown-menu li:hover a {
  color: #0747A6;
}
.dropdown-menu .user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.dropdown-menu .user img {
  width: 100%;
  height: 100%;
  padding: 15px;
}
.dropdown-menu .content {
  border-bottom: 1px solid #ddd;
  padding: 0 30px 20px;
}
.dropdown-menu .content .h2,
.dropdown-menu .content h2 {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 5px;
  text-align: center;
}
.dropdown-menu .content a {
  display: block;
  color: #90a1af;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
}
.dropdown-menu .content a:hover {
  color: #0747A6;
}
.main-container {
  position: relative;
}
.alert {
  width: 460px;
  min-height: 90px;
  padding: 25px 25px 25px 95px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.15);
  background-color: #ffff;
  z-index: 9999;
  position: fixed;
  bottom: 0px;
  animation: fadeToaster ease-in-out 0.4s;
  transition: all ease-in;
  right: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.alert .toast-header {
  border: 0;
  padding: 0;
  margin-bottom: 4px;
  font-size: 16px;
  letter-spacing: 0.12px;
  text-align: left;
}
.alert .toast-header strong {
  font-weight: 600 !important;
}
.alert .toast-body {
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  padding-right: 40px;
}
.alert:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
}
.alert--error {
  border-top: 3px solid #F94759;
}
.alert--error:before {
  background-image: url("./media/error-icon.svg");
  background-color: #FEF5F5;
}
.alert--warning {
  border-top: 3px solid #F8A435;
}
.alert--warning:before {
  background-image: url("./media/warning-icon.svg");
  background-color: #FFFAF0;
}
.alert--success {
  border-top: 3px solid #50CD8B;
}
.alert--success:before {
  background-image: url("./media/success-icon.svg");
  background-color: #EFFDF6;
}
.alert--info {
  border-top: 3px solid #193FE9;
}
.alert--info:before {
  background-image: url("./media/info-icon.svg");
  background-color: #F4F6FF;
}
.alert .content {
  padding-right: 30px;
}
.alert .btn-close {
  position: absolute;
  padding: 10px;
  background-size: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  background-color: #F4F4F4;
  border-radius: 50%;
  background-image: url("./media/toaster-close.svg");
  opacity: 1;
  cursor: pointer;
}
.paste-icon-blue {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-image: url("./media/paste-btn.svg");
}
.content-loader .loader,
.inner-loader,
.page-loader .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border: .2em solid transparent;
  border-left-color: #2462aa;
  border-right-color: #2462aa;
  border-radius: 50%;
  animation: 1s innerloader linear infinite;
}
@keyframes innerloader {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.inner-loader-container {
  position: relative;
}
.content-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-wrapper {
  display: flex;
  margin-bottom: 15px;
  margin-top: -10px;
}
.search-wrapper ngx-dynamicforms {
  max-width: 35%;
  width: 35%;
}
.search-wrapper.search-one-field ngx-dynamicforms {
  width: 25%;
  max-width: 25%;
}
.search-wrapper .ngx-dropdown-container .ngx-dropdown-button {
  min-width: 170px;
}
.search-wrapper .btn-wrap {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  margin-left: 20px;
}
.search-wrapper .btn-wrap .btn {
  min-width: 100px;
  height: 32px;
  line-height: 12px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}
.btn-comment {
  position: absolute !important;
  bottom: 15px;
  right: 15px;
}
.load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0747A6;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.comment-scroll {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tot-comment {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  background-color: #F4F4F4;
  border-radius: 4px;
}
.comment-info {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.comment-info .user-img {
  width: 42px;
  height: 42px;
  background-color: #ddd;
  border-radius: 50%;
}
.comment-info:last-child {
  border-bottom: 0;
}
.comment-info .name {
  padding: 0 10px;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
}
.comment-info .date {
  color: #9E9FA6;
  line-height: normal;
  font-size: 12px;
}
.comment-info p {
  margin: 12px 0 20px;
  font-size: 12px;
  font-weight: 500;
}
.access-denied {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 95px);
  padding: 30px;
}
.access-denied .btn {
  margin-top: 20px;
}
.access-denied .h1,
.access-denied h1 {
  margin: 50px 0 10px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.access-denied p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
  color: #5B5B5B;
}
.access-denied ul li {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #000;
}
.accordion-custom .accordion-header .accordion-button {
  position: relative;
  padding: 0;
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  letter-spacing: -0.28125px;
  color: #000;
}
.accordion-custom .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.accordion-custom .accordion-header .accordion-button span {
  background-color: #fff;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}
.accordion-custom .accordion-header .accordion-button:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 19px;
  height: 19px;
  background-image: url("./media/add-minus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-custom .accordion-header .accordion-button.collapsed:before {
  height: 19px;
  background-image: url("./media/add-square.svg");
  background-size: contain;
}
.accordion-custom .accordion-header .accordion-button:after {
  background-image: none;
  position: absolute;
  left: 40px;
  right: 0;
  top: 10px;
  width: auto;
  height: auto !important;
  border-top: 1px solid #DCDCDC;
  transition: none;
}
.accordion-custom .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-custom .accordion-body {
  padding: 0;
  margin-bottom: 25px;
}
.accordion-custom .accordion-item {
  border: none;
}
.accordion-custom .scrollable .scrollable {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
}
.accordion-custom .scrollable .scrollable table {
  margin-bottom: 0;
}
.project-table .fixed-head-table {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 5px;
  border-bottom: 1px solid #ddd;
}
.project-table .fixed-head-table .table {
  margin-bottom: 0;
}
.project-table .fixed-head-table .table th {
  position: sticky;
  top: 0;
  z-index: 9;
}
.project-table .fixed-head-table .table th:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid #ddd;
}
.project-table .fixed-head-table.h-scroll {
  overflow-x: auto;
}
.project-table .fixed-head-table.w-800 {
  max-width: 800px;
}
.project-table.no-height-limit .collapse.show {
  max-height: initial;
}
.project-table ::-webkit-scrollbar-track {
  margin-top: 32px;
}
.project-table .bacteria-phage-scroll {
  max-height: calc(100vh - 450px);
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
}
.project-table .bacteria-phage-scroll .bact-table1 {
  position: sticky;
  top: 0;
  z-index: 4;
}
.project-table .bacteria-phage-scroll .bact-table1:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
}
.project-table .bacteria-phage-scroll .table {
  margin-bottom: 0;
}
.noheight-limit.collapse.show {
  max-height: initial;
}
.h-scroll-outer {
  position: relative;
}
.h-scroll-outer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  top: 32px;
  z-index: 2;
  border-left: 1px solid #ddd;
}
.h-scroll-outer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  top: 32px;
  z-index: 2;
  border-right: 1px solid #ddd;
}
.icon-align {
  margin-top: 31px;
}
.button-align {
  margin-top: 25px;
}
.sub-heading {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.36px;
  color: #575757;
}
.sub-heading .h2,
.sub-heading h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.36px;
  color: #575757;
}
.template-head {
  font-weight: 400;
  font-size: 13px;
  line-height: 15.73px;
  letter-spacing: 1px;
  color: #0747A6;
  text-transform: uppercase;
}
.dashed-border {
  border-width: 1px 0 0 0;
  border-color: #ACACAC;
  border-style: dashed;
  background-color: transparent !important;
}
.arrow-left,
.arrow-right {
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url("./media/arrow.svg");
  background-size: contain;
}
.arrow-left {
  transform: rotate(-180deg);
}
.plus-white {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("./media/Plus-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.header-search {
  width: 294px;
  background-image: url("./media/search-icon.svg");
  background-position: center right 12px;
  background-repeat: no-repeat;
}
.error-msg {
  color: #ff0000;
  font-size: 12px;
}
.plate-id-width {
  min-width: 150px;
}
.table-v-scroll {
  max-height: 400px;
  overflow: auto;
  border-top: 1px solid #E5F0FB;
  border-bottom: 1px solid #E5F0FB;
}
.table-v-scroll tr th {
  position: sticky;
  top: 0;
  z-index: 4;
  background-color: #fafdff;
}
.table-v-scroll tr th:after,
.table-v-scroll tr th:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #E5F0FB;
}
.table-v-scroll tr th:after {
  top: -1px;
  bottom: auto;
  border-bottom: 1px solid #E5F0FB;
}
.spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border-radius: 50%;
  -webkit-mask:
    radial-gradient(
      farthest-side,
      #0000 40%,
      #0747a6 41%);
  background:
    linear-gradient(
      0deg,
      rgba(7, 71, 166, 0.5) 50%,
      #0747a6 0) center/4.5px 100%,
    linear-gradient(
      90deg,
      rgba(7, 71, 166, 0.25) 50%,
      rgba(7, 71, 166, 0.75) 0) center/100% 4.5px;
  background-repeat: no-repeat;
  animation: spinner-d3o0rx 1s infinite steps(12);
}
.spinner:after,
.spinner:before {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}
.spinner:after {
  opacity: 0.83;
  transform: rotate(60deg);
}
.custom-tooltip.left-side {
  right: -7px !important;
  left: -53px !important;
}
.custom-tooltip.left-side:after {
  right: -45px;
}
.file-name-list {
  border: 1px solid #D2DBDE;
  border-radius: 5px;
}
.file-name-list .list-group {
  max-height: 350px;
  overflow-y: auto;
}
.file-name-list .list-group-item .form-label {
  margin-bottom: 0;
  max-width: calc(100% - 25px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cdrs-wrap lib-dropdown {
  flex: 1;
}
.cdrs-wrap:not(:first-child) {
  margin-top: 15px;
}
.cdrs-wrap:not(:first-child) .form-label {
  display: none;
}
.cdrs-wrap:not(:first-child) .cdrs-btn {
  margin-top: 2px !important;
}
.cdrs-wrap .cdrs-btn {
  width: 72px;
}
.accordion-custom .scrollable .scrollable .table:has(.ngx-dropdown-list-container) {
  min-height: 200px;
  transition: height 0.5s ease-in;
}
.project-table.bacteria-phage-scroll:has(.ngx-dropdown-list-container),
.project-table .bacteria-phage-scroll:has(.ngx-dropdown-list-container),
.project-table .bacteria-table-p4:has(.ngx-dropdown-list-container),
.project-table .fixed-head-table:has(.ngx-dropdown-list-container),
.project-table .phage-library-table:has(.ngx-dropdown-list-container) {
  min-height: 250px;
  transition: height 0.5s ease-in;
}
.project-table.bacteria-phage-scroll .ngx-dropdown-container .ngx-dropdown-list-container,
.project-table .bacteria-phage-scroll .ngx-dropdown-container .ngx-dropdown-list-container,
.project-table .bacteria-table-p4 .ngx-dropdown-container .ngx-dropdown-list-container,
.project-table .fixed-head-table .ngx-dropdown-container .ngx-dropdown-list-container,
.project-table .phage-library-table .ngx-dropdown-container .ngx-dropdown-list-container {
  z-index: 1;
}
.inner-table-column {
  padding: 0 !important;
  vertical-align: top !important;
}
.list-inner-table {
  margin-bottom: 0;
  border: none !important;
}
.list-inner-table tr:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}
.list-inner-table tr:nth-child(2n) td {
  background-color: transparent !important;
}
.list-inner-table tr td {
  border: none !important;
}
.scroll-arrow {
  position: relative;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.scroll-arrow .btn {
  padding: 8px 15px;
}
.scroll-arrow .btn:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 12px;
}
.scroll-arrow .btn.nxt:before {
  left: initial;
  right: 12px;
  transform: rotate(135deg);
}
.green-theme-img {
  display: none;
}
@keyframes spinner-d3o0rx {
  to {
    transform: rotate(1turn);
  }
}
@media (min-width:1600px) {
  .scroll-arrow.hide-big-screen {
    display: none;
  }
}
@media (max-width:1599px) {
  .project-table .bacteria-phage-scroll {
    max-height: calc(100vh - 250px);
  }
}
@media (max-width:1199px) {
  .main-container {
    overflow: auto;
    width: 1200px;
  }
  .main-page {
    overflow: auto;
    width: 1200px;
  }
}
@media (max-width:319px) {
  body {
    display: none;
  }
}
.btn-signin {
  border-radius: 4px;
  background-color: #0747A6;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.95px;
  text-align: left;
  line-height: 26px;
  border: 1px solid #0747A6;
}
.btn-signin .arrow {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 16px;
  background-image: url("./media/arrow.svg");
  background-repeat: no-repeat;
}
.btn-signin:hover {
  background-color: #074096;
  color: #fff;
}
.btn-signin:hover .arrow {
  animation: slideRight 0.8s ease-in-out infinite;
}
.btn {
  min-height: 32px;
  border-radius: 4px;
}
.btn:focus {
  box-shadow: none;
}
.btn.disabled {
  cursor: not-allowed;
  pointer-events: auto;
}
.btn .batch,
.btn .batch-update,
.btn .chart-icon,
.btn .comment,
.btn .delete,
.btn .delete-icon,
.btn .discard-storage,
.btn .download,
.btn .download-icon,
.btn .download-white,
.btn .edit,
.btn .filter:before,
.btn .history:before,
.btn .icon-prep,
.btn .next,
.btn .oligos-sequence,
.btn .plasmid-map:before,
.btn .plasmid-view,
.btn .record,
.btn .select-vial,
.btn .start-experiment,
.btn .update-status,
.btn .upload-blue,
.btn .upload-icon,
.btn .view,
.btn .workflow {
  width: 14px;
  min-width: 14px;
  height: 14px;
}
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #0747A6;
  background-color: #0747A6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.46px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: .6s ease all;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
}
.btn-primary:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(19, 62, 155, 0.251);
  border-radius: 100%;
  transition: .7s ease all;
}
.btn-primary:hover:after {
  width: 300px;
  height: 300px;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #1545ac;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #DFDFDF;
  color: #AEAEAE;
  border: 1px solid #DFDFDF;
  cursor: not-allowed;
}
.btn-outline-primary {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.46px;
  border: 1px solid #ddd;
  position: relative;
  transition: .6s ease all;
  overflow: hidden;
  cursor: pointer;
}
.btn-outline-primary:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(221, 221, 221, 0.25);
  border-radius: 100%;
  transition: .7s ease all;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  opacity: 0.4;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  cursor: not-allowed;
}
.btn-outline-primary:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
}
.btn-outline-primary:hover:after {
  width: 300px;
  height: 300px;
}
.btn-outline-primary.text-capital {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.btn-outline-primary .arrow-left,
.btn-outline-primary .arrow-right {
  background-image: url("./media/gray-arrow.svg");
}
.btn-outline-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 4px;
  color: #4e27d2;
  border: 1px solid #E6DCFE;
  background-color: #E6DCFE;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.46px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: .6s ease all;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
}
.btn-outline-secondary:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #d3cbef40;
  border-radius: 100%;
  transition: .7s ease all;
}
.btn-outline-secondary:hover:after {
  width: 300px;
  height: 300px;
}
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
  color: #4E27D2;
  background-color: #E6DCFE;
  border: 1px solid #E6DCFE;
}
.btn-outline-light {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border-radius: 4px;
  color: #0747A6;
  border: 1px solid #E0EDFF;
  background-color: #E0EDFF;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.46px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: .6s ease all;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
}
.btn-outline-light:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #d3cbef40;
  border-radius: 100%;
  transition: .7s ease all;
}
.btn-outline-light:hover:after {
  width: 300px;
  height: 300px;
}
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover {
  color: #0747A6;
  background-color: #b9d1f1;
  border: 1px solid #b9d1f1;
}
.btn-outline-light .download {
  background-image: url("./media/download-hover.svg");
}
.btn-outline-light.btn-dropdown:before {
  background-image: url("./media/arrow-blue.svg");
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #B4B4B4;
  background-color: #f3f3f3;
  border-color: #DFDFDF;
}
.btn-outline-light.disabled .download,
.btn-outline-light:disabled .download {
  background-image: url("./media/download.svg");
  opacity: 0.6;
}
.btn-dropdown {
  position: relative;
  padding-right: 30px;
}
.btn-dropdown:before {
  content: "";
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("./media/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0deg);
}
.btn-dropdown.ashow {
  transform: rotate(180deg);
}
@keyframes slideRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(6px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.btn-effect {
  position: relative;
  transition: .6s ease all;
  overflow: hidden;
  cursor: pointer;
}
.btn-effect:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(7, 64, 150, 0.25);
  border-radius: 100%;
  transition: .7s ease all;
}
.btn-effect:hover:after {
  width: 300px;
  height: 300px;
}
.btn-secondary {
  background-color: #1A0D3F;
  text-transform: uppercase;
  height: 32px;
  font-size: 11px;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: 0.46px;
  line-height: normal;
  text-align: center;
  min-width: 80px;
}
.btn-secondary:hover {
  background-color: #12092c;
}
.add-btn:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  background-image: url("./media/plus-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.view-attachments {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #0747A6;
  letter-spacing: 0.46px;
  border: 1px solid #A6A6A6;
  overflow: hidden;
  cursor: pointer;
}
.view-attachments:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background-image: url("./media/attachment-icon.svg");
  background-repeat: no-repeat;
}
.view-attachments:hover:before {
  background-image: url("./media/attachment-hover.svg");
}
.view-attachments.upload-btn:before {
  display: none;
}
.attachment-btn {
  position: relative;
}
.attachment-btn:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background-image: url("./media/attachment-icon-white.svg");
  background-repeat: no-repeat;
}
.btn-success {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #428d27;
  background-color: #51A732;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.46px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  transition: .6s ease all;
  line-height: normal;
  overflow: hidden;
  cursor: pointer;
}
.btn-success:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(81, 167, 50, 0.25);
  border-radius: 100%;
  transition: .7s ease all;
}
.btn-success:hover:after {
  width: 300px;
  height: 300px;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #428d27;
}
.btn-success.disabled {
  color: #B4B4B4;
  background-color: #DFDFDF;
  border-color: #DFDFDF;
  pointer-events: none;
}
.btn-success.disabled .tick-icon {
  background-image: url("./media/tick-circle-disabled.svg");
}
.special-btn {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #0747A6;
  letter-spacing: 0.46px;
  line-height: 20px;
  border-radius: 6px;
  border: 1px solid #A6A6A6;
}
.btn-outline-blue {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #0747A6;
  letter-spacing: 0.46px;
  border: 1px solid #0747A6;
  position: relative;
  transition: .6s ease all;
  overflow: hidden;
  cursor: pointer;
}
.btn-outline-blue:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(221, 221, 221, 0.25);
  border-radius: 100%;
  transition: .7s ease all;
}
.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  opacity: 0.4;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  cursor: not-allowed;
}
.btn-outline-blue:hover {
  background-color: #fff;
  color: #063e92;
  border: 1px solid #063e92;
}
.btn-outline-blue:hover:after {
  width: 300px;
  height: 300px;
}
.btn-outline-blue.text-capital {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.btn-outline-blue .upload-blue {
  background-image: url("./media/upload-hover.svg");
}
.nav-tabs {
  justify-content: center;
}
.nav-tabs .nav-link {
  position: relative;
  margin-bottom: 0;
  color: #4c4a4a;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  border: 0;
  padding: 10px 30px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #0747A6;
}
.nav-tabs .nav-link.active .active-border-tab,
.nav-tabs .nav-link:focus .active-border-tab,
.nav-tabs .nav-link:hover .active-border-tab {
  width: 100%;
  transform: scale(1);
  opacity: 1;
}
.tab-content {
  padding: 20px 0;
}
.tab-content .no-data {
  padding: 50px 0;
  min-height: calc(100vh - 210px);
}
.active-border-tab {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.active-border-tab .active-border {
  background-color: #0747A6;
  height: 6px;
  display: block;
}
.tab-wrapper {
  display: flex;
  margin-top: 40px;
  margin-bottom: 15px;
  align-items: center;
}
.tab-wrapper.plates-tab ul {
  overflow-x: hidden;
}
.tab-wrapper ul {
  display: flex;
  flex: 1;
}
.tab-wrapper ul li {
  padding: 8px;
  width: 33.33%;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 0px;
  text-align: center;
  color: #4C4A4A;
  cursor: pointer;
  border: 1px solid #CBCBCB;
}
.tab-wrapper ul li .custom-tooltip {
  border-radius: 8px;
  width: 302px;
  left: auto;
  line-height: 18px;
}
.tab-wrapper ul li .custom-tooltip:after {
  right: 40px;
  left: auto;
}
.tab-wrapper ul li span {
  position: relative;
  padding-left: 8px;
  color: #0747A6;
  cursor: pointer;
}
.tab-wrapper ul li span:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.tab-wrapper ul li.active {
  background-color: #0747A6;
  color: #fff;
}
.tab-wrapper ul li.active span {
  color: #fff;
}
.tab-wrapper .next-arrow,
.tab-wrapper .prev-arrow {
  width: 7px;
  height: 13px;
}
.template-details {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 0px;
  color: #8C8D98;
}
.template-details span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 0px;
  color: #0747A6;
}
.template-details span:before {
  content: "";
  display: inline-block;
  margin: 0 7px;
  width: 8px;
  height: 8px;
  background-color: #C8C8CD;
  border-radius: 50%;
}
.modal {
  background-color: rgba(255, 255, 255, 0.5);
  transition: all ease-in-out 0.3s;
  backdrop-filter: blur(5px);
}
.modal.remove-modal-bg {
  background-color: transparent;
  backdrop-filter: inherit;
}
.modal.confirm-modal .modal-dialog,
.modal.error-list-modal .modal-dialog {
  animation: blowoutModal 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-open {
  overflow-y: hidden;
}
.modal-open .modal.confirm-modal .modal-dialog,
.modal-open .modal.error-list-modal .modal-dialog {
  animation: blowUpModal 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowoutModal {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blowUpModal {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-dialog.modal-medium {
  max-width: 850px;
}
.modal-dialog.popup-normal .modal-content {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px #0000002F;
}
.modal-dialog.popup-normal .modal-header {
  padding: 0;
  margin-bottom: 30px;
  border: none;
  align-items: initial;
}
.modal-dialog.popup-normal .modal-title {
  font-size: 20px;
  font-weight: 600;
}
.modal-dialog.popup-normal .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
}
.modal-dialog.popup-normal .modal-body {
  padding: 0;
}
.modal-dialog.popup-normal .tab-wrapper {
  margin-bottom: 30px;
}
.common-right-modal {
  padding-right: 0 !important;
  left: initial;
  right: 0;
  overflow: initial;
}
.common-right-modal .modal-dialog {
  max-width: 450px;
  min-height: 100vh;
  align-items: flex-start;
  margin: 0 0 0 auto;
  border-left: solid 1px #cecece;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
  border-radius: 8px;
  border: 1px solid rgba(201, 201, 201, 0.28);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  transform: translate(100%, 0px);
}
.common-right-modal .modal-dialog.modal-small {
  max-width: 540px;
}
.common-right-modal .modal-dialog.modal-medium {
  max-width: 850px;
}
.common-right-modal .modal-dialog.modal-large {
  max-width: 1030px;
}
.common-right-modal .modal-dialog.modal-xl-large {
  max-width: 1150px;
}
.common-right-modal .modal-dialog.modal-x-large {
  max-width: 1200px;
}
.common-right-modal .modal-dialog.popup-normal {
  margin: 50px auto 0;
  min-height: auto;
}
.common-right-modal .modal-dialog.popup-normal .modal-content {
  min-height: auto;
}
.common-right-modal .modal-dialog.popup-normal .modal-body {
  max-height: initial;
}
.common-right-modal.show .modal-dialog .modal.show .modal-dialog.modal-expand {
  transform: none !important;
  min-height: initial !important;
  margin: 1.75rem auto;
  max-width: 95% !important;
}
.common-right-modal.show .modal-dialog .modal.show .modal-dialog.modal-expand .modal-body {
  max-height: initial !important;
}
.common-right-modal.show .modal-dialog .modal.show .modal-dialog.modal-expand .modal-content {
  min-height: initial !important;
}
.common-right-modal .eye-closed-icon {
  top: 2px !important;
}
.common-right-modal .eye-icon {
  top: 2px !important;
}
.common-right-modal .modal-header {
  padding: 10px 25px 10px;
}
.common-right-modal .modal-header .h5,
.common-right-modal .modal-header h5 {
  margin-left: 15px;
  color: black;
  font-size: 20px;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: -0.3px;
  text-align: left;
}
.common-right-modal .modal-header .btn-close {
  opacity: 0.8;
  background-size: 15px;
  transition: all ease-in 0.4s;
  margin: 0;
  padding: 10px 0;
}
.common-right-modal .modal-header .btn-close:focus {
  box-shadow: none;
}
.common-right-modal .modal-header .btn-close:hover {
  opacity: 1;
}
.common-right-modal .modal-header .btn-wrap {
  display: flex;
  gap: 15px;
}
.common-right-modal .modal-header .btn-wrap .btn {
  min-width: 95px;
  padding: 7px 15px;
  line-height: normal;
}
.common-right-modal .modal-content {
  border: 0;
  min-height: 100vh;
}
.common-right-modal .modal-content hr {
  background-color: #dcdcdc;
  opacity: 1;
  margin: 5px 0;
}
.common-right-modal .modal-content .no-data {
  min-height: calc(100vh - 55px);
}
.common-right-modal .tab-content .no-data {
  min-height: calc(100vh - 55px);
}
.common-right-modal .modal-body {
  padding: 15px 25px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 70px);
}
.common-right-modal .modal-body .collapse {
  padding: 0;
}
.common-right-modal .modal-body hr {
  margin: 25px 0;
}
.common-right-modal .modal-body .btn-wrap .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.common-right-modal .modal-body.view-file-modal {
  overflow: inherit;
  margin-top: 10px;
}
.common-right-modal .modal-body .btn-outline-primary {
  margin-right: 10px;
}
.common-right-modal .modal-body .btn-primary.w-100 {
  min-height: 40px;
}
.common-right-modal .modal-body .form-check-inline label {
  font-size: 12px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0px;
  text-align: left;
  line-height: 25px;
}
.common-right-modal .modal-body .form-check-wrap .form-check-inline {
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  margin: 4px 0 0;
  padding: 2px 12px 2px 15px;
  width: 50%;
}
.common-right-modal .modal-body .form-check-wrap .form-check-inline.no-border {
  border: none;
  width: auto;
  margin-right: 14px;
}
.common-right-modal .modal-body .form-check-wrap .form-check-inline.no-border input[type=radio]:checked ~ label {
  font-weight: 600;
}
.common-right-modal .modal-body .form-check-wrap.date-mr-0 .form-check-inline:last-child {
  margin-right: 0;
}
.common-right-modal .modal-body .form-check-wrap label {
  margin: 0;
  cursor: pointer;
}
.common-right-modal .modal-body .form-check-wrap input {
  width: 1em;
  height: 1em;
  margin-top: 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  border-radius: 50%;
  margin-left: -1em;
}
.common-right-modal .modal-body .form-check-wrap input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  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");
}
.common-right-modal .modal-body .form-checkbox-wrap {
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #cecece;
  margin-top: 21px;
  padding: 3px 0 0px;
}
.common-right-modal .modal-body .form-checkbox-wrap .form-check-inline {
  margin-right: 20px;
  display: flex;
  gap: 20px;
  padding: 0;
}
.common-right-modal .modal-body .form-checkbox-wrap .form-check-inline label {
  display: flex;
  align-items: center;
}
.common-right-modal .modal-body .form-checkbox-wrap input[type=checkbox] {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: 0;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #cecece;
  transition: all 0.5s;
  box-shadow: none;
  appearance: none;
}
.common-right-modal .modal-body .form-checkbox-wrap input[type=checkbox]:checked {
  background-color: #2B76E5;
  border-color: #2B76E5;
  animation: pulse 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  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");
}
.common-right-modal .modal-body .form-source {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px 0 10px;
}
.common-right-modal .modal-body .form-source .form-check-inline {
  border-top: 0;
  border-bottom: 1px solid #E2E2E2;
  width: auto;
  margin: 15px 0;
  padding: 5px 20px 6px 1.5em;
}
.common-right-modal .modal-body .form-source .form-label {
  padding: 9px 9px 9px 20px;
  border-bottom: 1px solid #E2E2E2;
}
.common-right-modal .modal-body .date-no-label .date-picker {
  margin-top: 24.5px;
}
.common-right-modal .modal-body .form-check-date {
  padding-left: 0;
}
.common-right-modal .modal-body .form-check-date label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.common-right-modal .modal-body .form-check-source {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-right-modal .modal-body .form-check-source input {
  margin-left: 15px;
}
.common-right-modal .modal-body .form-check-source label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.common-right-modal .heading-stock {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 15px;
}
.common-right-modal .heading-stock p {
  font-size: 12px;
}
.common-right-modal .selected-clone-info-table td:nth-child(2),
.common-right-modal .selected-clone-info-table td:nth-child(3),
.common-right-modal .selected-clone-info-table th:nth-child(2),
.common-right-modal .selected-clone-info-table th:nth-child(3) {
  width: 15% !important;
}
.common-right-modal .selected-clone-info-table td:last-child,
.common-right-modal .selected-clone-info-table th:last-child {
  width: 5% !important;
}
app-project-work-flow .common-right-modal .modal-dialog.modal-x-large {
  max-width: 1250px;
}
.add-heading {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: left;
  margin-bottom: 15px;
  cursor: pointer;
}
.add-heading.collapsed .icon-click,
.add-heading.collapsed:before {
  background-image: url("./media/add-square.svg");
}
.add-heading:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("./media/add-minus.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.add-heading .icon-click {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("./media/add-minus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.add-heading label,
.add-heading span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
}
.add-heading:after {
  display: block;
  content: "";
  border-bottom: 1px solid #DCDCDC;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 40px;
  right: 0;
}
.add-heading .storage-unit {
  position: relative;
  z-index: 2;
  outline: 10px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #eae8e8;
  background-color: #f8f8f8;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
}
.add-heading .storage-unit span {
  padding: 1px 8px 0px 0;
  color: #0747A6;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: -0.3px;
  text-align: center;
  background-color: #f8f8f8;
}
.add-heading .storage-unit.disabled {
  color: #55515F;
  background-color: #F8F8F8;
}
.add-heading .storage-unit.disabled span {
  color: #55515F;
  background-color: #F8F8F8;
}
.collapse {
  visibility: hidden;
  opacity: 0;
  padding: 0 15px 0 20px;
  transition: all 0 linear;
  max-height: 0;
}
.collapse.show {
  animation: opacityanim 0.3s linear backwards;
  max-height: 900px;
  visibility: visible;
  opacity: 1;
}
.collapse:not(.show) {
  display: block;
}
.selected-count {
  color: #449060;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 5px;
}
.storage-header .form-label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.storage-header a {
  margin-right: 15px;
  display: inline-block;
  color: #1F76C2 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 25px;
  cursor: pointer;
}
.pseudo-none:after,
.pseudo-none:before {
  display: none;
}
@keyframes modalanim {
  0% {
    transform: translate(100%, 0px);
  }
  to {
    transform: translate(0px, 0);
  }
}
.view-slider {
  position: relative;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 150px);
  max-height: calc(100vh - 150px);
  border-radius: 2px;
  border: 1px solid #e3e7ec;
  box-shadow: 0px 0px 6px #dfe9f4;
}
.view-slider.expanded {
  position: fixed;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  background: #fff;
}
.view-slider .file-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.view-slider .file-list p span {
  display: block;
  color: #a1a5a9;
}
.view-slider .prev-arrow {
  position: absolute;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.view-slider object {
  width: 100%;
  height: calc(100vh - 180px);
}
.view-slider .next-arrow {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.view-slider .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
.view-slider .img-wrap img {
  height: 100%;
  max-height: 60vh;
  object-fit: contain;
}
.view-slider .content {
  padding: 0 35px;
  width: 100%;
}
.expand {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("./media/expand.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.expand:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: flex;
  justify-content: center;
}
.next-arrow {
  width: 20px;
  height: 40px;
  background-image: url("./media/next-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.next-arrow.disabled,
.next-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.prev-arrow {
  width: 20px;
  height: 40px;
  background-image: url("./media/prev-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.prev-arrow.disabled,
.prev-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.arrow-back {
  width: 10px;
  height: 17px;
  background-image: url("./media/arrow-back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-top: -2px;
}
.arrow-back:hover {
  background-image: url("./media/arrow-back-hover.svg");
}
.arrow-back.forward {
  transform: rotate(180deg);
}
.arrow-back.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.modal-expand {
  max-width: 95%;
}
.modal-expand .modal-content {
  border-radius: 2px;
  border: 0 solid #979797;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
  opacity: 1;
  background-color: white;
}
.modal-expand .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.modal-expand .arrow-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  font-size: 16px;
  margin: 15px 0 0;
  width: 140px;
  padding: 5px 10px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  border-radius: 22.5px;
  border: 1px solid #d6ddeb;
  box-shadow: 0px 1px 4px #ecf3f6;
  opacity: 1;
  background-color: white;
}
.modal-expand .arrow-wrap .next-arrow,
.modal-expand .arrow-wrap .prev-arrow {
  background-size: 8px;
  height: 15px;
  width: 10px;
}
.modal-expand .arrow-wrap .count {
  padding: 0 10px;
}
.modal-expand .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.modal-expand .h2,
.modal-expand h2 {
  position: relative;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
}
.modal-expand .h2:before,
.modal-expand h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  display: inline-block;
  margin: 0 auto;
  background-color: #979797;
  height: 3px;
  width: 41px;
}
.view-full-slider {
  overflow: auto;
  max-height: calc(100vh - 170px);
  min-height: calc(100vh - 170px);
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid #bec3ca;
  opacity: 1;
}
.view-full-slider .img-wrap {
  min-height: calc(100vh - 172px);
}
.view-full-wrapper {
  padding: 0 15px 15px;
}
.view-full-wrapper object {
  width: 100%;
  height: calc(100vh - 180px);
}
.confirm-modal .modal-dialog {
  max-width: 470px;
  height: auto;
}
.confirm-modal .modal-content {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.19);
  opacity: 1;
  border: 0;
  background-color: rgba(255, 255, 255, 0.77);
  background-color: #fff;
}
.confirm-modal .btn-close {
  position: absolute;
  right: 22px;
  top: 22px;
  opacity: 1;
}
.confirm-modal .modal-body {
  margin: 0 !important;
  padding: 0 !important;
}
.confirm-modal .confirm-modal-body .textarea {
  height: 100px;
  resize: none;
}
.confirm-modal .confirm-modal-body img {
  display: flex;
  margin: -30px auto 0;
  min-height: 180px;
}
.confirm-modal .confirm-modal-body .warning-icon {
  width: 180px;
  height: 180px;
  background-image: url("./media/warning.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  margin: -30px auto 0;
}
.confirm-modal .confirm-modal-body .success-icon {
  width: 180px;
  height: 180px;
  background-image: url("./media/confirm-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  margin: -30px auto 0;
}
.confirm-modal .confirm-modal-body .error-icon {
  width: 180px;
  height: 180px;
  background-image: url("./media/delete-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  margin: -30px auto 0;
}
.confirm-modal .confirm-modal-body .h2,
.confirm-modal .confirm-modal-body h2 {
  margin-bottom: 30px;
  margin-top: -30px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.35px;
  color: #212121;
  text-align: center;
}
.confirm-modal .confirm-modal-body .form-label {
  font-size: 14px;
  padding-bottom: 2px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
}
.confirm-modal .confirm-modal-body .form-label:first-letter {
  text-transform: uppercase;
}
.confirm-modal .confirm-modal-body p {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: 0.06px;
  text-align: center;
  color: #383737;
}
.confirm-modal .confirm-modal-body .confirm-buttons {
  margin: 30px 0;
  display: flex;
}
.confirm-modal .confirm-modal-body .confirm-buttons .btn {
  min-width: 135px;
  min-height: 40px;
}
.error-list-modal .modal-content {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.19);
  opacity: 1;
  border: 0;
  background-color: rgba(255, 255, 255, 0.77);
  background-color: #fff;
}
.error-list-modal .modal-body {
  margin: 0 !important;
  padding: 0 !important;
}
.error-list-modal .h2,
.error-list-modal h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.35px;
  color: #212121;
}
.vial-wrapper .vial-box {
  margin-bottom: 20px;
  border: 1px solid #E4E9F8;
  border-radius: 6px;
  background-color: #FCFBFD;
}
.vial-wrapper .vial-box .vial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #E4E9F8;
  border-radius: 6px 6px 0 0;
}
.table.update-table .batch_check_box .vial-wrapper .vial-box .vial-header input,
.vial-wrapper .vial-box .vial-header .form-check-input,
.vial-wrapper .vial-box .vial-header .table.update-table .batch_check_box input {
  cursor: pointer;
}
.vial-wrapper .vial-box .vial-header .status {
  min-width: 90px;
  padding: 2px 15px;
  margin-left: 15px;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.vial-wrapper .vial-box .vial-header .in-use {
  background-color: #AAEFD6;
  color: #217F5D;
}
.vial-wrapper .vial-box .vial-header .unopened {
  background-color: #DBDCFE;
  color: #575CE5;
}
.vial-wrapper .vial-box .vial-header .discarded {
  background-color: #FEE4DE;
  color: #D72C25;
}
.vial-wrapper .vial-box.active {
  border: 1px solid #6442D7D6;
}
.vial-wrapper .vial-box.active .vial-header {
  background-color: #F7F3FF;
}
.vial-wrapper .vial-box .vial-content {
  padding: 15px;
}
.vial-wrapper .vial-box .form-check-label {
  font-size: 15px;
  font-weight: 700;
}
.vial-wrapper .vial-box .form-check input[type=radio]:checked {
  background-image: url("./media/ticked.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 0;
}
.vial-wrapper .vial-box .vial-empty {
  color: #7147FF;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.vial-wrapper .vial-box .vial-empty:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 8px;
  background-image: url("./media/vial-empty.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.vial-wrapper .vial-box .h4,
.vial-wrapper .vial-box h4 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}
.vial-wrapper .vial-box table {
  width: 100%;
}
.vial-wrapper .vial-box table th {
  font-size: 12px;
  color: #56565C;
  font-weight: 400;
}
.vial-wrapper .vial-box table td {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
@media (min-width:1600px) {
  .common-right-modal .modal-dialog.modal-xl-large {
    max-width: 1250px;
  }
  .common-right-modal .modal-dialog.modal-x-large {
    max-width: 1350px;
  }
}
.table {
  border: 1px solid #ddd;
}
.table tr th {
  padding: 7px 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  min-height: 42px;
  background-color: #F8F8F8;
  border-bottom: 1px solid #D1D1D1;
  border-left: 1px solid #EBEBEB;
  text-transform: uppercase;
  vertical-align: middle;
  background:
    linear-gradient(
      180deg,
      #FCFCFD 0%,
      #F7F8FA 100%);
}
.table tr th:first-child {
  border-left: 0;
}
.table tr td {
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
  vertical-align: middle;
  line-height: normal;
  word-break: break-word;
  text-transform: capitalize;
  border-bottom: 0;
  border-left: 1px solid #EBEBEB;
}
.table tr td:first-child {
  border-left: 0;
}
.table tr:nth-child(odd) td {
  background-color: #fff;
}
.table tr:nth-child(2n) td {
  background-color: #F8F8F8;
}
.table tr:hover td {
  background-color: #ECF4FF;
}
.table .deleted-row {
  background-color: rgba(249, 120, 120, 0.32);
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #ddd;
}
.table .form-check {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-height: auto;
}
.table .form-check .form-check-label {
  cursor: pointer;
}
.table .form-check .form-check-input,
.table.update-table .batch_check_box .form-check input,
.table.update-table .form-check .batch_check_box input {
  cursor: pointer;
}
.table .form-check-input,
.table.update-table .batch_check_box input {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #cecece;
  transition: all 0.5s;
  box-shadow: none;
}
.table .form-check-input:checked,
.table.update-table .batch_check_box input:checked {
  background-color: #2B76E5;
  border-color: #2B76E5;
  animation: pulse 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.table.update-table .btn-delete {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  background-image: url("./media/delete.svg");
}
.table.update-table .batch_check_box input {
  box-shadow: none !important;
  margin-right: 0 !important;
}
.table.update-table .batch_check_box input:checked {
  border-color: #2B76E5 !important;
}
.table.update-table .batch_check_box input:focus {
  border-color: #cecece;
}
.table.update-table td:first-child {
  width: 3.5%;
}
.table.update-table td:nth-child(2) {
  width: 13%;
}
.table.update-table td:nth-child(3) {
  width: 21%;
}
.table.update-table td:nth-child(4),
.table.update-table td:nth-child(5),
.table.update-table td:nth-child(6) {
  width: 18.5%;
}
.table.update-table td:nth-child(7) {
  width: 7%;
}
.table.update-table tbody tr:first-child td:nth-child(1) {
  border-top-left-radius: 4px;
}
.table.update-table tbody tr:not(:first-of-type) td {
  border-top: 1px solid #E0E0E0;
}
.table.update-table tbody td {
  padding: 13px 15px;
  background-color: #ffffff !important;
}
.table.update-table tbody td .form-control {
  font-weight: 500;
}
.table.update-table tbody td:not(:first-of-type) {
  border-left: 1px solid #E0E0E0;
}
.p_inventory_table_container .row [class*=col-] {
  padding: 12px 15px;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
.p_inventory_table_container .row [class*=col-] label {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
}
.p_inventory_table_container .row [class*=col-].col-3 {
  border-right: 1px solid #E0E0E0;
}
.p_inventory_table_container .head-row [class*=col-] {
  border-left: none;
}
.p_inventory_table_container .head-row [class*=col-]:last-child {
  border-right: none;
}
.p_inventory_table_container .form-control {
  padding: 8px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.form-check .form-check-input,
.form-check .table.update-table .batch_check_box input,
.table.update-table .batch_check_box .form-check input {
  cursor: pointer;
}
.form-check .form-check-input:focus,
.form-check .table.update-table .batch_check_box input:focus,
.table.update-table .batch_check_box .form-check input:focus {
  box-shadow: none;
}
.form-check .form-check-label {
  cursor: pointer;
}
@keyframes pulse {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.table-listing .table {
  margin: 0;
}
.table-listing .table tr th {
  white-space: nowrap;
}
.table-listing .table tr td.td-style {
  padding: 0;
}
.table-listing .table tr td.td-style div {
  padding: 10px 12px;
}
.table-listing .table tr td.td-style div:not(:last-child) {
  border-bottom: 1px solid #E5F0FB;
}
.table-listing .table .info-icon {
  margin-left: 10px;
}
.table-listing .table .info-icon:after {
  margin-left: 0;
}
.listing-wrapper {
  position: relative;
}
.listing-wrapper:after,
.listing-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  z-index: 1;
}
.listing-wrapper:before {
  left: 0;
  border-left: 1px solid #ddd;
}
.listing-wrapper:after {
  right: 0;
  border-right: 1px solid #ddd;
}
.listing-wrapper .table-listing {
  overflow-x: auto;
}
.listing-wrapper .actions a:last-child .custom-tooltip {
  right: -7px !important;
  left: -53px !important;
}
.listing-wrapper .actions a:last-child .custom-tooltip:after {
  left: auto;
  right: 14px;
}
.plasmid-master-table tr th:first-child {
  width: 25%;
}
.plasmid-master-table tr th:nth-child(2) {
  width: 25%;
}
.plasmid-master-table tr th:nth-child(3) {
  width: 45%;
}
.plasmid-master-table tr th:nth-child(4) {
  width: 5%;
}
.antibody-listing-table tr th:first-child {
  width: 11%;
}
.antibody-listing-table tr th:nth-child(2) {
  width: 11%;
}
.antibody-listing-table tr th:nth-child(3) {
  width: 11%;
}
.antibody-listing-table tr th:nth-child(4) {
  width: 10%;
}
.antibody-listing-table tr th:nth-child(5) {
  width: 10%;
}
.antibody-listing-table tr th:nth-child(6) {
  width: 18%;
}
.antibody-listing-table tr th:nth-child(7) {
  width: 13%;
}
.antibody-listing-table tr th:nth-child(8) {
  width: 9%;
}
.antibody-listing-table tr th:nth-child(9) {
  width: 7%;
}
.antibody-listing-table tr th:nth-child(10) {
  width: 10%;
}
.cellline-listing-table tr td .truncate-exp .truncate,
.cellline-listing-table tr th .truncate-exp .truncate {
  max-width: 110px;
}
.cellline-listing-table tr td .truncate-wrapper,
.cellline-listing-table tr th .truncate-wrapper {
  max-width: 85px;
}
.cellline-listing-table tr td:first-child,
.cellline-listing-table tr th:first-child {
  width: 11%;
}
.cellline-listing-table tr td:nth-child(2),
.cellline-listing-table tr th:nth-child(2) {
  width: 11%;
}
.cellline-listing-table tr td:nth-child(3),
.cellline-listing-table tr th:nth-child(3) {
  width: 9%;
}
.cellline-listing-table tr td:nth-child(4),
.cellline-listing-table tr th:nth-child(4) {
  width: 8%;
}
.cellline-listing-table tr td:nth-child(5),
.cellline-listing-table tr th:nth-child(5) {
  width: 9%;
}
.cellline-listing-table tr td:nth-child(6),
.cellline-listing-table tr th:nth-child(6) {
  width: 18%;
}
.cellline-listing-table tr td:nth-child(7),
.cellline-listing-table tr th:nth-child(7) {
  width: 9%;
}
.cellline-listing-table tr td:nth-child(8),
.cellline-listing-table tr th:nth-child(8) {
  width: 8%;
}
.cellline-listing-table tr td:nth-child(9),
.cellline-listing-table tr th:nth-child(9) {
  width: 9%;
}
.cellline-listing-table tr td:nth-child(10),
.cellline-listing-table tr th:nth-child(10) {
  width: 7%;
}
.plasmid-inventory-table tr th:first-child {
  width: 20%;
}
.plasmid-inventory-table tr th:nth-child(2) {
  width: 17%;
}
.plasmid-inventory-table tr th:nth-child(3) {
  width: 10%;
}
.plasmid-inventory-table tr th:nth-child(4) {
  width: 15%;
}
.plasmid-inventory-table tr th:nth-child(5) {
  width: 10%;
}
.plasmid-inventory-table tr th:nth-child(6) {
  width: 10%;
}
.plasmid-inventory-table tr th:nth-child(7) {
  width: 10%;
}
.plasmid-inventory-table tr th:nth-child(8) {
  width: 8%;
}
.cellline-master-table tr th:first-child {
  width: 30%;
}
.cellline-master-table tr th:nth-child(2) {
  width: 65%;
}
.cellline-master-table tr th:nth-child(3) {
  width: 5%;
}
.cellline-inventory-table tr th:first-child {
  width: 32%;
}
.cellline-inventory-table tr th:nth-child(2) {
  width: 15%;
}
.cellline-inventory-table tr th:nth-child(3) {
  width: 15%;
}
.cellline-inventory-table tr th:nth-child(4) {
  width: 10%;
}
.cellline-inventory-table tr th:nth-child(5) {
  width: 10%;
}
.cellline-inventory-table tr th:nth-child(6) {
  width: 10%;
}
.cellline-inventory-table tr th:nth-child(7) {
  width: 8%;
}
.cellline-inventory-table tr th:nth-child(8) {
  width: 15%;
}
.bacterial-master-table tr th:first-child {
  width: 30%;
}
.bacterial-master-table tr th:nth-child(2) {
  width: 65%;
}
.bacterial-master-table tr th:nth-child(3) {
  width: 5%;
}
.bacterial-inventory-table tr th:first-child {
  width: 32%;
}
.bacterial-inventory-table tr th:nth-child(2) {
  width: 15%;
}
.bacterial-inventory-table tr th:nth-child(3) {
  width: 15%;
}
.bacterial-inventory-table tr th:nth-child(4) {
  width: 10%;
}
.bacterial-inventory-table tr th:nth-child(5) {
  width: 10%;
}
.bacterial-inventory-table tr th:nth-child(6) {
  width: 10%;
}
.bacterial-inventory-table tr th:nth-child(7) {
  width: 8%;
}
.bacterial-inventory-table tr th:nth-child(8) {
  width: 10%;
}
.freezer-master-table tr th:first-child {
  width: 30%;
}
.freezer-master-table tr th:nth-child(2) {
  width: 20%;
}
.freezer-master-table tr th:nth-child(3) {
  width: 45%;
}
.freezer-master-table tr th:nth-child(4) {
  width: 5%;
}
.glassWare-inventory-table tr th:first-child,
.plasticWare-inventory-table tr th:first-child {
  width: 26%;
}
.glassWare-inventory-table tr th:nth-child(2),
.plasticWare-inventory-table tr th:nth-child(2) {
  width: 15%;
}
.glassWare-inventory-table tr th:nth-child(3),
.plasticWare-inventory-table tr th:nth-child(3) {
  width: 30%;
}
.glassWare-inventory-table tr th:nth-child(4),
.plasticWare-inventory-table tr th:nth-child(4) {
  width: 10%;
}
.glassWare-inventory-table tr th:nth-child(5),
.plasticWare-inventory-table tr th:nth-child(5) {
  width: 10%;
}
.glassWare-inventory-table tr th:nth-child(6),
.plasticWare-inventory-table tr th:nth-child(6) {
  width: 9%;
}
.freezer-inventory-table tr th:first-child {
  width: 35%;
}
.freezer-inventory-table tr th:nth-child(2) {
  width: 15%;
}
.freezer-inventory-table tr th:nth-child(3) {
  width: 32%;
}
.freezer-inventory-table tr th:nth-child(4) {
  width: 10%;
}
.freezer-inventory-table tr th:nth-child(5) {
  width: 8%;
}
.assayKit-inventory-table tr th:first-child {
  width: 30%;
}
.assayKit-inventory-table tr th:nth-child(2) {
  width: 35%;
}
.assayKit-inventory-table tr th:nth-child(3) {
  width: 15%;
}
.assayKit-inventory-table tr th:nth-child(4) {
  width: 10%;
}
.assayKit-inventory-table tr th:nth-child(5) {
  width: 10%;
}
.ccmAA-inventory-table tr th:first-child,
.gbLr-inventory-table tr th:first-child {
  width: 20%;
}
.ccmAA-inventory-table tr th:nth-child(2),
.gbLr-inventory-table tr th:nth-child(2) {
  width: 20%;
}
.ccmAA-inventory-table tr th:nth-child(3),
.gbLr-inventory-table tr th:nth-child(3) {
  width: 20%;
}
.ccmAA-inventory-table tr th:nth-child(4),
.gbLr-inventory-table tr th:nth-child(4) {
  width: 8%;
}
.ccmAA-inventory-table tr th:nth-child(5),
.gbLr-inventory-table tr th:nth-child(5) {
  width: 8%;
}
.ccmAA-inventory-table tr th:nth-child(6),
.gbLr-inventory-table tr th:nth-child(6) {
  width: 10%;
}
.ccmAA-inventory-table tr th:nth-child(7),
.gbLr-inventory-table tr th:nth-child(7) {
  width: 8%;
}
.ccmAA-inventory-table tr th:nth-child(8),
.gbLr-inventory-table tr th:nth-child(8) {
  width: 12%;
}
.storage-inventory-table tr th:first-child {
  width: 35%;
}
.storage-inventory-table tr th:nth-child(2) {
  width: 15%;
}
.storage-inventory-table tr th:nth-child(3) {
  width: 32%;
}
.storage-inventory-table tr th:nth-child(4) {
  width: 10%;
}
.storage-inventory-table tr th:nth-child(5) {
  width: 8%;
}
.refrigerator-master-table tr th:first-child {
  width: 35%;
}
.refrigerator-master-table tr th:nth-child(2) {
  width: 15%;
}
.refrigerator-master-table tr th:nth-child(3) {
  width: 45%;
}
.refrigerator-master-table tr th:nth-child(4) {
  width: 5%;
}
.refrigerator-inventory-table tr th:first-child {
  width: 35%;
}
.refrigerator-inventory-table tr th:nth-child(2) {
  width: 15%;
}
.refrigerator-inventory-table tr th:nth-child(3) {
  width: 32%;
}
.refrigerator-inventory-table tr th:nth-child(4) {
  width: 10%;
}
.refrigerator-inventory-table tr th:nth-child(5) {
  width: 8%;
}
.table-history {
  table-layout: fixed;
}
.table-history tr td:first-child,
.table-history tr th:first-child {
  width: 6%;
}
.table-history tr td:nth-child(2),
.table-history tr th:nth-child(2) {
  width: 27%;
}
.table-history tr td:nth-child(3),
.table-history tr th:nth-child(3) {
  width: 10%;
}
.table-history tr td:nth-child(4),
.table-history tr th:nth-child(4) {
  width: 17%;
}
.table-history tr td:nth-child(5),
.table-history tr th:nth-child(5) {
  width: 10%;
}
.table-history tr td:nth-child(6),
.table-history tr th:nth-child(6) {
  width: 30%;
}
.table-history tr th:nth-child(6) {
  width: 30.35%;
}
.table-history thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-history tbody {
  display: block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: calc(100vh - 160px);
}
.table-history tbody tr {
  display: table;
  width: 100%;
}
.vendor-listing-table tr th:first-child {
  width: 23%;
}
.vendor-listing-table tr th:nth-child(2) {
  width: 20%;
}
.vendor-listing-table tr th:nth-child(3) {
  width: 50%;
}
.vendor-listing-table tr th:nth-child(4) {
  width: 7%;
}
.study-table tr th:first-child {
  width: 10%;
}
.study-table tr th:nth-child(2) {
  width: 25%;
}
.study-table tr th:nth-child(3) {
  width: 10%;
}
.study-table tr th:nth-child(4) {
  width: 40%;
}
.study-table tr th:nth-child(5) {
  width: 15%;
}
.instrument-master-table tr th:first-child {
  width: 34%;
}
.instrument-master-table tr th:nth-child(2) {
  width: 45%;
}
.instrument-master-table tr th:nth-child(3) {
  width: 15%;
}
.instrument-master-table tr th:nth-child(4) {
  width: 6%;
}
.instrument-inventory-table tr th:first-child {
  width: 30%;
}
.instrument-inventory-table tr th:nth-child(2) {
  width: 15%;
}
.instrument-inventory-table tr th:nth-child(3) {
  width: 27%;
}
.instrument-inventory-table tr th:nth-child(4) {
  width: 10%;
}
.instrument-inventory-table tr th:nth-child(5) {
  width: 10%;
}
.instrument-inventory-table tr th:nth-child(6) {
  width: 8%;
}
.instrument-inventory-table.oligos-inventory tr th:nth-child(3) {
  width: 13%;
}
.constructs-inventory-table tr th:first-child,
.glycerol-stocks-table tr th:first-child {
  min-width: 130px;
  width: 130px;
}
.constructs-inventory-table tr th:nth-child(4),
.constructs-inventory-table tr th:nth-child(8),
.glycerol-stocks-table tr th:nth-child(4),
.glycerol-stocks-table tr th:nth-child(8) {
  min-width: 120px;
  width: 120px;
}
.constructs-inventory-table tr th:nth-child(2),
.glycerol-stocks-table tr th:nth-child(2) {
  min-width: 110px;
  width: 110px;
}
.constructs-inventory-table tr th:nth-child(3),
.glycerol-stocks-table tr th:nth-child(3) {
  min-width: 160px;
}
.glycerol-stocks-table tr th:nth-child(12) {
  min-width: 150px;
}
.truncate-wrapper {
  position: relative;
  display: inline-block;
}
.truncate-wrapper .custom-tooltip {
  max-width: 550px;
  min-width: 35px;
  left: -15px;
  right: -15px;
  word-wrap: break-word;
  line-height: 18px;
  padding: 10px;
}
.truncate-wrapper:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
}
.truncate-wrapper .desp-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 550px;
}
.truncate-wrapper .exp-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 800px;
}
.truncate-wrapper .title-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.truncate-wrapper .project-title-truncate {
  max-width: 160px;
}
.truncate-exp {
  display: flex;
  align-items: center;
}
.truncate-exp .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  margin-right: 10px;
}
.truncate-exp .more .custom-tooltip {
  min-width: 270px;
  padding: 10px;
  left: -130px;
  right: inherit;
}
.truncate-exp .more .custom-tooltip p {
  font-size: 11px;
  word-break: break-word;
}
.more {
  position: relative;
  color: #0747A6;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
  margin-left: 10px;
}
.more:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
}
.actions {
  display: flex;
  align-items: center;
}
.actions a {
  margin-left: 12px;
  cursor: pointer;
}
.actions a:first-child {
  margin-left: 0;
}
.actions button,
.actions select {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.actions .disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.actions .disabled .custom-tooltip {
  display: none;
}
.action-wrap {
  display: flex;
}
.action-wrap .info {
  margin-top: 9px;
}
.action-wrap app-dropdown {
  flex: 1;
  max-width: 85%;
}
.action-wrap lib-dropdown {
  flex: 1;
  max-width: 85%;
}
.action-wrap.repeat-box-action {
  margin-bottom: 8px;
  padding: 8px 0;
  height: 31px;
}
.action-wrap.repeat-box-action:last-child {
  margin-bottom: 0;
}
.action-wrap.sequence-wrap lib-textbox {
  flex: 1;
}
.actions-width {
  width: 1%;
}
.status-info .info {
  margin-left: 5px;
  margin-top: 2px;
}
.batch,
.batch-update,
.chart-icon,
.comment,
.delete,
.delete-icon,
.discard-storage,
.download-icon,
.download-white,
.edit,
.filter:before,
.history:before,
.icon-prep,
.next,
.oligos-sequence,
.plasmid-map:before,
.plasmid-view,
.record,
.select-vial,
.start-experiment,
.update-status,
.upload-blue,
.upload-icon,
.view,
.workflow {
  position: relative;
  width: 14px;
  height: 14px;
  min-width: 14px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.eye-closed-icon {
  top: 6px !important;
  background-image: url("./media/hide.svg") !important;
}
.eye-icon {
  top: 6px !important;
  background-image: url("./media/show.svg") !important;
}
.custom-tooltip {
  background-color: #656565;
  position: absolute;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px;
  bottom: 100%;
  margin-bottom: 7px;
  right: -30px;
  left: -30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(3px);
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.custom-tooltip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #656565;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -5px;
}
.custom-tooltip p {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  max-height: 150px;
  overflow: auto;
}
.custom-tooltip.big-tooltip {
  right: -20PX;
  left: auto;
}
.custom-tooltip.big-tooltip:after {
  left: auto;
  right: 24px;
}
.custom-tooltip.big-tooltip p {
  white-space: nowrap;
}
.delete {
  background-image: url("./media/delete.svg");
}
.delete:hover {
  background-image: url("./media/delete-hover.svg");
}
.delete:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.delete.disabled:hover {
  background-image: url("./media/delete.svg");
}
.comment {
  background-image: url("./media/comments.svg");
  width: 25px;
  height: 20px;
  margin-left: 20px;
}
.comment:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.comment .custom-tooltip {
  margin-left: 10px;
  margin-bottom: -20px;
  right: auto;
  left: 100%;
}
.comment .custom-tooltip:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #656565;
  left: -11px;
  right: auto;
  margin: 0 auto;
  bottom: 7px;
}
.comment .custom-tooltip.left-side {
  margin-left: 0;
  margin-right: 10px;
  right: 100% !important;
  left: auto !important;
}
.comment .custom-tooltip.left-side:after {
  left: auto;
  right: -6px;
  border-left: 6px solid #656565;
  border-right: 0;
}
.batch {
  background-image: url("./media/batch.svg");
  width: 16px;
  height: 16px;
  margin-left: 20px;
}
.batch:hover {
  background-image: url("./media/batch-hover.svg");
}
.batch:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-30px);
}
.batch .custom-tooltip {
  margin-left: 10px;
  margin-bottom: -20px;
  white-space: nowrap;
  left: initial;
  transform: translateY(-25px);
  right: 0;
  pointer-events: none;
}
.batch .custom-tooltip:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #656565;
  margin: 0 auto;
  bottom: -12px;
  right: 4px;
  left: initial;
  top: initial;
  transform: rotate(270deg);
}
.batch-update {
  background-image: url("./media/batch-update.svg");
  width: 16px;
  height: 16px;
  margin-left: 20px;
}
.batch-update:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-30px);
}
.batch-update .custom-tooltip {
  margin-left: 10px;
  margin-bottom: -20px;
  white-space: nowrap;
  left: initial;
  transform: translateY(-25px);
  right: 0;
  pointer-events: none;
}
.batch-update .custom-tooltip:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #656565;
  margin: 0 auto;
  bottom: -12px;
  right: 4px;
  left: initial;
  top: initial;
  transform: rotate(270deg);
}
.text-initial {
  text-transform: initial !important;
}
app-comments .plasmid-info {
  left: 15px;
  top: 30px;
  position: absolute;
  bottom: inherit;
}
app-comments .plasmid-info:after {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
app-comments .plasmid-info .btn-close {
  right: 25px;
}
.discard-storage {
  background-image: url("./media/discard-storage.svg");
  height: 19px;
  width: 21px;
  margin-top: 2px;
}
.discard-storage .custom-tooltip {
  left: -40px;
  right: -40px;
}
.discard-storage:hover {
  background-image: url("./media/discard-storage-hover.svg");
}
.discard-storage:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.edit {
  background-image: url("./media/edit.svg");
}
.edit:hover {
  background-image: url("./media/edit-hover.svg");
}
.edit:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.edit.disabled:hover {
  background-image: url("./media/edit.svg");
}
button .edit {
  width: 14px;
  height: 15px;
}
.select-vial {
  background-image: url("./media/select-vial.svg");
}
.select-vial:hover {
  background-image: url("./media/select-vial-hover.svg");
}
.select-vial:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.start-experiment {
  background-image: url("./media/start-experiment.svg");
  height: 16px;
  width: 16px;
}
.start-experiment:hover {
  background-image: url("./media/start-experiment-hover.svg");
}
.start-experiment:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.record {
  width: 16px;
  height: 16px;
  background-image: url("./media/record-details.svg");
}
.record:hover {
  background-image: url("./media/record-details-hover.svg");
}
.record:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.workflow {
  width: 18px;
  height: 14px;
  background-image: url("./media/workflow.svg");
}
.workflow:hover {
  background-image: url("./media/workflow-hover.svg");
}
.workflow:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.workflow.disabled:hover {
  background-image: url("./media/workflow.svg");
}
.update-status {
  background-image: url("./media/update-status.svg");
}
.update-status:hover {
  background-image: url("./media/update-status-hover.svg");
}
.update-status:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.next,
.view {
  min-width: 18px;
  height: 14px;
  background-image: url("./media/view-icon.svg");
}
.next:hover,
.view:hover {
  background-image: url("./media/view-icon-hover.svg");
}
.next:hover .custom-tooltip,
.view:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.next.disabled,
.view.disabled {
  pointer-events: none;
}
.plasmid-view {
  min-width: 18px;
  height: 14px;
  background-image: url("./media/view-icon.svg");
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  box-shadow: none;
  outline: none;
}
.plasmid-view .custom-tooltip {
  left: -52px;
  right: -52px;
}
.plasmid-view .custom-tooltip.small-tooltip {
  right: -30px;
  left: -30px;
}
.plasmid-view:hover {
  background-image: url("./media/view-icon-hover.svg");
}
.plasmid-view:hover:before {
  background-image: url("./media/plasmid-map-icon-hover.svg");
}
.plasmid-view:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.plasmid-view:hover .custom-tooltip p {
  color: #fff;
}
.oligos-sequence {
  min-width: 18px;
  height: 14px;
  background-image: url("./media/oligos-sequence.svg");
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  box-shadow: none;
  outline: none;
}
.oligos-sequence .custom-tooltip {
  left: -32px;
  right: -32px;
}
.oligos-sequence .custom-tooltip.left-side {
  right: -12px !important;
  left: -60px !important;
}
.oligos-sequence:hover {
  background-image: url("./media/oligos-sequence-hover.svg");
}
.oligos-sequence:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.oligos-sequence:hover .custom-tooltip p {
  color: #fff;
}
.upload-blue {
  border: none;
  box-shadow: none;
  outline: none;
  background-image: url("./media/upload-icon.svg");
  background-color: transparent;
}
.upload-blue:hover {
  background-image: url("./media/upload-hover.svg");
}
.upload-blue:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.upload-blue:hover .custom-tooltip p {
  color: #fff;
}
.upload-blue.uploaded {
  background-image: url("./media/uploaded-icon.svg");
}
.upload-icon {
  border: none;
  box-shadow: none;
  outline: none;
  background-image: url("./media/upload-icon-white.svg");
  background-color: transparent;
}
.chart-icon {
  background-image: url("./media/chart-icon.svg");
}
.btn:hover .chart-icon {
  background-image: url("./media/chart-icon-hover.svg");
}
.select-well,
.well-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 14px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  background-image: url("./media/well-icon.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
}
.select-well:hover,
.well-icon:hover {
  background-image: url("./media/well-hover.svg");
}
.select-well:hover .custom-tooltip,
.well-icon:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.select-well.well-position,
.well-icon.well-position {
  position: relative;
  left: 30px;
  z-index: 8;
}
.well-details .well-icon {
  width: 20px;
  height: 18px;
}
.select-well {
  height: 16px;
  width: 10px;
  background-image: url("./media/select-well.svg");
}
.select-well:hover {
  background-image: url("./media/select-well-hover.svg");
}
.project-table .bacteria-table-p4 tr th:last-child {
  width: 80px !important;
}
.form-wrapper {
  margin-bottom: 30px;
  position: relative;
}
.form-wrapper .col-12.add-heading:after {
  right: 10px;
}
.form-wrapper .plasmid {
  display: flex;
  align-items: center;
}
.form-wrapper .plasmid app-textbox {
  flex: 1;
}
.form-wrapper .plasmid .plasmid-view {
  margin-left: 10px;
  margin-top: 2px;
}
.form-wrapper .table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
}
.form-wrapper .table tr th {
  border: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  background-color: #fff;
  white-space: nowrap;
  background-image: none;
}
.form-wrapper .table tr td {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.22px;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-top: 0;
  background-color: #fff;
}
.form-wrapper .table tr td:first-child {
  border-left: 1px solid #e0e0e0;
}
.form-wrapper .table tr:first-child td {
  border-top: 1px solid #e0e0e0;
}
.form-wrapper .table tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
.form-wrapper .table tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.form-wrapper .table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.form-wrapper .table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.form-wrapper .table .ngx-dropdown-container .ngx-dropdown-button:focus .display-text {
  color: #0747A6;
}
.form-wrapper .table.clone-info-table-pr-7 td:last-child,
.form-wrapper .table.clone-info-table-pr-7 th:last-child {
  width: 80px;
  text-align: center;
}
.form-wrapper .table.primer-details-table td:nth-child(2n),
.form-wrapper .table.primer-details-table th:nth-child(2n) {
  width: 35%;
}
.form-wrapper .table.antibody-phage-titration-details-table tr td:nth-child(2),
.form-wrapper .table.antibody-phage-titration-details-table tr th:nth-child(2) {
  width: 14%;
}
.form-wrapper .table.antibody-phage-titration-details-table tr td:nth-child(4),
.form-wrapper .table.antibody-phage-titration-details-table tr th:nth-child(4) {
  width: 19%;
}
.form-wrapper .table.antibody-phage-titration-details-table tr td:last-child,
.form-wrapper .table.antibody-phage-titration-details-table tr th:last-child {
  width: 18%;
}
.form-wrapper .table.antibody-phage-titration-details-table tr td li {
  text-transform: initial;
}
.form-wrapper .table.pcr-info-table-pr-7 td:first-child,
.form-wrapper .table.pcr-info-table-pr-7 th:first-child {
  width: 12%;
}
.form-wrapper .table.pcr-info-table-pr-7 td:nth-child(2),
.form-wrapper .table.pcr-info-table-pr-7 th:nth-child(2) {
  width: 8%;
}
.form-wrapper .table.pcr-info-table-pr-7 td:nth-child(3),
.form-wrapper .table.pcr-info-table-pr-7 td:nth-child(4),
.form-wrapper .table.pcr-info-table-pr-7 th:nth-child(3),
.form-wrapper .table.pcr-info-table-pr-7 th:nth-child(4) {
  width: 11%;
}
.form-wrapper .table.pcr-info-table-pr-7 td:nth-child(5),
.form-wrapper .table.pcr-info-table-pr-7 td:nth-child(6),
.form-wrapper .table.pcr-info-table-pr-7 td:nth-child(7),
.form-wrapper .table.pcr-info-table-pr-7 th:nth-child(5),
.form-wrapper .table.pcr-info-table-pr-7 th:nth-child(6),
.form-wrapper .table.pcr-info-table-pr-7 th:nth-child(7) {
  width: 14%;
}
.form-wrapper .table.pcr-info-table-pr-7-2 td:nth-child(2),
.form-wrapper .table.pcr-info-table-pr-7-2 th:nth-child(2) {
  width: 10%;
}
.form-wrapper .table.pcr-info-table-pr-7-2 td:nth-child(3),
.form-wrapper .table.pcr-info-table-pr-7-2 th:nth-child(3) {
  width: 8%;
}
.form-wrapper .table.pcr-info-table-pr-7-2 td:nth-child(4),
.form-wrapper .table.pcr-info-table-pr-7-2 td:nth-child(5),
.form-wrapper .table.pcr-info-table-pr-7-2 th:nth-child(4),
.form-wrapper .table.pcr-info-table-pr-7-2 th:nth-child(5) {
  width: 15%;
}
.form-wrapper .table.pcr-info-table-pr-7-2 td:first-child,
.form-wrapper .table.pcr-info-table-pr-7-2 td:nth-child(6),
.form-wrapper .table.pcr-info-table-pr-7-2 td:nth-child(7),
.form-wrapper .table.pcr-info-table-pr-7-2 td:nth-child(8),
.form-wrapper .table.pcr-info-table-pr-7-2 th:first-child,
.form-wrapper .table.pcr-info-table-pr-7-2 th:nth-child(6),
.form-wrapper .table.pcr-info-table-pr-7-2 th:nth-child(7),
.form-wrapper .table.pcr-info-table-pr-7-2 th:nth-child(8) {
  width: 12%;
}
.form-wrapper .table.pcr-info-table-pr-7-2 tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.form-wrapper .table.pcr-info-table-pr-7-2 tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.form-wrapper .table.pcr-info-table-pr-7-2.total-value-table td {
  padding: 5px 8px;
  border-top: none;
  border-right: none;
}
.form-wrapper .table.pcr-info-table-pr-7-2.total-value-table td:first-child {
  border-top-left-radius: 0;
}
.form-wrapper .table.pcr-info-table-pr-7-2.total-value-table td:last-child {
  border-top-right-radius: 0;
  border-right: 1px solid #e0e0e0;
}
.form-wrapper .table.pcr-info-table-pr-7-2.total-value-table .total-value-col {
  color: #0747A6;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
}
.form-wrapper .table.pcr-info-table-pr-7-2.total-value-table .total-value-col .form-control {
  font-size: 16px;
  color: #0747A6;
  text-align: right;
}
.form-wrapper .table.cleanup-template-table-pr-7 td:first-child,
.form-wrapper .table.cleanup-template-table-pr-7 th:first-child {
  width: 180px;
}
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(2),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(2) {
  width: 120px;
}
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(3),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(3) {
  width: 160px;
}
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(4),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(4) {
  width: 230px;
}
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(5),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(5) {
  width: 270px;
}
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(6),
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(11),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(6),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(11) {
  width: 200px;
}
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(7),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(7) {
  width: 140px;
}
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(8),
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(9),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(8),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(9) {
  width: 100px;
}
.form-wrapper .table.cleanup-template-table-pr-7 td:nth-child(10),
.form-wrapper .table.cleanup-template-table-pr-7 th:nth-child(10) {
  width: 130px;
}
.form-wrapper .table.plate-development-table td,
.form-wrapper .table.plate-development-table th {
  width: 13%;
}
.form-wrapper .table.plate-development-table td:nth-child(2),
.form-wrapper .table.plate-development-table th:nth-child(2) {
  width: 10%;
}
.form-wrapper .table.plate-development-table td:nth-child(3),
.form-wrapper .table.plate-development-table th:nth-child(3) {
  width: 16%;
}
.form-wrapper .table.plate-development-table td:last-child:not(:nth-child(4)),
.form-wrapper .table.plate-development-table th:last-child:not(:nth-child(4)) {
  text-align: center;
  width: 5%;
}
.form-wrapper .table.plate-development-table.competitive-elisa td,
.form-wrapper .table.plate-development-table.competitive-elisa th {
  width: 10%;
}
.form-wrapper .table.plate-development-table.competitive-elisa td:first-child,
.form-wrapper .table.plate-development-table.competitive-elisa td:nth-child(4),
.form-wrapper .table.plate-development-table.competitive-elisa th:first-child,
.form-wrapper .table.plate-development-table.competitive-elisa th:nth-child(4) {
  width: 115px;
}
.form-wrapper .table.plate-development-table.competitive-elisa td:nth-child(2),
.form-wrapper .table.plate-development-table.competitive-elisa th:nth-child(2) {
  width: 105px;
}
.form-wrapper .table.plate-development-table.competitive-elisa td:nth-child(3),
.form-wrapper .table.plate-development-table.competitive-elisa th:nth-child(3) {
  width: 180px;
}
.form-wrapper .table.plate-development-table.competitive-elisa td.clones-selected,
.form-wrapper .table.plate-development-table.competitive-elisa th.clones-selected {
  width: 200px;
}
.form-wrapper .table.plate-development-table.competitive-elisa td.mapped-plates,
.form-wrapper .table.plate-development-table.competitive-elisa td.plate-type,
.form-wrapper .table.plate-development-table.competitive-elisa th.mapped-plates,
.form-wrapper .table.plate-development-table.competitive-elisa th.plate-type {
  width: 210px;
}
.form-wrapper .table.plate-development-table.competitive-elisa td.plate-status,
.form-wrapper .table.plate-development-table.competitive-elisa th.plate-status {
  width: 65px;
}
.form-wrapper .table.plate-development-table.competitive-elisa td.absorbance,
.form-wrapper .table.plate-development-table.competitive-elisa th.absorbance {
  width: 130px;
}
.form-wrapper .table.plate-development-table.competitive-elisa td:last-child,
.form-wrapper .table.plate-development-table.competitive-elisa th:last-child {
  width: 80px;
}
.form-wrapper .table.plate-development-table.competitive-elisa td .action-wrap .upload-blue,
.form-wrapper .table.plate-development-table.competitive-elisa th .action-wrap .upload-blue {
  min-width: 14px;
}
.form-wrapper .table.antibody-conjugate-table td:first-child,
.form-wrapper .table.antibody-conjugate-table td:nth-child(2),
.form-wrapper .table.antibody-conjugate-table th:first-child,
.form-wrapper .table.antibody-conjugate-table th:nth-child(2) {
  width: 20%;
}
.form-wrapper .ag-conc-value li {
  padding: 8px 10px;
  margin-bottom: 9px;
  height: 31px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
}
.form-wrapper .ag-conc-value li:last-child {
  margin-bottom: 0;
}
.history {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.history:before {
  content: "";
  display: inline-block;
  background-image: url("./media/history.svg");
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}
.history:hover {
  color: #0747A6;
}
.history:hover:before {
  background-image: url("./media/history-hover.svg");
}
.history:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.history.disabled:hover:before {
  cursor: not-allowed;
  background-image: url("./media/history.svg");
}
.filter {
  position: relative;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: normal;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
}
.filter:before {
  content: "";
  display: inline-block;
  background-image: url("./media/filter.svg");
  width: 18px;
  height: 11px;
  margin-right: 5px;
  vertical-align: middle;
}
.filter:hover {
  color: #164DC2;
  border-color: #164DC2;
}
.filter:hover:before {
  background-image: url("./media/filter-hover.svg");
}
.filter.active {
  background-color: #164DC2;
  color: #fff;
  border-color: #164DC2;
}
.filter.active:before {
  background-image: url("./media/filter-active.svg");
}
.filter.filter-btn:not(.active) {
  height: 32px;
  background-color: transparent;
}
.table-top-align td {
  vertical-align: top !important;
}
.table-top-align .total-value-row td {
  color: #0747A6;
  background-color: #EEF8FF;
}
.table-top-align .repeat-box {
  margin-bottom: 10px;
}
.table-top-align .repeat-box:last-child {
  margin-bottom: 0;
}
.well-details {
  max-height: 550px;
  margin-bottom: 20px;
}
.well-details thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.well-details thead th {
  border-bottom: 1px solid #ddd;
}
.well-details .table {
  border-collapse: collapse;
  margin-bottom: 0;
  border: 0;
}
.well-details .table tr.active td {
  background-color: #F0F7FF;
}
.well-details .table tr th {
  background: #fff;
  text-transform: uppercase;
  border: 0;
}
.well-details .table tr th:first-child {
  width: 15%;
}
.well-details .table tr th:last-child {
  text-align: center;
}
.well-details .table tr td {
  border: 1px solid #ddd;
}
.well-details .color-pick-wrapper {
  height: 16px;
}
.well-details .well {
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
}
.well-details .add-minus {
  margin-left: 0;
}
.well-details.quadrant-table {
  max-height: 400px;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
}
.well-details.quadrant-table .table tr th {
  white-space: normal;
  text-align: left;
  vertical-align: top;
}
.well-details.quadrant-table .table tr th:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #ddd;
}
.well-details.quadrant-table .table tr th:first-child {
  width: 15%;
}
.well-details.quadrant-table .table tr th:nth-child(2),
.well-details.quadrant-table .table tr th:nth-child(3) {
  width: 25%;
}
.well-details.quadrant-table .table tr th:last-child {
  width: 35%;
}
.well-details.phage-clone-table {
  max-height: 218px;
}
.well-details.phage-clone-table .table tr th:first-child {
  width: 38%;
}
.well-details.phage-clone-table .table tr th:nth-child(2) {
  width: 45%;
}
.well-details.plate-details-section .table tr th {
  font-size: 11px;
}
.well-details.plate-details-section .table tr th:last-child {
  width: 145px;
}
.well-details.add-box-table .table th:first-child {
  width: 4%;
}
.well-details.add-box-table .table th:nth-child(2) {
  width: 30%;
}
.well-details.add-box-table .table th:nth-child(3),
.well-details.add-box-table .table th:nth-child(4),
.well-details.add-box-table .table th:nth-child(5),
.well-details.add-box-table .table th:nth-child(6),
.well-details.add-box-table .table th:nth-child(7) {
  width: 14%;
}
.well-details.add-box-table .table th:nth-child(8) {
  width: 15%;
}
.quadrant-table-wrap ::-webkit-scrollbar-track {
  margin-top: 52px;
}
@media (min-width:1600px) {
  .well-details.phage-clone-table .table tr th {
    font-size: 11px;
  }
  .actions a {
    margin-left: 15px;
  }
}
.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination-wrapper .show-for-sr {
  display: none;
}
.pagination-wrapper .ngx-pagination {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.pagination-wrapper .ngx-pagination li {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #555b69;
  text-decoration: none;
  margin: 0 5px;
  min-width: 24px;
  height: 24px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 0.063rem solid transparent;
  border-radius: 7px;
  transition: all 0.3s ease;
}
.pagination-wrapper .ngx-pagination li.current a {
  color: #fff;
  background-color: #0747A6;
}
.pagination-wrapper .ngx-pagination .disabled,
.pagination-wrapper .ngx-pagination:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.pagination-wrapper .ngx-pagination .disabled a,
.pagination-wrapper .ngx-pagination:disabled a {
  cursor: not-allowed;
  background-color: #fff;
}
.pagination-wrapper .ngx-pagination .disabled a:hover,
.pagination-wrapper .ngx-pagination:disabled a:hover {
  background-color: #fff !important;
}
.pagination-wrapper .ngx-pagination .disabled a:before,
.pagination-wrapper .ngx-pagination .disabled a:after,
.pagination-wrapper .ngx-pagination:disabled a:before,
.pagination-wrapper .ngx-pagination:disabled a:after {
  border-left: 1px solid #555b69 !important;
  border-top: 1px solid #555b69 !important;
}
.pagination-wrapper .ngx-pagination .small-screen {
  display: none;
}
.pagination-wrapper .ngx-pagination a,
.pagination-wrapper .ngx-pagination button {
  min-width: 24px;
  height: 24px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s linear;
}
.pagination-wrapper .ngx-pagination a:focus,
.pagination-wrapper .ngx-pagination button:focus {
  border: 1px solid #074096;
}
.pagination-wrapper .ngx-pagination a:hover,
.pagination-wrapper .ngx-pagination button:hover {
  background: #074096;
  color: #fff;
}
.pagination-wrapper .ngx-pagination .pagination-next a,
.pagination-wrapper .ngx-pagination .pagination-previous a {
  font-size: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.pagination-wrapper .ngx-pagination .pagination-next a:before,
.pagination-wrapper .ngx-pagination .pagination-previous a:before {
  content: "" !important;
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(-45deg);
}
.pagination-wrapper .ngx-pagination .pagination-next a:hover,
.pagination-wrapper .ngx-pagination .pagination-previous a:hover {
  background-color: #0747A6;
}
.pagination-wrapper .ngx-pagination .pagination-next a:hover:before,
.pagination-wrapper .ngx-pagination .pagination-previous a:hover:before {
  border-color: #fff;
}
.pagination-wrapper .ngx-pagination .pagination-next span,
.pagination-wrapper .ngx-pagination .pagination-previous span {
  border: 0;
}
.pagination-wrapper .ngx-pagination .pagination-next.disabled:before,
.pagination-wrapper .ngx-pagination .pagination-previous.disabled:before {
  display: none;
}
.pagination-wrapper .ngx-pagination .pagination-next a:before {
  left: 8px;
  transform: rotate(135deg);
}
.table-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  padding: 8px 12px;
  background-color: #F7F8FA;
  border: 1px solid #ddd;
}
.table-footer .table-count {
  display: flex;
  align-items: center;
}
.table-footer .table-count li {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.05px;
  color: #000;
}
.table-footer .table-count .ngx-dropdown-container {
  width: 55px;
  margin: 0 15px;
}
.table-footer .table-count .ngx-dropdown-container .ngx-dropdown-button {
  min-width: 55px;
}
.table-footer p {
  margin: 0 10px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.05px;
  color: #000;
}
.table-footer .form-select {
  width: 55px;
  height: 28px;
  min-height: 28px;
  padding: 4px;
  margin: 0 15px;
  line-height: normal;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.table-footer .form-select:focus {
  border-color: #86b7fe !important;
}
.table-footer .itemper-page .btn {
  width: 55px;
  height: 30px;
  padding: 4px;
  margin: 0 15px 0 0;
  line-height: normal;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #D3D3D3;
  background-color: #fff;
}
.table-footer .itemper-page .btn:after {
  content: "";
  display: inline-block;
  height: 6px;
  top: 3px;
  border: 0;
  position: relative;
  width: 10px;
  margin-left: 5px;
  background-image: url("./media/select-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.table-footer .itemper-page .dropdown-menu {
  width: 55px;
  min-width: 55px;
}
.table-footer .itemper-page .dropdown-menu .dropdown-item {
  font-size: 12px;
  color: #000;
}
.table-footer .itemper-page .dropdown-menu .dropdown-item:hover {
  background-color: #F0F7FF;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 10px 25px 10px 15px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 1001;
  max-width: 2590px;
}
.header .logo {
  opacity: 1;
  color: #282C35;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0.93px;
  text-align: left;
}
.header .logo span {
  font-weight: 900;
}
.header .dropdown-menu {
  top: 51px;
  right: 24px;
}
.logo-wrap {
  display: flex;
  align-items: center;
}
.logo-wrap .logo {
  padding-right: 20px;
}
.logo-wrap .thinkbio-logo img {
  max-height: 23px;
}
.logo-wrap p {
  padding-left: 15px;
  margin-right: 10px;
  font-size: 11px;
  font-weight: 400;
  color: #56565C;
  border-left: 1px solid #ddd;
}
.user-wrap {
  position: relative;
}
.user-wrap .user-img {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.user-wrap .user-img img {
  padding: 6px;
}
.user-wrap:after {
  position: absolute;
  right: 0;
  top: 10px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-color: #D8D8D8;
  transform: rotate(45deg);
}
.user-wrap.show:after {
  transform: rotate(225deg);
}
.logout {
  cursor: pointer;
}
.logout:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("./media/logout.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}
.logout:hover {
  color: #0747A6;
}
.logout:hover:before {
  background-image: url("./media/logout-hover.svg");
}
.user-dropdown .content {
  padding: 0 30px 15px;
  border-bottom: 1px solid #EAEAEA;
}
.user-dropdown .content .h2,
.user-dropdown .content h2 {
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 500;
}
.user-dropdown p {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #90A1AF;
}
.user-dropdown ul {
  margin: 10px 0;
}
.user-dropdown ul li a {
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.user-dropdown ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}
.user-dropdown ul li a:hover {
  color: #0747A6;
}
.user-dropdown ul .logout:before {
  background-image: url("./media/logout.svg");
}
.user-dropdown ul .logout:hover:before {
  background-image: url("./media/logout-hover.svg");
}
.user-dropdown ul .my-profile:before {
  background-image: url("./media/my-profile.svg");
}
.user-dropdown ul .my-profile:hover:before {
  background-image: url("./media/my-profile-hover.svg");
}
.user-dropdown ul .change-password:before {
  background-image: url("./media/change-password.svg");
}
.user-dropdown ul .change-password:hover:before {
  background-image: url("./media/change-password-hover.svg");
}
.position-relative {
  position: relative;
}
.sidebar {
  display: block;
  position: fixed;
  left: 0;
  width: 90px;
  bottom: 0;
  z-index: 9;
  top: 50px;
  background-color: #0747A6;
}
.main-menu {
  padding-top: 5px;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
}
.main-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 9px 15px;
  opacity: 1;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out;
  cursor: pointer;
}
.main-menu a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.main-menu li {
  padding: 4px 10px;
}
.main-menu li .active {
  background-color: #083D8D;
  border-radius: 6px;
}
.main-menu li:hover a {
  background-color: #083D8D;
  border-radius: 6px;
}
.main-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  left: 86px;
  width: 298px;
}
.main-menu li .sub-menu {
  position: fixed;
  top: 50px;
  width: 0;
  left: 86px;
  bottom: 0;
  padding: 0 17px 20px 15px;
  border-radius: 0 8px 8px 0;
  border: 1px solid rgba(201, 201, 201, 0.28);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all linear;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  opacity: 0;
}
.main-menu li .sub-menu a {
  position: relative;
  padding: 12px 0 12px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: black;
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: normal;
  transition: all linear;
  opacity: 0;
  background-color: #fff;
  font-size: 12px;
  animation: opacityanim linear forwards;
}
.main-menu li .sub-menu a:before {
  display: none;
}
.main-menu li .sub-menu a:after {
  top: 17px;
}
.main-menu li .sub-menu li {
  padding: 0;
}
.main-menu li .sub-menu li a:hover {
  color: #1F76C2;
}
.main-menu li .sub-menu .open > a:after {
  transform: rotate(45deg) !important;
}
.main-menu li .sub-menu > .inner-list > a.location:before {
  content: "";
  display: flex;
  margin-right: 12px;
  width: 13px;
  height: 16px;
  background-image: url("./media/location.svg");
  background-size: contain;
}
.main-menu li .sub-menu > .inner-list > a.location.active {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.main-menu li .sub-menu > .inner-list > a.location.active:before {
  background-image: url("./media/location-active.svg");
}
.main-menu li .sub-menu > .inner-list > a.location:after {
  top: 16px !important;
}
.main-menu li .sub-menu .inner-menu {
  visibility: hidden;
  opacity: 0;
  padding-left: 15px;
  transition: all 0.2s linear;
  max-height: 0;
}
.main-menu li .sub-menu .inner-menu a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px 20px 10px 26px;
  position: relative;
  color: #000;
  transition: all linear;
  opacity: 0;
}
.main-menu li .sub-menu .inner-menu a:before {
  display: flex;
  margin-right: 9px;
  margin-top: 4px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
}
.main-menu li .sub-menu .inner-menu a.active,
.main-menu li .sub-menu .inner-menu a:hover {
  color: #0747A6;
  border-radius: 5px;
}
.main-menu li .sub-menu .inner-menu a.active:before,
.main-menu li .sub-menu .inner-menu a:hover:before {
  border-color: #0747A6;
}
.main-menu li .sub-menu .inner-menu:not(.menu-show) {
  height: 0;
  overflow-y: hidden;
}
.main-menu li .sub-menu .inner-menu.menu-show {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  overflow-y: auto;
}
.main-menu li .sub-menu .inner-list > a:after {
  position: absolute;
  right: 8px;
  top: 13px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  height: 6px;
  width: 6px;
  border-color: #000;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.project:before {
  background-image: url("./media/project.svg");
}
.search-menu:before {
  background-image: url("./media/search-menu.svg");
}
.dashboard:before {
  background-image: url("./media/dashboard.svg");
}
.inventory:before {
  background-image: url("./media/inventory.svg");
}
.product:before {
  background-image: url("./media/product.svg");
}
.protocols:before {
  background-image: url("./media/protocols.svg");
}
.studies:before {
  background-image: url("./media/studies.svg");
}
.vendors:before {
  background-image: url("./media/vendors.svg");
}
.settings:before {
  background-image: url("./media/settings.svg");
}
.experiments:before {
  background-image: url("./media/experiment.svg");
}
.disabled-menu a {
  color: #999 !important;
  cursor: no-drop;
}
@keyframes opacityanim {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width:1300px) {
  .main-menu a {
    padding: 8px 15px;
  }
  .main-menu li {
    padding: 3px 10px;
  }
  .main-menu .sub-menu a {
    padding: 12px 30px;
  }
  .main-menu .inner-menu a {
    padding: 10px 15px 10px 25px;
  }
}
.form-label {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.form-label.mandatory:after {
  content: "*";
  display: inline-block;
  color: #e04361;
  margin-left: 2px;
}
.mandatory-info {
  color: #e04361;
  margin-left: 2px;
}
.form-control {
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  background-color: #fff;
  font-size: 12px;
  color: #000;
}
.form-control:focus {
  border: 1px solid #197EE6;
  box-shadow: none;
}
.form-control.is-invalid {
  background-image: none;
  border-color: #e04361;
}
.form-control.date-input {
  cursor: pointer;
}
.form-control.date-input:read-only {
  background-color: #fff;
  padding: 7px 10px 5px;
}
.form-control.date-input:disabled {
  background-color: #F0F0F0 !important;
}
.datepicker-header {
  background-color: #0747A6 !important;
}
.today {
  background-color: #0747A6 !important;
  border: 1px solid #0747A6 !important;
  color: #fff !important;
}
.day:hover {
  background-color: #064097 !important;
}
.datepicker-footer-btn {
  color: #0747A6 !important;
}
.mth button {
  background-color: #e0edff !important;
}
.mthlist:hover,
.yearlist:hover {
  background-color: #064097 !important;
}
.is-invalid .ngx-dropdown-container .ngx-dropdown-button {
  border-color: #e04361;
}
.form-group {
  margin-bottom: 20px;
}
.textarea,
textarea.form-control {
  height: 100px;
}
.errorMessage {
  margin-top: 2px;
  color: #e04361;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.errorMessage span {
  display: inline-block;
  padding-top: 2px;
}
.invalid-feedback {
  margin: 2px 0 0;
  color: #e04361;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.btn-file {
  display: flex;
  justify-content: space-around;
  position: relative;
  align-items: flex-end;
  padding: 25px 35%;
  border-radius: 4px;
  background-color: #FAFEFF;
  background-image:
    linear-gradient(
      to right,
      #B3D2FF 50%,
      rgba(255, 255, 255, 0) 0%),
    linear-gradient(#B3D2FF 50%, rgba(255, 255, 255, 0) 0%),
    linear-gradient(
      to right,
      #B3D2FF 50%,
      rgba(255, 255, 255, 0) 0%),
    linear-gradient(#B3D2FF 50%, rgba(255, 255, 255, 0) 0%);
  background-position:
    top,
    right,
    bottom,
    left;
  background-repeat: repeat-x, repeat-y;
  background-size: 10px 1px, 1px 10px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.26px;
  color: #3772b9;
  width: 100%;
  border: 0;
}
.checkbox-two {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.checkbox-two .input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-two .input:checked ~ .checkmark {
  background-color: #f0f0f0;
  border: 1px solid #2900B4;
}
.checkbox-two .input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-two .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #CECECE;
  border-radius: 4px;
  transition: all 0.5s;
}
.checkbox-two .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #2900B4;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  transform: rotate(45deg);
  animation: bounceFadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes fadeIn {
  0% {
    margin-top: 10px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes bounceFadeIn {
  0% {
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(45deg);
    opacity: 1;
  }
}
.with-close {
  position: relative;
  width: 480px;
}
.with-close .form-control {
  padding-right: 35px;
}
.with-close .form-control:focus + .search {
  background-image: url("./media/toaster-close.svg");
}
.with-close .search {
  width: 18px;
  height: 16px;
  background-image: url("./media/search.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 10px;
  transition: all ease-in 0.5s;
  animation: searchAnim 0.5s ease-in backwards;
  cursor: pointer;
}
@keyframes searchAnim {
  0% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.file-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  margin-bottom: 15px;
  min-height: 110px;
  border-radius: 4px;
  background-color: #FAFEFF;
  background-image:
    linear-gradient(
      to right,
      #B3D2FF 50%,
      rgba(255, 255, 255, 0) 0%),
    linear-gradient(#B3D2FF 50%, rgba(255, 255, 255, 0) 0%),
    linear-gradient(
      to right,
      #B3D2FF 50%,
      rgba(255, 255, 255, 0) 0%),
    linear-gradient(#B3D2FF 50%, rgba(255, 255, 255, 0) 0%);
  background-position:
    top,
    right,
    bottom,
    left;
  background-repeat: repeat-x, repeat-y;
  background-size: 10px 1px, 1px 10px;
}
.file-wrapper .drag {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 315px;
  padding: 0 10px;
}
.file-wrapper .drag img {
  max-height: 22px;
}
.file-wrapper p {
  margin-right: 5px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #C9C9C9;
}
.file-wrapper .file-text {
  display: flex;
  align-items: center;
}
.file-wrapper .file-text p {
  color: #6F6F6F;
}
.file-wrapper .file-label {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #3B99FC;
  box-shadow: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.file-wrapper .file-label:focus {
  color: #235592;
}
.file-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.file-list li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 5px 40px 5px 60px;
}
.file-list li p {
  margin-right: 20px;
  font-size: 12px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0px;
  text-align: left;
}
.file-list li:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  min-width: 50px;
  height: 60px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url("./media/docs.svg");
}
.file-list .close {
  display: inline-block;
  min-width: 15px;
  height: 15px;
  margin-left: 2px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("./media/close.svg");
  cursor: pointer;
}
.file-list .word:before {
  background-image: url("./media/word.svg");
}
.file-list .excel:before {
  background-image: url("./media/excel.svg");
}
.file-list .text:before {
  background-image: url("./media/text.svg");
}
.download {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url("./media/download.svg");
  cursor: pointer;
  background-position: center;
  background-size: contain;
}
.download:hover {
  background-image: url("./media/download-hover.svg");
}
.download:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.calendar-span {
  right: 10px !important;
  cursor: pointer;
  top: 20px !important;
}
.calendar-span:after {
  content: "";
  display: inline-block;
  min-width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url("./media/calendar.svg");
  cursor: pointer;
  background-position: center;
}
.calendar-span svg {
  display: none;
}
.add-new-dropdown {
  position: relative;
}
.add-new-dropdown.show .plus {
  transform: rotate(45deg);
}
.add-new-dropdown .dropdown-menu {
  width: 250px;
  top: 28px;
  right: -16px;
  padding: 0;
}
.add-new-dropdown .dropdown-menu .h2,
.add-new-dropdown .dropdown-menu h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: left;
}
.add-new-dropdown .dropdown-menu .h2 span,
.add-new-dropdown .dropdown-menu h2 span {
  display: block;
  color: #1f76c2;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.add-new-dropdown .dropdown-menu .h2 .count,
.add-new-dropdown .dropdown-menu h2 .count {
  font-size: 12px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0px;
  text-align: left;
}
.add-new-dropdown .box-count {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  padding: 30px 15px;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0px;
  text-align: left;
}
.add-new-dropdown .input-group {
  width: 115px;
  border-radius: 4px;
}
.add-new-dropdown .input-group .input-group-text {
  background-color: #fff;
  font-size: 20px;
  line-height: normal;
  padding: 5px 8px;
  color: #474747;
}
.add-new-dropdown .input-group .form-control {
  height: 40px;
}
.add-new-dropdown .btn-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 5px;
}
.add-new-dropdown .btn-wrap .btn {
  border: 0;
  text-transform: uppercase;
}
.add-new-dropdown .btn-wrap .btn-cancel {
  opacity: 1;
  color: #bababa;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  line-height: 25px;
}
.add-new-dropdown .btn-wrap .btn-secondary {
  color: #1f76c2;
  font-size: 12px;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: 0px;
  text-align: left;
  line-height: 25px;
  background-color: #fff;
}
.email-name {
  display: flex;
  margin-bottom: 20px;
}
.email-name .labeltext {
  font-size: 12px;
  padding-right: 5px;
  color: #8C8D98;
  font-weight: 500;
}
.email-name .controlvalue {
  color: #0747A6;
  font-size: 12px;
  font-weight: 500;
}
#fileList span {
  display: flex;
  align-items: center;
}
#fileList i,
#fileList span {
  color: #000 !important;
  font-weight: 400 !important;
  font-size: 12px;
}
#fileList i {
  position: relative;
  top: 2px;
  margin: 0 5px;
  color: #616161 !important;
}
#fileList .fa.fa-trash {
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
}
.ngx-dropdown-container {
  width: 100%;
  position: relative;
}
.ngx-dropdown-container:focus .ngx-dropdown-button {
  border: 1px solid #197EE6;
}
.ngx-dropdown-container .ngx-dropdown-button {
  width: 100%;
  min-height: 31px;
  min-width: 85px;
  padding: 5px 10px;
  background-color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 4px;
  border: solid 1px #cecece;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.22px;
  color: #353535;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ngx-dropdown-container .ngx-dropdown-button:focus {
  border: 1px solid #197EE6;
}
.ngx-dropdown-container .ngx-dropdown-button:after {
  display: none;
}
.ngx-dropdown-container .ngx-dropdown-button .nsdicon-angle-down {
  right: 0;
  position: relative;
  float: right;
}
.ngx-dropdown-container .ngx-dropdown-button .nsdicon-angle-down:before {
  content: "";
  display: inline-block;
  height: 7px;
  top: 1px;
  position: relative;
  width: 10px;
  background-image: url("./media/select-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.ngx-dropdown-container .ngx-dropdown-button span {
  display: inline-block;
  vertical-align: middle;
}
.ngx-dropdown-container .ngx-dropdown-button .display-text {
  display: inline-block;
  width: calc(100% - 20px);
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: -0.22px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
}
.ngx-dropdown-container .ngx-dropdown-button .display-text .status {
  max-width: 240px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: auto;
}
.ngx-dropdown-container .ngx-dropdown-list-container {
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #cecece;
  overflow-y: auto;
  margin-top: 0px;
  z-index: 10;
  inset: auto !important;
  transform: none !important;
  animation: fadeIn 0.3s ease-in-out;
  transition: all 0.3s ease-in;
  height: auto !important;
}
.ngx-dropdown-container .ngx-dropdown-list-container .search-wrap {
  padding: 8px 10px;
  border-bottom: solid 1px #f0f0f0;
}
.ngx-dropdown-container .ngx-dropdown-list-container .search-wrap .form-control {
  height: 28px;
  padding: 0 6px;
}
.ngx-dropdown-container .ngx-dropdown-list-container .available-items:focus {
  outline: 1px solid #86b7fe;
}
.ngx-dropdown-container .ngx-dropdown-list-container .search-container {
  position: relative;
  padding-top: 10px;
  margin-top: 5px;
}
.ngx-dropdown-container .ngx-dropdown-list-container .search-container input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 2rem;
  width: 100%;
  font-size: 13px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  transition: all 0.3s;
}
.ngx-dropdown-container .ngx-dropdown-list-container .search-container input:focus {
  border-bottom: 1px solid #26a69a;
}
.ngx-dropdown-container .ngx-dropdown-list-container .search-container input:focus + label {
  transform: translateY(-2px) scale(0.8);
  transform-origin: 0 0;
}
.ngx-dropdown-container .ngx-dropdown-list-container .search-container label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
  pointer-events: none;
}
.ngx-dropdown-container .ngx-dropdown-list-container .search-container label.active {
  transform: translateY(-2px) scale(0.8);
  transform-origin: 0 0;
}
.ngx-dropdown-container .ngx-dropdown-list-container .selectedItemsHR {
  background-color: #f0f0f0;
  opacity: 1;
  margin: 0;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul {
  list-style-type: none;
  padding-left: 0px;
  max-height: 175px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items {
  display: flex;
  margin: 7px 0 8px;
  flex-wrap: wrap;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li {
  position: relative;
  padding: 6px 35px 6px 10px;
  background-color: #F0F7FF;
  margin: 3px 10px 2px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li:focus,
.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li:hover {
  background-color: #F0F7FF;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li .nsdicon-close {
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 20px;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li.active {
  background-color: #F0F7FF;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul li {
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  border-left: 0;
  border-bottom: solid 1px #f0f0f0;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  text-align: left;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul li:focus,
.ngx-dropdown-container .ngx-dropdown-list-container ul li:hover {
  background-color: #F0F7FF;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul li:last-child {
  border-bottom: 0;
}
.ngx-dropdown-container .ngx-dropdown-list-container .h6,
.ngx-dropdown-container .ngx-dropdown-list-container h6 {
  font-size: 12px;
  padding: 10px 5px;
}
.ngx-dropdown-container .ngx-dropdown-list-container hr {
  margin: 10px 0 0;
}
.ngx-dropdown-container .dropdown-search .search-wrap {
  padding: 8px 10px 8px;
}
.ngx-dropdown-container .dropdown-search .search-wrap .form-control {
  flex: 1;
  padding-right: 30px;
}
.ngx-dropdown-container .dropdown-search .search-wrap .form-control:focus::placeholder {
  opacity: 1;
}
.ngx-dropdown-container .dropdown-search .search-wrap .search-close {
  position: absolute;
  right: 15px;
  top: 14px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  cursor: pointer;
}
.ngx-dropdown-container .dropdown-search .search-wrap .btn {
  width: 30px;
  min-width: auto;
  margin-left: 10px;
}
.ngx-dropdown-container .dropdown-search .search-wrap .btn:before {
  min-width: 10px;
  margin-right: 0;
}
.ngx-dropdown-container .dropdown-search ul li {
  padding: 10px;
}
.ngx-dropdown-container .dropdown-search ul li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.ngx-dropdown-container .ngx-disabled {
  pointer-events: none;
  background-color: #e9ecef;
  opacity: 1;
  cursor: no-drop;
}
.ngx-dropdown-container .form-check .form-check-input,
.ngx-dropdown-container .form-check .table.update-table .batch_check_box input,
.table.update-table .batch_check_box .ngx-dropdown-container .form-check input {
  width: 15px;
  border-radius: 2px;
  height: 15px;
  margin-top: 0;
  margin-right: 10px;
  border: 1px solid #979797;
}
.ngx-dropdown-container .form-check {
  min-height: auto;
}
.ngx-dropdown-container .form-check .form-check-label {
  font-size: 12px;
}
.ngx-dropdown-container .ngx-dropdown-multiple-items {
  display: inline-flex;
  width: 100%;
}
.ngx-dropdown-container .ngx-dropdown-multiple-items span:nth-child(3) {
  color: #1F76C2;
  padding-left: 10px;
  min-width: 40px;
  text-align: right;
}
.ngx-dropdown-container .ngx-dropdown-multiple-items span:nth-child(2) {
  padding-left: 10px;
  margin-left: auto;
}
.ngx-dropdown-container .sequence-select-dropdown {
  padding: 10px;
}
.textrea-wrap .textarea {
  padding-bottom: 52px;
}
.textarea-btn {
  position: absolute;
  bottom: -2px;
  left: 1px;
  right: 1px;
  background: #fff;
  padding: 10px;
}
.ngx-dropdown-sequence-container .sequence-select-dropdown {
  display: none;
}
.ngx-dropdown-sequence-container .ngx-dropdown-button span:nth-child(3) {
  color: #1F76C2;
  padding-right: 10px;
}
.ngx-dropdown-sequence-container .ngx-dropdown-button span:nth-child(2) {
  padding: 0 10px;
}
.ngx-dropdown-sequence-container .ngx-dropdown-button span:first-child {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.daybetween {
  background-color: #8b83ff !important;
  color: #fff;
}
.datepicker .selected {
  background-color: #26308b !important;
}
.form-icon .form-control {
  padding-right: 45px;
}
.form-check-wrapper {
  display: flex;
}
.form-check-wrapper .form-check-inline {
  margin: 2px 20px 0 0;
  padding-left: 15px;
}
.form-check-wrapper label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
.form-check-wrapper input {
  width: 1em;
  height: 1em;
  margin-top: 0;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  border-radius: 50%;
  margin-left: -1em;
}
.form-check-wrapper input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  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");
}
app-file span {
  color: #e04361 !important;
  font-size: 12px !important;
}
#dropZone {
  border-radius: 4px;
  background-color: #FAFEFF !important;
  background-image:
    linear-gradient(
      to right,
      #B3D2FF 50%,
      rgba(255, 255, 255, 0) 0%),
    linear-gradient(#B3D2FF 50%, rgba(255, 255, 255, 0) 0%),
    linear-gradient(
      to right,
      #B3D2FF 50%,
      rgba(255, 255, 255, 0) 0%),
    linear-gradient(#B3D2FF 50%, rgba(255, 255, 255, 0) 0%);
  background-position:
    top,
    right,
    bottom,
    left;
  background-repeat: repeat-x, repeat-y;
  background-size: 10px 1px, 1px 10px;
  border: 0 !important;
  height: 120px !important;
}
#dropZone > div {
  height: 100% !important;
}
#dropZone .fa.fa-cloud-upload {
  display: none;
}
#dropZone span {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #6F6F6F !important;
  word-break: break-word;
  margin: 10px;
}
#dropZone span a {
  color: #3B99FC !important;
  font-weight: 400 !important;
  cursor: pointer;
}
.scroll-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.scroll-loader {
  background: #88a0b8;
  position: relative;
  animation: innerscrollloader 1s ease-in-out infinite;
  animation-delay: 0.4s;
  width: 0.25em;
  height: 0.5em;
  margin: 0 0.5em;
}
.scroll-loader:after,
.scroll-loader:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  animation: inherit;
}
.scroll-loader:before {
  right: 0.5em;
  animation-delay: 0.2s;
}
.scroll-loader:after {
  left: 0.5em;
  animation-delay: 0.6s;
}
@keyframes innerscrollloader {
  0%, to {
    box-shadow: 0 0 0 #88a0b8, 0 0 0 #88a0b8;
  }
  50% {
    box-shadow: 0 -0.25em 0 #88a0b8, 0 0.25em 0 #88a0b8;
  }
}
.table .form-control,
.table .form-select {
  padding: 8px 10px;
  height: 31px;
  font-size: 12px;
  line-height: 14px;
}
.table .form-select {
  padding-right: 30px;
}
.form-select {
  height: 31px;
  font-size: 12px;
}
.form-scroll {
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
}
.form-scroll .label-row {
  position: sticky;
  top: 0;
  z-index: 9;
  padding-top: 3px;
  background-color: #fff;
}
.form-scroll .cdrs-wrap:first-child .cdrs-btn {
  margin-top: 2px !important;
}
.form-scroll:has(.ngx-dropdown-list-container) {
  min-height: 200px;
  transition: height 0.5s ease-in;
}
.login-wrapper {
  overflow: hidden;
}
.login-wrapper .login__left {
  height: 100vh;
  display: flex;
  align-items: center;
}
.login-wrapper .login__left .h2,
.login-wrapper .login__left h2 {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: center;
}
.login-wrapper .login__left .form-control {
  height: 40px;
}
.login-wrapper .login__left p {
  margin-bottom: 50px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
}
.login-wrapper .login__left form {
  width: 100%;
}
.login-wrapper .login__left .row [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.login-wrapper .login__left .login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 362px;
  min-width: 362px;
  padding-left: 20px;
  margin: 0 auto;
}
.login-wrapper .login__left .login-form ngx-dynamicforms {
  padding: 0 10px 10px;
}
.login-wrapper .login__left .forgot {
  display: flex;
  justify-content: center;
}
.login-wrapper .login__left .link {
  display: inline-block;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: center;
  line-height: 25px;
  position: relative;
}
.login-wrapper .login__left .link:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1F76C2;
  transition: all 0.3s linear;
}
.login-wrapper .login__left .link:hover {
  color: #0747A6;
}
.login-wrapper .login__left .link:hover:after {
  width: 100%;
}
.login-wrapper .login__left .btn-signin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 25px 0 20px;
  padding: 6px 15px;
  text-transform: uppercase;
}
.login-wrapper .login__left .btn-signin:hover:after {
  width: 350px;
  height: 350px;
}
.login-wrapper .login__right {
  background-image: url("./media/login-bg.svg");
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px;
  padding: 54px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.login-wrapper .login__right .login-content {
  max-width: 450px;
}
.login-wrapper .login__right .login-logo {
  position: absolute;
  top: 54px;
  left: 60px;
  width: 220px;
  height: 37px;
  object-fit: contain;
}
.login-wrapper .login__right .h1,
.login-wrapper .login__right h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.21px;
  text-align: left;
  line-height: 48px;
  opacity: 1;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.login-wrapper .login__right p {
  opacity: 1;
  color: #f5f6f8;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.success-wrap .img-wrap {
  display: flex;
  align-items: center;
  margin: 30px auto;
  width: 100%;
  justify-content: center;
}
@media (max-width:1199px) {
  .login-wrapper .login__right {
    padding: 54px 45px;
  }
  .login-wrapper .login__right .h1,
  .login-wrapper .login__right h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .login-wrapper .login__right .login-logo {
    left: 45px;
  }
}
@media (max-width:767px) {
  .login-wrapper {
    overflow: auto;
  }
  .login-wrapper .login__left {
    padding: 50px 0;
    height: auto;
  }
  .login-wrapper .login__left .login-form {
    min-width: 320px;
    max-width: 320px;
    padding-left: 0;
  }
  .login-wrapper .login__right {
    border-radius: 0;
    min-height: 500px;
  }
  .login-wrapper .h1,
  .login-wrapper h1 {
    margin-top: 35px;
  }
}
.storage-container .form-control {
  height: 32px;
}
.storage-container .stroge-type {
  width: 320px;
  padding-right: 10px;
}
.storage-container .stroge-type.assign-store {
  padding-right: 0;
  width: 200px;
}
.storage-container .template-name {
  width: 180px;
}
.storage-container .no-data {
  padding: 120px 0;
}
.storage-container .no-data p {
  font-size: 14px;
  color: #BABABA;
}
.storage-container .popover {
  background-color: #fff;
}
.storage-container .popover .popover-body {
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
}
.storage-container .box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin-top: 22px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  opacity: 1;
  background-color: #f8f8f8;
}
.storage-container .box p {
  padding: 4px 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  line-height: normal;
}
.storage-container .box span {
  display: inline-block;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
app-assign-storage-v2 .assign-storage-wrap,
app-assign-storage .assign-storage-wrap {
  position: relative;
  display: none;
}
app-assign-storage-v2 .assign-storage-wrap .no-data.inner,
app-assign-storage .assign-storage-wrap .no-data.inner {
  min-height: auto;
}
app-assign-storage-v2 .assign-storage-wrap .no-data.inner p,
app-assign-storage .assign-storage-wrap .no-data.inner p {
  font-size: 14px;
  color: #BABABA;
  font-weight: 500;
  margin-bottom: 0;
}
app-assign-storage-v2 .assign-storage-wrap .no-data.inner p.add-text,
app-assign-storage .assign-storage-wrap .no-data.inner p.add-text {
  color: #BABABA;
  font-size: 13px;
  font-weight: 500;
}
app-assign-storage-v2 .assign-storage-wrap .no-data.inner p.add-text span,
app-assign-storage .assign-storage-wrap .no-data.inner p.add-text span {
  color: #417BBC;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
app-assign-storage-v2 .show .assign-storage-wrap,
app-assign-storage .show .assign-storage-wrap {
  display: block;
}
.storage-table {
  border-radius: 7px;
  border: 1px solid #e5f0fb;
  opacity: 1;
  background-color: #fafdff;
}
.storage-table table {
  width: 100%;
  border: 15px solid #fafdff;
  border-radius: 8px;
}
.storage-table table th {
  padding: 10px 20px;
  color: #56565c;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px solid #E5F0FB;
}
.storage-table table td {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  border-right: 1px solid #E5F0FB;
}
.storage-table .more {
  position: relative;
  color: #0747A6;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
}
.storage-table .more:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
}
.storage-table .truncate-wrap {
  display: flex;
  align-items: center;
}
.storage-table .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  margin-right: 10px;
}
.storage-table ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 12px 0;
}
.storage-table ul li {
  padding: 0px 30px;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: 0px;
  text-align: left;
  border-right: 1px solid #E5F0FB;
}
.storage-table ul li ul li {
  padding: 0;
  border-right: 0;
}
.storage-table ul li ul li a {
  display: block;
}
.storage-table ul li .ans {
  margin-bottom: 10px;
}
.storage-table ul span {
  display: block;
  margin-bottom: 10px;
  color: #56565c;
  font-size: 11px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.storage-table-view {
  margin-bottom: 25px;
  background-color: #fafdff;
}
.storage-table-view.view-table-outer {
  position: relative;
}
.storage-table-view.view-table-outer:after,
.storage-table-view.view-table-outer:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  top: 0;
  z-index: 2;
  border-right: 1px solid #E5F0FB;
}
.storage-table-view.view-table-outer:before {
  right: auto;
  left: 0;
  border-right: 1px solid #E5F0FB;
}
.storage-table-view.assign-paratope-table th:first-child,
.storage-table-view.assign-paratope-table th:nth-child(3) {
  width: 30%;
  max-width: 30%;
}
.storage-table-view.paratope-id-table table td,
.storage-table-view.paratope-id-table table th {
  width: 10%;
  word-break: break-all;
}
.storage-table-view.paratope-id-table table td:first-child,
.storage-table-view.paratope-id-table table th:first-child {
  width: 15%;
}
.storage-table-view table {
  width: 100%;
  border-radius: 8px;
}
.storage-table-view table th {
  padding: 15px 12px;
  color: #56565c;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #E5F0FB;
}
.storage-table-view table th span {
  text-transform: initial;
}
.storage-table-view table .row-merged th {
  padding: 5px 15px;
}
.storage-table-view table td {
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  vertical-align: top;
  word-break: break-all;
  border: 1px solid #E5F0FB;
}
.storage-table-view table .form-select {
  font-size: 12px;
  line-height: normal;
}
.storage-table-view .vertical-scroll table tr:first-child td {
  border-top: none;
}
.storage-table-view .vertical-scroll table tr:first-child th {
  border-bottom: none;
}
.storage-table-view .collapsed-row.open td:first-child .arrow {
  transform: rotate(45deg);
}
.storage-table-view .collapsed-row td:first-child {
  vertical-align: top;
  position: relative;
}
.storage-table-view .collapsed-row td:first-child .arrow {
  margin-left: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-color: #616161;
  transform: rotate(-135deg);
  transition: all ease-in 0.5s;
  cursor: pointer;
}
.storage-table-view .info-icon {
  margin-top: -1px;
}
.storage-table-view .more {
  position: relative;
  color: #0747A6;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  cursor: pointer;
}
.storage-table-view .more:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
}
.storage-table-view .truncate-wrap {
  display: flex;
  align-items: center;
}
.storage-table-view .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  margin-right: 10px;
}
.storage-table-view ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 12px 0;
}
.storage-table-view ul li {
  padding: 0px 30px;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: 0px;
  text-align: left;
  border-right: 1px solid #E5F0FB;
}
.storage-table-view ul li ul li {
  padding: 0;
  border-right: 0;
}
.storage-table-view ul li ul li a {
  display: block;
}
.storage-table-view ul li .ans {
  margin-bottom: 10px;
}
.storage-table-view ul span {
  display: block;
  margin-bottom: 10px;
  color: #56565c;
  font-size: 11px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.storage-table-view .total-value-row td {
  background-color: #EEF8FF;
}
.storage-table-view .total-value-row td p {
  color: #0747A6;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
}
.storage-table-view .sticky-col {
  position: sticky;
  z-index: 4;
  background-color: #fafdff;
}
.storage-table-view .sticky-col:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  border-top: 1px solid #E5F0FB;
}
.storage-table-view .sticky-col:after {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  content: "";
  border-right: 1px solid #E5F0FB;
}
.storage-table-view .calculation-table {
  border-bottom: 1px solid #E5F0FB;
}
.storage-table-view .calculation-table td:first-child,
.storage-table-view .calculation-table th:first-child {
  left: 0;
  width: 65px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .calculation-table td:nth-child(2),
.storage-table-view .calculation-table th:nth-child(2) {
  left: 65px;
  width: 62px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .calculation-table td:nth-child(3),
.storage-table-view .calculation-table th:nth-child(3) {
  left: 127px;
  width: 190px;
  min-width: 190px;
  border-left: none;
  border-bottom: none;
  word-break: break-all;
}
.storage-table-view .calculation-table td:nth-child(4),
.storage-table-view .calculation-table th:nth-child(4) {
  left: 317px;
  width: 110px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .calculation-table td:nth-child(5),
.storage-table-view .calculation-table th:nth-child(5) {
  left: 427px;
  width: 115px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .calculation-table td:nth-last-child(2),
.storage-table-view .calculation-table th:nth-last-child(2) {
  right: 89px;
  width: 74px;
}
.storage-table-view .calculation-table td:nth-last-child(2):after,
.storage-table-view .calculation-table th:nth-last-child(2):after {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  content: "";
  border-left: 1px solid #E5F0FB;
}
.storage-table-view .calculation-table td:last-child,
.storage-table-view .calculation-table th:last-child {
  right: 0;
  width: 89px;
}
.storage-table-view .calculation-table td:last-child:after,
.storage-table-view .calculation-table th:last-child:after {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  content: "";
  border-left: 1px solid #E5F0FB;
}
.storage-table-view .cv-table {
  border-bottom: 1px solid #E5F0FB;
}
.storage-table-view .cv-table td:first-child,
.storage-table-view .cv-table th:first-child {
  left: 0;
  width: 65px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .cv-table td:nth-child(2),
.storage-table-view .cv-table th:nth-child(2) {
  left: 65px;
  width: 62px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .cv-table td:nth-child(3),
.storage-table-view .cv-table th:nth-child(3) {
  left: 127px;
  width: 110px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .cv-table td:nth-child(4),
.storage-table-view .cv-table th:nth-child(4) {
  left: 237px;
  width: 185px;
  min-width: 185px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .cv-table td:nth-child(5),
.storage-table-view .cv-table th:nth-child(5) {
  left: 422px;
  width: 150px;
  min-width: 150px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .cv-table td:nth-child(6),
.storage-table-view .cv-table th:nth-child(6) {
  left: 572px;
  width: 152px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .data-summary-table {
  border-bottom: 1px solid #E5F0FB;
}
.storage-table-view .data-summary-table td:first-child,
.storage-table-view .data-summary-table th:first-child {
  left: 0;
  width: 65px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .data-summary-table td:nth-child(2),
.storage-table-view .data-summary-table th:nth-child(2) {
  left: 65px;
  width: 116px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .data-summary-table td:nth-child(3),
.storage-table-view .data-summary-table th:nth-child(3) {
  left: 181px;
  width: 312px;
  min-width: 312px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .data-summary-table td:nth-child(4),
.storage-table-view .data-summary-table th:nth-child(4) {
  left: 493px;
  width: 160px;
  border-bottom: none;
}
.storage-table-view .data-summary-titre {
  border-bottom: 1px solid #E5F0FB;
}
.storage-table-view .data-summary-titre td:first-child,
.storage-table-view .data-summary-titre th:first-child {
  left: 0;
  width: 65px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .data-summary-titre td:nth-child(2),
.storage-table-view .data-summary-titre th:nth-child(2) {
  left: 65px;
  width: 312px;
  min-width: 312px;
  border-left: none;
  border-bottom: none;
}
.storage-table-view .data-summary-titre td:nth-child(3),
.storage-table-view .data-summary-titre th:nth-child(3) {
  left: 377px;
  width: 180px;
  border-bottom: none;
}
.workflow-table {
  max-height: calc(100vh - 350px);
  overflow-y: auto;
  border: 1px solid #E5F0FB;
}
.workflow-table.less-height {
  max-height: calc(100vh - 400px);
}
.workflow-table.vertical-scroll thead th:after {
  right: -2px;
}
.workflow-table thead {
  position: sticky;
  top: 0;
  z-index: 6;
  background-color: #fafdff;
}
.workflow-table thead:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-bottom: 1px solid #E5F0FB;
}
.workflow-table thead th {
  position: relative;
  border-top: none;
}
.workflow-table thead th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  border-top: 1px solid #E5F0FB;
}
.workflow-table thead th:after {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  content: "";
  border-left: 1px solid #E5F0FB;
}
.workflow-table thead tr:nth-child(2) th {
  position: relative;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  min-width: auto !important;
}
.storage-box {
  display: flex;
  overflow: hidden;
  max-height: 750px;
}
.storage-box .form-control {
  height: 32px;
}
.storage-box .freezer-select {
  min-width: 358px;
  border: 1px solid #E4E9F8;
  border-radius: 5px;
  background-color: #FCFDFF;
}
.storage-box .freezer-select .add-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 15px;
  font-size: 12px;
  font-weight: 700;
  font-style: Regular;
  letter-spacing: 0px;
  text-align: left;
  border-radius: 5px;
  opacity: 1;
  background-color: #f4f7ff;
}
.storage-box .freezer-select .plus {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("./media/add-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.storage-box .freezer-select .form-group {
  padding: 0 10px;
}
.storage-box .freezer-select ul {
  overflow: auto;
  min-height: 300px;
  max-height: calc(100% - 40px);
}
.storage-box .freezer-select ul ul.available-items {
  min-height: inherit;
  max-height: inherit;
}
.storage-box .freezer-select ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
  border-top: 1px solid #E4E9F8;
}
.storage-box .freezer-select ul li .form-check-label {
  font-size: 12px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
}
.storage-box .freezer-select ul li .form-check-input,
.storage-box .freezer-select ul li .table.update-table .batch_check_box input,
.table.update-table .batch_check_box .storage-box .freezer-select ul li input {
  border-radius: 9px;
  transition: all ease-in 0.5s;
}
.storage-box .freezer-select ul li .form-check-input:checked,
.storage-box .freezer-select ul li .table.update-table .batch_check_box input:checked,
.table.update-table .batch_check_box .storage-box .freezer-select ul li input:checked {
  animation: pulse 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.storage-box .freezer-select ul li .form-check-input:checked + label,
.storage-box .freezer-select ul li .table.update-table .batch_check_box input:checked + label,
.table.update-table .batch_check_box .storage-box .freezer-select ul li input:checked + label {
  font-weight: 700;
}
.storage-box .freezer-select ul li.active {
  background-color: #F5F8FF;
}
.storage-box .freezer-select ul li .count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  min-width: 83px;
  font-size: 11px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
  border: 1px solid #DBE2F1;
  border-radius: 5px;
}
.storage-box .freezer-select ul li .count span {
  width: 50%;
  padding: 7px 6px;
  text-align: center;
  color: #2B76E5;
}
.storage-box .freezer-select ul li .count .total {
  border-left: 1px solid #DBE2F1;
  color: #000;
}
.storage-box .inner-box-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.storage-box .freezer-box {
  margin-left: 20px;
  flex: 1;
  max-width: 100%;
}
.storage-box .freezer-box .heading {
  display: flex;
  gap: 15px;
}
.storage-box .freezer-box .table-wrap {
  border: 1px solid #D2DBDE;
  border-radius: 4px;
  border-right: 0;
  border-bottom: 0;
  overflow: auto;
}
.storage-box .freezer-box .table-wrap .table {
  border: 0;
  margin: 0;
  table-layout: initial;
}
.storage-box .freezer-box .table-wrap tr:last-child th {
  border-bottom: 1px solid #D2DBDE;
  border-radius: 4px;
}
.storage-box .freezer-box .table-wrap tr:last-child td:last-child {
  border-radius: 0 4px 0 0;
}
.storage-box .freezer-box .table-wrap tr:nth-child(2n) td {
  background-color: transparent;
}
.storage-box .freezer-box .table-wrap tr:hover td {
  background-color: transparent;
}
.storage-box .freezer-box .table-wrap th {
  padding: 2px;
  height: 21px;
  min-width: 21px;
  font-size: 12px;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: 0px;
  text-align: center;
  color: #6A84AB;
  vertical-align: middle;
  border-bottom: 0;
  background: #fff;
  border-left: 0;
  border-radius: 4px;
}
.storage-box .freezer-box .table-wrap th[scope=row] {
  width: 21px;
}
.storage-box .freezer-box .table-wrap th:last-child {
  border-right: 1px solid #D2DBDE;
  border-radius: 4px;
  line-height: normal;
}
.storage-box .freezer-box .table-wrap td {
  padding: 5px;
  border: 1px solid #D2DBDE;
}
.storage-box .freezer-box .table-wrap td .form-check {
  padding-left: 0;
}
.storage-box .freezer-box .table-wrap td .form-check-input,
.storage-box .freezer-box .table-wrap td .table.update-table .batch_check_box input,
.table.update-table .batch_check_box .storage-box .freezer-box .table-wrap td input {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
  margin: 0;
  background-size: 25px;
}
.storage-box .freezer-box .table-wrap td .form-check-input:checked,
.storage-box .freezer-box .table-wrap td .table.update-table .batch_check_box input:checked,
.table.update-table .batch_check_box .storage-box .freezer-box .table-wrap td input:checked {
  background-color: #6FD595;
  border: 1px solid #6FD595;
}
.storage-box .freezer-box .table-wrap td .form-check-input.disabled,
.storage-box .freezer-box .table-wrap td .form-check-input:disabled,
.storage-box .freezer-box .table-wrap td .table.update-table .batch_check_box input.disabled,
.storage-box .freezer-box .table-wrap td .table.update-table .batch_check_box input:disabled,
.table.update-table .batch_check_box .storage-box .freezer-box .table-wrap td input.disabled,
.table.update-table .batch_check_box .storage-box .freezer-box .table-wrap td input:disabled {
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
}
.storage-box .freezer-box .table-wrap td .form-check-input:focus,
.storage-box .freezer-box .table-wrap td .table.update-table .batch_check_box input:focus,
.table.update-table .batch_check_box .storage-box .freezer-box .table-wrap td input:focus {
  box-shadow: none;
}
.storage-box .freezer-box.big-box {
  max-width: 100%;
}
.storage-box .freezer-box.big-box .table-wrap {
  max-height: 400px;
  border: 1px solid #D2DBDE;
  border-radius: 4px;
}
.storage-box .freezer-box.big-box .table-wrap .table:after {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  content: "";
  width: 21px;
  height: 23px;
  background-color: #fff;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 3px;
}
.storage-box .freezer-box.big-box .table-wrap.clone-selection-table {
  max-height: 550px;
  overflow-y: auto;
}
.storage-box .freezer-box.big-box tr th[scope=col] {
  position: sticky;
  top: 0;
  border-radius: 0;
  z-index: 2;
}
.storage-box .freezer-box.big-box tr th[scope=col]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #D2DBDE;
}
.storage-box .freezer-box.big-box tr th[scope=row] {
  position: sticky;
  left: 0;
  border-radius: 0;
  z-index: 2;
  width: 21px;
}
.storage-box .freezer-box.big-box tr th[scope=row]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid #D2DBDE;
}
.storage-box .freezer-box.big-box tr td {
  position: relative;
}
.storage-box .freezer-box.big-box .group-connector {
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 30px;
  height: 30px;
  z-index: 1;
  display: flex;
  padding: 3px;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.storage-box .freezer-box.big-box .group-connector.big-connect {
  padding: 1px;
  right: -16px;
  width: 30px;
  bottom: auto;
  top: 20px;
  border-radius: 5px;
  height: calc(248px - 40px);
}
.storage-box .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 6px;
  font-size: 11px;
  border-radius: 50%;
  border: 1px solid #DFDFDF;
}
.storage-box .circle.occupied {
  background-color: #F0F0F0;
  border: 1px solid #F0F0F0;
}
.storage-box .circle.selected {
  position: relative;
  display: block;
  background-color: #51A732;
  background-image: url("./media/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border: 1px solid #51A732;
  cursor: pointer;
}
.storage-box .circle.well-number {
  position: relative;
  display: block;
  background-color: #1D3A12;
  background-image: url("./media/e-4.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border: 1px solid #1D3A12;
  cursor: pointer;
}
.storage-box .circle.picked:hover {
  cursor: url("./media/drag.svg"), auto;
}
.storage-box .circle.droped:hover {
  cursor: url("./media/hand-cursor.svg"), auto;
}
.storage-box .circle.blue {
  background-color: #8CD4FD;
  border-color: #8CD4FD;
}
.storage-box .circle.yellow {
  background-color: #CED584;
  border-color: #CED584;
}
.storage-box .circle.red {
  background-color: #FD8C8C;
  border-color: #FD8C8C;
}
.storage-box .circle.green {
  background-color: #97D9B5;
  border-color: #97D9B5;
}
.storage-box .circle.orange {
  background-color: #FFC48E;
  border-color: #FFC48E;
}
.storage-box .circle.pink {
  background-color: #ECAAAA;
  border-color: #ECAAAA;
}
.storage-box .circle.rose {
  background-color: #F4A8C8;
  border-color: #F4A8C8;
}
.storage-box .circle.cyan {
  background-color: #92E5E0;
  border-color: #92E5E0;
}
.storage-box .circle.violet {
  background-color: #BDB8E8;
  border-color: #BDB8E8;
}
.storage-box .circle.purple {
  background-color: #F3B4FD;
  border-color: #F3B4FD;
}
.storage-box .circle:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.storage-box .circle:hover .custom-tooltip.big-tooltip {
  right: -40px;
}
.storage-box .circle:hover .custom-tooltip.big-tooltip:after {
  right: 61px;
}
.storage-box.row-data-files .circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.storage-box.row-data-files .circle.selected {
  background-color: transparent;
  background-image: none;
  border-color: #DFDFDF;
  box-shadow: 0px 0px 3.8px 1px #0747A6;
}
.storage-box .tab-wrapper ul li {
  padding: 8px 15px;
  width: auto;
}
.storage-box table tr td:last-child .custom-tooltip.big-tooltip {
  right: -7px !important;
}
.storage-box table tr td:last-child .custom-tooltip.big-tooltip:after {
  right: 27px !important;
  left: auto;
}
.plate-legends {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.plate-legends .legend-box {
  display: flex;
  margin-bottom: 28px;
  padding: 0 15px;
  width: 20%;
  min-width: 20%;
  border-left: 1px solid #D1D1D1;
}
.plate-legends label {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 400;
}
.plate-legends .result {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.plate-legends .colour-box {
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-color: #ddd;
}
.storage-box-details {
  padding: 23px 20px;
  border-radius: 10px;
  background-color: #FAFDFF;
}
.storage-box-details .h2,
.storage-box-details h2 {
  margin-bottom: 20px !important;
  padding-bottom: 15px;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: -0.02px;
  text-transform: capitalize;
  color: #212529;
  border-bottom: 1px solid #E5F0FB;
}
.storage-box-details .h2 span,
.storage-box-details h2 span {
  color: #0747A6;
}
.storage-box-details .h2 .dot,
.storage-box-details h2 .dot {
  display: inline-block;
  margin: 0 10px 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C0C0C0;
}
.storage-box-details .btn-close {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -2px;
  right: 0;
}
.add-storage {
  display: flex;
  align-items: center;
  border: 1px solid #E4E9F8;
  border-radius: 0 0 10px 10px;
  width: 250px;
  margin: 0 auto;
  padding: 0 10px 10px;
  margin-top: -1px;
  background: #fff;
  border-top: 0;
  position: relative;
  z-index: 2;
}
.add-storage:after {
  content: "";
  display: inline-block;
  border-top-left-radius: 10px;
  height: 19px;
  width: 37px;
  background: white;
  border-left: 1px solid #E4E9F8;
  border-top: 1px solid #E4E9F8;
  position: absolute;
  right: -37px;
  top: 0;
}
.add-storage:before {
  content: "";
  display: inline-block;
  border-top-right-radius: 10px;
  height: 19px;
  width: 37px;
  background: white;
  border-right: 1px solid #E4E9F8;
  border-top: 1px solid #E4E9F8;
  position: absolute;
  left: -37px;
  top: 0;
}
.add-storage .storage-button .plus {
  transform: rotate(45deg);
}
.storage-button {
  width: 250px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #979797;
  font-size: 12px;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer;
}
.storage-button:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background-color: #fff;
  position: absolute;
  right: -8px;
  top: 0px;
  border-bottom-right-radius: 10px;
}
.storage-button:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background-color: #fff;
  position: absolute;
  left: -8px;
  top: 0px;
  border-bottom-left-radius: 10px;
  z-index: -1;
}
.storage-button .plus {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-image: url("./media/add-plus.svg");
}
.heading-without-icon:before {
  display: none !important;
}
.heading-without-icon span {
  padding-left: 0 !important;
}
.heading-without-icon label {
  padding: 0 10px 0 0 !important;
}
.bb-none {
  border-bottom: none;
}
.view-wrapper .add-heading {
  cursor: default;
  margin-bottom: 20px;
}
.view-wrapper .add-heading:before {
  display: none !important;
}
.view-wrapper .add-heading span {
  padding-left: 0 !important;
}
.view-wrapper .sub-heading-blue {
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.27px;
  color: #0747A6;
}
.view-wrapper .sub-heading-blue span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px 5px 0;
}
.view-wrapper .sub-heading-blue:after {
  display: block;
  content: "";
  border-bottom: 1px solid #DCDCDC;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 40px;
  right: 0;
}
.view-wrapper .section-head {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.27px;
  color: #0747A6;
}
.view-wrapper .section-head span {
  margin-left: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.27px;
  color: #56565C;
}
.view-wrapper .section-head span:before {
  position: relative;
  top: -1px;
  margin-right: 8px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.view-wrapper .batch-heading {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.27px;
  text-transform: uppercase;
  color: #666;
}
.view-wrapper .view-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.view-wrapper .view-heading .h2,
.view-wrapper .view-heading h2 {
  display: flex;
  flex-wrap: wrap;
  color: #484d53;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  word-break: break-word;
}
.view-wrapper .view-heading .h2 .status,
.view-wrapper .view-heading h2 .status {
  margin: 0 10px;
}
.view-wrapper .view-heading .h2 .status:before,
.view-wrapper .view-heading h2 .status:before {
  width: 8px;
  height: 8px;
  background-color: #C8C8CD;
}
.view-wrapper .view-heading p {
  color: #8c8d98;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.view-wrapper .view-heading p span {
  padding: 0 10px;
  margin-right: 5px;
  color: #0747A6;
}
.view-wrapper .view-heading p span:after {
  content: "|";
  display: inline-block;
  padding-left: 15px;
  color: #e4e4e4;
  font-weight: 400;
}
.view-wrapper .view-heading p:last-child span:after {
  display: none;
}
.view-wrapper .view-heading .status {
  display: inline-block;
}
.view-wrapper .view-heading .status:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  border-radius: 50%;
}
.view-wrapper .sub-heading {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.27px;
  color: #000000;
}
.view-wrapper .icon-wrap {
  white-space: nowrap;
}
.view-wrapper .icon-wrap a {
  display: inline-block;
  margin-left: 20px;
  color: #9d9d9d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.view-wrapper .icon-wrap a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.view-wrapper .icon-wrap .sequence {
  margin-top: 5px;
  color: #243D66;
}
.view-wrapper .icon-wrap .sequence:hover {
  color: #0747A6;
}
.view-wrapper .icon-wrap .sequence:hover:before {
  background-image: url("./media/view-sequence-hover.svg");
}
.view-wrapper .map:before {
  background-image: url("./media/view-map.svg");
}
.view-wrapper .sequence:before {
  background-image: url("./media/view-sequence.svg");
}
.view-wrapper .h2,
.view-wrapper h2 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}
.view-wrapper p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.22px;
  text-align: left;
  color: #000;
}
.view-wrapper .custom-tooltip p {
  color: #fff;
  text-align: center;
}
.view-wrapper .labeltext {
  font-size: 12px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
}
.view-wrapper .controlvalue {
  margin-bottom: 20px;
  opacity: 1;
  color: black;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.22px;
  text-align: left;
  word-break: break-word;
}
.view-wrapper .table.plate-development-table.competitive-elisa td,
.view-wrapper .table.plate-development-table.competitive-elisa th {
  width: 10%;
}
.view-wrapper .table.plate-development-table.competitive-elisa td:first-child,
.view-wrapper .table.plate-development-table.competitive-elisa td:nth-child(4),
.view-wrapper .table.plate-development-table.competitive-elisa th:first-child,
.view-wrapper .table.plate-development-table.competitive-elisa th:nth-child(4) {
  width: 115px;
}
.view-wrapper .table.plate-development-table.competitive-elisa td:nth-child(2),
.view-wrapper .table.plate-development-table.competitive-elisa th:nth-child(2) {
  width: 105px;
}
.view-wrapper .table.plate-development-table.competitive-elisa td:nth-child(3),
.view-wrapper .table.plate-development-table.competitive-elisa th:nth-child(3) {
  width: 180px;
}
.view-wrapper .table.plate-development-table.competitive-elisa td.clones-selected,
.view-wrapper .table.plate-development-table.competitive-elisa th.clones-selected {
  width: 200px;
}
.view-wrapper .table.plate-development-table.competitive-elisa td.mapped-plates,
.view-wrapper .table.plate-development-table.competitive-elisa td.plate-type,
.view-wrapper .table.plate-development-table.competitive-elisa th.mapped-plates,
.view-wrapper .table.plate-development-table.competitive-elisa th.plate-type {
  width: 210px;
}
.view-wrapper .table.plate-development-table.competitive-elisa td.plate-status,
.view-wrapper .table.plate-development-table.competitive-elisa th.plate-status {
  width: 65px;
}
.view-wrapper .table.plate-development-table.competitive-elisa td.absorbance,
.view-wrapper .table.plate-development-table.competitive-elisa th.absorbance {
  width: 130px;
}
.view-wrapper .table.plate-development-table.competitive-elisa td:last-child,
.view-wrapper .table.plate-development-table.competitive-elisa th:last-child {
  width: 80px;
}
.view-wrapper .table.phage-addition-table td:nth-child(3),
.view-wrapper .table.phage-addition-table th:nth-child(3) {
  width: 12%;
}
.view-wrapper .project-table table th {
  background: #fff;
}
.view-wrapper .project-table table.plate-development-table-2 td,
.view-wrapper .project-table table.plate-development-table-2 th {
  width: 150px;
}
.view-wrapper .project-table table.plate-development-table-2 td:first-child,
.view-wrapper .project-table table.plate-development-table-2 td:nth-child(2),
.view-wrapper .project-table table.plate-development-table-2 th:first-child,
.view-wrapper .project-table table.plate-development-table-2 th:nth-child(2) {
  width: 110px;
}
.view-wrapper .project-table table.plate-development-table-2 td:last-child,
.view-wrapper .project-table table.plate-development-table-2 td:nth-child(4),
.view-wrapper .project-table table.plate-development-table-2 td:nth-child(6),
.view-wrapper .project-table table.plate-development-table-2 th:last-child,
.view-wrapper .project-table table.plate-development-table-2 th:nth-child(4),
.view-wrapper .project-table table.plate-development-table-2 th:nth-child(6) {
  width: 170px;
}
.view-wrapper .project-table table.plate-development-table-2 td:nth-child(5),
.view-wrapper .project-table table.plate-development-table-2 th:nth-child(5) {
  width: 130px;
}
.view-wrapper .project-table table.plate-development-table-2 td:nth-child(3),
.view-wrapper .project-table table.plate-development-table-2 th:nth-child(3) {
  width: 200px;
}
.view-wrapper .project-table table.plate-development-table-2 td:nth-child(7),
.view-wrapper .project-table table.plate-development-table-2 th:nth-child(7) {
  width: 240px;
}
.view-wrapper .ag-conc-value li {
  padding: 8px 10px;
  margin-bottom: 9px;
  height: 31px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
}
.view-wrapper .ag-conc-value li:last-child {
  margin-bottom: 0;
}
.file-view {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-bottom: 10px;
}
.file-view li {
  display: flex;
  align-items: center;
  min-height: 31px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
}
.file-view li:first-child span {
  padding-left: 0;
}
.file-view li:last-child {
  margin-left: auto;
  padding: 0 0 0 10px;
}
.file-view span {
  opacity: 1;
  padding-left: 10px;
  color: black;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.22px;
  text-align: left;
}
.file-view .file-name {
  font-size: 15px;
  word-break: break-word;
}
.file-view .actions li {
  padding: 0;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
}
.add-buffer {
  margin-top: 21px;
}
.add-buffer .btn {
  line-height: normal;
}
.view-location {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.btn-wrapper {
  display: flex;
  gap: 15px;
  margin-left: auto;
}
.btn-wrapper .btn {
  white-space: nowrap;
}
.delete-icon {
  min-width: 32px;
  height: 32px;
  background-image: url("./media/remove-icon.svg");
}
.delete-icon:hover {
  background-image: url("./media/remove-icon-hover.svg");
}
.delete-icon:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: flex;
  justify-content: center;
}
.download-icon {
  min-width: 32px;
  height: 32px;
  background-image: url("./media/download-icon.svg");
}
.download-icon:hover {
  background-image: url("./media/download-icon-hover.svg");
}
.download-icon:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: flex;
  justify-content: center;
}
.download-white {
  min-width: 14px;
  height: 14px;
  background-image: url("./media/download-white.svg");
}
.history-post {
  margin-bottom: 5px;
}
.history-post .collapse.show {
  max-height: 900px;
  overflow-x: hidden;
  overflow-y: auto;
}
.history-post .post {
  display: flex;
}
.history-post .user {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 20px;
}
.history-post .status {
  padding: 5px 15px;
  border-radius: 20px;
  margin: 0 0 0 10px;
  font-size: 11px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0.12px;
  text-align: center;
  min-width: 80px;
  right: 0;
}
.history-post .status.added {
  background-color: rgba(217, 253, 253, 0.76);
  color: #279799;
}
.history-post .status.edited {
  background-color: #fdf2edc2;
  color: #DB3434;
}
.history-post .status .add-heading {
  margin-bottom: 0;
}
.history-post .content {
  flex: 1;
}
.history-post .content p {
  display: block;
  font-size: 12px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0px;
  text-align: left;
}
.history-post .content p span {
  display: block;
  font-weight: 600;
  color: #000;
}
.history-post .content ul {
  padding-left: 30px;
  margin: 5px 0 5px;
}
.history-post .content ul li {
  font-size: 12px;
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0px;
  text-align: left;
  padding: 4px 0;
  color: #474A50;
  word-break: break-word;
}
.history-post .content ul li span {
  color: #000;
}
.history-post .content ul li strong {
  color: #000;
}
.history-post .content .date {
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 1;
  padding: 0 0 0 10px;
  opacity: 1;
  color: #56565C;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: right;
}
.history-post .content .date span {
  color: #0747A6;
  padding: 0 5px 0;
  margin-left: 0;
  text-transform: capitalize;
  font-weight: 400;
}
.history-post .h2,
.history-post h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
}
.history-post .add-heading {
  margin-bottom: 0;
  font-size: 15px;
  width: 100%;
  justify-content: space-between;
  cursor: default;
}
.history-post .add-heading:after {
  position: absolute;
  top: 15px;
  left: 140px;
  right: 80px;
}
.history-post .add-heading:before {
  display: none;
}
.btn-add-storage {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  z-index: 9;
  outline: 10px solid #ffff;
}
.btn-add-storage:focus {
  outline: 10px solid #ffff !important;
}
.protocol-status {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
}
.protocol-status:before {
  width: 12px;
  height: 12px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.protocol-status.approved:before {
  width: 14px;
  background-image: url("./media/protocol-approved.svg");
}
.protocol-status.rejected:before {
  background-image: url("./media/protocol-rejected.svg");
}
.protocol-status.pending:before {
  background-image: url("./media/protocol-pending.svg");
}
.selected-clones-wrap {
  display: flex;
  margin: 0 -4px;
  padding-bottom: 10px;
  flex-wrap: wrap;
  max-height: 518px;
  overflow-y: auto;
}
.selected-clones-wrap .selected-clone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin: 4px;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  box-shadow: 3px 4px 11.3px 0px #00000029;
}
.selected-clones-wrap .selected-clone .btn-close {
  margin-left: 10px;
  padding: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.variance-status-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #212529;
}
.variance-status {
  margin-top: 1px;
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.variance-status.low {
  background-color: #51A732;
}
.variance-status.medium {
  background-color: #E1AD01;
}
.variance-status.high {
  background-color: #CC252C;
}
.clone-phage-head {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.clone-phage-head label {
  padding-right: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #D2DBDE;
}
.paratop-form .cdrs-wrap .cdrs-btn {
  width: 80px;
}
.paratop-form .cdrs-wrap .cdrs-btn .add-minus {
  margin-left: 0;
}
.box-details-wrap .col-auto {
  flex: 0 0 14%;
  width: 14%;
}
@media (max-width:1599px) {
  .storage-container .template-name {
    width: 150px;
  }
  .view-wrapper .project-table {
    position: relative;
  }
  .view-wrapper .project-table:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 32px;
    z-index: 2;
    border-left: 1px solid #ddd;
  }
  .view-wrapper .project-table:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 32px;
    z-index: 2;
    border-right: 1px solid #ddd;
  }
  .storage-box .freezer-box.big-box .table-wrap.clone-selection-table {
    max-height: 300px;
  }
}
.experiment-allocation {
  margin: 50px auto;
  max-width: 650px;
}
.experiment-allocation .h3,
.experiment-allocation h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
.experiment-allocation p {
  font-size: 12px;
  margin-bottom: 20px;
}
.experiment-allocation .ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items {
  margin: 7px 8px 15px;
}
.experiment-allocation .experiment .list {
  display: flex;
  justify-content: flex-start;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  flex-direction: column;
}
.experiment-allocation .experiment .ex-list {
  max-height: 600px;
  overflow-y: auto;
}
.experiment-allocation .experiment .list-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px solid #CBCBCB;
}
.experiment-allocation .experiment .list-items:before,
.experiment-allocation .experiment .list-items:after {
  display: none;
}
.experiment-allocation .experiment .list-items:last-child {
  border-bottom: 0;
}
.experiment-allocation .add-btn {
  background-color: transparent;
  color: #2379C5;
  border: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.experiment-allocation .add-btn:before {
  background-image: url("./media/add-blue-icon.svg");
}
.experiment-allocation .add-btn:hover {
  background-color: #fff;
}
.experiment-allocation .add-btn.disabled {
  color: #BCBCBD;
  cursor: not-allowed;
}
.experiment-allocation .add-btn.disabled:before {
  filter: grayscale(100%);
}
.experiment-allocation .close {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin-left: 2px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("./media/close.svg");
  background-size: contain;
  cursor: pointer;
}
.w-1 {
  width: 1%;
}
.details .des {
  display: flex;
  max-width: 60%;
}
.details .des:before {
  content: "|";
  display: inline-block;
  padding-right: 10px;
  color: #e4e4e4;
  font-weight: 400;
}
.details .des span {
  max-width: 80%;
}
.tab-content label.add-heading {
  color: #000;
  font-size: 14px;
}
.select-disease {
  display: flex;
  font-size: 12px;
  margin-right: 10px;
  white-space: nowrap;
  align-items: center;
}
.select-disease label {
  padding-right: 15px;
}
.tab-wrapper .nav-link {
  cursor: pointer;
}
.tab-wrapper .nav-link.active {
  border-bottom: 3px solid #1F67FF;
}
.tab-wrapper .tab-content {
  margin: 0 -20px;
}
.study-list {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0;
}
.study-list li {
  padding: 10px 20px;
  font-size: 11px;
  border: 1px solid #EAE8E8;
  background: #FFFBFB;
}
.study-list li.active {
  color: #4A25C7;
  background: #F3EFFF;
  border: 1px solid #EAE8E8;
}
.protocol-tabs .nav-tabs {
  white-space: nowrap;
  overflow: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.protocol-tabs .nav-tabs .nav-link {
  display: inline-block;
}
.protocol-tabs .add-heading {
  margin-bottom: 0;
}
.table.disease-pgm-table tr th:first-child {
  width: 8%;
}
.table.disease-pgm-table tr th:nth-child(2) {
  width: 16%;
}
.table.disease-pgm-table tr th:nth-child(3) {
  width: 16%;
}
.table.disease-pgm-table tr th:nth-child(4) {
  width: 10%;
}
.table.disease-pgm-table tr th:nth-child(5) {
  width: 12%;
}
.table.disease-pgm-table tr th:nth-child(6) {
  width: 9%;
}
.table.disease-pgm-table tr th:nth-child(7) {
  width: 9%;
}
.table.disease-pgm-table tr th:nth-child(8) {
  width: 12%;
}
.table.disease-pgm-table tr th:nth-child(9) {
  width: 8%;
}
.study-alloc-table tr th:first-child {
  width: 30%;
}
.study-alloc-table tr th:nth-child(2) {
  width: 60%;
}
.study-allocation-table.project-table .project-ini-table tr:first-child .add-expand {
  left: -40px;
}
.study-allocation-table.project-table .project-ini-table tr .add-minus {
  position: absolute;
  left: -40px;
}
.study-allocation-table.project-table .project-ini-table tr .add-expand {
  left: -10px;
}
.dropdown-menu-project {
  width: 330px;
  top: 100%;
}
.dropdown-menu-project ul {
  margin: 5px 0;
}
.dropdown-menu-project li {
  border-bottom: 1px solid #D1D1D1;
}
.dropdown-menu-project li:last-child {
  border-bottom: none;
}
.dropdown-menu-project li a {
  padding: 10px 15px;
}
.dropdown-menu-project li a:hover {
  color: #0747A6 !important;
}
.form-container {
  margin: 50px auto;
  max-width: 420px;
  word-wrap: break-word;
}
.project-table .table {
  table-layout: fixed;
  border: 0;
}
.project-table .table .ngx-dropdown-container .ngx-dropdown-button:focus .display-text {
  color: #0747A6;
}
.project-table .table .ngx-dropdown-container .ngx-disabled {
  background-color: transparent;
  opacity: 0.6;
}
.project-table .table > :not(caption) > * > * {
  border: 0;
}
.project-table .table tr.selected td {
  background-color: #F0F7FF;
}
.project-table .table tr td:first-child,
.project-table .table tr th:first-child {
  width: 16%;
}
.project-table .table tr td:nth-child(2),
.project-table .table tr th:nth-child(2) {
  width: 21%;
}
.project-table .table tr td:nth-child(3),
.project-table .table tr th:nth-child(3) {
  width: 10%;
}
.project-table .table tr td:nth-child(4),
.project-table .table tr th:nth-child(4) {
  width: 12%;
}
.project-table .table tr td:nth-child(5),
.project-table .table tr th:nth-child(5) {
  width: 16%;
}
.project-table .table tr td:nth-child(6),
.project-table .table tr th:nth-child(6) {
  width: 15%;
}
.project-table .table tr td:nth-child(7),
.project-table .table tr th:nth-child(7) {
  width: 5%;
}
.project-table .table tr td:nth-child(8),
.project-table .table tr th:nth-child(8) {
  width: 9%;
}
.project-table .table th {
  border: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  background-color: #fff;
  white-space: nowrap;
}
.project-table .table td {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.22px;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-left: 0;
}
.project-table .table td:first-child {
  border-left: 1px solid #e0e0e0;
}
.project-table .table td:last-child {
  position: relative;
}
.project-table .plasmid-table tr:first-child .add-expand {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
}
.project-table .plasmid-table tr .add-minus {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-table .plasmid-table tr .add-expand {
  position: absolute;
  top: 0;
  left: 45px;
  bottom: 0;
  margin: auto;
}
.project-table .plasmid-table tr td:first-child,
.project-table .plasmid-table tr th:first-child {
  width: 14%;
}
.project-table .plasmid-table tr td:nth-child(2),
.project-table .plasmid-table tr th:nth-child(2) {
  width: 16%;
}
.project-table .plasmid-table tr td:nth-child(3),
.project-table .plasmid-table tr th:nth-child(3) {
  width: 12%;
}
.project-table .plasmid-table tr td:nth-child(4),
.project-table .plasmid-table tr th:nth-child(4) {
  width: 14%;
}
.project-table .plasmid-table tr td:nth-child(5),
.project-table .plasmid-table tr th:nth-child(5) {
  width: 12%;
}
.project-table .plasmid-table tr td:nth-child(6),
.project-table .plasmid-table tr th:nth-child(6) {
  width: 12%;
}
.project-table .plasmid-table tr td:nth-child(7),
.project-table .plasmid-table tr th:nth-child(7) {
  width: 6%;
}
.project-table .plasmid-table tr td:nth-child(8),
.project-table .plasmid-table tr th:nth-child(8) {
  width: 7%;
}
.project-table .plasmid-table tr td:nth-last-child(2) {
  border-right: 0;
}
.project-table .prep-amplification-table tr td:first-child,
.project-table .prep-amplification-table tr th:first-child {
  width: 14%;
}
.project-table .prep-amplification-table tr td:nth-child(2),
.project-table .prep-amplification-table tr th:nth-child(2) {
  width: 16%;
}
.project-table .prep-amplification-table tr td:nth-child(3),
.project-table .prep-amplification-table tr th:nth-child(3) {
  width: 12%;
}
.project-table .prep-amplification-table tr td:nth-child(4),
.project-table .prep-amplification-table tr th:nth-child(4) {
  width: 14%;
}
.project-table .prep-amplification-table tr td:nth-child(5),
.project-table .prep-amplification-table tr th:nth-child(5) {
  width: 12%;
}
.project-table .prep-amplification-table tr td:nth-child(6),
.project-table .prep-amplification-table tr th:nth-child(6) {
  width: 12%;
}
.project-table .prep-amplification-table tr td:nth-child(7),
.project-table .prep-amplification-table tr th:nth-child(7) {
  width: 6%;
}
.project-table .prep-amplification-table tr td:nth-child(8),
.project-table .prep-amplification-table tr th:nth-child(8) {
  width: 9%;
}
.project-table .prep-amplification-table tr .plasmid {
  align-items: center;
}
.project-table .antibody-plasmid-table tr td:first-child,
.project-table .antibody-plasmid-table tr th:first-child {
  width: 16%;
}
.project-table .antibody-plasmid-table tr td:nth-child(2),
.project-table .antibody-plasmid-table tr th:nth-child(2) {
  width: 16%;
}
.project-table .antibody-plasmid-table tr td:nth-child(3),
.project-table .antibody-plasmid-table tr th:nth-child(3) {
  width: 15%;
}
.project-table .antibody-plasmid-table tr td:nth-child(4),
.project-table .antibody-plasmid-table tr th:nth-child(4) {
  width: 12%;
}
.project-table .antibody-plasmid-table tr td:nth-child(5),
.project-table .antibody-plasmid-table tr th:nth-child(5) {
  width: 12%;
}
.project-table .antibody-plasmid-table tr td:nth-child(6),
.project-table .antibody-plasmid-table tr th:nth-child(6) {
  width: 12%;
}
.project-table .antibody-plasmid-table tr td:nth-child(7),
.project-table .antibody-plasmid-table tr th:nth-child(7) {
  width: 6%;
}
.project-table .antibody-plasmid-table tr td:nth-child(8),
.project-table .antibody-plasmid-table tr th:nth-child(8) {
  width: 9%;
}
.project-table .project-ini-table {
  border-collapse: separate;
  border-spacing: 0;
}
.project-table .project-ini-table tr td {
  border-top: 0;
}
.project-table .project-ini-table tr td:last-child {
  border-left: 0;
}
.project-table .project-ini-table tr td:nth-last-child(2) {
  border-right: 0;
}
.project-table .project-ini-table tr:first-child .add-expand {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
}
.project-table .project-ini-table tr td:last-child,
.project-table .project-ini-table tr td:nth-last-child(2),
.project-table .project-ini-table tr th:last-child,
.project-table .project-ini-table tr th:nth-last-child(2) {
  width: 5%;
}
.project-table .project-ini-table tr .add-minus {
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.project-table .project-ini-table tr .add-expand {
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 0;
  margin: auto;
}
.project-table .bact-table1 td:nth-child(3),
.project-table .bact-table1 th:nth-child(3),
.project-table .bact-table2 td:nth-child(3),
.project-table .bact-table2 th:nth-child(3) {
  width: 18% !important;
}
.project-table .bact-table1 td:nth-child(4),
.project-table .bact-table1 td:nth-child(5),
.project-table .bact-table1 th:nth-child(4),
.project-table .bact-table1 th:nth-child(5),
.project-table .bact-table2 td:nth-child(4),
.project-table .bact-table2 td:nth-child(5),
.project-table .bact-table2 th:nth-child(4),
.project-table .bact-table2 th:nth-child(5) {
  width: 20% !important;
}
.project-table .bact-table1 td:last-child,
.project-table .bact-table1 td:nth-last-child(2),
.project-table .bact-table1 th:last-child,
.project-table .bact-table1 th:nth-last-child(2),
.project-table .bact-table2 td:last-child,
.project-table .bact-table2 td:nth-last-child(2),
.project-table .bact-table2 th:last-child,
.project-table .bact-table2 th:nth-last-child(2) {
  width: 4%;
}
.project-table .ssdna-table tr td,
.project-table .ssdna-table tr th {
  width: 18% !important;
}
.project-table .ssdna-table tr td:nth-child(5),
.project-table .ssdna-table tr th:nth-child(5) {
  width: 26% !important;
}
.project-table .ssdna-table tr td:last-child,
.project-table .ssdna-table tr th:last-child {
  width: 10% !important;
}
.project-table .ssdna-table .plasmid-view .custom-tooltip {
  right: -30px;
  left: -30px;
}
.project-table .antigen-info-table tr:first-child .add-expand,
.project-table .bacteria-table-p4 tr:first-child .add-expand,
.project-table .compounds-table tr:first-child .add-expand,
.project-table .enrichment-table tr:first-child .add-expand,
.project-table .instrument-table tr:first-child .add-expand,
.project-table .plate-map-table tr:first-child .add-expand,
.project-table .pre-clearance-table tr:first-child .add-expand,
.project-table .reagents-table-p2 tr:first-child .add-expand,
.project-table .reagents-table-p3 tr:first-child .add-expand,
.project-table .reagents-table-p4 tr:first-child .add-expand,
.project-table .samples-table tr:first-child .add-expand,
.project-table .standards-table tr:first-child .add-expand {
  left: -20px;
}
.project-table .antigen-info-table td .add-minus,
.project-table .bacteria-table-p4 td .add-minus,
.project-table .compounds-table td .add-minus,
.project-table .enrichment-table td .add-minus,
.project-table .instrument-table td .add-minus,
.project-table .plate-map-table td .add-minus,
.project-table .pre-clearance-table td .add-minus,
.project-table .reagents-table-p2 td .add-minus,
.project-table .reagents-table-p3 td .add-minus,
.project-table .reagents-table-p4 td .add-minus,
.project-table .samples-table td .add-minus,
.project-table .standards-table td .add-minus {
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin-top: 13px;
  margin-left: 0;
}
.project-table .antigen-info-table td .add-expand,
.project-table .bacteria-table-p4 td .add-expand,
.project-table .compounds-table td .add-expand,
.project-table .enrichment-table td .add-expand,
.project-table .instrument-table td .add-expand,
.project-table .plate-map-table td .add-expand,
.project-table .pre-clearance-table td .add-expand,
.project-table .reagents-table-p2 td .add-expand,
.project-table .reagents-table-p3 td .add-expand,
.project-table .reagents-table-p4 td .add-expand,
.project-table .samples-table td .add-expand,
.project-table .standards-table td .add-expand {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin-top: 13px;
  margin-left: 0;
}
.project-table .antigen-info-table td:last-child,
.project-table .antigen-info-table td:nth-last-child(2),
.project-table .antigen-info-table th:last-child,
.project-table .antigen-info-table th:nth-last-child(2),
.project-table .bacteria-table-p4 td:last-child,
.project-table .bacteria-table-p4 td:nth-last-child(2),
.project-table .bacteria-table-p4 th:last-child,
.project-table .bacteria-table-p4 th:nth-last-child(2),
.project-table .compounds-table td:last-child,
.project-table .compounds-table td:nth-last-child(2),
.project-table .compounds-table th:last-child,
.project-table .compounds-table th:nth-last-child(2),
.project-table .enrichment-table td:last-child,
.project-table .enrichment-table td:nth-last-child(2),
.project-table .enrichment-table th:last-child,
.project-table .enrichment-table th:nth-last-child(2),
.project-table .instrument-table td:last-child,
.project-table .instrument-table td:nth-last-child(2),
.project-table .instrument-table th:last-child,
.project-table .instrument-table th:nth-last-child(2),
.project-table .plate-map-table td:last-child,
.project-table .plate-map-table td:nth-last-child(2),
.project-table .plate-map-table th:last-child,
.project-table .plate-map-table th:nth-last-child(2),
.project-table .pre-clearance-table td:last-child,
.project-table .pre-clearance-table td:nth-last-child(2),
.project-table .pre-clearance-table th:last-child,
.project-table .pre-clearance-table th:nth-last-child(2),
.project-table .reagents-table-p2 td:last-child,
.project-table .reagents-table-p2 td:nth-last-child(2),
.project-table .reagents-table-p2 th:last-child,
.project-table .reagents-table-p2 th:nth-last-child(2),
.project-table .reagents-table-p3 td:last-child,
.project-table .reagents-table-p3 td:nth-last-child(2),
.project-table .reagents-table-p3 th:last-child,
.project-table .reagents-table-p3 th:nth-last-child(2),
.project-table .reagents-table-p4 td:last-child,
.project-table .reagents-table-p4 td:nth-last-child(2),
.project-table .reagents-table-p4 th:last-child,
.project-table .reagents-table-p4 th:nth-last-child(2),
.project-table .samples-table td:last-child,
.project-table .samples-table td:nth-last-child(2),
.project-table .samples-table th:last-child,
.project-table .samples-table th:nth-last-child(2),
.project-table .standards-table td:last-child,
.project-table .standards-table td:nth-last-child(2),
.project-table .standards-table th:last-child,
.project-table .standards-table th:nth-last-child(2) {
  width: 40px !important;
}
.project-table .antigen-info-table td:nth-last-child(2),
.project-table .antigen-info-table th:nth-last-child(2),
.project-table .bacteria-table-p4 td:nth-last-child(2),
.project-table .bacteria-table-p4 th:nth-last-child(2),
.project-table .compounds-table td:nth-last-child(2),
.project-table .compounds-table th:nth-last-child(2),
.project-table .enrichment-table td:nth-last-child(2),
.project-table .enrichment-table th:nth-last-child(2),
.project-table .instrument-table td:nth-last-child(2),
.project-table .instrument-table th:nth-last-child(2),
.project-table .plate-map-table td:nth-last-child(2),
.project-table .plate-map-table th:nth-last-child(2),
.project-table .pre-clearance-table td:nth-last-child(2),
.project-table .pre-clearance-table th:nth-last-child(2),
.project-table .reagents-table-p2 td:nth-last-child(2),
.project-table .reagents-table-p2 th:nth-last-child(2),
.project-table .reagents-table-p3 td:nth-last-child(2),
.project-table .reagents-table-p3 th:nth-last-child(2),
.project-table .reagents-table-p4 td:nth-last-child(2),
.project-table .reagents-table-p4 th:nth-last-child(2),
.project-table .samples-table td:nth-last-child(2),
.project-table .samples-table th:nth-last-child(2),
.project-table .standards-table td:nth-last-child(2),
.project-table .standards-table th:nth-last-child(2) {
  border-right: none !important;
}
.project-table .reagents-table-p2 td:nth-child(2),
.project-table .reagents-table-p2 td:nth-child(3),
.project-table .reagents-table-p2 td:nth-child(6),
.project-table .reagents-table-p2 td:nth-child(7),
.project-table .reagents-table-p2 th:nth-child(2),
.project-table .reagents-table-p2 th:nth-child(3),
.project-table .reagents-table-p2 th:nth-child(6),
.project-table .reagents-table-p2 th:nth-child(7) {
  width: 12% !important;
}
.project-table .reagents-table-p2 td:nth-child(4),
.project-table .reagents-table-p2 th:nth-child(4) {
  width: 13% !important;
}
.project-table .reagents-table-p2 td:nth-child(5),
.project-table .reagents-table-p2 th:nth-child(5) {
  width: 15% !important;
}
.project-table .reagents-table-p2 td:nth-child(7),
.project-table .reagents-table-p2 th:nth-child(7) {
  text-align: center;
}
.project-table .reagents-table-p3 td:first-child,
.project-table .reagents-table-p3 th:first-child {
  width: 180px !important;
}
.project-table .reagents-table-p3 td:nth-child(3),
.project-table .reagents-table-p3 th:nth-child(3) {
  width: 215px !important;
}
.project-table .reagents-table-p3 td:nth-child(2),
.project-table .reagents-table-p3 td:nth-child(4),
.project-table .reagents-table-p3 td:nth-child(5),
.project-table .reagents-table-p3 td:nth-child(6),
.project-table .reagents-table-p3 td:nth-child(7),
.project-table .reagents-table-p3 th:nth-child(2),
.project-table .reagents-table-p3 th:nth-child(4),
.project-table .reagents-table-p3 th:nth-child(5),
.project-table .reagents-table-p3 th:nth-child(6),
.project-table .reagents-table-p3 th:nth-child(7) {
  width: 130px !important;
}
.project-table .reagents-table-p3 td:nth-child(8),
.project-table .reagents-table-p3 th:nth-child(8) {
  width: 150px !important;
}
.project-table .reagents-table-p3 td:nth-child(9),
.project-table .reagents-table-p3 td:nth-child(10),
.project-table .reagents-table-p3 th:nth-child(9),
.project-table .reagents-table-p3 th:nth-child(10) {
  width: 40px !important;
}
.project-table .reagents-table-p4 td:nth-child(2),
.project-table .reagents-table-p4 th:nth-child(2) {
  width: 20% !important;
}
.project-table .reagents-table-p4 td:nth-child(4),
.project-table .reagents-table-p4 td:nth-child(5),
.project-table .reagents-table-p4 th:nth-child(4),
.project-table .reagents-table-p4 th:nth-child(5) {
  width: 13% !important;
}
.project-table .reagents-table-p4 td:nth-child(3),
.project-table .reagents-table-p4 td:nth-child(6),
.project-table .reagents-table-p4 th:nth-child(3),
.project-table .reagents-table-p4 th:nth-child(6) {
  width: 10% !important;
}
.project-table .reagents-table-p4 td:nth-child(7),
.project-table .reagents-table-p4 th:nth-child(7) {
  width: 14% !important;
}
.project-table .bacteria-table-p4::-webkit-scrollbar-track {
  margin-top: 50px;
}
.project-table .bacteria-table-p4 td:first-child,
.project-table .bacteria-table-p4 th:first-child {
  min-width: 200px !important;
  width: 20% !important;
}
.project-table .bacteria-table-p4 td:nth-child(4),
.project-table .bacteria-table-p4 th:nth-child(4) {
  width: 18%;
  min-width: 165px !important;
}
.project-table .bacteria-table-p4 td:nth-child(5),
.project-table .bacteria-table-p4 td:nth-child(7),
.project-table .bacteria-table-p4 th:nth-child(5),
.project-table .bacteria-table-p4 th:nth-child(7) {
  width: 140px !important;
}
.project-table .bacteria-table-p4 td:nth-child(2),
.project-table .bacteria-table-p4 th:nth-child(2) {
  width: 120px !important;
}
.project-table .bacteria-table-p4 td:nth-child(6),
.project-table .bacteria-table-p4 th:nth-child(6) {
  width: 115px !important;
}
.project-table .bacteria-table-p4 td:nth-child(3),
.project-table .bacteria-table-p4 th:nth-child(3) {
  width: 130px !important;
}
.project-table .annealing-table-2 td,
.project-table .annealing-table-2 th {
  width: 15% !important;
}
.project-table .annealing-table-2 td:nth-child(3),
.project-table .annealing-table-2 th:nth-child(3) {
  width: 25% !important;
}
.project-table .dna-qc-table-1 td:first-child,
.project-table .dna-qc-table-1 td:nth-child(2),
.project-table .dna-qc-table-1 th:first-child,
.project-table .dna-qc-table-1 th:nth-child(2) {
  width: 30% !important;
}
.project-table .dna-qc-table-1 td:nth-child(3),
.project-table .dna-qc-table-1 th:nth-child(3) {
  width: 40% !important;
}
.project-table .dna-qc-table td:first-child,
.project-table .dna-qc-table td:nth-child(4),
.project-table .dna-qc-table th:first-child,
.project-table .dna-qc-table th:nth-child(4) {
  width: 32% !important;
}
.project-table .dna-qc-table td:nth-child(2),
.project-table .dna-qc-table td:nth-child(3),
.project-table .dna-qc-table th:nth-child(2),
.project-table .dna-qc-table th:nth-child(3) {
  width: 18% !important;
}
.project-table .dsdna-info-table.table td,
.project-table .dsdna-info-table.table th {
  width: 14% !important;
}
.project-table .dsdna-info-table.table td:first-child,
.project-table .dsdna-info-table.table th:first-child {
  width: 16% !important;
}
.project-table .titration-library-table.table td:nth-child(2),
.project-table .titration-library-table.table td:nth-child(6),
.project-table .titration-library-table.table th:nth-child(2),
.project-table .titration-library-table.table th:nth-child(6) {
  width: 13% !important;
}
.project-table .titration-library-table.table td:nth-child(7),
.project-table .titration-library-table.table th:nth-child(7) {
  width: 16% !important;
}
.project-table .titration-library-table.table td:last-child,
.project-table .titration-library-table.table th:last-child {
  width: 6% !important;
}
.project-table .titration-library-table.table .upload-blue .custom-tooltip {
  width: 210px;
  left: auto;
}
.project-table .titration-library-table.table .upload-blue .custom-tooltip:after {
  right: 32px;
  left: auto;
}
.project-table .phage-library-table.table {
  table-layout: initial;
}
.project-table .phage-library-table.table td,
.project-table .phage-library-table.table th {
  width: 22% !important;
}
.project-table .phage-library-table.table td:first-child,
.project-table .phage-library-table.table th:first-child {
  width: 30% !important;
}
.project-table .phage-library-table.table td:last-child,
.project-table .phage-library-table.table th:last-child {
  width: 10% !important;
}
.project-table .table.temp-ssdna-table td:nth-child(2),
.project-table .table.temp-ssdna-table th:nth-child(2) {
  width: 10%;
}
.project-table .dna-extraction-table.table td:first-child,
.project-table .dna-extraction-table.table td:nth-child(3),
.project-table .dna-extraction-table.table th:first-child,
.project-table .dna-extraction-table.table th:nth-child(3) {
  width: 16%;
}
.project-table .dna-extraction-table.table td:nth-child(2),
.project-table .dna-extraction-table.table th:nth-child(2) {
  width: 5% !important;
}
.project-table .dna-extraction-table.table td:nth-child(4),
.project-table .dna-extraction-table.table th:nth-child(4) {
  width: 12% !important;
}
.project-table .dna-extraction-table.table td:last-child,
.project-table .dna-extraction-table.table td:nth-child(5),
.project-table .dna-extraction-table.table td:nth-child(6),
.project-table .dna-extraction-table.table th:last-child,
.project-table .dna-extraction-table.table th:nth-child(5),
.project-table .dna-extraction-table.table th:nth-child(6) {
  width: 10% !important;
}
.project-table .clone-selection-pr-7 td:nth-child(5),
.project-table .clone-selection-pr-7 th:nth-child(5) {
  width: 12% !important;
}
.project-table .clone-selection-pr-7 td:last-child,
.project-table .clone-selection-pr-7 th:last-child {
  width: 6% !important;
}
.project-table .instrument-table td:first-child,
.project-table .instrument-table td:nth-child(2),
.project-table .instrument-table td:nth-child(3),
.project-table .instrument-table th:first-child,
.project-table .instrument-table th:nth-child(2),
.project-table .instrument-table th:nth-child(3) {
  width: 14% !important;
}
.project-table .instrument-table td:nth-child(4),
.project-table .instrument-table th:nth-child(4) {
  width: 7% !important;
}
.project-table .instrument-table td:nth-child(5),
.project-table .instrument-table th:nth-child(5) {
  width: 14% !important;
}
.project-table .instrument-table td:nth-child(6),
.project-table .instrument-table th:nth-child(6) {
  width: 12% !important;
}
.project-table .instrument-table td:nth-child(7),
.project-table .instrument-table th:nth-child(7) {
  width: 18% !important;
}
.project-table .compounds-table th:first-child {
  padding-left: 9px;
}
.project-table .compounds-table td:first-child,
.project-table .compounds-table th:first-child {
  width: 35px !important;
  position: sticky;
  z-index: 4;
  left: 0;
}
.project-table .compounds-table td:nth-child(2),
.project-table .compounds-table td:nth-child(3),
.project-table .compounds-table td:nth-child(10),
.project-table .compounds-table th:nth-child(2),
.project-table .compounds-table th:nth-child(3),
.project-table .compounds-table th:nth-child(10) {
  width: 135px !important;
}
.project-table .compounds-table td:nth-child(4),
.project-table .compounds-table th:nth-child(4) {
  width: 100px !important;
}
.project-table .compounds-table td:nth-child(5),
.project-table .compounds-table th:nth-child(5) {
  width: 200px !important;
}
.project-table .compounds-table td:nth-child(6),
.project-table .compounds-table td:nth-child(7),
.project-table .compounds-table th:nth-child(6),
.project-table .compounds-table th:nth-child(7) {
  width: 100px !important;
}
.project-table .compounds-table td:nth-child(8),
.project-table .compounds-table th:nth-child(8) {
  width: 180px !important;
}
.project-table .compounds-table td:nth-child(9),
.project-table .compounds-table th:nth-child(9) {
  width: 250px;
}
.project-table .compounds-table td:last-child,
.project-table .compounds-table td:nth-last-child(2),
.project-table .compounds-table th:last-child,
.project-table .compounds-table th:nth-last-child(2) {
  position: sticky;
  z-index: 4;
  right: 0;
}
.project-table .compounds-table td:nth-last-child(2),
.project-table .compounds-table th:nth-last-child(2) {
  right: 60px;
}
.project-table .compounds-table td:nth-last-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  border-left: 1px solid #e0e0e0;
}
.project-table .samples-table th:first-child {
  padding-left: 9px;
}
.project-table .samples-table td:first-child,
.project-table .samples-table th:first-child {
  width: 35px !important;
  position: sticky;
  z-index: 4;
  left: 0;
}
.project-table .samples-table td:nth-child(2),
.project-table .samples-table td:nth-child(3),
.project-table .samples-table td:nth-child(5),
.project-table .samples-table td:nth-child(6),
.project-table .samples-table td:nth-child(7),
.project-table .samples-table td:nth-child(11),
.project-table .samples-table td:nth-child(12),
.project-table .samples-table th:nth-child(2),
.project-table .samples-table th:nth-child(3),
.project-table .samples-table th:nth-child(5),
.project-table .samples-table th:nth-child(6),
.project-table .samples-table th:nth-child(7),
.project-table .samples-table th:nth-child(11),
.project-table .samples-table th:nth-child(12) {
  width: 120px !important;
}
.project-table .samples-table td:nth-child(4),
.project-table .samples-table th:nth-child(4) {
  width: 260px !important;
}
.project-table .samples-table td:nth-child(8),
.project-table .samples-table th:nth-child(8) {
  width: 180px !important;
}
.project-table .samples-table td:nth-child(9),
.project-table .samples-table td:nth-child(10),
.project-table .samples-table th:nth-child(9),
.project-table .samples-table th:nth-child(10) {
  width: 100px !important;
}
.project-table .samples-table td:nth-child(13),
.project-table .samples-table td:nth-child(14),
.project-table .samples-table th:nth-child(13),
.project-table .samples-table th:nth-child(14) {
  width: 160px !important;
}
.project-table .samples-table td:last-child,
.project-table .samples-table td:nth-last-child(2),
.project-table .samples-table th:last-child,
.project-table .samples-table th:nth-last-child(2) {
  position: sticky;
  z-index: 4;
  right: 0;
}
.project-table .samples-table td:nth-last-child(2),
.project-table .samples-table th:nth-last-child(2) {
  right: 60px;
}
.project-table .samples-table td:nth-last-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  border-left: 1px solid #e0e0e0;
}
.project-table .copy-paste-table tr:first-child .add-expand {
  left: 0 !important;
}
.project-table .copy-paste-table td:last-child,
.project-table .copy-paste-table td:nth-last-child(2),
.project-table .copy-paste-table th:last-child,
.project-table .copy-paste-table th:nth-last-child(2) {
  width: 60px !important;
}
.project-table .copy-paste-table td .add-minus,
.project-table .copy-paste-table th .add-minus {
  left: 0 !important;
}
.project-table .copy-paste-table td .add-expand,
.project-table .copy-paste-table th .add-expand {
  left: 25px !important;
}
.project-table .standards-table th:first-child {
  padding-left: 9px;
}
.project-table .standards-table td:first-child,
.project-table .standards-table th:first-child {
  width: 35px !important;
}
.project-table .standards-table td:nth-child(2),
.project-table .standards-table th:nth-child(2) {
  width: 15% !important;
}
.project-table .standards-table td:nth-child(3),
.project-table .standards-table td:nth-child(4),
.project-table .standards-table th:nth-child(3),
.project-table .standards-table th:nth-child(4) {
  width: 40% !important;
}
.project-table .plate-map-table th:first-child {
  padding-left: 9px;
}
.project-table .plate-map-table td:first-child,
.project-table .plate-map-table th:first-child {
  width: 35px !important;
}
.project-table .plate-map-table td:nth-child(2),
.project-table .plate-map-table th:nth-child(2) {
  width: 15% !important;
}
.project-table .plate-map-table td:nth-child(3),
.project-table .plate-map-table td:nth-child(4),
.project-table .plate-map-table td:nth-child(5),
.project-table .plate-map-table td:nth-child(6),
.project-table .plate-map-table td:nth-child(7),
.project-table .plate-map-table th:nth-child(3),
.project-table .plate-map-table th:nth-child(4),
.project-table .plate-map-table th:nth-child(5),
.project-table .plate-map-table th:nth-child(6),
.project-table .plate-map-table th:nth-child(7) {
  width: 18% !important;
}
.project-table .antigen-info-table td:first-child,
.project-table .antigen-info-table td:nth-child(2),
.project-table .antigen-info-table td:nth-child(3),
.project-table .antigen-info-table td:nth-child(4),
.project-table .antigen-info-table td:nth-child(5),
.project-table .antigen-info-table th:first-child,
.project-table .antigen-info-table th:nth-child(2),
.project-table .antigen-info-table th:nth-child(3),
.project-table .antigen-info-table th:nth-child(4),
.project-table .antigen-info-table th:nth-child(5) {
  width: 18% !important;
}
.project-table .antigen-info-table td:last-child,
.project-table .antigen-info-table td:nth-last-child(2),
.project-table .antigen-info-table th:last-child,
.project-table .antigen-info-table th:nth-last-child(2) {
  width: 40px !important;
}
.project-table .enrichment-table.table {
  max-height: 300px;
  max-width: 800px;
}
.project-table .enrichment-table td:first-child,
.project-table .enrichment-table td:nth-child(2),
.project-table .enrichment-table td:nth-child(3),
.project-table .enrichment-table th:first-child,
.project-table .enrichment-table th:nth-child(2),
.project-table .enrichment-table th:nth-child(3) {
  width: 27% !important;
}
.project-table .enrichment-table td:last-child,
.project-table .enrichment-table td:nth-last-child(2),
.project-table .enrichment-table th:last-child,
.project-table .enrichment-table th:nth-last-child(2) {
  width: 8% !important;
}
.project-table .enrichment-table td .add-minus {
  left: 5px;
}
.project-table .enrichment-table td .add-expand {
  left: 35px;
}
.project-table .enrichment-table tr:first-child .add-expand {
  left: 5px;
}
.project-table .pre-clearance-table td:first-child,
.project-table .pre-clearance-table td:nth-child(2),
.project-table .pre-clearance-table td:nth-child(3),
.project-table .pre-clearance-table td:nth-child(4),
.project-table .pre-clearance-table th:first-child,
.project-table .pre-clearance-table th:nth-child(2),
.project-table .pre-clearance-table th:nth-child(3),
.project-table .pre-clearance-table th:nth-child(4) {
  width: 24% !important;
}
.project-table .pre-clearance-table td:last-child,
.project-table .pre-clearance-table td:nth-last-child(2),
.project-table .pre-clearance-table th:last-child,
.project-table .pre-clearance-table th:nth-last-child(2) {
  width: 4% !important;
}
.project-table .sticky-col {
  position: sticky;
  z-index: 4;
}
.project-table .sticky-table-head {
  position: sticky;
  z-index: 5;
  top: 0;
}
.project-table td.sticky-col:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-bottom: 1px solid #e0e0e0;
}
.project-table td.sticky-col:after {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  content: "";
  border-right: 1px solid #e0e0e0;
}
.project-table .form-v-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
.project-table .table.calculation-form {
  table-layout: auto;
}
.project-table .table.calculation-form td:first-child,
.project-table .table.calculation-form th:first-child {
  left: 1px;
  width: 30px;
  border-bottom: none;
}
.project-table .table.calculation-form td:nth-child(2),
.project-table .table.calculation-form th:nth-child(2) {
  left: 31px;
  width: 65px;
  min-width: 65px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.calculation-form td:nth-child(3),
.project-table .table.calculation-form th:nth-child(3) {
  left: 96px;
  width: 62px;
  min-width: 62px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.calculation-form td:nth-child(4),
.project-table .table.calculation-form th:nth-child(4) {
  left: 158px;
  width: 190px;
  min-width: 190px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.calculation-form td:nth-child(5),
.project-table .table.calculation-form th:nth-child(5) {
  left: 348px;
  width: 110px;
  min-width: 110px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.calculation-form td:nth-child(6),
.project-table .table.calculation-form th:nth-child(6) {
  left: 458px;
  width: 115px;
  min-width: 115px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.calculation-form td:last-child,
.project-table .table.calculation-form th:last-child {
  position: sticky;
  right: 0;
  width: 102px;
  min-width: 102px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.calculation-form td:nth-last-child(2),
.project-table .table.calculation-form th:nth-last-child(2) {
  right: 102px;
  width: 72px;
  min-width: 72px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.calculation-form td:nth-last-child(2):after,
.project-table .table.calculation-form th:nth-last-child(2):after {
  right: auto;
  left: -1px;
}
.project-table .table.cv-form {
  table-layout: auto;
}
.project-table .table.cv-form td:first-child,
.project-table .table.cv-form th:first-child {
  left: 1px;
  width: 30px;
  border-bottom: none;
}
.project-table .table.cv-form td:nth-child(2),
.project-table .table.cv-form th:nth-child(2) {
  left: 31px;
  width: 65px;
  min-width: 65px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.cv-form td:nth-child(3),
.project-table .table.cv-form th:nth-child(3) {
  left: 96px;
  width: 62px;
  min-width: 62px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.cv-form td:nth-child(4),
.project-table .table.cv-form th:nth-child(4) {
  left: 158px;
  width: 110px;
  min-width: 110px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.cv-form td:nth-child(5),
.project-table .table.cv-form th:nth-child(5) {
  left: 268px;
  width: 190px;
  min-width: 190px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.cv-form td:nth-child(6),
.project-table .table.cv-form th:nth-child(6) {
  left: 458px;
  width: 115px;
  min-width: 115px;
  border-left: none;
  border-bottom: none;
}
.project-table .table.cv-form td:nth-child(7),
.project-table .table.cv-form th:nth-child(7) {
  left: 573px;
  width: 160px;
  min-width: 160px;
  border-left: none;
  border-bottom: none;
}
.project-table .clone-selection-table td:first-child,
.project-table .clone-selection-table td:nth-child(2),
.project-table .clone-selection-table th:first-child,
.project-table .clone-selection-table th:nth-child(2) {
  width: 16% !important;
}
.project-table .clone-selection-table td:nth-child(3),
.project-table .clone-selection-table td:nth-child(4),
.project-table .clone-selection-table td:nth-child(5),
.project-table .clone-selection-table td:nth-child(6),
.project-table .clone-selection-table th:nth-child(3),
.project-table .clone-selection-table th:nth-child(4),
.project-table .clone-selection-table th:nth-child(5),
.project-table .clone-selection-table th:nth-child(6) {
  width: 10%;
}
.project-table .clone-selection-table td:nth-child(7),
.project-table .clone-selection-table th:nth-child(7) {
  width: 11% !important;
}
.project-table .clone-selection-table td:last-child,
.project-table .clone-selection-table th:last-child {
  width: 5% !important;
}
.project-table .table.enzymatic-table td,
.project-table .table.enzymatic-table th {
  width: 13% !important;
}
.project-table .table.enzymatic-table td:first-child,
.project-table .table.enzymatic-table th:first-child {
  width: 24% !important;
}
.project-table .table.enzymatic-table td:nth-child(3),
.project-table .table.enzymatic-table td:nth-child(4),
.project-table .table.enzymatic-table td:nth-child(5),
.project-table .table.enzymatic-table th:nth-child(3),
.project-table .table.enzymatic-table th:nth-child(4),
.project-table .table.enzymatic-table th:nth-child(5) {
  width: 8% !important;
}
.project-table .table.enzymatic-table td:last-child .form-control {
  text-align: center;
}
.project-table .table.enzymatic-table tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
.project-table .table.enzymatic-table tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
.project-table .table.enzymatic-table-2 {
  position: sticky;
  bottom: 0;
  border-top: 1px solid #e0e0e0;
}
.project-table .table.enzymatic-table-2 tr:first-child td {
  border-top: none;
}
.project-table .table.enzymatic-table-2 tr:first-child td:first-child {
  border-bottom-left-radius: 0;
}
.project-table .table.enzymatic-table-2 tr:first-child td:last-child {
  border-bottom-right-radius: 0;
}
.project-table .table.enzymatic-table-2 tr:first-child td:last-child .form-control {
  font-weight: 600;
  font-size: 14px;
  line-height: 16.94px;
  letter-spacing: 0px;
  text-align: center;
  color: #0747A6;
  border: none;
  background-color: transparent;
}
.project-table .table.enzymatic-table-2 td:first-child,
.project-table .table.enzymatic-table-2 th:first-child {
  width: auto;
}
.project-table .table.enzymatic-table-2 td:last-child,
.project-table .table.enzymatic-table-2 th:last-child {
  width: 13%;
}
.project-table .error-list-table {
  max-height: 200px;
  overflow-y: auto;
  display: block;
  border-bottom: 1px solid #ddd;
}
.project-table .error-list-table th {
  position: sticky;
  top: 0;
  z-index: 2;
}
.project-table .error-list-table td:first-child,
.project-table .error-list-table th:first-child {
  width: 1% !important;
}
.project-table .error-list-table td {
  vertical-align: top;
}
.project-table .error-list-table p {
  margin-bottom: 10px;
}
.project-table .error-list-table p:last-child {
  margin-bottom: 0;
}
.well-details.phage-clone-table.with-out .table,
.well-details.plate-details-section .table {
  display: block;
  max-height: 500px;
  overflow-y: auto;
  border-bottom: 1px solid #e0e0e0;
}
.well-details.phage-clone-table.with-out .table thead,
.well-details.plate-details-section .table thead {
  position: sticky;
  z-index: 2;
  top: 0;
}
.well-details.phage-clone-table.with-out .table thead:after,
.well-details.plate-details-section .table thead:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-radius: 5px;
  border-bottom: 1px solid #e0e0e0;
}
.well-details.phage-clone-table.with-out ::-webkit-scrollbar-track,
.well-details.plate-details-section ::-webkit-scrollbar-track {
  margin-top: 32px;
}
.well-details.phage-clone-table.with-out .table {
  max-height: 200px;
}
.bacteria-table-p4::-webkit-scrollbar-track,
.dsdna-info-table::-webkit-scrollbar-track,
.phage-library-table::-webkit-scrollbar-track,
.titration-library-table::-webkit-scrollbar-track {
  margin-top: 32px;
}
.bacteria-table-p4.table,
.dsdna-info-table.table,
.phage-library-table.table,
.titration-library-table.table {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 5px;
}
.bacteria-table-p4.table thead,
.dsdna-info-table.table thead,
.phage-library-table.table thead,
.titration-library-table.table thead {
  position: sticky;
  z-index: 2;
  top: 0;
}
.bacteria-table-p4.table thead:after,
.dsdna-info-table.table thead:after,
.phage-library-table.table thead:after,
.titration-library-table.table thead:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-radius: 5px;
  border-bottom: 1px solid #e0e0e0;
}
.selected-clone-antigen-table {
  table-layout: initial !important;
}
.selected-clone-antigen-table tbody td:last-child,
.selected-clone-antigen-table tbody th:last-child {
  width: 5%;
  text-align: center;
}
.copy-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  align-items: center;
  width: 200px;
  left: 50%;
  margin-left: -125px;
  bottom: 10px;
  z-index: 5;
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #fff;
  border-top: 1px solid #DDDDDD;
  box-shadow: 3px 4px 11.3px 0px #00000029;
}
.copy-wrap .copy-btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #212529;
  background-color: transparent;
  border: none;
}
.copy-wrap .btn-close {
  padding: 2px;
  width: 10px;
  height: 10px;
}
.search-with-icon {
  background: url("./media/search.svg") right 10px center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
#fileList {
  margin: 0 -5px;
}
#fileList > span {
  padding: 10px 15px;
  margin: 10px 5px !important;
  float: left;
  white-space: nowrap;
  width: 48%;
  border: 1px solid #CECECE80;
  border-radius: 4px;
}
#fileList > span .fa:before {
  content: "";
  display: inline-block;
  background-size: contain;
  cursor: pointer;
}
#fileList > span .fa-file:before {
  margin-right: 8px;
  height: 13px;
  width: 11px;
  background-image: url("./media/file-icon.svg");
}
#fileList > span .fa-eye:before {
  margin-top: 4px;
  height: 11px;
  width: 16px;
  background-image: url("./media/view-icon.svg");
}
#fileList > span .fa-trash {
  margin-left: auto !important;
}
#fileList > span .fa-trash:before {
  height: 9px;
  width: 9px;
  background-image: url("./media/close-icon.svg");
}
.antibody-qc-table tr td:last-child {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.qc-table tr td:first-child,
.qc-table tr th:first-child {
  width: 18%;
}
.qc-table tr td:nth-child(2),
.qc-table tr th:nth-child(2) {
  width: 12%;
}
.qc-table tr td:nth-child(3),
.qc-table tr th:nth-child(3) {
  width: 10%;
}
.qc-table tr td:nth-child(4),
.qc-table tr th:nth-child(4) {
  width: 10%;
}
.qc-table tr td:nth-child(5),
.qc-table tr th:nth-child(5) {
  width: 10%;
}
.qc-table tr td:nth-child(6),
.qc-table tr th:nth-child(6) {
  width: 12%;
}
.qc-table tr td:nth-child(7),
.qc-table tr th:nth-child(7) {
  width: 12%;
}
.qc-table tr td {
  vertical-align: top;
}
.glycerol-listing-table tr td .truncate-wrapper,
.glycerol-listing-table tr th .truncate-wrapper {
  max-width: 110px;
}
.glycerol-listing-table tr td:first-child,
.glycerol-listing-table tr th:first-child {
  width: 10%;
}
.glycerol-listing-table tr td:nth-child(2),
.glycerol-listing-table tr th:nth-child(2) {
  width: 11%;
}
.glycerol-listing-table tr td:nth-child(3),
.glycerol-listing-table tr th:nth-child(3) {
  width: 8%;
}
.glycerol-listing-table tr td:nth-child(4),
.glycerol-listing-table tr th:nth-child(4) {
  width: 8%;
}
.glycerol-listing-table tr td:nth-child(5),
.glycerol-listing-table tr th:nth-child(5) {
  width: 9%;
}
.glycerol-listing-table tr td:nth-child(6),
.glycerol-listing-table tr th:nth-child(6) {
  width: 18%;
}
.glycerol-listing-table tr td:nth-child(7),
.glycerol-listing-table tr th:nth-child(7) {
  width: 12%;
}
.glycerol-listing-table tr td:nth-child(8),
.glycerol-listing-table tr th:nth-child(8) {
  width: 8%;
}
.glycerol-listing-table tr td:nth-child(9),
.glycerol-listing-table tr th:nth-child(9) {
  width: 9%;
}
.glycerol-listing-table tr td:nth-child(10),
.glycerol-listing-table tr th:nth-child(10) {
  width: 7%;
}
.extracted-listing-table .truncate-wrapper .title-truncate {
  max-width: 160px;
}
.extracted-listing-table tr td:first-child,
.extracted-listing-table tr th:first-child {
  width: 11%;
}
.extracted-listing-table tr td:nth-child(2),
.extracted-listing-table tr th:nth-child(2) {
  width: 15%;
}
.extracted-listing-table tr td:nth-child(3),
.extracted-listing-table tr th:nth-child(3) {
  width: 9%;
}
.extracted-listing-table tr td:nth-child(4),
.extracted-listing-table tr th:nth-child(4) {
  width: 9%;
}
.extracted-listing-table tr td:nth-child(5),
.extracted-listing-table tr th:nth-child(5) {
  width: 10%;
}
.extracted-listing-table tr td:nth-child(6),
.extracted-listing-table tr th:nth-child(6) {
  width: 22%;
}
.extracted-listing-table tr td:nth-child(7),
.extracted-listing-table tr th:nth-child(7) {
  width: 8%;
}
.extracted-listing-table tr td:nth-child(8),
.extracted-listing-table tr th:nth-child(8) {
  width: 9%;
}
.extracted-listing-table tr td:nth-child(9),
.extracted-listing-table tr th:nth-child(9) {
  width: 7%;
}
.experimental-table tr:first-child .add-expand {
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
}
.experimental-table tr .add-minus {
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.experimental-table tr .add-expand {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
}
.experimental-table tr td:first-child,
.experimental-table tr th:first-child {
  width: 25%;
}
.experimental-table tr td:nth-child(2),
.experimental-table tr th:nth-child(2) {
  width: 20%;
}
.experimental-table tr td:nth-child(3),
.experimental-table tr th:nth-child(3) {
  width: 15%;
}
.experimental-table tr td:nth-child(4),
.experimental-table tr th:nth-child(4) {
  width: 15%;
}
.experimental-table tr td:nth-child(5),
.experimental-table tr th:nth-child(5) {
  width: 15%;
}
.experimental-table tr td:nth-child(6),
.experimental-table tr th:nth-child(6) {
  width: 5%;
}
.experimental-table tr td:nth-child(7),
.experimental-table tr th:nth-child(7) {
  width: 5%;
}
.experimental-table tr td:last-child,
.experimental-table tr th:last-child {
  position: relative;
  width: 2%;
}
.experimental-table tr td:nth-last-child(2),
.experimental-table tr th:nth-last-child(2) {
  border-right: 0;
}
.result-table tr td:first-child,
.result-table tr th:first-child {
  width: 21%;
}
.result-table tr td:nth-child(2),
.result-table tr th:nth-child(2) {
  width: 20%;
}
.result-table tr td:nth-child(3),
.result-table tr th:nth-child(3) {
  width: 10%;
}
.result-table tr td:nth-child(4),
.result-table tr th:nth-child(4) {
  width: 15%;
}
.result-table tr td:nth-child(5),
.result-table tr th:nth-child(5) {
  width: 12%;
}
.result-table tr td:nth-child(6),
.result-table tr th:nth-child(6) {
  width: 12%;
}
.result-table tr td:nth-child(7),
.result-table tr th:nth-child(7) {
  width: 10%;
}
.bacterial-stock-table .table {
  border: 0;
}
.bacterial-stock-table .table tr th span {
  text-transform: lowercase;
}
.bacterial-stock-table .table tr th:first-child {
  width: 12%;
}
.bacterial-stock-table .table tr th:nth-child(2) {
  width: 14%;
}
.bacterial-stock-table .table tr th:nth-child(3) {
  width: 10%;
}
.bacterial-stock-table .table tr th:nth-child(4) {
  width: 12%;
}
.bacterial-stock-table .table tr th:nth-child(5) {
  width: 9%;
}
.bacterial-stock-table .table tr th:nth-child(6) {
  width: 10%;
}
.bacterial-stock-table .table tr th:nth-child(7) {
  width: 12%;
}
.bacterial-stock-table .table tr th:nth-child(8) {
  width: 12%;
}
.bacterial-stock-table .table tr th:nth-child(9) {
  width: 9%;
}
.bacterial-stock-table .table th {
  border: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  background-color: #fff;
  white-space: nowrap;
}
.bacterial-stock-table .table td {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.22px;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-left: 0;
}
.product-tab-wrapper {
  position: relative;
}
.product-tab-wrapper .table-header {
  position: absolute;
  left: 150px;
  top: -44px;
}
.product-tab-wrapper .update-status .custom-tooltip {
  left: -40px;
  right: -40px;
}
.history-tab .custom-tooltip {
  left: -15px;
  right: -15px;
}
.protocol-listing-table .truncate-wrapper .desp-truncate {
  max-width: 340px;
}
.protocol-listing-table tr th:first-child {
  width: 25%;
}
.protocol-listing-table tr th:nth-child(2) {
  width: 20%;
}
.protocol-listing-table tr th:nth-child(3) {
  width: 10%;
}
.protocol-listing-table tr th:nth-child(4) {
  width: 12%;
}
.protocol-listing-table tr th:nth-child(5) {
  width: 12%;
}
.protocol-listing-table tr th:nth-child(6) {
  width: 13%;
}
.protocol-listing-table tr th:nth-child(7) {
  width: 8%;
}
.protocol-listing-table tr .action-col {
  width: 5% !important;
}
.protocol-listing-table.text-initial tr th {
  text-transform: initial;
}
.user-listing-table tr th:first-child {
  width: 20%;
}
.user-listing-table tr th:nth-child(2) {
  width: 20%;
}
.user-listing-table tr th:nth-child(3) {
  width: 10%;
}
.user-listing-table tr th:nth-child(4) {
  width: 10%;
}
.user-listing-table tr th:nth-child(5) {
  width: 25%;
}
.user-listing-table tr th:nth-child(6) {
  width: 10%;
}
.user-listing-table tr th:nth-child(7) {
  width: 5%;
}
.plasmid-prep-table .table {
  border: 0;
}
.plasmid-prep-table .table tr th:first-child {
  width: 30%;
}
.plasmid-prep-table .table tr th:nth-child(2) {
  width: 20%;
}
.plasmid-prep-table .table tr th:nth-child(3) {
  width: 30%;
}
.plasmid-prep-table .table th {
  border: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  background-color: #fff;
  white-space: nowrap;
}
.plasmid-prep-table .table td {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.22px;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-left: 0;
}
.plasmid-map {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.22px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
}
.plasmid-map:before {
  content: "";
  width: 15px;
  margin-right: 5px;
  height: 15px;
  display: inline-block;
  background-image: url("./media/plasmid-map-icon.svg");
  vertical-align: middle;
}
.plasmid-map .custom-tooltip {
  left: auto;
  right: -47px;
}
.plasmid-map:hover {
  color: #0747A6;
}
.plasmid-map:hover:before {
  background-image: url("./media/plasmid-map-icon-hover.svg");
}
.plasmid-map:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.plasmid-map:hover .custom-tooltip p {
  color: #fff;
}
.add-expand {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("./media/add-square.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.add-expand:hover {
  background-image: url("./media/add-square-hover.svg");
}
.add-expand:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.add-minus {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("./media/add-minus.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  background-size: contain;
  cursor: pointer;
}
.add-minus .custom-tooltip {
  left: -40px;
  right: -40px;
}
.add-minus:hover {
  background-image: url("./media/add-minus-hover.svg");
}
.add-minus:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.copy-icon,
.paste-icon {
  position: relative;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  background-image: url("./media/copy-icon.svg");
  background-color: transparent;
  border: none;
}
.copy-icon .custom-tooltip,
.paste-icon .custom-tooltip {
  left: -25px;
  right: -25px;
}
.copy-icon:hover .custom-tooltip,
.paste-icon:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.copy-icon.active,
.copy-icon:hover,
.paste-icon.active,
.paste-icon:hover {
  background-image: url("./media/copy-icon-hover.svg");
}
.paste-icon {
  background-image: url("./media/paste-icon.svg");
}
.paste-icon.active,
.paste-icon:hover {
  background-image: url("./media/paste-icon-hover.svg");
}
.info {
  content: "";
  min-width: 17px;
  height: 16px;
  display: inline-block;
  background-image: url("./media/info.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.info .custom-tooltip {
  min-width: 220px;
  padding: 10px;
  left: -100px;
  right: inherit;
}
.info .custom-tooltip p {
  word-break: break-word;
}
.info:hover {
  background-image: url("./media/info-hover.svg");
}
.info:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.info-password {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
}
.info-password .custom-tooltip {
  min-width: 300px;
  padding: 15px;
  left: auto;
  right: 25px;
  top: auto;
  bottom: auto;
  text-align: left;
}
.info-password .custom-tooltip:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #656565;
  right: -12px;
  margin: 0 auto;
  bottom: 40%;
  left: auto;
}
.info-password .custom-tooltip p {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  max-height: 150px;
  overflow: auto;
  margin: 0;
  text-align: left;
}
.project-status {
  display: flex;
}
.project-status:before {
  content: "";
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin-right: 6px;
  margin-top: 3px;
  border-radius: 50%;
  vertical-align: middle;
}
.ngx-dropdown-sequence-container .ngx-dropdown-button span.nsdicon-angle-down {
  padding: 0;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items {
  margin: 7px 8px 8px;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul.selected-items li {
  width: auto;
  margin: 3px 2px 2px;
}
.ngx-dropdown-container .ngx-dropdown-list-container ul.available-items li {
  padding: 10px !important;
}
.status-dropdown .ngx-dropdown-list-container ul li {
  display: flex;
  line-height: 18px;
}
.status-dropdown li {
  display: inline-block;
}
.status-dropdown li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  margin-top: 3px;
  border-radius: 50%;
  vertical-align: middle;
}
.project-end:before {
  background-color: #BEBEBE;
}
.default-status:before {
  margin-right: 0 !important;
  background-color: #C8C8CD;
}
.project-initiated:before {
  background-color: #436BAF;
}
.project-progress:before {
  background-color: #FFB26A;
}
.project-completed:before {
  background-color: #51A732;
}
.plasmid-prep-progress:before {
  background-color: #51BCEA;
}
.plasmid-prep-completed:before {
  background-color: #81C96F;
}
.stock-creation-progress:before {
  background-color: #F1CB75;
}
.stock-creation-completed:before {
  background-color: #38D9C6;
}
.workflow-completed:before {
  background-color: #9BBFF4;
}
.extraction-progress:before {
  background-color: #3598F4;
}
.extraction-completed:before {
  background-color: #3BDF7C;
}
.deleted-status:before {
  background-color: #F06969;
}
.info-icon {
  position: relative;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.info-icon:after {
  content: "";
  min-width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("./media/info.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.info-icon:hover {
  color: #0747A6;
}
.info-icon:hover:after {
  background-image: url("./media/info-hover.svg");
}
.info-icon:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.info-icon .custom-tooltip {
  left: -60px;
  right: -60px;
}
.form-label .info-icon {
  margin-left: 5px;
}
.form-label .info-icon:after {
  position: relative;
  top: -1px;
  margin-left: 0;
}
.tick-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("./media/tick-circle.svg");
}
app-plasmid-info,
app-project-inf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-attachment {
  position: absolute;
  right: 0;
  top: 20px;
}
.btn-attachment .btn {
  margin-right: 0 !important;
}
.plasmid-info,
.storage-info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  margin: auto;
  height: max-content;
  width: auto;
  min-width: 560px;
  max-width: 600px;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid rgba(201, 201, 201, 0.28);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  animation: zoom 0.3s ease-in-out;
}
@keyframes zoom {
  0% {
    transform: translate3d(0, 15px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.plasmid-info .storage-table-view,
.storage-info .storage-table-view {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
}
.plasmid-info .ans,
.storage-info .ans {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
}
.plasmid-info hr,
.storage-info hr {
  margin: 15px 0;
}
.plasmid-info .btn-close,
.storage-info .btn-close {
  position: absolute;
  top: 23px;
  right: 21px;
  cursor: pointer;
}
.plasmid-info .h2,
.plasmid-info h2,
.storage-info .h2,
.storage-info h2 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  text-align: left;
}
.storage-info {
  padding: 25px 25px 28px;
}
.storage-info .storage-table-view {
  margin: 0;
}
.storage-info .storage-table-view .custom-tooltip {
  left: -40px;
  right: -40px;
}
.storage-info .storage-table-view .custom-tooltip p {
  max-height: 44px;
  overflow: auto;
}
.attachment-info ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.73px;
  text-align: left;
}
.attachment-info ul li:not(:last-child) {
  border-bottom: 1px solid #E3E2E2;
}
.attachment-info ul li:last-child {
  padding-bottom: 0;
}
.attachment-info ul li:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
  background-image: url("./media/word.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: contain;
}
.attachment-info ul li span {
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
  color: #5C5C5C;
}
.wizard-wrap ul {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.wizard-wrap ul li {
  position: relative;
  padding: 0 90px;
}
.wizard-wrap ul li span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
}
.wizard-wrap ul li:last-child:after {
  display: none;
}
.wizard-wrap ul li.inprogress:before {
  content: " ";
  background-color: #0747A6;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px 2px #0747A6;
}
.wizard-wrap ul li.completed:before {
  content: " ";
  border: 0;
  background-image: url("./media/ticked.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.wizard-wrap ul li.completed:after {
  background-color: #0747A6;
}
.wizard-wrap ul li:before {
  content: " ";
  background-color: #fff;
  border: 2px solid #B7B8BB;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin: 9px auto;
  transition: all;
  position: relative;
  z-index: 2;
}
.wizard-wrap ul li:after {
  content: "";
  background-color: #B7B8BB;
  position: absolute;
  padding: 0px 0px;
  top: 6px;
  left: 70%;
  width: 60%;
  height: 2px;
  z-index: 1;
  margin: 10px auto;
  transition: all 0.8s;
}
.wizard-wrap.new-style.new-style ul li {
  width: 280px;
}
.wizard-wrap.new-style.new-style ul li:first-child:after {
  display: none;
}
.wizard-wrap.new-style.new-style ul li.inprogress:after {
  background-color: #0747A6;
}
.wizard-wrap.new-style.new-style ul li.completed:before {
  background-image: url("./media/ticked-green.svg");
}
.wizard-wrap.new-style.new-style ul li.completed:after {
  background-color: #51A732;
}
.wizard-wrap.new-style.new-style ul li.skipped:before {
  background-color: #C7C7C7;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px 2px #C7C7C7;
}
.wizard-wrap.new-style.new-style ul li:after {
  content: "";
  background-color: #B7B8BB;
  position: absolute;
  padding: 0px 0px;
  top: 6px;
  left: -30%;
  width: 60%;
  height: 2px;
  z-index: 1;
  margin: 10px auto;
  transition: all 0.8s;
}
.wizard-wrap.new-style.new-style ul li:last-child:after {
  display: inline-block;
}
.wizard-wrap.number-count-style > ul > li:first-child:after {
  display: none;
}
.wizard-wrap.number-count-style ul {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.wizard-wrap.number-count-style ul li {
  position: relative;
  padding: 0 40px;
  width: 180px;
}
.wizard-wrap.number-count-style ul li .step-count {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  width: 32px;
  height: 32px;
  border: 2px solid #C0C0C0;
  border-radius: 50%;
}
.wizard-wrap.number-count-style ul li span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
}
.wizard-wrap.number-count-style ul li.inprogress .step-count {
  border-color: #0747A6;
}
.wizard-wrap.number-count-style ul li.inprogress:after {
  background-color: #0747A6;
}
.wizard-wrap.number-count-style ul li.completed .step-count {
  color: #fff;
  background-color: #51A732;
  border-color: #51A732;
}
.wizard-wrap.number-count-style ul li.completed:after {
  background-color: #51A732;
}
.wizard-wrap.number-count-style ul li:before {
  display: none;
}
.wizard-wrap.number-count-style ul li:after {
  content: "";
  background-color: #C0C0C0;
  position: absolute;
  padding: 0px 0px;
  top: 6px;
  left: -40px;
  width: 80px;
  height: 2px;
  z-index: 1;
  margin: 10px auto;
  transition: all 0.8s;
}
.wizard-wrap.number-count-style ul li.sub-steps {
  padding: 0;
  margin: 0 -40px;
  width: auto;
}
.wizard-wrap.number-count-style ul li.sub-steps:after {
  display: none;
}
.wizard-wrap.number-count-style ul li.sub-steps > ul {
  margin-bottom: 0;
}
.wizard-wrap.number-count-style ul li.sub-steps li {
  position: relative;
  padding: 0 25px;
  width: 130px;
}
.wizard-wrap.number-count-style ul li.sub-steps li:first-child:after {
  width: 40px;
  left: 0;
}
.wizard-wrap.number-count-style ul li.sub-steps li.inprogress:before {
  content: " ";
  width: 20px;
  height: 20px;
  background-color: #0747A6;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px 2px #0747A6;
}
.wizard-wrap.number-count-style ul li.sub-steps li.completed:before {
  content: " ";
  border: 0;
  background-image: url("./media/ticked-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wizard-wrap.number-count-style ul li.sub-steps li.completed:after {
  background-color: #51A732;
}
.wizard-wrap.number-count-style ul li.sub-steps li:before {
  content: " ";
  background-color: #fff;
  border: 2px solid #B7B8BB;
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin: 7px auto 19px;
  transition: all;
  position: relative;
  z-index: 2;
}
.wizard-wrap.number-count-style ul li.sub-steps li span {
  font-size: 11px;
  font-weight: 400;
  color: #56565C;
}
.wizard-wrap.number-count-style ul li.sub-steps + li:after {
  width: 40px;
  left: 0;
}
.wizard-wrap.number-count-style ul li:last-child:after {
  display: inline-block;
}
.project-form {
  max-width: 500px;
  margin: 50px auto;
}
.img-wrapp {
  border: 1px solid #E5F0FB;
  padding: 30px;
  margin-bottom: 30px;
}
.project-listing-table {
  width: 100%;
}
.project-listing-table .form-select {
  border: 0;
}
.project-listing-table .truncate-wrapper .title-truncate {
  max-width: 260px;
}
.project-listing-table tr th:first-child {
  width: 10%;
}
.project-listing-table tr th:nth-child(2) {
  width: 27%;
}
.project-listing-table tr th:nth-child(3) {
  width: 12%;
}
.project-listing-table tr th:nth-child(4) {
  width: 10%;
}
.project-listing-table tr th:nth-child(5) {
  width: 8%;
}
.project-listing-table tr th:nth-child(6) {
  width: 8%;
}
.project-listing-table tr th:nth-child(7) {
  width: 10%;
}
.project-listing-table tr th:nth-child(8) {
  width: 15%;
}
.project-listing-table.project-1-listing tr th:nth-child(2) {
  width: 22%;
}
.project-listing-table.project-1-listing tr th:nth-child(5),
.project-listing-table.project-1-listing tr th:nth-child(6) {
  width: 8%;
}
.project-listing-table.project-1-listing tr th:nth-child(7) {
  width: 15%;
}
.project-listing-table.project-1-listing tr th:nth-child(8) {
  width: 15%;
}
.experiment-listing tr th {
  width: 8%;
  max-width: 8%;
}
.experiment-listing tr th:first-child,
.experiment-listing tr th:nth-child(3) {
  width: 6%;
}
.experiment-listing tr th:nth-child(7) {
  width: 5%;
  max-width: 5%;
}
.experiment-listing tr th:nth-child(8) {
  width: 14%;
  max-width: 14%;
}
.experiment-listing tr th:nth-child(5),
.experiment-listing tr th:nth-child(9) {
  width: 12%;
  max-width: 12%;
}
.experiment-listing tr th:last-child {
  width: 9%;
  max-width: 9%;
}
.upload-link {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  letter-spacing: -0.2952px;
  color: #0747A6;
  cursor: pointer;
}
.border-less-table {
  border: none;
}
.border-less-table td {
  border: 1px solid #E0E0E0 !important;
}
.border-less-table th {
  padding: 12px 8px !important;
  border-left: none !important;
}
.template-table .table td {
  vertical-align: top;
}
.template-table .table th:first-child,
.template-table .table th:nth-child(4) {
  width: 22%;
  vertical-align: top;
}
.template-table .table th:nth-child(2),
.template-table .table th:nth-child(3) {
  width: 25%;
}
.template-table .table td:nth-child(5),
.template-table .table th:nth-child(5) {
  width: 6%;
  vertical-align: middle;
}
.reagents-table .table th {
  width: 10%;
}
.reagents-table .table th:first-child {
  width: 15%;
}
.reagents-table .table th:nth-child(2) {
  width: 12%;
}
.reagents-table .table th:nth-child(3) {
  width: 20%;
}
.reagents-table .table th:last-child {
  width: 3%;
}
.reagents-table .table .actions {
  justify-content: center;
}
.tem-generated {
  font-size: 14px;
  font-weight: 500;
}
.tem-number {
  font-size: 14px;
  font-weight: 600;
}
.table-view-bg tr td,
.table-view-bg tr th {
  background-color: #FAFDFF !important;
}
.table-view-bg tr th {
  border-left: 1px solid #E5F0FB;
  border-top: 1px solid #E5F0FB;
}
.bact-table1 {
  margin-bottom: 0;
  border-bottom: none;
}
.bact-table1 tr:last-child td {
  border-bottom: none;
}
.bact-table1 tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
}
.bact-table1 tr:last-child td:last-child {
  border-bottom-right-radius: 0 !important;
}
.bact-table2 tr:first-child .add-expand {
  left: -20px !important;
}
.bact-table2 tr:first-child td:first-child {
  border-top-left-radius: 0 !important;
}
.bact-table2 tr:first-child td:last-child {
  border-top-right-radius: 0 !important;
}
.bact-table2 tr .add-minus {
  left: -20px !important;
}
.bact-table2 tr .add-expand {
  left: 10px !important;
}
#fileList {
  max-width: 60%;
}
#fileList > span {
  width: 100%;
}
#fileList > span > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.study-allocation-table .table tr th:nth-last-child(2) {
  width: 2%;
}
.study-allocation-table .table tr th:last-child {
  width: 2%;
}
.enrich-wrap {
  display: flex;
}
.enrich-wrap lib-label {
  margin-right: 10px;
  margin-top: 8px;
  width: 30px;
}
.enrich-wrap lib-label > div {
  justify-content: flex-end !important;
}
.enrich-wrap lib-textbox {
  flex-grow: 1;
}
.green-theme .login-wrapper .login__left .link:after {
  background-color: #00A88E;
}
.green-theme .login-wrapper .login__left .link:hover {
  color: #00A88E;
}
.green-theme .login-wrapper .login__right {
  background-image: url("./media/login-bg-2.svg");
}
.green-theme .sidebar {
  background-color: #00A88E;
}
.green-theme .main-menu > li:hover > a,
.green-theme .main-menu > li > .active {
  background: rgba(255, 255, 255, 0.16);
}
.green-theme .main-menu > li .sub-menu .sub-list a:hover {
  color: #00a88e;
}
.green-theme .main-menu > li .sub-menu .sub-list a:hover:after {
  border-color: #00a88e;
}
.green-theme .main-menu > li .sub-menu .sub-list .sub-sub-menu li a:hover {
  color: #00a88e;
}
.green-theme .main-menu > li .sub-menu li a:hover {
  color: #00a88e;
}
.green-theme .nav-tabs .nav-link.active,
.green-theme .nav-tabs .nav-link:focus,
.green-theme .nav-tabs .nav-link:hover {
  color: #00a88e;
}
.green-theme .active-border-tab .active-border {
  background-color: #00a88e;
}
.green-theme .form-control:focus,
.green-theme .ngx-dropdown-container .ngx-dropdown-button:focus {
  border-color: #00A88E;
}
.green-theme #dropZone {
  background-color: #F9FFFE !important;
  background-image:
    linear-gradient(
      to right,
      #00C9AA 50%,
      rgba(255, 255, 255, 0) 0%),
    linear-gradient(#00C9AA 50%, rgba(255, 255, 255, 0) 0%),
    linear-gradient(
      to right,
      #00C9AA 50%,
      rgba(255, 255, 255, 0) 0%),
    linear-gradient(#00C9AA 50%, rgba(255, 255, 255, 0) 0%);
}
.green-theme #dropZone span a {
  text-decoration: none !important;
  color: #00B99D !important;
}
.content-loader .green-theme .loader,
.green-theme .content-loader .loader,
.green-theme .inner-loader,
.green-theme .page-loader .loader,
.page-loader .green-theme .loader {
  border-left-color: #00B99D;
  border-right-color: #00B99D;
}
.green-theme .table-footer .itemper-page .dropdown-menu .dropdown-item:hover {
  background-color: #e8f5f3;
}
.green-theme .ngx-dropdown-container .ngx-dropdown-list-container ul li:focus,
.green-theme .ngx-dropdown-container .ngx-dropdown-list-container ul li:hover {
  background-color: #e8f5f3;
}
.green-theme .dropdown-menu .content a:hover,
.green-theme .user-dropdown ul li a:hover {
  color: #00A88E;
}
.green-theme .dropdown-menu .content a:hover:before,
.green-theme .user-dropdown ul li a:hover:before {
  filter: invert(39%) sepia(95%) saturate(945%) hue-rotate(138deg) brightness(94%) contrast(104%);
}
.green-theme .btn-primary,
.green-theme .btn-signin {
  background-color: #00A88E;
  border-color: #00A88E;
}
.green-theme .btn-primary:after,
.green-theme .btn-signin:after {
  background-color: rgba(0, 168, 142, 0.25);
}
.green-theme .btn-outline-light {
  color: #666;
  background-color: #F9FFFE;
  border-color: #d8f1ed;
}
.green-theme .btn-outline-light:after {
  background-color: rgba(175, 243, 233, 0.25);
}
.green-theme .btn-outline-light .download {
  filter: invert(40%) sepia(3%) saturate(6%) hue-rotate(28deg) brightness(95%) contrast(87%);
}
.green-theme .btn-outline-blue {
  color: #00A88E;
  border-color: #00A88E;
}
.green-theme .btn-outline-blue:after {
  background-color: rgba(175, 243, 233, 0.25);
}
.green-theme .btn-outline-blue .upload-blue {
  filter: invert(39%) sepia(95%) saturate(945%) hue-rotate(138deg) brightness(94%) contrast(104%);
}
.green-theme .btn-check:active + .btn-primary:focus,
.green-theme .btn-check:checked + .btn-primary:focus,
.green-theme .btn-primary.active:focus,
.green-theme .btn-primary:active:focus,
.green-theme .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.green-theme .view-attachments {
  color: #00A88E;
}
.green-theme .filter.active {
  background-color: #00A88E;
  border-color: #00A88E;
}
.green-theme .filter.active:hover {
  color: #fff;
  background-color: #008873;
  border-color: #008873;
}
.green-theme .filter:hover {
  color: #00A88E;
  border-color: #00A88E;
}
.green-theme .filter:hover:not(.active):before {
  filter: invert(39%) sepia(95%) saturate(945%) hue-rotate(138deg) brightness(94%) contrast(104%);
}
.green-theme .history:hover {
  color: #00A88E;
}
.green-theme .history:hover:before {
  filter: invert(39%) sepia(95%) saturate(945%) hue-rotate(138deg) brightness(94%) contrast(104%);
}
.green-theme .storage-box .freezer-box .table-wrap th {
  color: #889593;
}
.green-theme .storage-table-view table td,
.green-theme .storage-table-view table th {
  background-color: #FDFFFF;
  border-color: #E0FFFA;
}
.green-theme .storage-table-view table th:after,
.green-theme .storage-table-view table th:before {
  border-color: #E0FFFA;
}
.green-theme .table tr:hover td {
  background-color: #f4f5f5;
}
.green-theme .workflow-table thead:before {
  border-color: #E0FFFA;
}
.green-theme .workflow-table thead th:before {
  border-color: #E0FFFA;
}
.green-theme .pagination-wrapper .ngx-pagination li a:hover {
  background-color: #007462;
}
.green-theme .pagination-wrapper .ngx-pagination li.current a {
  background-color: #008873;
}
.green-theme .pagination-wrapper .ngx-pagination li.current a:hover {
  background-color: #007462;
}
.green-theme .pagination-wrapper .ngx-pagination li.current a:focus {
  border-color: #008873;
}
.green-theme .wizard-wrap.number-count-style ul li.completed:after {
  background-color: #00A88E;
}
.green-theme .wizard-wrap.number-count-style ul li.completed .step-count {
  background-color: #00A88E;
  border-color: #00A88E;
}
.green-theme .wizard-wrap.number-count-style ul li.sub-steps li.completed:before {
  background-image: url("./media/ticked-green-2.svg");
}
.green-theme .wizard-wrap.number-count-style ul li.sub-steps li.completed:after {
  background-color: #00A88E;
}
.green-theme .confirm-modal-body img {
  filter: invert(39%) sepia(95%) saturate(945%) hue-rotate(138deg) brightness(94%) contrast(104%);
}
.green-theme .logo-wrap .logo:first-child img {
  margin-top: -5px;
  filter: invert(39%) sepia(95%) saturate(945%) hue-rotate(138deg) brightness(94%) contrast(104%);
}
.green-theme .view-wrapper .section-head,
.green-theme .view-wrapper .sub-heading-blue {
  color: #00A88E;
}
.green-theme .edit:hover {
  background-image: url("./media/edit-hover-green.svg");
}
.green-theme .next:hover,
.green-theme .view:hover {
  background-image: url("./media/view-icon-hover-green.svg");
}
.green-theme .workflow:hover {
  background-image: url("./media/workflow-hover-green.svg");
}
.green-theme .delete:hover {
  background-image: url("./media/delete-hover-green.svg");
}
.green-theme .info:hover {
  background-image: url("./media/info-hover-green.svg");
}
.green-theme .normal-img {
  display: none;
}
.green-theme .green-theme-img {
  display: block;
}
.cleanUp-section {
  --table-border-colr:#E0E0E0;
}
.cleanUp-section button {
  border: 0;
  background-color: transparent;
}
.cleanUp-section .cleanUp-plate-table-ttl {
  color: #000;
  font-weight: 600;
  line-height: 1.1;
  font-size: 14px;
  margin-bottom: 24px;
  display: block;
  letter-spacing: -.01rem;
}
.cleanUp-section .cleanUp-plate-table .col {
  display: flex;
  align-items: center;
  flex: none;
}
.cleanUp-section .cleanUp-plate-table .col-id {
  width: 24%;
}
.cleanUp-section .cleanUp-plate-table .col-para-id {
  width: 8.9%;
}
.cleanUp-section .cleanUp-plate-table .col-action {
  width: 5%;
}
.cleanUp-section .cleanUp-plate-table .col-action .cell {
  padding: 1.28rem 0;
}
.cleanUp-section .cleanUp-plate-table .col-clones,
.cleanUp-section .cleanUp-plate-table .col-h1,
.cleanUp-section .cleanUp-plate-table .col-h2,
.cleanUp-section .cleanUp-plate-table .col-h3,
.cleanUp-section .cleanUp-plate-table .col-l1,
.cleanUp-section .cleanUp-plate-table .col-l2,
.cleanUp-section .cleanUp-plate-table .col-l3 {
  width: 8.86%;
}
.cleanUp-section .cleanUp-plate-table .cell {
  display: block;
  width: 100%;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 500;
  padding: 1.28rem .75rem;
  word-break: break-all;
}
.cleanUp-section .cleanUp-plate-table .cleanUp-plate-table-header .cell {
  font-size: 12px;
}
.cleanUp-section .cleanUp-plate-table .cleanUp-plate-table-header .col:not(:first-of-type) .cell {
  display: flex;
  justify-content: center;
}
.cleanUp-section .cleanUp-plate-table .custom-tooltip {
  --tooltip-bg:#5A5A5A;
  transform: translateY(92%) !important;
  color: #fff;
  background-color: var(--tooltip-bg);
  width: fit-content;
  left: -200px;
  border-radius: 8px;
  padding: 8.5px 15px;
  pointer-events: none;
}
.cleanUp-section .cleanUp-plate-table .custom-tooltip p {
  font-size: 12px;
  font-weight: 500;
}
.cleanUp-section .cleanUp-plate-table .custom-tooltip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #656565;
  left: initial;
  margin: initial;
  right: -9px;
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
}
.cleanUp-section .cleanUp-plate-table .cleanUp-plate-table-value {
  border: 1px solid var(--table-border-colr);
  max-height: 161px;
  overflow-y: auto;
}
.cleanUp-section .cleanUp-plate-table .cleanUp-plate-table-value .col:not(:first-of-type) {
  position: relative;
  justify-content: center;
}
.cleanUp-section .cleanUp-plate-table .cleanUp-plate-table-value .col:not(:first-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--table-border-colr);
}
.cleanUp-section .cleanUp-plate-table .cleanUp-plate-table-value .col:not(:first-of-type) .cell {
  display: flex;
  justify-content: center;
}
.cleanUp-section .cleanUp-plate-table .cleanUp-plate-table-value-row:not(:first-of-type) {
  position: relative;
}
.cleanUp-section .cleanUp-plate-table .cleanUp-plate-table-value-row:not(:first-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: var(--table-border-colr);
}
.plate-section {
  margin-top: 20px;
}
.plate-section .plate-section-header {
  display: flex;
  gap: 15px;
}
.plate-section .starage-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
}
.plate-section .starage-card .starage-card-ttl,
.plate-section .starage-card .starage-card-val {
  color: #000;
  font-size: 12px;
  line-height: 1.1;
}
.plate-section .starage-card .starage-card-val {
  font-size: 13px;
  min-width: 233px;
  display: flex;
  border-radius: 4px;
  background-color: #EFEFEF;
  border: 1px solid #CECECE;
  padding: 10px;
}
.plate-section .plate-section-box {
  margin-top: 14px;
}
.plate-section .plate-section-box .plate-section-box-row {
  --bs-gutter-x:85px;
  margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
  margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
}
.plate-section .plate-section-box .col-left {
  width: 27%;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-top: 65px;
}
.plate-section .plate-section-box .col-left .selected-id-ttl {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  display: block;
}
.plate-section .plate-section-box .col-left .selected-id-buttons {
  display: flex;
  gap: 8px;
}
.plate-section .plate-section-box .col-left .selected-id-buttons .btn-id {
  --active-border-colr:#3E82E7;
  --active-bg:#F5F9FF;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  box-shadow: 2px 0px 13.2px 0px #00000040;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background-color: #fff;
}
.plate-section .plate-section-box .col-left .selected-id-buttons .btn-id.active {
  background-color: var(--active-bg);
  border: 2px solid var(--active-border-colr);
}
.plate-section .plate-section-box .col-right {
  width: 73%;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
.plate-section .plate-section-box .col-right .ratio {
  --bs-aspect-ratio:78%;
}
.plate-section .plate-section-box .col-right .storage-box {
  --selected-colr:#3E82E7;
}
.plate-section .plate-section-box .col-right .storage-box .circle.selected {
  background-color: var(--selected-colr);
  border-color: var(--selected-colr);
}
.view-wrapper .batch-ttl-wrap {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.view-wrapper .batch-ttl-wrap .batch-ttl {
  font-weight: 600;
  font-style: Italic;
  font-size: 16px;
  letter-spacing: -0.01rem;
  color: #0747A6;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  line-height: 1;
}
.view-wrapper .batch-ttl-wrap:after {
  display: block;
  content: "";
  border-bottom: 1px solid #DCDCDC;
  height: 1px;
  flex-grow: 1;
}
.update-branch-container .batch-count {
  width: 100%;
  max-width: 255px;
  margin-bottom: 25px;
}
.update-branch-container .batch-count .form-label {
  font-size: 12px;
  margin-bottom: 1px;
}
.update-branch-container .main-ttl-wrap {
  gap: 10px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.update-branch-container .main-ttl-wrap .main-ttl {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -.01rem;
  padding-right: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.update-branch-container .main-ttl-wrap:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #DCDCDC;
  height: 1px;
  width: 100%;
  flex-grow: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.update-branch-container .update-table-header {
  display: flex;
}
.update-branch-container .update-table-header .form-control {
  border: 0;
  background-color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 15px;
}
.update-branch-container .update-table-header .col {
  flex: none;
}
.update-branch-container .update-table-header .column-1 {
  width: 3.5%;
}
.update-branch-container .update-table-header .column-2 {
  width: 13%;
}
.update-branch-container .update-table-header .column-3 {
  width: 21%;
}
.update-branch-container .update-table-header .column-4,
.update-branch-container .update-table-header .column-5,
.update-branch-container .update-table-header .column-6 {
  width: 18.5%;
}
.update-branch-container .update-table-header .column-7 {
  width: 7%;
}
.batch-info-sec {
  padding: 11px 20px 18px 20px !important;
  background-color: #F3F3F6;
  border-radius: 4px;
  margin: 10px 0 35px 0;
}
.batch-info-sec .col-left label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}
.batch-info-sec .col-left .form-control {
  font-size: 12px;
  color: #3C3C3C;
  background-color: #F3F3F6;
  border: 0;
  padding: 0;
}
.batch-info-sec .col-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.batch-info-sec .col-right .ngx-dropdown-button {
  min-width: 255px;
  margin-top: 5px;
}
.accordion-body .accordion-flush:has(.batch-info-sec) {
  display: flex;
  flex-direction: column-reverse;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
