@charset "UTF-8";
.app-name-version {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.app-name-version .badge {
  background: #000;
  color: #FFF;
  border-radius: 0;
}

.app-brand {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  color: #FFF;
}
.app-brand .badge {
  background: #000;
  color: #FFF;
  border-radius: 0;
}

: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));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  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;
}

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

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

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: 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;
}

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  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;
}

.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: "— ";
}

.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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  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-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.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) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.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.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --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.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-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) > * > * {
  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;
}

.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;
  -webkit-appearance: none;
  -moz-appearance: none;
  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::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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;
  -webkit-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;
  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 {
    -webkit-transition: none;
    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-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 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::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 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;
  -webkit-appearance: none;
  -moz-appearance: none;
  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 {
  float: left;
  margin-left: -1.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-check[disabled] + .btn, .btn-check[disabled] + .btn-notification-close, .btn-check[disabled] + .btn-comment, .btn-check[disabled] + .btn-resolve, .btn-check[disabled] + .btn-reply, .btn-check[disabled] + .add-btn-select, .btn-check[disabled] + .btn-disabled, .btn-check[disabled] + .btn-default, .btn-check[disabled] + .journal-form-btn, .btn-check[disabled] + .btn-assign, .btn-check[disabled] + .btn-assign-complete, .btn-check[disabled] + .btn-assign-disabled, .btn-check[disabled] + .btn-more, .btn-check[disabled] + .btn-request, .btn-check[disabled] + .btn-request-complete, .btn-check[disabled] + .btn-request-disabled, .btn-check[disabled] + .btn-more-comment, .btn-check[disabled] + .btn-more-reply, .btn-check[disabled] + .btn-confirm, .btn-check[disabled] + .btn-navigation, .btn-check[disabled] + .btn-card, .btn-check[disabled] + .btn-action, .btn-check:disabled + .btn, .btn-check:disabled + .btn-notification-close, .btn-check:disabled + .btn-comment, .btn-check:disabled + .btn-resolve, .btn-check:disabled + .btn-reply, .btn-check:disabled + .add-btn-select, .btn-check:disabled + .btn-disabled, .btn-check:disabled + .btn-default, .btn-check:disabled + .journal-form-btn, .btn-check:disabled + .btn-assign, .btn-check:disabled + .btn-assign-complete, .btn-check:disabled + .btn-assign-disabled, .btn-check:disabled + .btn-more, .btn-check:disabled + .btn-request, .btn-check:disabled + .btn-request-complete, .btn-check:disabled + .btn-request-disabled, .btn-check:disabled + .btn-more-comment, .btn-check:disabled + .btn-more-reply, .btn-check:disabled + .btn-confirm, .btn-check:disabled + .btn-navigation, .btn-check:disabled + .btn-card, .btn-check:disabled + .btn-action {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  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;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    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;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    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::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.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, .input-group .btn-notification-close, .input-group .btn-comment, .input-group .btn-resolve, .input-group .btn-reply, .input-group .add-btn-select, .input-group .btn-disabled, .input-group .btn-default, .input-group .journal-form-btn, .input-group .btn-assign, .input-group .btn-assign-complete, .input-group .btn-assign-disabled, .input-group .btn-more, .input-group .btn-request, .input-group .btn-request-complete, .input-group .btn-request-disabled, .input-group .btn-more-comment, .input-group .btn-more-reply, .input-group .btn-confirm, .input-group .btn-navigation, .input-group .btn-card, .input-group .btn-action {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus, .input-group .btn-notification-close:focus, .input-group .btn-comment:focus, .input-group .btn-resolve:focus, .input-group .btn-reply:focus, .input-group .add-btn-select:focus, .input-group .btn-disabled:focus, .input-group .btn-default:focus, .input-group .journal-form-btn:focus, .input-group .btn-assign:focus, .input-group .btn-assign-complete:focus, .input-group .btn-assign-disabled:focus, .input-group .btn-more:focus, .input-group .btn-request:focus, .input-group .btn-request-complete:focus, .input-group .btn-request-disabled:focus, .input-group .btn-more-comment:focus, .input-group .btn-more-reply:focus, .input-group .btn-confirm:focus, .input-group .btn-navigation:focus, .input-group .btn-card:focus, .input-group .btn-action: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 > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .btn-notification-close,
.input-group-lg > .btn-comment,
.input-group-lg > .btn-resolve,
.input-group-lg > .btn-reply,
.input-group-lg > .add-btn-select,
.input-group-lg > .btn-disabled,
.input-group-lg > .btn-default,
.input-group-lg > .journal-form-btn,
.input-group-lg > .btn-assign,
.input-group-lg > .btn-assign-complete,
.input-group-lg > .btn-assign-disabled,
.input-group-lg > .btn-more,
.input-group-lg > .btn-request,
.input-group-lg > .btn-request-complete,
.input-group-lg > .btn-request-disabled,
.input-group-lg > .btn-more-comment,
.input-group-lg > .btn-more-reply,
.input-group-lg > .btn-confirm,
.input-group-lg > .btn-navigation,
.input-group-lg > .btn-card,
.input-group-lg > .btn-action {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .btn-notification-close,
.input-group-sm > .btn-comment,
.input-group-sm > .btn-resolve,
.input-group-sm > .btn-reply,
.input-group-sm > .add-btn-select,
.input-group-sm > .btn-disabled,
.input-group-sm > .btn-default,
.input-group-sm > .journal-form-btn,
.input-group-sm > .btn-assign,
.input-group-sm > .btn-assign-complete,
.input-group-sm > .btn-assign-disabled,
.input-group-sm > .btn-more,
.input-group-sm > .btn-request,
.input-group-sm > .btn-request-complete,
.input-group-sm > .btn-request-disabled,
.input-group-sm > .btn-more-comment,
.input-group-sm > .btn-more-reply,
.input-group-sm > .btn-confirm,
.input-group-sm > .btn-navigation,
.input-group-sm > .btn-card,
.input-group-sm > .btn-action {
  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) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-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);
}

.was-validated .form-control:valid:focus, .form-control.is-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);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-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);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-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: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-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);
}

.was-validated .form-control:invalid:focus, .form-control.is-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);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-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);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn, .btn-notification-close, .btn-comment, .btn-resolve, .btn-reply, .add-btn-select, .btn-disabled, .btn-default, .journal-form-btn, .btn-assign, .btn-assign-complete, .btn-assign-disabled, .btn-more, .btn-request, .btn-request-complete, .btn-request-disabled, .btn-more-comment, .btn-more-reply, .btn-confirm, .btn-navigation, .btn-card, .btn-action.disabled, .btn-action {
  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;
  -moz-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, .btn-notification-close, .btn-comment, .btn-resolve, .btn-reply, .add-btn-select, .btn-disabled, .btn-default, .journal-form-btn, .btn-assign, .btn-assign-complete, .btn-assign-disabled, .btn-more, .btn-request, .btn-request-complete, .btn-request-disabled, .btn-more-comment, .btn-more-reply, .btn-confirm, .btn-navigation, .btn-card, .btn-action.disabled, .btn-action {
    transition: none;
  }
}
.btn:hover, .btn-notification-close:hover, .btn-comment:hover, .btn-resolve:hover, .btn-reply:hover, .add-btn-select:hover, .btn-disabled:hover, .btn-default:hover, .journal-form-btn:hover, .btn-assign:hover, .btn-assign-complete:hover, .btn-assign-disabled:hover, .btn-more:hover, .btn-request:hover, .btn-request-complete:hover, .btn-request-disabled:hover, .btn-more-comment:hover, .btn-more-reply:hover, .btn-confirm:hover, .btn-navigation:hover, .btn-card:hover, .btn-action:hover {
  color: #212529;
}

.btn-check:focus + .btn, .btn-check:focus + .btn-notification-close, .btn-check:focus + .btn-comment, .btn-check:focus + .btn-resolve, .btn-check:focus + .btn-reply, .btn-check:focus + .add-btn-select, .btn-check:focus + .btn-disabled, .btn-check:focus + .btn-default, .btn-check:focus + .journal-form-btn, .btn-check:focus + .btn-assign, .btn-check:focus + .btn-assign-complete, .btn-check:focus + .btn-assign-disabled, .btn-check:focus + .btn-more, .btn-check:focus + .btn-request, .btn-check:focus + .btn-request-complete, .btn-check:focus + .btn-request-disabled, .btn-check:focus + .btn-more-comment, .btn-check:focus + .btn-more-reply, .btn-check:focus + .btn-confirm, .btn-check:focus + .btn-navigation, .btn-check:focus + .btn-card, .btn-check:focus + .btn-action, .btn:focus, .btn-notification-close:focus, .btn-comment:focus, .btn-resolve:focus, .btn-reply:focus, .add-btn-select:focus, .btn-disabled:focus, .btn-default:focus, .journal-form-btn:focus, .btn-assign:focus, .btn-assign-complete:focus, .btn-assign-disabled:focus, .btn-more:focus, .btn-request:focus, .btn-request-complete:focus, .btn-request-disabled:focus, .btn-more-comment:focus, .btn-more-reply:focus, .btn-confirm:focus, .btn-navigation:focus, .btn-card:focus, .btn-action:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled, .btn-notification-close:disabled, .btn-comment:disabled, .btn-resolve:disabled, .btn-reply:disabled, .add-btn-select:disabled, .btn-disabled:disabled, .btn-default:disabled, .journal-form-btn:disabled, .btn-assign:disabled, .btn-assign-complete:disabled, .btn-assign-disabled:disabled, .btn-more:disabled, .btn-request:disabled, .btn-request-complete:disabled, .btn-request-disabled:disabled, .btn-more-comment:disabled, .btn-more-reply:disabled, .btn-confirm:disabled, .btn-navigation:disabled, .btn-card:disabled, .btn-action:disabled, .btn.disabled, .disabled.btn-notification-close, .disabled.btn-comment, .disabled.btn-resolve, .disabled.btn-reply, .disabled.add-btn-select, .disabled.btn-disabled, .disabled.btn-default, .disabled.journal-form-btn, .disabled.btn-assign, .disabled.btn-assign-complete, .disabled.btn-assign-disabled, .disabled.btn-more, .disabled.btn-request, .disabled.btn-request-complete, .disabled.btn-request-disabled, .disabled.btn-more-comment, .disabled.btn-more-reply, .disabled.btn-confirm, .disabled.btn-navigation, .disabled.btn-card, .disabled.btn-action, fieldset:disabled .btn, fieldset:disabled .btn-notification-close, fieldset:disabled .btn-comment, fieldset:disabled .btn-resolve, fieldset:disabled .btn-reply, fieldset:disabled .add-btn-select, fieldset:disabled .btn-disabled, fieldset:disabled .btn-default, fieldset:disabled .journal-form-btn, fieldset:disabled .btn-assign, fieldset:disabled .btn-assign-complete, fieldset:disabled .btn-assign-disabled, fieldset:disabled .btn-more, fieldset:disabled .btn-request, fieldset:disabled .btn-request-complete, fieldset:disabled .btn-request-disabled, fieldset:disabled .btn-more-comment, fieldset:disabled .btn-more-reply, fieldset:disabled .btn-confirm, fieldset:disabled .btn-navigation, fieldset:disabled .btn-card, fieldset:disabled .btn-action {
  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:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(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:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(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-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-notification-close, .btn-group-lg > .btn-comment, .btn-group-lg > .btn-resolve, .btn-group-lg > .btn-reply, .btn-group-lg > .add-btn-select, .btn-group-lg > .btn-disabled, .btn-group-lg > .btn-default, .btn-group-lg > .journal-form-btn, .btn-group-lg > .btn-assign, .btn-group-lg > .btn-assign-complete, .btn-group-lg > .btn-assign-disabled, .btn-group-lg > .btn-more, .btn-group-lg > .btn-request, .btn-group-lg > .btn-request-complete, .btn-group-lg > .btn-request-disabled, .btn-group-lg > .btn-more-comment, .btn-group-lg > .btn-more-reply, .btn-group-lg > .btn-confirm, .btn-group-lg > .btn-navigation, .btn-group-lg > .btn-card, .btn-group-lg > .btn-action {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-notification-close, .btn-group-sm > .btn-comment, .btn-group-sm > .btn-resolve, .btn-group-sm > .btn-reply, .btn-group-sm > .add-btn-select, .btn-group-sm > .btn-disabled, .btn-group-sm > .btn-default, .btn-group-sm > .journal-form-btn, .btn-group-sm > .btn-assign, .btn-group-sm > .btn-assign-complete, .btn-group-sm > .btn-assign-disabled, .btn-group-sm > .btn-more, .btn-group-sm > .btn-request, .btn-group-sm > .btn-request-complete, .btn-group-sm > .btn-request-disabled, .btn-group-sm > .btn-more-comment, .btn-group-sm > .btn-more-reply, .btn-group-sm > .btn-confirm, .btn-group-sm > .btn-navigation, .btn-group-sm > .btn-card, .btn-group-sm > .btn-action {
  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;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #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:hover, .dropdown-item:focus {
  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:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

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

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

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

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

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

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

.btn-group > .btn, .btn-group > .btn-notification-close, .btn-group > .btn-comment, .btn-group > .btn-resolve, .btn-group > .btn-reply, .btn-group > .add-btn-select, .btn-group > .btn-disabled, .btn-group > .btn-default, .btn-group > .journal-form-btn, .btn-group > .btn-assign, .btn-group > .btn-assign-complete, .btn-group > .btn-assign-disabled, .btn-group > .btn-more, .btn-group > .btn-request, .btn-group > .btn-request-complete, .btn-group > .btn-request-disabled, .btn-group > .btn-more-comment, .btn-group > .btn-more-reply, .btn-group > .btn-confirm, .btn-group > .btn-navigation, .btn-group > .btn-card, .btn-group > .btn-action,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-notification-close,
.btn-group-vertical > .btn-comment,
.btn-group-vertical > .btn-resolve,
.btn-group-vertical > .btn-reply,
.btn-group-vertical > .add-btn-select,
.btn-group-vertical > .btn-disabled,
.btn-group-vertical > .btn-default,
.btn-group-vertical > .journal-form-btn,
.btn-group-vertical > .btn-assign,
.btn-group-vertical > .btn-assign-complete,
.btn-group-vertical > .btn-assign-disabled,
.btn-group-vertical > .btn-more,
.btn-group-vertical > .btn-request,
.btn-group-vertical > .btn-request-complete,
.btn-group-vertical > .btn-request-disabled,
.btn-group-vertical > .btn-more-comment,
.btn-group-vertical > .btn-more-reply,
.btn-group-vertical > .btn-confirm,
.btn-group-vertical > .btn-navigation,
.btn-group-vertical > .btn-card,
.btn-group-vertical > .btn-action {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .btn-notification-close, .btn-group > .btn-check:checked + .btn-comment, .btn-group > .btn-check:checked + .btn-resolve, .btn-group > .btn-check:checked + .btn-reply, .btn-group > .btn-check:checked + .add-btn-select, .btn-group > .btn-check:checked + .btn-disabled, .btn-group > .btn-check:checked + .btn-default, .btn-group > .btn-check:checked + .journal-form-btn, .btn-group > .btn-check:checked + .btn-assign, .btn-group > .btn-check:checked + .btn-assign-complete, .btn-group > .btn-check:checked + .btn-assign-disabled, .btn-group > .btn-check:checked + .btn-more, .btn-group > .btn-check:checked + .btn-request, .btn-group > .btn-check:checked + .btn-request-complete, .btn-group > .btn-check:checked + .btn-request-disabled, .btn-group > .btn-check:checked + .btn-more-comment, .btn-group > .btn-check:checked + .btn-more-reply, .btn-group > .btn-check:checked + .btn-confirm, .btn-group > .btn-check:checked + .btn-navigation, .btn-group > .btn-check:checked + .btn-card, .btn-group > .btn-check:checked + .btn-action,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn-check:focus + .btn-notification-close,
.btn-group > .btn-check:focus + .btn-comment,
.btn-group > .btn-check:focus + .btn-resolve,
.btn-group > .btn-check:focus + .btn-reply,
.btn-group > .btn-check:focus + .add-btn-select,
.btn-group > .btn-check:focus + .btn-disabled,
.btn-group > .btn-check:focus + .btn-default,
.btn-group > .btn-check:focus + .journal-form-btn,
.btn-group > .btn-check:focus + .btn-assign,
.btn-group > .btn-check:focus + .btn-assign-complete,
.btn-group > .btn-check:focus + .btn-assign-disabled,
.btn-group > .btn-check:focus + .btn-more,
.btn-group > .btn-check:focus + .btn-request,
.btn-group > .btn-check:focus + .btn-request-complete,
.btn-group > .btn-check:focus + .btn-request-disabled,
.btn-group > .btn-check:focus + .btn-more-comment,
.btn-group > .btn-check:focus + .btn-more-reply,
.btn-group > .btn-check:focus + .btn-confirm,
.btn-group > .btn-check:focus + .btn-navigation,
.btn-group > .btn-check:focus + .btn-card,
.btn-group > .btn-check:focus + .btn-action,
.btn-group > .btn:hover,
.btn-group > .btn-notification-close:hover,
.btn-group > .btn-comment:hover,
.btn-group > .btn-resolve:hover,
.btn-group > .btn-reply:hover,
.btn-group > .add-btn-select:hover,
.btn-group > .btn-disabled:hover,
.btn-group > .btn-default:hover,
.btn-group > .journal-form-btn:hover,
.btn-group > .btn-assign:hover,
.btn-group > .btn-assign-complete:hover,
.btn-group > .btn-assign-disabled:hover,
.btn-group > .btn-more:hover,
.btn-group > .btn-request:hover,
.btn-group > .btn-request-complete:hover,
.btn-group > .btn-request-disabled:hover,
.btn-group > .btn-more-comment:hover,
.btn-group > .btn-more-reply:hover,
.btn-group > .btn-confirm:hover,
.btn-group > .btn-navigation:hover,
.btn-group > .btn-card:hover,
.btn-group > .btn-action:hover,
.btn-group > .btn:focus,
.btn-group > .btn-notification-close:focus,
.btn-group > .btn-comment:focus,
.btn-group > .btn-resolve:focus,
.btn-group > .btn-reply:focus,
.btn-group > .add-btn-select:focus,
.btn-group > .btn-disabled:focus,
.btn-group > .btn-default:focus,
.btn-group > .journal-form-btn:focus,
.btn-group > .btn-assign:focus,
.btn-group > .btn-assign-complete:focus,
.btn-group > .btn-assign-disabled:focus,
.btn-group > .btn-more:focus,
.btn-group > .btn-request:focus,
.btn-group > .btn-request-complete:focus,
.btn-group > .btn-request-disabled:focus,
.btn-group > .btn-more-comment:focus,
.btn-group > .btn-more-reply:focus,
.btn-group > .btn-confirm:focus,
.btn-group > .btn-navigation:focus,
.btn-group > .btn-card:focus,
.btn-group > .btn-action:focus,
.btn-group > .btn:active,
.btn-group > .btn-notification-close:active,
.btn-group > .btn-comment:active,
.btn-group > .btn-resolve:active,
.btn-group > .btn-reply:active,
.btn-group > .add-btn-select:active,
.btn-group > .btn-disabled:active,
.btn-group > .btn-default:active,
.btn-group > .journal-form-btn:active,
.btn-group > .btn-assign:active,
.btn-group > .btn-assign-complete:active,
.btn-group > .btn-assign-disabled:active,
.btn-group > .btn-more:active,
.btn-group > .btn-request:active,
.btn-group > .btn-request-complete:active,
.btn-group > .btn-request-disabled:active,
.btn-group > .btn-more-comment:active,
.btn-group > .btn-more-reply:active,
.btn-group > .btn-confirm:active,
.btn-group > .btn-navigation:active,
.btn-group > .btn-card:active,
.btn-group > .btn-action:active,
.btn-group > .btn.active,
.btn-group > .active.btn-notification-close,
.btn-group > .active.btn-comment,
.btn-group > .active.btn-resolve,
.btn-group > .active.btn-reply,
.btn-group > .active.add-btn-select,
.btn-group > .active.btn-disabled,
.btn-group > .active.btn-default,
.btn-group > .active.journal-form-btn,
.btn-group > .active.btn-assign,
.btn-group > .active.btn-assign-complete,
.btn-group > .active.btn-assign-disabled,
.btn-group > .active.btn-more,
.btn-group > .active.btn-request,
.btn-group > .active.btn-request-complete,
.btn-group > .active.btn-request-disabled,
.btn-group > .active.btn-more-comment,
.btn-group > .active.btn-more-reply,
.btn-group > .active.btn-confirm,
.btn-group > .active.btn-navigation,
.btn-group > .active.btn-card,
.btn-group > .active.btn-action,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:checked + .btn-notification-close,
.btn-group-vertical > .btn-check:checked + .btn-comment,
.btn-group-vertical > .btn-check:checked + .btn-resolve,
.btn-group-vertical > .btn-check:checked + .btn-reply,
.btn-group-vertical > .btn-check:checked + .add-btn-select,
.btn-group-vertical > .btn-check:checked + .btn-disabled,
.btn-group-vertical > .btn-check:checked + .btn-default,
.btn-group-vertical > .btn-check:checked + .journal-form-btn,
.btn-group-vertical > .btn-check:checked + .btn-assign,
.btn-group-vertical > .btn-check:checked + .btn-assign-complete,
.btn-group-vertical > .btn-check:checked + .btn-assign-disabled,
.btn-group-vertical > .btn-check:checked + .btn-more,
.btn-group-vertical > .btn-check:checked + .btn-request,
.btn-group-vertical > .btn-check:checked + .btn-request-complete,
.btn-group-vertical > .btn-check:checked + .btn-request-disabled,
.btn-group-vertical > .btn-check:checked + .btn-more-comment,
.btn-group-vertical > .btn-check:checked + .btn-more-reply,
.btn-group-vertical > .btn-check:checked + .btn-confirm,
.btn-group-vertical > .btn-check:checked + .btn-navigation,
.btn-group-vertical > .btn-check:checked + .btn-card,
.btn-group-vertical > .btn-check:checked + .btn-action,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn-check:focus + .btn-notification-close,
.btn-group-vertical > .btn-check:focus + .btn-comment,
.btn-group-vertical > .btn-check:focus + .btn-resolve,
.btn-group-vertical > .btn-check:focus + .btn-reply,
.btn-group-vertical > .btn-check:focus + .add-btn-select,
.btn-group-vertical > .btn-check:focus + .btn-disabled,
.btn-group-vertical > .btn-check:focus + .btn-default,
.btn-group-vertical > .btn-check:focus + .journal-form-btn,
.btn-group-vertical > .btn-check:focus + .btn-assign,
.btn-group-vertical > .btn-check:focus + .btn-assign-complete,
.btn-group-vertical > .btn-check:focus + .btn-assign-disabled,
.btn-group-vertical > .btn-check:focus + .btn-more,
.btn-group-vertical > .btn-check:focus + .btn-request,
.btn-group-vertical > .btn-check:focus + .btn-request-complete,
.btn-group-vertical > .btn-check:focus + .btn-request-disabled,
.btn-group-vertical > .btn-check:focus + .btn-more-comment,
.btn-group-vertical > .btn-check:focus + .btn-more-reply,
.btn-group-vertical > .btn-check:focus + .btn-confirm,
.btn-group-vertical > .btn-check:focus + .btn-navigation,
.btn-group-vertical > .btn-check:focus + .btn-card,
.btn-group-vertical > .btn-check:focus + .btn-action,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn-notification-close:hover,
.btn-group-vertical > .btn-comment:hover,
.btn-group-vertical > .btn-resolve:hover,
.btn-group-vertical > .btn-reply:hover,
.btn-group-vertical > .add-btn-select:hover,
.btn-group-vertical > .btn-disabled:hover,
.btn-group-vertical > .btn-default:hover,
.btn-group-vertical > .journal-form-btn:hover,
.btn-group-vertical > .btn-assign:hover,
.btn-group-vertical > .btn-assign-complete:hover,
.btn-group-vertical > .btn-assign-disabled:hover,
.btn-group-vertical > .btn-more:hover,
.btn-group-vertical > .btn-request:hover,
.btn-group-vertical > .btn-request-complete:hover,
.btn-group-vertical > .btn-request-disabled:hover,
.btn-group-vertical > .btn-more-comment:hover,
.btn-group-vertical > .btn-more-reply:hover,
.btn-group-vertical > .btn-confirm:hover,
.btn-group-vertical > .btn-navigation:hover,
.btn-group-vertical > .btn-card:hover,
.btn-group-vertical > .btn-action:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn-notification-close:focus,
.btn-group-vertical > .btn-comment:focus,
.btn-group-vertical > .btn-resolve:focus,
.btn-group-vertical > .btn-reply:focus,
.btn-group-vertical > .add-btn-select:focus,
.btn-group-vertical > .btn-disabled:focus,
.btn-group-vertical > .btn-default:focus,
.btn-group-vertical > .journal-form-btn:focus,
.btn-group-vertical > .btn-assign:focus,
.btn-group-vertical > .btn-assign-complete:focus,
.btn-group-vertical > .btn-assign-disabled:focus,
.btn-group-vertical > .btn-more:focus,
.btn-group-vertical > .btn-request:focus,
.btn-group-vertical > .btn-request-complete:focus,
.btn-group-vertical > .btn-request-disabled:focus,
.btn-group-vertical > .btn-more-comment:focus,
.btn-group-vertical > .btn-more-reply:focus,
.btn-group-vertical > .btn-confirm:focus,
.btn-group-vertical > .btn-navigation:focus,
.btn-group-vertical > .btn-card:focus,
.btn-group-vertical > .btn-action:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn-notification-close:active,
.btn-group-vertical > .btn-comment:active,
.btn-group-vertical > .btn-resolve:active,
.btn-group-vertical > .btn-reply:active,
.btn-group-vertical > .add-btn-select:active,
.btn-group-vertical > .btn-disabled:active,
.btn-group-vertical > .btn-default:active,
.btn-group-vertical > .journal-form-btn:active,
.btn-group-vertical > .btn-assign:active,
.btn-group-vertical > .btn-assign-complete:active,
.btn-group-vertical > .btn-assign-disabled:active,
.btn-group-vertical > .btn-more:active,
.btn-group-vertical > .btn-request:active,
.btn-group-vertical > .btn-request-complete:active,
.btn-group-vertical > .btn-request-disabled:active,
.btn-group-vertical > .btn-more-comment:active,
.btn-group-vertical > .btn-more-reply:active,
.btn-group-vertical > .btn-confirm:active,
.btn-group-vertical > .btn-navigation:active,
.btn-group-vertical > .btn-card:active,
.btn-group-vertical > .btn-action:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn-notification-close,
.btn-group-vertical > .active.btn-comment,
.btn-group-vertical > .active.btn-resolve,
.btn-group-vertical > .active.btn-reply,
.btn-group-vertical > .active.add-btn-select,
.btn-group-vertical > .active.btn-disabled,
.btn-group-vertical > .active.btn-default,
.btn-group-vertical > .active.journal-form-btn,
.btn-group-vertical > .active.btn-assign,
.btn-group-vertical > .active.btn-assign-complete,
.btn-group-vertical > .active.btn-assign-disabled,
.btn-group-vertical > .active.btn-more,
.btn-group-vertical > .active.btn-request,
.btn-group-vertical > .active.btn-request-complete,
.btn-group-vertical > .active.btn-request-disabled,
.btn-group-vertical > .active.btn-more-comment,
.btn-group-vertical > .active.btn-more-reply,
.btn-group-vertical > .active.btn-confirm,
.btn-group-vertical > .active.btn-navigation,
.btn-group-vertical > .active.btn-card,
.btn-group-vertical > .active.btn-action {
  z-index: 1;
}

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

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

.btn-group > .btn:not(:first-child), .btn-group > .btn-notification-close:not(:first-child), .btn-group > .btn-comment:not(:first-child), .btn-group > .btn-resolve:not(:first-child), .btn-group > .btn-reply:not(:first-child), .btn-group > .add-btn-select:not(:first-child), .btn-group > .btn-disabled:not(:first-child), .btn-group > .btn-default:not(:first-child), .btn-group > .journal-form-btn:not(:first-child), .btn-group > .btn-assign:not(:first-child), .btn-group > .btn-assign-complete:not(:first-child), .btn-group > .btn-assign-disabled:not(:first-child), .btn-group > .btn-more:not(:first-child), .btn-group > .btn-request:not(:first-child), .btn-group > .btn-request-complete:not(:first-child), .btn-group > .btn-request-disabled:not(:first-child), .btn-group > .btn-more-comment:not(:first-child), .btn-group > .btn-more-reply:not(:first-child), .btn-group > .btn-confirm:not(:first-child), .btn-group > .btn-navigation:not(:first-child), .btn-group > .btn-card:not(:first-child), .btn-group > .btn-action:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-notification-close:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-comment:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-resolve:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-reply:not(:last-child):not(.dropdown-toggle), .btn-group > .add-btn-select:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-disabled:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-default:not(:last-child):not(.dropdown-toggle), .btn-group > .journal-form-btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-assign:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-assign-complete:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-assign-disabled:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-more:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-request:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-request-complete:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-request-disabled:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-more-comment:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-more-reply:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-confirm:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-navigation:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-card:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-action:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .btn-notification-close,
.btn-group > .btn-group:not(:last-child) > .btn-comment,
.btn-group > .btn-group:not(:last-child) > .btn-resolve,
.btn-group > .btn-group:not(:last-child) > .btn-reply,
.btn-group > .btn-group:not(:last-child) > .add-btn-select,
.btn-group > .btn-group:not(:last-child) > .btn-disabled,
.btn-group > .btn-group:not(:last-child) > .btn-default,
.btn-group > .btn-group:not(:last-child) > .journal-form-btn,
.btn-group > .btn-group:not(:last-child) > .btn-assign,
.btn-group > .btn-group:not(:last-child) > .btn-assign-complete,
.btn-group > .btn-group:not(:last-child) > .btn-assign-disabled,
.btn-group > .btn-group:not(:last-child) > .btn-more,
.btn-group > .btn-group:not(:last-child) > .btn-request,
.btn-group > .btn-group:not(:last-child) > .btn-request-complete,
.btn-group > .btn-group:not(:last-child) > .btn-request-disabled,
.btn-group > .btn-group:not(:last-child) > .btn-more-comment,
.btn-group > .btn-group:not(:last-child) > .btn-more-reply,
.btn-group > .btn-group:not(:last-child) > .btn-confirm,
.btn-group > .btn-group:not(:last-child) > .btn-navigation,
.btn-group > .btn-group:not(:last-child) > .btn-card,
.btn-group > .btn-group:not(:last-child) > .btn-action {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3), .btn-group > .btn-notification-close:nth-child(n+3), .btn-group > .btn-comment:nth-child(n+3), .btn-group > .btn-resolve:nth-child(n+3), .btn-group > .btn-reply:nth-child(n+3), .btn-group > .add-btn-select:nth-child(n+3), .btn-group > .btn-disabled:nth-child(n+3), .btn-group > .btn-default:nth-child(n+3), .btn-group > .journal-form-btn:nth-child(n+3), .btn-group > .btn-assign:nth-child(n+3), .btn-group > .btn-assign-complete:nth-child(n+3), .btn-group > .btn-assign-disabled:nth-child(n+3), .btn-group > .btn-more:nth-child(n+3), .btn-group > .btn-request:nth-child(n+3), .btn-group > .btn-request-complete:nth-child(n+3), .btn-group > .btn-request-disabled:nth-child(n+3), .btn-group > .btn-more-comment:nth-child(n+3), .btn-group > .btn-more-reply:nth-child(n+3), .btn-group > .btn-confirm:nth-child(n+3), .btn-group > .btn-navigation:nth-child(n+3), .btn-group > .btn-card:nth-child(n+3), .btn-group > .btn-action:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > :not(.btn-check) + .btn-notification-close,
.btn-group > :not(.btn-check) + .btn-comment,
.btn-group > :not(.btn-check) + .btn-resolve,
.btn-group > :not(.btn-check) + .btn-reply,
.btn-group > :not(.btn-check) + .add-btn-select,
.btn-group > :not(.btn-check) + .btn-disabled,
.btn-group > :not(.btn-check) + .btn-default,
.btn-group > :not(.btn-check) + .journal-form-btn,
.btn-group > :not(.btn-check) + .btn-assign,
.btn-group > :not(.btn-check) + .btn-assign-complete,
.btn-group > :not(.btn-check) + .btn-assign-disabled,
.btn-group > :not(.btn-check) + .btn-more,
.btn-group > :not(.btn-check) + .btn-request,
.btn-group > :not(.btn-check) + .btn-request-complete,
.btn-group > :not(.btn-check) + .btn-request-disabled,
.btn-group > :not(.btn-check) + .btn-more-comment,
.btn-group > :not(.btn-check) + .btn-more-reply,
.btn-group > :not(.btn-check) + .btn-confirm,
.btn-group > :not(.btn-check) + .btn-navigation,
.btn-group > :not(.btn-check) + .btn-card,
.btn-group > :not(.btn-check) + .btn-action,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .btn-notification-close,
.btn-group > .btn-group:not(:first-child) > .btn-comment,
.btn-group > .btn-group:not(:first-child) > .btn-resolve,
.btn-group > .btn-group:not(:first-child) > .btn-reply,
.btn-group > .btn-group:not(:first-child) > .add-btn-select,
.btn-group > .btn-group:not(:first-child) > .btn-disabled,
.btn-group > .btn-group:not(:first-child) > .btn-default,
.btn-group > .btn-group:not(:first-child) > .journal-form-btn,
.btn-group > .btn-group:not(:first-child) > .btn-assign,
.btn-group > .btn-group:not(:first-child) > .btn-assign-complete,
.btn-group > .btn-group:not(:first-child) > .btn-assign-disabled,
.btn-group > .btn-group:not(:first-child) > .btn-more,
.btn-group > .btn-group:not(:first-child) > .btn-request,
.btn-group > .btn-group:not(:first-child) > .btn-request-complete,
.btn-group > .btn-group:not(:first-child) > .btn-request-disabled,
.btn-group > .btn-group:not(:first-child) > .btn-more-comment,
.btn-group > .btn-group:not(:first-child) > .btn-more-reply,
.btn-group > .btn-group:not(:first-child) > .btn-confirm,
.btn-group > .btn-group:not(:first-child) > .btn-navigation,
.btn-group > .btn-group:not(:first-child) > .btn-card,
.btn-group > .btn-group:not(:first-child) > .btn-action {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn-notification-close + .dropdown-toggle-split, .btn-group-sm > .btn-comment + .dropdown-toggle-split, .btn-group-sm > .btn-resolve + .dropdown-toggle-split, .btn-group-sm > .btn-reply + .dropdown-toggle-split, .btn-group-sm > .add-btn-select + .dropdown-toggle-split, .btn-group-sm > .btn-disabled + .dropdown-toggle-split, .btn-group-sm > .btn-default + .dropdown-toggle-split, .btn-group-sm > .journal-form-btn + .dropdown-toggle-split, .btn-group-sm > .btn-assign + .dropdown-toggle-split, .btn-group-sm > .btn-assign-complete + .dropdown-toggle-split, .btn-group-sm > .btn-assign-disabled + .dropdown-toggle-split, .btn-group-sm > .btn-more + .dropdown-toggle-split, .btn-group-sm > .btn-request + .dropdown-toggle-split, .btn-group-sm > .btn-request-complete + .dropdown-toggle-split, .btn-group-sm > .btn-request-disabled + .dropdown-toggle-split, .btn-group-sm > .btn-more-comment + .dropdown-toggle-split, .btn-group-sm > .btn-more-reply + .dropdown-toggle-split, .btn-group-sm > .btn-confirm + .dropdown-toggle-split, .btn-group-sm > .btn-navigation + .dropdown-toggle-split, .btn-group-sm > .btn-card + .dropdown-toggle-split, .btn-group-sm > .btn-action + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn-notification-close + .dropdown-toggle-split, .btn-group-lg > .btn-comment + .dropdown-toggle-split, .btn-group-lg > .btn-resolve + .dropdown-toggle-split, .btn-group-lg > .btn-reply + .dropdown-toggle-split, .btn-group-lg > .add-btn-select + .dropdown-toggle-split, .btn-group-lg > .btn-disabled + .dropdown-toggle-split, .btn-group-lg > .btn-default + .dropdown-toggle-split, .btn-group-lg > .journal-form-btn + .dropdown-toggle-split, .btn-group-lg > .btn-assign + .dropdown-toggle-split, .btn-group-lg > .btn-assign-complete + .dropdown-toggle-split, .btn-group-lg > .btn-assign-disabled + .dropdown-toggle-split, .btn-group-lg > .btn-more + .dropdown-toggle-split, .btn-group-lg > .btn-request + .dropdown-toggle-split, .btn-group-lg > .btn-request-complete + .dropdown-toggle-split, .btn-group-lg > .btn-request-disabled + .dropdown-toggle-split, .btn-group-lg > .btn-more-comment + .dropdown-toggle-split, .btn-group-lg > .btn-more-reply + .dropdown-toggle-split, .btn-group-lg > .btn-confirm + .dropdown-toggle-split, .btn-group-lg > .btn-navigation + .dropdown-toggle-split, .btn-group-lg > .btn-card + .dropdown-toggle-split, .btn-group-lg > .btn-action + .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-notification-close, .btn-group-vertical > .btn-comment, .btn-group-vertical > .btn-resolve, .btn-group-vertical > .btn-reply, .btn-group-vertical > .add-btn-select, .btn-group-vertical > .btn-disabled, .btn-group-vertical > .btn-default, .btn-group-vertical > .journal-form-btn, .btn-group-vertical > .btn-assign, .btn-group-vertical > .btn-assign-complete, .btn-group-vertical > .btn-assign-disabled, .btn-group-vertical > .btn-more, .btn-group-vertical > .btn-request, .btn-group-vertical > .btn-request-complete, .btn-group-vertical > .btn-request-disabled, .btn-group-vertical > .btn-more-comment, .btn-group-vertical > .btn-more-reply, .btn-group-vertical > .btn-confirm, .btn-group-vertical > .btn-navigation, .btn-group-vertical > .btn-card, .btn-group-vertical > .btn-action,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-notification-close:not(:first-child), .btn-group-vertical > .btn-comment:not(:first-child), .btn-group-vertical > .btn-resolve:not(:first-child), .btn-group-vertical > .btn-reply:not(:first-child), .btn-group-vertical > .add-btn-select:not(:first-child), .btn-group-vertical > .btn-disabled:not(:first-child), .btn-group-vertical > .btn-default:not(:first-child), .btn-group-vertical > .journal-form-btn:not(:first-child), .btn-group-vertical > .btn-assign:not(:first-child), .btn-group-vertical > .btn-assign-complete:not(:first-child), .btn-group-vertical > .btn-assign-disabled:not(:first-child), .btn-group-vertical > .btn-more:not(:first-child), .btn-group-vertical > .btn-request:not(:first-child), .btn-group-vertical > .btn-request-complete:not(:first-child), .btn-group-vertical > .btn-request-disabled:not(:first-child), .btn-group-vertical > .btn-more-comment:not(:first-child), .btn-group-vertical > .btn-more-reply:not(:first-child), .btn-group-vertical > .btn-confirm:not(:first-child), .btn-group-vertical > .btn-navigation:not(:first-child), .btn-group-vertical > .btn-card:not(:first-child), .btn-group-vertical > .btn-action:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-notification-close:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-comment:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-resolve:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-reply:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .add-btn-select:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-disabled:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-default:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .journal-form-btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-assign:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-assign-complete:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-assign-disabled:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-more:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-request:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-request-complete:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-request-disabled:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-more-comment:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-more-reply:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-confirm:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-navigation:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-card:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-action:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-notification-close,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-comment,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-resolve,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-reply,
.btn-group-vertical > .btn-group:not(:last-child) > .add-btn-select,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-disabled,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-default,
.btn-group-vertical > .btn-group:not(:last-child) > .journal-form-btn,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-assign,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-assign-complete,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-assign-disabled,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-more,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-request,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-request-complete,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-request-disabled,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-more-comment,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-more-reply,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-confirm,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-navigation,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-card,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-action {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-notification-close ~ .btn, .btn-group-vertical > .btn ~ .btn-notification-close, .btn-group-vertical > .btn-notification-close ~ .btn-notification-close, .btn-group-vertical > .btn-comment ~ .btn, .btn-group-vertical > .btn-comment ~ .btn-notification-close, .btn-group-vertical > .btn-resolve ~ .btn, .btn-group-vertical > .btn-resolve ~ .btn-notification-close, .btn-group-vertical > .btn-reply ~ .btn, .btn-group-vertical > .btn-reply ~ .btn-notification-close, .btn-group-vertical > .btn ~ .btn-comment, .btn-group-vertical > .btn-notification-close ~ .btn-comment, .btn-group-vertical > .btn ~ .btn-resolve, .btn-group-vertical > .btn-notification-close ~ .btn-resolve, .btn-group-vertical > .btn ~ .btn-reply, .btn-group-vertical > .btn-notification-close ~ .btn-reply, .btn-group-vertical > .btn-comment ~ .btn-comment, .btn-group-vertical > .btn-resolve ~ .btn-comment, .btn-group-vertical > .btn-comment ~ .btn-resolve, .btn-group-vertical > .btn-resolve ~ .btn-resolve, .btn-group-vertical > .btn-reply ~ .btn-comment, .btn-group-vertical > .btn-reply ~ .btn-resolve, .btn-group-vertical > .btn-comment ~ .btn-reply, .btn-group-vertical > .btn-resolve ~ .btn-reply, .btn-group-vertical > .btn-reply ~ .btn-reply, .btn-group-vertical > .add-btn-select ~ .btn, .btn-group-vertical > .add-btn-select ~ .btn-notification-close, .btn-group-vertical > .add-btn-select ~ .btn-comment, .btn-group-vertical > .add-btn-select ~ .btn-resolve, .btn-group-vertical > .add-btn-select ~ .btn-reply, .btn-group-vertical > .btn ~ .add-btn-select, .btn-group-vertical > .btn-notification-close ~ .add-btn-select, .btn-group-vertical > .btn-comment ~ .add-btn-select, .btn-group-vertical > .btn-resolve ~ .add-btn-select, .btn-group-vertical > .btn-reply ~ .add-btn-select, .btn-group-vertical > .add-btn-select ~ .add-btn-select, .btn-group-vertical > .btn-disabled ~ .btn, .btn-group-vertical > .btn-disabled ~ .btn-notification-close, .btn-group-vertical > .btn-disabled ~ .btn-comment, .btn-group-vertical > .btn-disabled ~ .btn-resolve, .btn-group-vertical > .btn-disabled ~ .btn-reply, .btn-group-vertical > .btn-disabled ~ .add-btn-select, .btn-group-vertical > .btn ~ .btn-disabled, .btn-group-vertical > .btn-notification-close ~ .btn-disabled, .btn-group-vertical > .btn-comment ~ .btn-disabled, .btn-group-vertical > .btn-resolve ~ .btn-disabled, .btn-group-vertical > .btn-reply ~ .btn-disabled, .btn-group-vertical > .add-btn-select ~ .btn-disabled, .btn-group-vertical > .btn-disabled ~ .btn-disabled, .btn-group-vertical > .btn-default ~ .btn, .btn-group-vertical > .journal-form-btn ~ .btn, .btn-group-vertical > .btn-assign ~ .btn, .btn-group-vertical > .btn-assign-complete ~ .btn, .btn-group-vertical > .btn-assign-disabled ~ .btn, .btn-group-vertical > .btn-more ~ .btn, .btn-group-vertical > .btn-request ~ .btn, .btn-group-vertical > .btn-request-complete ~ .btn, .btn-group-vertical > .btn-request-disabled ~ .btn, .btn-group-vertical > .btn-default ~ .btn-notification-close, .btn-group-vertical > .journal-form-btn ~ .btn-notification-close, .btn-group-vertical > .btn-assign ~ .btn-notification-close, .btn-group-vertical > .btn-assign-complete ~ .btn-notification-close, .btn-group-vertical > .btn-assign-disabled ~ .btn-notification-close, .btn-group-vertical > .btn-more ~ .btn-notification-close, .btn-group-vertical > .btn-request ~ .btn-notification-close, .btn-group-vertical > .btn-request-complete ~ .btn-notification-close, .btn-group-vertical > .btn-request-disabled ~ .btn-notification-close, .btn-group-vertical > .btn-default ~ .btn-comment, .btn-group-vertical > .journal-form-btn ~ .btn-comment, .btn-group-vertical > .btn-assign ~ .btn-comment, .btn-group-vertical > .btn-assign-complete ~ .btn-comment, .btn-group-vertical > .btn-assign-disabled ~ .btn-comment, .btn-group-vertical > .btn-more ~ .btn-comment, .btn-group-vertical > .btn-request ~ .btn-comment, .btn-group-vertical > .btn-request-complete ~ .btn-comment, .btn-group-vertical > .btn-request-disabled ~ .btn-comment, .btn-group-vertical > .btn-default ~ .btn-resolve, .btn-group-vertical > .journal-form-btn ~ .btn-resolve, .btn-group-vertical > .btn-assign ~ .btn-resolve, .btn-group-vertical > .btn-assign-complete ~ .btn-resolve, .btn-group-vertical > .btn-assign-disabled ~ .btn-resolve, .btn-group-vertical > .btn-more ~ .btn-resolve, .btn-group-vertical > .btn-request ~ .btn-resolve, .btn-group-vertical > .btn-request-complete ~ .btn-resolve, .btn-group-vertical > .btn-request-disabled ~ .btn-resolve, .btn-group-vertical > .btn-default ~ .btn-reply, .btn-group-vertical > .journal-form-btn ~ .btn-reply, .btn-group-vertical > .btn-assign ~ .btn-reply, .btn-group-vertical > .btn-assign-complete ~ .btn-reply, .btn-group-vertical > .btn-assign-disabled ~ .btn-reply, .btn-group-vertical > .btn-more ~ .btn-reply, .btn-group-vertical > .btn-request ~ .btn-reply, .btn-group-vertical > .btn-request-complete ~ .btn-reply, .btn-group-vertical > .btn-request-disabled ~ .btn-reply, .btn-group-vertical > .btn-more-comment ~ .btn, .btn-group-vertical > .btn-more-comment ~ .btn-notification-close, .btn-group-vertical > .btn-more-comment ~ .btn-comment, .btn-group-vertical > .btn-more-comment ~ .btn-resolve, .btn-group-vertical > .btn-more-comment ~ .btn-reply, .btn-group-vertical > .btn-more-reply ~ .btn, .btn-group-vertical > .btn-more-reply ~ .btn-notification-close, .btn-group-vertical > .btn-more-reply ~ .btn-comment, .btn-group-vertical > .btn-more-reply ~ .btn-resolve, .btn-group-vertical > .btn-more-reply ~ .btn-reply, .btn-group-vertical > .btn-confirm ~ .btn, .btn-group-vertical > .btn-confirm ~ .btn-notification-close, .btn-group-vertical > .btn-confirm ~ .btn-comment, .btn-group-vertical > .btn-confirm ~ .btn-resolve, .btn-group-vertical > .btn-confirm ~ .btn-reply, .btn-group-vertical > .btn-default ~ .add-btn-select, .btn-group-vertical > .journal-form-btn ~ .add-btn-select, .btn-group-vertical > .btn-assign ~ .add-btn-select, .btn-group-vertical > .btn-assign-complete ~ .add-btn-select, .btn-group-vertical > .btn-assign-disabled ~ .add-btn-select, .btn-group-vertical > .btn-more ~ .add-btn-select, .btn-group-vertical > .btn-request ~ .add-btn-select, .btn-group-vertical > .btn-request-complete ~ .add-btn-select, .btn-group-vertical > .btn-request-disabled ~ .add-btn-select, .btn-group-vertical > .btn-more-comment ~ .add-btn-select, .btn-group-vertical > .btn-more-reply ~ .add-btn-select, .btn-group-vertical > .btn-confirm ~ .add-btn-select, .btn-group-vertical > .btn-default ~ .btn-disabled, .btn-group-vertical > .journal-form-btn ~ .btn-disabled, .btn-group-vertical > .btn-assign ~ .btn-disabled, .btn-group-vertical > .btn-assign-complete ~ .btn-disabled, .btn-group-vertical > .btn-assign-disabled ~ .btn-disabled, .btn-group-vertical > .btn-more ~ .btn-disabled, .btn-group-vertical > .btn-request ~ .btn-disabled, .btn-group-vertical > .btn-request-complete ~ .btn-disabled, .btn-group-vertical > .btn-request-disabled ~ .btn-disabled, .btn-group-vertical > .btn-more-comment ~ .btn-disabled, .btn-group-vertical > .btn-more-reply ~ .btn-disabled, .btn-group-vertical > .btn-confirm ~ .btn-disabled, .btn-group-vertical > .btn-navigation ~ .btn, .btn-group-vertical > .btn-navigation ~ .btn-notification-close, .btn-group-vertical > .btn-navigation ~ .btn-comment, .btn-group-vertical > .btn-navigation ~ .btn-resolve, .btn-group-vertical > .btn-navigation ~ .btn-reply, .btn-group-vertical > .btn-navigation ~ .add-btn-select, .btn-group-vertical > .btn-navigation ~ .btn-disabled, .btn-group-vertical > .btn-card ~ .btn, .btn-group-vertical > .btn-card ~ .btn-notification-close, .btn-group-vertical > .btn-card ~ .btn-comment, .btn-group-vertical > .btn-card ~ .btn-resolve, .btn-group-vertical > .btn-card ~ .btn-reply, .btn-group-vertical > .btn-card ~ .add-btn-select, .btn-group-vertical > .btn-card ~ .btn-disabled, .btn-group-vertical > .btn-action ~ .btn, .btn-group-vertical > .btn-action ~ .btn-notification-close, .btn-group-vertical > .btn-action ~ .btn-comment, .btn-group-vertical > .btn-action ~ .btn-resolve, .btn-group-vertical > .btn-action ~ .btn-reply, .btn-group-vertical > .btn-action ~ .add-btn-select, .btn-group-vertical > .btn-action ~ .btn-disabled, .btn-group-vertical > .btn ~ .btn-default, .btn-group-vertical > .btn ~ .journal-form-btn, .btn-group-vertical > .btn ~ .btn-assign, .btn-group-vertical > .btn ~ .btn-assign-complete, .btn-group-vertical > .btn ~ .btn-assign-disabled, .btn-group-vertical > .btn ~ .btn-more, .btn-group-vertical > .btn ~ .btn-request, .btn-group-vertical > .btn ~ .btn-request-complete, .btn-group-vertical > .btn ~ .btn-request-disabled, .btn-group-vertical > .btn-notification-close ~ .btn-default, .btn-group-vertical > .btn-notification-close ~ .journal-form-btn, .btn-group-vertical > .btn-notification-close ~ .btn-assign, .btn-group-vertical > .btn-notification-close ~ .btn-assign-complete, .btn-group-vertical > .btn-notification-close ~ .btn-assign-disabled, .btn-group-vertical > .btn-notification-close ~ .btn-more, .btn-group-vertical > .btn-notification-close ~ .btn-request, .btn-group-vertical > .btn-notification-close ~ .btn-request-complete, .btn-group-vertical > .btn-notification-close ~ .btn-request-disabled, .btn-group-vertical > .btn-comment ~ .btn-default, .btn-group-vertical > .btn-comment ~ .journal-form-btn, .btn-group-vertical > .btn-comment ~ .btn-assign, .btn-group-vertical > .btn-comment ~ .btn-assign-complete, .btn-group-vertical > .btn-comment ~ .btn-assign-disabled, .btn-group-vertical > .btn-comment ~ .btn-more, .btn-group-vertical > .btn-comment ~ .btn-request, .btn-group-vertical > .btn-comment ~ .btn-request-complete, .btn-group-vertical > .btn-comment ~ .btn-request-disabled, .btn-group-vertical > .btn-resolve ~ .btn-default, .btn-group-vertical > .btn-resolve ~ .journal-form-btn, .btn-group-vertical > .btn-resolve ~ .btn-assign, .btn-group-vertical > .btn-resolve ~ .btn-assign-complete, .btn-group-vertical > .btn-resolve ~ .btn-assign-disabled, .btn-group-vertical > .btn-resolve ~ .btn-more, .btn-group-vertical > .btn-resolve ~ .btn-request, .btn-group-vertical > .btn-resolve ~ .btn-request-complete, .btn-group-vertical > .btn-resolve ~ .btn-request-disabled, .btn-group-vertical > .btn-reply ~ .btn-default, .btn-group-vertical > .btn-reply ~ .journal-form-btn, .btn-group-vertical > .btn-reply ~ .btn-assign, .btn-group-vertical > .btn-reply ~ .btn-assign-complete, .btn-group-vertical > .btn-reply ~ .btn-assign-disabled, .btn-group-vertical > .btn-reply ~ .btn-more, .btn-group-vertical > .btn-reply ~ .btn-request, .btn-group-vertical > .btn-reply ~ .btn-request-complete, .btn-group-vertical > .btn-reply ~ .btn-request-disabled, .btn-group-vertical > .btn ~ .btn-more-comment, .btn-group-vertical > .btn-notification-close ~ .btn-more-comment, .btn-group-vertical > .btn-comment ~ .btn-more-comment, .btn-group-vertical > .btn-resolve ~ .btn-more-comment, .btn-group-vertical > .btn-reply ~ .btn-more-comment, .btn-group-vertical > .btn ~ .btn-more-reply, .btn-group-vertical > .btn-notification-close ~ .btn-more-reply, .btn-group-vertical > .btn-comment ~ .btn-more-reply, .btn-group-vertical > .btn-resolve ~ .btn-more-reply, .btn-group-vertical > .btn-reply ~ .btn-more-reply, .btn-group-vertical > .btn ~ .btn-confirm, .btn-group-vertical > .btn-notification-close ~ .btn-confirm, .btn-group-vertical > .btn-comment ~ .btn-confirm, .btn-group-vertical > .btn-resolve ~ .btn-confirm, .btn-group-vertical > .btn-reply ~ .btn-confirm, .btn-group-vertical > .add-btn-select ~ .btn-default, .btn-group-vertical > .add-btn-select ~ .journal-form-btn, .btn-group-vertical > .add-btn-select ~ .btn-assign, .btn-group-vertical > .add-btn-select ~ .btn-assign-complete, .btn-group-vertical > .add-btn-select ~ .btn-assign-disabled, .btn-group-vertical > .add-btn-select ~ .btn-more, .btn-group-vertical > .add-btn-select ~ .btn-request, .btn-group-vertical > .add-btn-select ~ .btn-request-complete, .btn-group-vertical > .add-btn-select ~ .btn-request-disabled, .btn-group-vertical > .add-btn-select ~ .btn-more-comment, .btn-group-vertical > .add-btn-select ~ .btn-more-reply, .btn-group-vertical > .add-btn-select ~ .btn-confirm, .btn-group-vertical > .btn-disabled ~ .btn-default, .btn-group-vertical > .btn-disabled ~ .journal-form-btn, .btn-group-vertical > .btn-disabled ~ .btn-assign, .btn-group-vertical > .btn-disabled ~ .btn-assign-complete, .btn-group-vertical > .btn-disabled ~ .btn-assign-disabled, .btn-group-vertical > .btn-disabled ~ .btn-more, .btn-group-vertical > .btn-disabled ~ .btn-request, .btn-group-vertical > .btn-disabled ~ .btn-request-complete, .btn-group-vertical > .btn-disabled ~ .btn-request-disabled, .btn-group-vertical > .btn-disabled ~ .btn-more-comment, .btn-group-vertical > .btn-disabled ~ .btn-more-reply, .btn-group-vertical > .btn-disabled ~ .btn-confirm, .btn-group-vertical > .btn ~ .btn-navigation, .btn-group-vertical > .btn-notification-close ~ .btn-navigation, .btn-group-vertical > .btn-comment ~ .btn-navigation, .btn-group-vertical > .btn-resolve ~ .btn-navigation, .btn-group-vertical > .btn-reply ~ .btn-navigation, .btn-group-vertical > .add-btn-select ~ .btn-navigation, .btn-group-vertical > .btn-disabled ~ .btn-navigation, .btn-group-vertical > .btn ~ .btn-card, .btn-group-vertical > .btn-notification-close ~ .btn-card, .btn-group-vertical > .btn-comment ~ .btn-card, .btn-group-vertical > .btn-resolve ~ .btn-card, .btn-group-vertical > .btn-reply ~ .btn-card, .btn-group-vertical > .add-btn-select ~ .btn-card, .btn-group-vertical > .btn-disabled ~ .btn-card, .btn-group-vertical > .btn ~ .btn-action, .btn-group-vertical > .btn-notification-close ~ .btn-action, .btn-group-vertical > .btn-comment ~ .btn-action, .btn-group-vertical > .btn-resolve ~ .btn-action, .btn-group-vertical > .btn-reply ~ .btn-action, .btn-group-vertical > .add-btn-select ~ .btn-action, .btn-group-vertical > .btn-disabled ~ .btn-action, .btn-group-vertical > .btn-default ~ .btn-default, .btn-group-vertical > .journal-form-btn ~ .btn-default, .btn-group-vertical > .btn-default ~ .journal-form-btn, .btn-group-vertical > .journal-form-btn ~ .journal-form-btn, .btn-group-vertical > .btn-assign ~ .btn-default, .btn-group-vertical > .btn-assign ~ .journal-form-btn, .btn-group-vertical > .btn-assign-complete ~ .btn-default, .btn-group-vertical > .btn-assign-complete ~ .journal-form-btn, .btn-group-vertical > .btn-assign-disabled ~ .btn-default, .btn-group-vertical > .btn-assign-disabled ~ .journal-form-btn, .btn-group-vertical > .btn-default ~ .btn-assign, .btn-group-vertical > .journal-form-btn ~ .btn-assign, .btn-group-vertical > .btn-default ~ .btn-assign-complete, .btn-group-vertical > .journal-form-btn ~ .btn-assign-complete, .btn-group-vertical > .btn-default ~ .btn-assign-disabled, .btn-group-vertical > .journal-form-btn ~ .btn-assign-disabled, .btn-group-vertical > .btn-assign ~ .btn-assign, .btn-group-vertical > .btn-assign-complete ~ .btn-assign, .btn-group-vertical > .btn-assign ~ .btn-assign-complete, .btn-group-vertical > .btn-assign-complete ~ .btn-assign-complete, .btn-group-vertical > .btn-assign-disabled ~ .btn-assign, .btn-group-vertical > .btn-assign-disabled ~ .btn-assign-complete, .btn-group-vertical > .btn-assign ~ .btn-assign-disabled, .btn-group-vertical > .btn-assign-complete ~ .btn-assign-disabled, .btn-group-vertical > .btn-assign-disabled ~ .btn-assign-disabled, .btn-group-vertical > .btn-more ~ .btn-default, .btn-group-vertical > .btn-more ~ .journal-form-btn, .btn-group-vertical > .btn-more ~ .btn-assign, .btn-group-vertical > .btn-more ~ .btn-assign-complete, .btn-group-vertical > .btn-more ~ .btn-assign-disabled, .btn-group-vertical > .btn-default ~ .btn-more, .btn-group-vertical > .journal-form-btn ~ .btn-more, .btn-group-vertical > .btn-assign ~ .btn-more, .btn-group-vertical > .btn-assign-complete ~ .btn-more, .btn-group-vertical > .btn-assign-disabled ~ .btn-more, .btn-group-vertical > .btn-more ~ .btn-more, .btn-group-vertical > .btn-request ~ .btn-default, .btn-group-vertical > .btn-request ~ .journal-form-btn, .btn-group-vertical > .btn-request ~ .btn-assign, .btn-group-vertical > .btn-request ~ .btn-assign-complete, .btn-group-vertical > .btn-request ~ .btn-assign-disabled, .btn-group-vertical > .btn-request ~ .btn-more, .btn-group-vertical > .btn-request-complete ~ .btn-default, .btn-group-vertical > .btn-request-complete ~ .journal-form-btn, .btn-group-vertical > .btn-request-complete ~ .btn-assign, .btn-group-vertical > .btn-request-complete ~ .btn-assign-complete, .btn-group-vertical > .btn-request-complete ~ .btn-assign-disabled, .btn-group-vertical > .btn-request-complete ~ .btn-more, .btn-group-vertical > .btn-request-disabled ~ .btn-default, .btn-group-vertical > .btn-request-disabled ~ .journal-form-btn, .btn-group-vertical > .btn-request-disabled ~ .btn-assign, .btn-group-vertical > .btn-request-disabled ~ .btn-assign-complete, .btn-group-vertical > .btn-request-disabled ~ .btn-assign-disabled, .btn-group-vertical > .btn-request-disabled ~ .btn-more, .btn-group-vertical > .btn-default ~ .btn-request, .btn-group-vertical > .journal-form-btn ~ .btn-request, .btn-group-vertical > .btn-assign ~ .btn-request, .btn-group-vertical > .btn-assign-complete ~ .btn-request, .btn-group-vertical > .btn-assign-disabled ~ .btn-request, .btn-group-vertical > .btn-more ~ .btn-request, .btn-group-vertical > .btn-default ~ .btn-request-complete, .btn-group-vertical > .journal-form-btn ~ .btn-request-complete, .btn-group-vertical > .btn-assign ~ .btn-request-complete, .btn-group-vertical > .btn-assign-complete ~ .btn-request-complete, .btn-group-vertical > .btn-assign-disabled ~ .btn-request-complete, .btn-group-vertical > .btn-more ~ .btn-request-complete, .btn-group-vertical > .btn-default ~ .btn-request-disabled, .btn-group-vertical > .journal-form-btn ~ .btn-request-disabled, .btn-group-vertical > .btn-assign ~ .btn-request-disabled, .btn-group-vertical > .btn-assign-complete ~ .btn-request-disabled, .btn-group-vertical > .btn-assign-disabled ~ .btn-request-disabled, .btn-group-vertical > .btn-more ~ .btn-request-disabled, .btn-group-vertical > .btn-request ~ .btn-request, .btn-group-vertical > .btn-request-complete ~ .btn-request, .btn-group-vertical > .btn-request ~ .btn-request-complete, .btn-group-vertical > .btn-request-complete ~ .btn-request-complete, .btn-group-vertical > .btn-request-disabled ~ .btn-request, .btn-group-vertical > .btn-request-disabled ~ .btn-request-complete, .btn-group-vertical > .btn-request ~ .btn-request-disabled, .btn-group-vertical > .btn-request-complete ~ .btn-request-disabled, .btn-group-vertical > .btn-request-disabled ~ .btn-request-disabled, .btn-group-vertical > .btn-more-comment ~ .btn-default, .btn-group-vertical > .btn-more-comment ~ .journal-form-btn, .btn-group-vertical > .btn-more-comment ~ .btn-assign, .btn-group-vertical > .btn-more-comment ~ .btn-assign-complete, .btn-group-vertical > .btn-more-comment ~ .btn-assign-disabled, .btn-group-vertical > .btn-more-comment ~ .btn-more, .btn-group-vertical > .btn-more-comment ~ .btn-request, .btn-group-vertical > .btn-more-comment ~ .btn-request-complete, .btn-group-vertical > .btn-more-comment ~ .btn-request-disabled, .btn-group-vertical > .btn-more-reply ~ .btn-default, .btn-group-vertical > .btn-more-reply ~ .journal-form-btn, .btn-group-vertical > .btn-more-reply ~ .btn-assign, .btn-group-vertical > .btn-more-reply ~ .btn-assign-complete, .btn-group-vertical > .btn-more-reply ~ .btn-assign-disabled, .btn-group-vertical > .btn-more-reply ~ .btn-more, .btn-group-vertical > .btn-more-reply ~ .btn-request, .btn-group-vertical > .btn-more-reply ~ .btn-request-complete, .btn-group-vertical > .btn-more-reply ~ .btn-request-disabled, .btn-group-vertical > .btn-default ~ .btn-more-comment, .btn-group-vertical > .journal-form-btn ~ .btn-more-comment, .btn-group-vertical > .btn-assign ~ .btn-more-comment, .btn-group-vertical > .btn-assign-complete ~ .btn-more-comment, .btn-group-vertical > .btn-assign-disabled ~ .btn-more-comment, .btn-group-vertical > .btn-more ~ .btn-more-comment, .btn-group-vertical > .btn-request ~ .btn-more-comment, .btn-group-vertical > .btn-request-complete ~ .btn-more-comment, .btn-group-vertical > .btn-request-disabled ~ .btn-more-comment, .btn-group-vertical > .btn-default ~ .btn-more-reply, .btn-group-vertical > .journal-form-btn ~ .btn-more-reply, .btn-group-vertical > .btn-assign ~ .btn-more-reply, .btn-group-vertical > .btn-assign-complete ~ .btn-more-reply, .btn-group-vertical > .btn-assign-disabled ~ .btn-more-reply, .btn-group-vertical > .btn-more ~ .btn-more-reply, .btn-group-vertical > .btn-request ~ .btn-more-reply, .btn-group-vertical > .btn-request-complete ~ .btn-more-reply, .btn-group-vertical > .btn-request-disabled ~ .btn-more-reply, .btn-group-vertical > .btn-more-comment ~ .btn-more-comment, .btn-group-vertical > .btn-more-reply ~ .btn-more-comment, .btn-group-vertical > .btn-more-comment ~ .btn-more-reply, .btn-group-vertical > .btn-more-reply ~ .btn-more-reply, .btn-group-vertical > .btn-confirm ~ .btn-default, .btn-group-vertical > .btn-confirm ~ .journal-form-btn, .btn-group-vertical > .btn-confirm ~ .btn-assign, .btn-group-vertical > .btn-confirm ~ .btn-assign-complete, .btn-group-vertical > .btn-confirm ~ .btn-assign-disabled, .btn-group-vertical > .btn-confirm ~ .btn-more, .btn-group-vertical > .btn-confirm ~ .btn-request, .btn-group-vertical > .btn-confirm ~ .btn-request-complete, .btn-group-vertical > .btn-confirm ~ .btn-request-disabled, .btn-group-vertical > .btn-confirm ~ .btn-more-comment, .btn-group-vertical > .btn-confirm ~ .btn-more-reply, .btn-group-vertical > .btn-default ~ .btn-confirm, .btn-group-vertical > .journal-form-btn ~ .btn-confirm, .btn-group-vertical > .btn-assign ~ .btn-confirm, .btn-group-vertical > .btn-assign-complete ~ .btn-confirm, .btn-group-vertical > .btn-assign-disabled ~ .btn-confirm, .btn-group-vertical > .btn-more ~ .btn-confirm, .btn-group-vertical > .btn-request ~ .btn-confirm, .btn-group-vertical > .btn-request-complete ~ .btn-confirm, .btn-group-vertical > .btn-request-disabled ~ .btn-confirm, .btn-group-vertical > .btn-more-comment ~ .btn-confirm, .btn-group-vertical > .btn-more-reply ~ .btn-confirm, .btn-group-vertical > .btn-confirm ~ .btn-confirm, .btn-group-vertical > .btn-navigation ~ .btn-default, .btn-group-vertical > .btn-navigation ~ .journal-form-btn, .btn-group-vertical > .btn-navigation ~ .btn-assign, .btn-group-vertical > .btn-navigation ~ .btn-assign-complete, .btn-group-vertical > .btn-navigation ~ .btn-assign-disabled, .btn-group-vertical > .btn-navigation ~ .btn-more, .btn-group-vertical > .btn-navigation ~ .btn-request, .btn-group-vertical > .btn-navigation ~ .btn-request-complete, .btn-group-vertical > .btn-navigation ~ .btn-request-disabled, .btn-group-vertical > .btn-navigation ~ .btn-more-comment, .btn-group-vertical > .btn-navigation ~ .btn-more-reply, .btn-group-vertical > .btn-navigation ~ .btn-confirm, .btn-group-vertical > .btn-default ~ .btn-navigation, .btn-group-vertical > .journal-form-btn ~ .btn-navigation, .btn-group-vertical > .btn-assign ~ .btn-navigation, .btn-group-vertical > .btn-assign-complete ~ .btn-navigation, .btn-group-vertical > .btn-assign-disabled ~ .btn-navigation, .btn-group-vertical > .btn-more ~ .btn-navigation, .btn-group-vertical > .btn-request ~ .btn-navigation, .btn-group-vertical > .btn-request-complete ~ .btn-navigation, .btn-group-vertical > .btn-request-disabled ~ .btn-navigation, .btn-group-vertical > .btn-more-comment ~ .btn-navigation, .btn-group-vertical > .btn-more-reply ~ .btn-navigation, .btn-group-vertical > .btn-confirm ~ .btn-navigation, .btn-group-vertical > .btn-navigation ~ .btn-navigation, .btn-group-vertical > .btn-card ~ .btn-default, .btn-group-vertical > .btn-card ~ .journal-form-btn, .btn-group-vertical > .btn-card ~ .btn-assign, .btn-group-vertical > .btn-card ~ .btn-assign-complete, .btn-group-vertical > .btn-card ~ .btn-assign-disabled, .btn-group-vertical > .btn-card ~ .btn-more, .btn-group-vertical > .btn-card ~ .btn-request, .btn-group-vertical > .btn-card ~ .btn-request-complete, .btn-group-vertical > .btn-card ~ .btn-request-disabled, .btn-group-vertical > .btn-card ~ .btn-more-comment, .btn-group-vertical > .btn-card ~ .btn-more-reply, .btn-group-vertical > .btn-card ~ .btn-confirm, .btn-group-vertical > .btn-card ~ .btn-navigation, .btn-group-vertical > .btn-default ~ .btn-card, .btn-group-vertical > .journal-form-btn ~ .btn-card, .btn-group-vertical > .btn-assign ~ .btn-card, .btn-group-vertical > .btn-assign-complete ~ .btn-card, .btn-group-vertical > .btn-assign-disabled ~ .btn-card, .btn-group-vertical > .btn-more ~ .btn-card, .btn-group-vertical > .btn-request ~ .btn-card, .btn-group-vertical > .btn-request-complete ~ .btn-card, .btn-group-vertical > .btn-request-disabled ~ .btn-card, .btn-group-vertical > .btn-more-comment ~ .btn-card, .btn-group-vertical > .btn-more-reply ~ .btn-card, .btn-group-vertical > .btn-confirm ~ .btn-card, .btn-group-vertical > .btn-navigation ~ .btn-card, .btn-group-vertical > .btn-card ~ .btn-card, .btn-group-vertical > .btn-action ~ .btn-default, .btn-group-vertical > .btn-action ~ .journal-form-btn, .btn-group-vertical > .btn-action ~ .btn-assign, .btn-group-vertical > .btn-action ~ .btn-assign-complete, .btn-group-vertical > .btn-action ~ .btn-assign-disabled, .btn-group-vertical > .btn-action ~ .btn-more, .btn-group-vertical > .btn-action ~ .btn-request, .btn-group-vertical > .btn-action ~ .btn-request-complete, .btn-group-vertical > .btn-action ~ .btn-request-disabled, .btn-group-vertical > .btn-action ~ .btn-more-comment, .btn-group-vertical > .btn-action ~ .btn-more-reply, .btn-group-vertical > .btn-action ~ .btn-confirm, .btn-group-vertical > .btn-action ~ .btn-navigation, .btn-group-vertical > .btn-action ~ .btn-card, .btn-group-vertical > .btn-default ~ .btn-action, .btn-group-vertical > .journal-form-btn ~ .btn-action, .btn-group-vertical > .btn-assign ~ .btn-action, .btn-group-vertical > .btn-assign-complete ~ .btn-action, .btn-group-vertical > .btn-assign-disabled ~ .btn-action, .btn-group-vertical > .btn-more ~ .btn-action, .btn-group-vertical > .btn-request ~ .btn-action, .btn-group-vertical > .btn-request-complete ~ .btn-action, .btn-group-vertical > .btn-request-disabled ~ .btn-action, .btn-group-vertical > .btn-more-comment ~ .btn-action, .btn-group-vertical > .btn-more-reply ~ .btn-action, .btn-group-vertical > .btn-confirm ~ .btn-action, .btn-group-vertical > .btn-navigation ~ .btn-action, .btn-group-vertical > .btn-card ~ .btn-action, .btn-group-vertical > .btn-action ~ .btn-action,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-notification-close,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-comment,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-resolve,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-reply,
.btn-group-vertical > .btn-group:not(:first-child) > .add-btn-select,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-disabled,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-default,
.btn-group-vertical > .btn-group:not(:first-child) > .journal-form-btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-assign,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-assign-complete,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-assign-disabled,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-more,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-request,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-request-complete,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-request-disabled,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-more-comment,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-more-reply,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-confirm,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-navigation,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-card,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-action {
  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:hover, .nav-link:focus {
  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:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #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-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

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

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

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

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

.navbar-nav .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:hover, .navbar-light .navbar-brand:focus {
  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:hover, .navbar-light .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  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:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  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 .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  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:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.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, .btn-notification-close .badge, .btn-comment .badge, .btn-resolve .badge, .btn-reply .badge, .add-btn-select .badge, .btn-disabled .badge, .btn-default .badge, .journal-form-btn .badge, .btn-assign .badge, .btn-assign-complete .badge, .btn-assign-disabled .badge, .btn-more .badge, .btn-request .badge, .btn-request-complete .badge, .btn-request-disabled .badge, .btn-more-comment .badge, .btn-more-reply .badge, .btn-confirm .badge, .btn-navigation .badge, .btn-card .badge, .btn-action .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;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    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:hover, .list-group-item-action:focus {
  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:hover, .list-group-item-primary.list-group-item-action:focus {
  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:hover, .list-group-item-secondary.list-group-item-action:focus {
  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:hover, .list-group-item-success.list-group-item-action:focus {
  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:hover, .list-group-item-info.list-group-item-action:focus {
  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:hover, .list-group-item-warning.list-group-item-action:focus {
  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:hover, .list-group-item-danger.list-group-item-action:focus {
  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:hover, .list-group-item-light.list-group-item-action:focus {
  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:hover, .list-group-item-dark.list-group-item-action:focus {
  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;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@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%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@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;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    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:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    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: -webkit-sticky !important;
  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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.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;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-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 {
  font-family: "Inter", sans-serif;
}
body.app {
  background: #F2F2F2;
}
body.disable {
  overflow: hidden;
}
body.modal-open {
  overflow: hidden;
}

#main {
  display: flex;
  height: 100%;
}
#main .content {
  width: 100%;
}
#main .content.profile {
  padding-left: 60px;
}

.pt-0 {
  padding: 0;
}

.editor {
  max-width: 800px;
  margin: 0 auto;
}

.hide {
  display: none;
  visibility: hidden;
}

.app-footer {
  text-align: center;
  padding: 10px 10px 25px 10px;
}

.visible-label {
  position: relative;
}

.visible-disabled {
  opacity: 0.4;
}

.profile {
  margin-bottom: 40px;
}
.profile.expand {
  max-width: 1700px;
}
.profile .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  margin-bottom: 20px;
}
.profile .header h1 {
  color: #2c2c2c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.profile .header .link-item {
  display: block;
  padding: 10px;
  background: #e6e6e6;
}
.profile .header .link-item .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.profile section {
  margin: 15px 0;
  padding: 20px 25px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}
.profile section h2 {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.3;
}
.profile section .filter-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.profile section .filter-section .filter-item {
  width: 100%;
}
.profile section .filter-section .filter-item.date-picker {
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.profile section .filters select {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  margin-right: 2px;
}
.profile section .filters select.form-select {
  font-size: 14px;
}
.profile section .title-section {
  position: relative;
}
.profile section .title-section.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile section .title-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
  margin-top: 15px;
  margin-bottom: 20px;
}
.profile section .title-section h3.mb-0 {
  margin-bottom: 0;
}
.profile section .title-section h4.results {
  font-size: 14px;
  font-weight: 600;
}
.profile section .title-section .filters-title-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile section .title-section .filters-title-bar .title {
  display: flex;
  flex-direction: column;
}
.profile section .title-section .filters-title-bar .title h3 {
  margin: 0;
  padding: 0;
}
.profile section .title-section .filters-options {
  display: flex;
  align-items: center;
}
.profile section .title-section .filters-options .filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 2px solid #dee2e6;
  margin-left: 5px;
  border-radius: 5px;
  z-index: 99999;
  cursor: pointer;
}
.profile section .title-section .filters-options .filter-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.profile section .title-section .filters-options .filter-button .icon.remove-filter {
  fill: #B00020;
}
.profile section .title-section .filters-options .filter-button:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.profile section .title-section .filters-options .add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 2px solid #dee2e6;
  margin-left: 5px;
  border-radius: 5px;
  height: 30px;
  width: 80px;
  z-index: 99999;
  cursor: pointer;
}
.profile section .title-section .filters-options .add-button .icon {
  text-align: center;
  height: 15px;
  width: 15px;
  fill: #000;
}
.profile section .title-section .filters-options .add-button:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.profile section .title-section .filters-options .nav-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -25px;
}
.profile section .title-section .filters-sort {
  display: flex;
  align-items: center;
}
.profile section .title-section .filters-sort select {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  margin-left: 5px;
}
.profile section .title-section .filters-sort select.form-select {
  font-size: 14px;
}
.profile section .title-section .filters-sort .filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 2px solid #dee2e6;
  margin-left: 5px;
  border-radius: 5px;
  z-index: 99999;
  cursor: pointer;
}
.profile section .title-section .filters-sort .filter-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.profile section .title-section .filters-sort .filter-button .icon.remove-filter {
  fill: #B00020;
}
.profile section .title-section .filters-sort .filter-button:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.profile section .title-section .filters-sort .add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 2px solid #dee2e6;
  margin-left: 5px;
  border-radius: 5px;
  height: 30px;
  width: 80px;
  z-index: 99999;
  cursor: pointer;
}
.profile section .title-section .filters-sort .add-button .icon {
  text-align: center;
  height: 15px;
  width: 15px;
  fill: #000;
}
.profile section .title-section .filters-sort .add-button:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.profile section .title-section .filters-sort .nav-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -25px;
}
.profile section .title-section .add-button {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 2px solid #dee2e6;
  margin-right: 5px;
  border-radius: 5px;
}
.profile section .title-section .add-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.profile section .title-section .edit-button {
  border: 2px solid #dee2e6;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  right: 7px;
  top: -6px;
}
.profile section .title-section .edit-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.profile section.edit {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 20px;
}
.profile section.comment-section {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.profile section.user {
  display: flex;
  align-items: center;
  flex-flow: column;
  position: relative;
}
.profile section.user .edit-button {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 3px 5px;
  border: 2px solid #dee2e6;
  border-radius: 5px;
}
.profile section.user .edit-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.profile section.user .avatar {
  height: 150px;
  width: 150px;
  position: relative;
}
.profile section.user .avatar img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.profile section.user .avatar .edit-camera {
  position: absolute;
  bottom: 10px;
  right: 8px;
  padding: 5px;
  background: #1d2226;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 2px solid #FFF;
}
.profile section.user .avatar .edit-camera .icon {
  text-align: center;
  height: 15px;
  width: 15px;
  fill: #FFF;
}
.profile section.user .name h1 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.profile section.user .location {
  font-size: 16px;
  text-align: center;
}
.profile section.user .location p {
  margin: 0;
  padding: 0;
}
.profile section.user .location .icon {
  height: 20px;
  width: 20px;
  fill: #262D34;
}
.profile section.user .location .icon.coach {
  fill: #424aa3;
}
.profile section.user .location .icon.student {
  fill: #5b7fa7;
}
.profile section.user .contact {
  font-size: 14px;
  text-align: center;
}
.profile section.user .contact p {
  margin: 0;
  padding: 0;
}
.profile section.user .contact .icon {
  height: 20px;
  width: 20px;
  fill: #262D34;
}
.profile section.user .contact .icon.coach {
  fill: #424aa3;
}
.profile section.user .contact .icon.student {
  fill: #5b7fa7;
}
.profile section.user .profile-enhancements {
  display: flex;
}
.profile section.user .profile-enhancements .btn-link {
  display: flex;
  margin-left: 10px;
  margin-top: 10px;
  border: 2px solid #EEE;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
}
.profile section.user .profile-enhancements .btn-link .icon {
  height: 20px;
  width: 20px;
  fill: #262D34;
}
.profile section.user .profile-enhancements .btn-link .icon.coach {
  fill: #424aa3;
}
.profile section.user .profile-enhancements .btn-link .icon.student {
  fill: #5b7fa7;
}
.profile section.user .profile-enhancements .btn-link .icon.icon-linkedin {
  fill: #0077b5;
}
.profile section.user .profile-enhancements .btn-link .icon.icon-github {
  fill: #262D34;
}
.profile section.career-interest, .profile section.executive-summary {
  margin-top: 0;
}
.profile section.career-interest .content, .profile section.executive-summary .content {
  display: flex;
  border-top: 2px solid #EEE;
  margin-top: 20px;
  padding: 20px 0;
}
.profile section.career-interest .content p, .profile section.executive-summary .content p {
  padding: 0;
  margin: 0;
}
.profile section.career-interest .data, .profile section.executive-summary .data {
  flex: 1;
}
.profile section.career-interest .config, .profile section.executive-summary .config {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
  margin-left: 10px;
  padding-left: 10px;
  min-width: none;
  border-left: 2px solid #EEE;
}
.profile section.career-interest .config .edit-button, .profile section.executive-summary .config .edit-button {
  padding: 3px 5px;
  height: 36px;
  margin-left: 4px;
  border: 2px solid #dee2e6;
  margin-bottom: 5px;
  border-radius: 5px;
}
.profile section.career-interest .config .edit-button .icon, .profile section.executive-summary .config .edit-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.profile section.career-interest .config .visible-button, .profile section.executive-summary .config .visible-button {
  padding: 3px 5px;
  height: 36px;
  margin-left: 4px;
  border: 2px solid #dee2e6;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 5px;
  display: block;
}
.profile section.career-interest .config .visible-button .icon, .profile section.executive-summary .config .visible-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.profile section.educations, .profile section.experiences, .profile section.projects, .profile section.volunteerings {
  margin-top: 0;
  padding: 20px 25px 0 25px;
}
.profile section.educations .content, .profile section.experiences .content, .profile section.projects .content, .profile section.volunteerings .content {
  border-top: 2px solid #EEE;
  margin-top: 20px;
  padding: 20px 0 20px 0;
}
.profile section.educations .content.no-border, .profile section.experiences .content.no-border, .profile section.projects .content.no-border, .profile section.volunteerings .content.no-border {
  border-top: 0;
  margin-top: 0;
  padding: 0 0 20px 0;
}
.profile section.skills {
  margin-top: 0;
  padding: 20px 25px 30px 25px;
}

.edit-form {
  position: relative;
}

#delete-cta {
  position: absolute;
  bottom: 7px;
  left: 15px;
}

@media (min-width: 768px) {
  .profile section.career-interest .config {
    flex-direction: row-reverse;
    min-width: 85px;
  }
}
.welcome-container {
  margin: 20px auto;
  max-width: 500px;
  padding: 40px;
  text-align: center;
}
.welcome-container .border-section {
  border: none;
  padding: 20px 20px 40px 20px;
  border-radius: 10px;
  background: #fff;
}
.welcome-container .welcome-btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin: 5px 0;
  border-radius: 5px;
  color: #FFF;
  font-weight: 600;
  background: #000;
  border: 2px solid #000;
  text-decoration: none;
}
.welcome-container .welcome-btn.secondary {
  background: #FFF;
  color: #000;
  border: 2px solid #CCC;
}
.welcome-container .footer {
  margin-top: 20px;
}

.coach-card-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #212529;
  background: #f8f8f9;
  padding: 5px;
  border-radius: 5px;
  height: 100%;
  width: 100%;
}
.coach-card-container .coach-card {
  background: #FFF;
  padding: 35px;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  border: 1px solid #e8e8e8;
  width: 250px;
}
.coach-card-container .coach-card .avatar {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.coach-card-container .coach-card h3 {
  font-size: 18px;
  margin-top: 12px;
  color: #000;
  font-weight: 700;
}
.coach-card-container .coach-card h3 .first-name, .coach-card-container .coach-card h3 .middle-name {
  margin-right: 4px;
}
.coach-card-container .coach-card .card-actions {
  display: flex;
  flex-direction: column;
}
.coach-card-container .coach-card .card-actions .btn-card {
  margin-top: 10px;
}

.loader {
  width: 48px;
  height: 48px;
  border: 6px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-bottom: 15px;
  margin-top: 15px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.comment-panel .loader {
  width: 28px;
  height: 28px;
  border: 4px solid #CCC;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-bottom: 15px;
  margin-top: 15px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .welcome-container .border-section {
    border: 1px solid #EEE;
    padding: 20px 20px 40px 20px;
  }
}
.coach-discovery-container .card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.coach-discovery-container .coach-discover-card {
  margin: 5px 10px 5px 0;
  width: 235px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border: 2px solid #e8e8e8;
  text-decoration: none;
  /*&:hover{
      border: 2px solid darken(#e8e8e8,10%);
  }*/
}
.coach-discovery-container .coach-discover-card:nth-child(odd) {
  background: #f8f8f9;
}
.coach-discovery-container .coach-discover-card .card-content {
  text-align: center;
  width: 100%;
}
.coach-discovery-container .coach-discover-card .btn-card {
  margin-top: 5px;
  width: 100%;
}
.coach-discovery-container .coach-discover-card h3 {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 5px;
}
.coach-discovery-container .coach-discover-card .avatar {
  height: 80px;
  width: 80px;
  border: 2px solid #ced4da;
  border-radius: 50%;
}

.job-row {
  position: relative;
}

#job-panel {
  position: absolute;
  display: flex;
  z-index: 9998;
  top: 0;
  bottom: 20px;
}
#job-panel.close {
  right: -450px;
  animation: slide-close 750ms ease forwards;
}
#job-panel.open {
  right: 20px;
  animation: slide-open 750ms ease forwards;
}

.job-panel {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-flow: column;
  z-index: 9998;
  right: -450px;
  top: 0;
  bottom: 10px;
  border-radius: 10px;
  background: #FFF;
  transition: 0.4s;
}

.btn, .btn-notification-close, .btn-comment, .btn-resolve, .btn-reply, .add-btn-select, .btn-disabled, .btn-default, .journal-form-btn, .btn-assign, .btn-assign-complete, .btn-assign-disabled, .btn-more, .btn-request, .btn-request-complete, .btn-request-disabled, .btn-more-comment, .btn-more-reply, .btn-confirm, .btn-navigation, .btn-card, .btn-action.disabled, .btn-action {
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border-radius: 5px;
  color: #FFF;
  outline: none;
}

.btn-default, .journal-form-btn, .btn-assign, .btn-assign-complete, .btn-assign-disabled, .btn-more, .btn-request, .btn-request-complete, .btn-request-disabled, .btn-more-comment, .btn-more-reply, .btn-confirm, .btn-navigation, .btn-card, .btn-action.disabled, .btn-action {
  background-color: #000;
  color: #FFF;
  border: 2px solid #000;
}
.btn-default .icon, .journal-form-btn .icon, .btn-assign .icon, .btn-assign-complete .icon, .btn-assign-disabled .icon, .btn-more .icon, .btn-request .icon, .btn-request-complete .icon, .btn-request-disabled .icon, .btn-more-comment .icon, .btn-more-reply .icon, .btn-confirm .icon, .btn-navigation .icon, .btn-card .icon, .btn-action .icon {
  fill: #FFF;
  height: 20px;
  width: 20px;
  margin-top: -3px;
}
.btn-default:hover, .journal-form-btn:hover, .btn-assign:hover, .btn-assign-complete:hover, .btn-assign-disabled:hover, .btn-more:hover, .btn-request:hover, .btn-request-complete:hover, .btn-request-disabled:hover, .btn-more-comment:hover, .btn-more-reply:hover, .btn-confirm:hover, .btn-navigation:hover, .btn-card:hover, .btn-action:hover {
  background-color: black;
  color: #FFF;
  border: 2px solid black;
}
.btn-default:hover.icon, .journal-form-btn:hover.icon, .btn-assign:hover.icon, .btn-assign-complete:hover.icon, .btn-assign-disabled:hover.icon, .btn-more:hover.icon, .btn-request:hover.icon, .btn-request-complete:hover.icon, .btn-request-disabled:hover.icon, .btn-more-comment:hover.icon, .btn-more-reply:hover.icon, .btn-confirm:hover.icon, .btn-navigation:hover.icon, .btn-card:hover.icon, .btn-action:hover.icon {
  fill: #FFF;
}
.btn-default:active, .journal-form-btn:active, .btn-assign:active, .btn-assign-complete:active, .btn-assign-disabled:active, .btn-more:active, .btn-request:active, .btn-request-complete:active, .btn-request-disabled:active, .btn-more-comment:active, .btn-more-reply:active, .btn-confirm:active, .btn-navigation:active, .btn-card:active, .btn-action:active {
  background-color: #000 !important;
  color: #FFF !important;
  border: 2px solid #000 !important;
}

.btn-action {
  font-size: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
}
.btn-action .icon {
  height: 18px;
  width: 18px;
  fill: #fff;
}
.btn-action .icon.icon-right {
  margin-left: 3px;
}
.btn-action .icon.icon-left {
  margin-right: 3px;
}
.btn-action.loading {
  font-size: 12px;
  padding: 10px;
  width: 90px;
  background-color: #eff0f6;
  border: #eff0f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-action.loading .button-loader {
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}
.btn-action.loading .icon {
  color: #6c737b;
}
.btn-action:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.btn-action .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  top: -37px;
}
.btn-action .tooltip.last-tooltip {
  right: 0;
}
.btn-action.disabled {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 7px 10px;
  background-color: #eff0f6;
  border: #eff0f6;
  color: #959aa1;
}
.btn-action.disabled .icon {
  height: 18px;
  width: 18px;
  margin-right: 3px;
  fill: #959aa1;
}

.btn-card {
  padding: 5px 10px;
  font-size: 14px;
}
.btn-card.secondary {
  color: #1d2226;
  background: #fff;
  border: 2px solid #dee2e6;
}

.btn-navigation {
  background-color: #e6e6e6;
  border: none;
  border-radius: 5px;
  padding: 12px;
}
.btn-navigation .icon {
  fill: #000;
}
.btn-navigation:hover {
  border: none !important;
  background-color: #cdcdcd !important;
}
.btn-navigation:active {
  border: none !important;
  background-color: #cdcdcd !important;
}

.btn-disabled {
  background-color: none;
  border: 2px solid #e8e8e8;
  color: #ddd;
}
.btn-disabled .icon {
  fill: #ddd;
  height: 20px;
  width: 20px;
  margin-top: -3px;
}
.btn-disabled:hover {
  background-color: none;
  border: 2px solid #e8e8e8;
  color: #ddd;
}
.btn-disabled:hover.icon {
  fill: #ddd;
}
.btn-disabled:focus {
  background-color: none;
  border: 2px solid #e8e8e8;
  color: #ddd;
}
.btn-disabled:active {
  background-color: none !important;
  border: 2px solid #e8e8e8 !important;
  color: #ddd !important;
}

.add-btn-select {
  background: none;
  padding: 12px 21px 12px 8px;
  border: 2px solid #ced4da;
  color: #000;
  margin: 5px 0;
}
.add-btn-select .icon {
  height: 20px;
  width: 20px;
  fill: #000;
  margin-left: 10px;
  margin-top: -3px;
}
.add-btn-select:hover {
  border: 2px solid #000;
  background: none;
}

.btn-confirm {
  border: none;
  border-radius: 5px;
  padding: 12px;
}
.btn-confirm .icon {
  fill: #FFF;
}
.btn-confirm:hover {
  border: none !important;
}
.btn-confirm:active {
  border: none !important;
}

.btn-visible {
  position: absolute;
  top: 5px;
  right: 12px;
  cursor: pointer;
  border-radius: 5px;
  padding: 3px 5px;
  border: 2px solid #dee2e6;
}
.btn-visible .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}

.btn-more-comment, .btn-more-reply {
  background: none;
  border: none;
  color: #262D34;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
}
.btn-more-comment .icon, .btn-more-reply .icon {
  fill: #262D34;
}
.btn-more-comment:hover, .btn-more-reply:hover {
  border: none;
  color: #262D34;
  background: #f2f2f2;
}
.btn-more-comment:active, .btn-more-reply:active {
  background-color: #f2f2f2 !important;
  color: #262D34 !important;
  border: none !important;
}

.btn-more-reply {
  margin-left: 45px;
  margin-bottom: 10px;
}

.btn-comment, .btn-resolve, .btn-reply {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  color: #000;
  border: 2px solid #EEE;
}
.btn-comment:hover, .btn-resolve:hover, .btn-reply:hover {
  color: #000;
  border: 2px solid #EEE;
}
.btn-comment:active, .btn-resolve:active, .btn-reply:active {
  color: #000;
  border: 2px solid #EEE !important;
}

.btn-reply .icon {
  fill: #000;
  height: 20px;
  width: 20px;
  margin-top: -5px;
  margin-right: 5px;
}

.btn-resolve {
  border: 2px solid #508DA3;
  background: #508DA3;
  color: #FFF;
  margin-left: 5px;
  padding: 5px 20px;
}
.btn-resolve:hover {
  border: 2px solid #508DA3;
  color: #FFF;
  background: #508DA3;
}
.btn-resolve:active {
  border: 2px solid #508DA3;
  color: #FFF;
  background: #508DA3;
}
.btn-resolve .icon {
  fill: #000;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.btn-notification-close {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  border: none;
}
.btn-notification-close .icon {
  height: 20px;
  width: 20px;
  fill: #2c2c2c;
}

.event-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 5px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  color: #1d2226;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
}
.event-action-btn .icon {
  height: 20px;
  width: 20px;
  fill: #1d2226;
}
.event-action-btn .icon.delete {
  fill: #B00020;
}
.event-action-btn:hover {
  color: #1d2226;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
}
.event-action-btn:hover .event-action-tooltip {
  visibility: visible;
  opacity: 1;
}
.event-action-btn .event-action-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  top: -37px;
}
.event-action-btn .event-action-tooltip.last-tooltip {
  right: 0;
}

.btn-journal-panel, .btn-journal-panel-approved, .btn-journal-panel-disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 5px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  color: #1d2226;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
}
.btn-journal-panel .button-loader, .btn-journal-panel-approved .button-loader, .btn-journal-panel-disabled .button-loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}
.btn-journal-panel .new-message-indicator, .btn-journal-panel-approved .new-message-indicator, .btn-journal-panel-disabled .new-message-indicator {
  margin-left: 4px;
  background: #d13745;
  color: #FFF;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
}
.btn-journal-panel .icon, .btn-journal-panel-approved .icon, .btn-journal-panel-disabled .icon {
  height: 20px;
  width: 20px;
  fill: #1d2226;
}
.btn-journal-panel:hover, .btn-journal-panel-approved:hover, .btn-journal-panel-disabled:hover {
  color: #1d2226;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
}
.btn-journal-panel:hover .journal-tooltip, .btn-journal-panel-approved:hover .journal-tooltip, .btn-journal-panel-disabled:hover .journal-tooltip {
  visibility: visible;
  opacity: 1;
}
.btn-journal-panel .journal-tooltip, .btn-journal-panel-approved .journal-tooltip, .btn-journal-panel-disabled .journal-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  top: -37px;
}
.btn-journal-panel .journal-tooltip.last-tooltip, .btn-journal-panel-approved .journal-tooltip.last-tooltip, .btn-journal-panel-disabled .journal-tooltip.last-tooltip {
  right: 0;
}

.btn-journal-panel-disabled {
  cursor: not-allowed;
  background: #e5e5e5;
  color: #afafaf;
}
.btn-journal-panel-disabled .icon {
  fill: #afafaf !important;
}
.btn-journal-panel-disabled:hover {
  background: #e5e5e5;
  color: #afafaf;
}
.btn-journal-panel-disabled:hover .icon {
  fill: #afafaf !important;
}

.btn-journal-panel-approved {
  cursor: not-allowed;
}
.btn-journal-panel-approved.M1 {
  background-color: #dcdbff;
  color: #635BFF;
}
.btn-journal-panel-approved.M1 .icon {
  fill: #635BFF !important;
}
.btn-journal-panel-approved.M1:hover {
  background-color: #dcdbff;
  color: #635BFF;
}
.btn-journal-panel-approved.M1:hover .icon {
  fill: #635BFF !important;
}

.btn-journal-panel-more {
  font-size: 14px;
  font-weight: 600;
  background: #2c2c2c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #FFF;
  padding: 5px 15px;
  margin: 10px auto 0 auto;
  height: 30px;
  cursor: pointer;
}
.btn-journal-panel-more:hover {
  background: #2c2c2c;
  color: #FFF;
}

.btn-request, .btn-request-complete, .btn-request-disabled {
  padding: 8px 14px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  border: 2px solid #008299;
  background-color: #008299;
}
.btn-request .icon, .btn-request-complete .icon, .btn-request-disabled .icon {
  height: 18px;
  width: 18px;
  margin-top: 0;
  margin-right: 5px;
}
.btn-request:hover, .btn-request-complete:hover, .btn-request-disabled:hover {
  border: 2px solid #008299;
  background-color: #008299;
}

.btn-request-disabled {
  cursor: not-allowed;
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
  color: #afafaf;
}
.btn-request-disabled .icon {
  fill: #afafaf !important;
}
.btn-request-disabled:hover {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
  color: #afafaf;
}
.btn-request-disabled:hover .icon {
  fill: #afafaf !important;
}

.btn-request-complete {
  cursor: pointer;
  background: #d0efc6;
  border: 2px solid #d0efc6;
  color: #497a48;
}
.btn-request-complete .icon {
  fill: #497a48 !important;
}
.btn-request-complete:hover {
  background: #d0efc6;
  border: 2px solid #d0efc6;
  color: #497a48;
}
.btn-request-complete:hover .icon {
  fill: #497a48 !important;
}

.btn-more {
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 4px;
}

.btn-check-list, .btn-check-list-disabled {
  padding: 3px 5px;
  border: 2px solid #ccc;
  border-radius: 5px;
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
}
.btn-check-list .icon, .btn-check-list-disabled .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}

.btn-check-list-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.btn-journal-panel-action {
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  padding: 4px 8px;
  margin: 0 5px 0 0;
  display: inline-flex;
  align-items: center;
  background: #000;
  text-decoration: none;
  cursor: pointer;
}
.btn-journal-panel-action .icon {
  height: 14px;
  width: 14px;
  margin-top: 0;
  margin-right: 5px;
}
.btn-journal-panel-action .icon.M1 {
  fill: #4a99cc;
}
.btn-journal-panel-action .icon.M2 {
  fill: #f29449;
}
.btn-journal-panel-action .icon.M3 {
  fill: #2e9e9e;
}
.btn-journal-panel-action .icon.M4 {
  fill: #C56C86;
}
.btn-journal-panel-action .icon.M5 {
  fill: #786fa6;
}
.btn-journal-panel-action:hover {
  color: #FFF;
}

.btn-assign, .btn-assign-complete, .btn-assign-disabled {
  color: #fff;
  background: #5243aa;
  border: 2px solid #5243aa;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
}
.btn-assign .icon, .btn-assign-complete .icon, .btn-assign-disabled .icon {
  fill: #CCC;
}
.btn-assign:hover, .btn-assign-complete:hover, .btn-assign-disabled:hover {
  color: #fff;
  background: #5243aa;
  border: 2px solid #5243aa;
}
.btn-assign:active, .btn-assign-complete:active, .btn-assign-disabled:active {
  color: #fff;
  background: #5243aa;
  border: 2px solid #5243aa;
}

.btn-assign-disabled {
  cursor: not-allowed;
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
  color: #afafaf;
}
.btn-assign-disabled .icon {
  fill: #afafaf !important;
}
.btn-assign-disabled:hover {
  background: #e5e5e5;
  border: 2px solid #e5e5e5;
  color: #afafaf;
}
.btn-assign-disabled:hover .icon {
  fill: #afafaf !important;
}

.btn-assign-complete {
  cursor: not-allowed;
  border: 2px solid #d0efc6;
  color: #497a48;
  background: #d0efc6;
}
.btn-assign-complete .icon {
  fill: #497a48 !important;
}
.btn-assign-complete:hover {
  background: #d0efc6;
  border: 2px solid #d0efc6;
  color: #497a48;
}
.btn-assign-complete:hover .icon {
  fill: #497a48 !important;
}

.journal-form-btn {
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.journal-form-btn.update {
  background: #000;
  border: 1px solid #000;
}
.journal-form-btn.update .icon {
  height: 20px;
  width: 20px;
  fill: #fff;
  margin-bottom: -3px;
}
.journal-form-btn.cancel {
  background: #FFF;
  border: 2px solid #CCC;
}
.journal-form-btn.cancel .icon {
  height: 20px;
  width: 20px;
  fill: #000;
  margin-bottom: -3px;
}

.btn-cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 5px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  color: #1d2226;
  border: 1px solid #ccc;
}
.btn-cancel .icon {
  height: 20px;
  width: 20px;
  fill: #000;
}

.btn-post, .skill-edit-option, .btn-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 5px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.btn-post .icon, .skill-edit-option .icon, .btn-delete .icon {
  fill: #fff;
  height: 20px;
  width: 20px;
}

.btn-delete {
  background: #B00020;
  border: 1px solid #B00020;
}

.btn-post-disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 5px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  color: #1d2226;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
}
.btn-post-disabled .icon {
  fill: #afafaf !important;
  height: 20px;
  width: 20px;
}
.btn-post-disabled .button-loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid;
  border-color: #000 rgba(0, 0, 0, 0);
  animation: l1 1s infinite;
}

.profile-toolbox-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 5px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  color: #1d2226;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
  height: 40px;
}
.profile-toolbox-option .icon {
  fill: #1d2226;
  height: 20px;
  width: 20px;
}

.skill-edit-option {
  padding: 6px;
  margin: 0;
  background: 0;
  border: 0;
}
.skill-edit-option:hover {
  background: #e8e8e8;
  border-radius: 50%;
}
.skill-edit-option .icon {
  height: 20px;
  width: 20px;
  fill: #1d2226;
}
.skill-edit-option .icon.delete {
  fill: #B00020;
}

.input-close {
  display: flex;
  transition: color 150ms;
  position: absolute;
  right: 15px;
  top: 8px;
  padding: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.input-close:hover {
  background: #f2f2f2;
  border-radius: 50%;
}
.input-close .icon {
  height: 20px;
  width: 20px;
  fill: #B00020;
}

@keyframes l1 {
  to {
    transform: rotate(0.5turn);
  }
}
@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
/******************
@Auth Basic
******************/
.auth, .auth-signup {
  background: #fff;
  margin-top: 20px;
  border: none;
  padding: 40px;
}
.auth .flex-end, .auth-signup .flex-end {
  display: flex;
  justify-content: flex-end;
}
.auth h1, .auth-signup h1 {
  text-align: center;
}
.auth h2, .auth-signup h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.auth h2.md-size, .auth-signup h2.md-size {
  font-size: 22px;
}
.auth h3, .auth-signup h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.auth p, .auth-signup p {
  text-align: center;
  margin: 0;
}
.auth p.desc, .auth-signup p.desc {
  font-size: 16px;
  text-align: left;
  color: #000;
}
.auth .icon-success, .auth-signup .icon-success {
  height: 100px;
  width: 100px;
  fill: #2e8540;
  margin-bottom: 30px;
}
.auth .cta-section, .auth-signup .cta-section {
  margin-top: 50px;
}
.auth .btn, .auth-signup .btn, .auth .btn-default, .auth-signup .btn-default, .auth .btn-action, .auth-signup .btn-action, .auth .btn-card, .auth-signup .btn-card, .auth .btn-navigation, .auth-signup .btn-navigation, .auth .btn-disabled, .auth-signup .btn-disabled, .auth .add-btn-select, .auth-signup .add-btn-select, .auth .btn-confirm, .auth-signup .btn-confirm, .auth .btn-more-comment, .auth-signup .btn-more-comment, .auth .btn-more-reply, .auth-signup .btn-more-reply, .auth .btn-comment, .auth-signup .btn-comment, .auth .btn-reply, .auth-signup .btn-reply, .auth .btn-resolve, .auth-signup .btn-resolve, .auth .btn-notification-close, .auth-signup .btn-notification-close, .auth .btn-request, .auth-signup .btn-request, .auth .btn-request-disabled, .auth-signup .btn-request-disabled, .auth .btn-request-complete, .auth-signup .btn-request-complete, .auth .btn-more, .auth-signup .btn-more, .auth .btn-assign, .auth-signup .btn-assign, .auth .btn-assign-disabled, .auth-signup .btn-assign-disabled, .auth .btn-assign-complete, .auth-signup .btn-assign-complete, .auth .journal-form-btn, .auth-signup .journal-form-btn {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
}
.auth .btn-link, .auth-signup .btn-link {
  color: #2c2c2c;
  margin: 20px 0 0 0;
  font-size: 14px;
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
}
.auth form, .auth-signup form {
  margin-top: 20px;
}
.auth label, .auth-signup label {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
}
.auth label span, .auth-signup label span {
  color: #e31c3d;
  padding-left: 3px;
}
.auth .field-container, .auth-signup .field-container {
  position: relative;
}
.auth .field-container input, .auth-signup .field-container input {
  height: 40px;
  width: 100%;
  padding-left: 18px;
  font-size: 14px;
  background: transparent;
  border-radius: 0;
  color: #000;
  border: 1px solid #ced4da;
  outline: none;
  box-shadow: none;
}
.auth .field-container input:focus, .auth-signup .field-container input:focus {
  border: 1px solid #5e67ff;
}
.auth .error-container, .auth-signup .error-container {
  color: #B00020;
  font-size: 14px;
  background-color: #ffeeee;
  padding: 5px;
  border: 1px solid #ffbbbb;
  width: 100%;
  border-radius: 0;
  margin-top: 2px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.auth .error-container.login, .auth-signup .error-container.login {
  flex-direction: column;
  justify-content: center;
}
.auth .error-container .icon, .auth-signup .error-container .icon {
  fill: #B00020;
  height: 20px;
  width: 20px;
  margin-right: 3px;
}
.auth .success-container, .auth-signup .success-container {
  color: #155724;
  background-color: #d4edda;
  text-align: center;
  padding: 5px;
  border: 1px solid #b0debb;
  width: 100%;
  margin-bottom: 10px;
}
.auth .success-container .icon, .auth-signup .success-container .icon {
  fill: #155724;
  height: 20px;
  width: 20px;
  margin-top: -0.3em;
}
.auth .register-form label, .auth-signup .register-form label {
  font-size: 14px;
}
.auth .register-form label span, .auth-signup .register-form label span {
  color: #B00020;
  padding-left: 3px;
}
.auth .register-form ul, .auth-signup .register-form ul {
  margin: 1px 0 10px 0;
  padding: 0;
  list-style: none;
}
.auth .register-form ul.password-verification, .auth-signup .register-form ul.password-verification {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.auth .register-form ul.password-verification li, .auth-signup .register-form ul.password-verification li {
  color: #e8e8e8;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.auth .register-form ul.password-verification li .icon, .auth-signup .register-form ul.password-verification li .icon {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  fill: #e8e8e8;
}
.auth .register-form ul.password-verification li.has-error, .auth-signup .register-form ul.password-verification li.has-error {
  color: #B00020;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.auth .register-form ul.password-verification li.has-error .icon, .auth-signup .register-form ul.password-verification li.has-error .icon {
  fill: #B00020;
}
.auth .register-form ul.password-verification li.is-valid, .auth-signup .register-form ul.password-verification li.is-valid {
  color: #2e8540;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.auth .register-form ul.password-verification li.is-valid .icon, .auth-signup .register-form ul.password-verification li.is-valid .icon {
  fill: #2e8540;
}
.auth .register-form ul li, .auth-signup .register-form ul li {
  color: #e8e8e8;
  font-size: 12px;
}
.auth .register-form ul li .icon, .auth-signup .register-form ul li .icon {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  fill: #e8e8e8;
}
.auth .register-form ul li.has-error, .auth-signup .register-form ul li.has-error {
  color: #B00020;
  background-color: #ffeeee;
  padding: 5px;
  border: 1px solid #ffbbbb;
  width: 100%;
  margin-bottom: 10px;
}
.auth .register-form ul li.has-error .icon, .auth-signup .register-form ul li.has-error .icon {
  fill: #B00020;
}
.auth .register-form ul li.is-valid, .auth-signup .register-form ul li.is-valid {
  color: #2e8540;
  background-color: #c3e6cb;
  padding: 5px;
  border: 1px solid #9fd7ac;
  width: 100%;
  margin-bottom: 10px;
}
.auth .register-form ul li.is-valid .icon, .auth-signup .register-form ul li.is-valid .icon {
  fill: #2e8540;
}

.auth-actions {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.auth-actions .btn-action {
  display: inline-flex;
  justify-content: center;
  max-width: 150px;
}
.auth-actions .btn-action .icon {
  margin-bottom: -4px;
}

.progress-bar {
  width: 100%;
  position: relative;
  height: 10px;
  background: #e8e8e8;
  border-radius: 30px;
  margin: 25px 0;
}
.progress-bar .progress-bar-inner {
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.progress-bar .progress-bar-inner.student {
  background: #379bbc;
}
.progress-bar .progress-bar-inner.coach {
  background: #424aa3;
}
.progress-bar .progress-bar-inner.university {
  width: 15%;
}
.progress-bar .progress-bar-inner.industry {
  width: 30%;
}
.progress-bar .progress-bar-inner.career {
  width: 45%;
}
.progress-bar .progress-bar-inner.location {
  width: 60%;
}
.progress-bar .progress-bar-inner.salary {
  width: 75%;
}
.progress-bar .progress-bar-inner.avatar {
  width: 90%;
}
.progress-bar .progress-bar-inner.email {
  width: 100%;
}

@media (min-width: 768px) {
  .auth, .auth-signup {
    margin: 20px auto;
    border: 1px solid #ced4da;
    max-width: 400px;
    padding: 40px;
    border-radius: 10px;
  }
  .auth-signup {
    max-width: 700px;
  }
  .auth-avatar {
    max-width: 500px;
  }
}
.select-container {
  position: relative;
  display: flex;
  height: 40px;
}
.select-container .form-select {
  background-color: transparent;
}
.select-container .btn-remove {
  display: block;
  border: 2px solid #ccc;
  margin: 0 0 0 2px;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select-container .btn-remove .icon {
  fill: #B00020;
  height: 20px;
  width: 20px;
}
.select-container .badge {
  line-height: 32px;
  margin-right: 2px;
  border-radius: 0;
  width: 20px;
}
.select-container .badge.badge-dark {
  background: #000;
}
.select-container.extend {
  margin-top: 10px;
}
.select-container.extend .select-icon {
  right: 40px;
}
.select-container.extend select {
  border-radius: 0;
}
.select-container .select-icon {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 7px;
  right: 6px;
  fill: #000;
  z-index: 1;
}
.select-container select {
  width: 100%;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  border-radius: 5px;
  z-index: 3;
}

.select-group-form {
  position: relative;
}
.select-group-form .loader-container {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.select-group-container {
  display: flex;
  margin-top: 10px;
}
.select-group-container:first-child {
  margin-top: 0;
}
.select-group-container .select-group {
  width: 100%;
}
.select-group-container .select-group .select-container {
  margin-bottom: 4px;
}
.select-group-container .select-group .select-container:last-child {
  margin-bottom: 0;
}
.select-group-container .btn-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  margin: 0 0 0 2px;
  padding: 5px;
  cursor: pointer;
}
.select-group-container .btn-remove .icon {
  height: 20px;
  width: 20px;
  fill: #B00020;
}
.select-group-container .badge {
  line-height: 32px;
  margin-right: 2px;
  border-radius: 0;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-group-container .badge.badge-dark {
  background: #000;
}

.accomplish-container {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}
.accomplish-container.first {
  margin-top: 0;
}
.accomplish-container .badge {
  align-items: center;
  display: flex;
  border-radius: 0;
}
.accomplish-container .badge.badge-dark {
  background: #000;
}
.accomplish-container .accomplish-content {
  width: 100%;
}
.accomplish-container .accomplish-content span {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 7px;
  font-weight: 600;
}
.accomplish-container input {
  margin: 0 5px;
  border-radius: 0;
}
.accomplish-container .btn-remove {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 0;
  margin-left: 7px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.accomplish-container .btn-remove .icon {
  fill: #B00020;
  height: 20px;
  width: 20px;
}

form label {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
form label span {
  color: #B00020;
  padding-left: 3px;
}
form .field-container {
  position: relative;
}
form .field-container input {
  height: 40px;
  width: 100%;
  padding-left: 18px;
  font-size: 16px;
  border-radius: 5px;
  color: #000;
  background: #fff;
  border: 1px solid #ced4da;
  outline: none;
  box-shadow: none;
}
form .field-container input:hover {
  border: 1px solid #5e67ff;
}
form .field-container input:focus {
  border: 1px solid #5e67ff;
}

.check-container {
  position: relative;
  display: block;
  margin-top: 20px;
}
.check-container input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.check-container label {
  position: absolute;
  left: 26px;
  top: -11px;
}

.textarea-container textarea {
  border-radius: 5px;
  border: 1px solid #ced4da;
  color: #000;
  background: #fff;
  font-size: 14px;
  width: 100%;
  height: 120px;
  outline: none;
  box-shadow: none;
}
.textarea-container textarea::placeholder {
  font-size: 14px;
}
.textarea-container textarea:hover {
  border: 1px solid #5e67ff;
}
.textarea-container textarea:focus {
  border: 1px solid #5e67ff;
  box-shadow: none;
}

.avatar-form .avatar-image-field {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #dee2e6;
}
.avatar-form .avatar-image-field.drag-over-coach {
  border: 2px dashed #424aa3;
}
.avatar-form .avatar-image-field.drag-over-student {
  border: 2px dashed #5b7fa7;
}
.avatar-form .avatar-image-field .avatar-image-container {
  display: flex;
}
.avatar-form .avatar-image-field .image-config {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}
.avatar-form .avatar-image-field img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 20px 10px;
}
.avatar-form .avatar-image-field .img-placeholder {
  display: flex;
  justify-content: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #dee2e6;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
.avatar-form .avatar-image-field .img-placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: shimmer 1.5s ease-in-out infinite;
}
.avatar-form .avatar-image-field .image-file-size {
  font-size: 14px;
}
.avatar-form .avatar-image-field .image-file-desc {
  font-size: 14px;
  text-align: center;
}
.avatar-form .avatar-image-field .btn-file {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.avatar-form .avatar-image-field .btn-file .icon {
  fill: #2c2c2c;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.avatar-form .avatar-image-field .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.skill-form .skill-top, .tag-list .skill-top {
  display: flex;
}
.skill-form .field-container, .tag-list .field-container {
  display: flex;
}
.skill-form .skill-list-item, .tag-list .skill-list-item {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 0px;
  max-width: 100%;
  font-size: 12px;
  font-weight: 500;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
  margin: 5px;
}
.skill-form .skill-list-item .name, .tag-list .skill-list-item .name {
  padding: 8px 10px;
}
.skill-form .tag-list-item, .tag-list .tag-list-item {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 0px;
  max-width: 100%;
  font-size: 12px;
  font-weight: 500;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
  margin: 5px;
}
.skill-form .tag-list-item .name, .tag-list .tag-list-item .name {
  padding: 8px 10px;
}
.skill-form .btn-remove, .tag-list .btn-remove {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding: 5px;
  border-radius: 0;
  margin-left: 4px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.skill-form .btn-remove .icon, .tag-list .btn-remove .icon {
  fill: #e31c3d;
  height: 15px;
  width: 15px;
}
.skill-form .btn-add, .tag-list .btn-add {
  display: block;
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  padding: 7px 15px;
  margin-left: 2px;
  cursor: pointer;
}
.skill-form .btn-add .icon, .tag-list .btn-add .icon {
  height: 20px;
  fill: #FFF;
  width: 20px;
}
.skill-form .btn-add-disabled, .tag-list .btn-add-disabled {
  display: block;
  background: none;
  border: 1px solid #e8e8e8;
  padding: 7px 15px;
  margin-left: 2px;
  cursor: pointer;
}
.skill-form .btn-add-disabled .icon, .tag-list .btn-add-disabled .icon {
  height: 20px;
  fill: #e8e8e8;
  width: 20px;
}

.editor .error-container {
  color: #B00020;
  font-size: 14px;
  background-color: #ffeeee;
  padding: 5px;
  border: 1px solid #ffbbbb;
  width: 100%;
  border-radius: 0;
  margin-top: 2px;
  margin-bottom: 10px;
}
.editor .error-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.editor .error-container .icon {
  height: 20px;
  width: 20px;
  fill: #B00020;
}

.error-container-placement {
  padding-right: 35px;
}

.phone-number-field .react-tel-input .flag-dropdown {
  background: none !important;
  border: none !important;
}
.phone-number-field .react-tel-input .flag-dropdown .selected-flag {
  background: none !important;
  margin-left: 4px;
}
.phone-number-field .react-tel-input .flag-dropdown.open .selected-flag {
  background: none !important;
}
.phone-number-field .react-tel-input .flag-dropdown:hover {
  background: none !important;
  border: 1px solid #5e67ff;
}
.phone-number-field input {
  padding-left: 50px !important;
}
.phone-number-field .react-tel-input input {
  width: 100% !important;
  height: 40px;
  border-radius: 5px !important;
  border: 1px solid #dee2e6;
}
.phone-number-field .react-tel-input input:focus {
  box-shadow: none;
  border: 1px solid #5e67ff;
}

.tox-tinymce {
  border-radius: 5px !important;
  border: 2px solid #EEE !important;
}

.tox-editor-header {
  box-shadow: none !important;
  border-bottom: 2px solid #EEE !important;
}

.tox-editor-header--empty {
  border-bottom: none !important;
}

.tox .tox-notification--warn, .tox .tox-notification--warning {
  display: none !important;
}

.tox .tox-tbtn:hover {
  background: #f2f2f2 !important;
  border: 0;
  box-shadow: none;
  color: #2c2c2c !important;
}

.editor-top-nav {
  height: 60px;
  width: 100%;
  background: #FFF;
  z-index: 999;
  position: fixed;
}
.editor-top-nav .container {
  max-width: 800px;
}
.editor-top-nav .container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  margin-bottom: 20px;
}
.editor-top-nav .container .header .title {
  display: flex;
}
.editor-top-nav .container .header .title .btn-navigation {
  margin-top: 5px;
}
.editor-top-nav .container .header .navigation {
  display: flex;
}
.editor-top-nav .container .header .navigation .btn-confirm {
  margin-top: 5px;
}
.editor-top-nav .container .header h1 {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 10px;
  padding-top: 15px;
}

.editor-nav-bottom {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  height: 60px;
  background: #FFF;
  width: 100%;
}
.editor-nav-bottom .container {
  max-width: 800px;
}

.cta-footer {
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 6px;
  flex-direction: row;
  justify-content: space-between;
}

.comment-form {
  width: 100%;
}

.toggle-switch {
  border-radius: 10px;
  height: 60px;
  width: 34px;
  position: relative;
  background: #FFF;
  border: 2px solid #dee2e6;
  margin-left: 4px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.toggle-switch .indicator {
  top: 26px;
  left: 2px;
  background: #f3f3f4;
  border-radius: 50%;
  position: absolute;
  width: 26px;
  height: 26px;
  transition: all 0.5s ease;
}
.toggle-switch.active {
  background: #f3f3f4;
}
.toggle-switch.active .indicator {
  top: 4px;
  background: #1d2226;
}

.switch {
  border-radius: 10px;
  height: 60px;
  width: 38px;
  position: relative;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.switch .indicator {
  top: 26px;
  left: 5px;
  background: #c5c5c8;
  border-radius: 50%;
  position: absolute;
  width: 26px;
  height: 26px;
  transition: all 0.5s ease;
}
.switch.active {
  background: #f3f3f4;
}
.switch.active .indicator {
  top: 4px;
  background: #1d2226;
}

.react-datepicker-popper {
  z-index: 99999 !important;
}

.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover, .react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover, .react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover, .react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
  background-color: #2c2c2c !important;
  color: #fff !important;
}

.react-datepicker__day--in-range, .react-datepicker__day--in-selecting-range, .react-datepicker__day--selected, .react-datepicker__month-text--in-range, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--selected, .react-datepicker__quarter-text--in-range, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--selected, .react-datepicker__year-text--in-range, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--selected {
  background-color: #2c2c2c !important;
  border-radius: 0.3rem;
  color: #fff !important;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #2c2c2c !important;
  color: #fff !important;
  font-weight: 700;
}

.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  background-color: #2c2c2c !important;
  border-radius: 0.3rem;
  color: #fff !important;
}

.react-datepicker__month-text--in-selecting-range {
  background-color: #2c2c2c !important;
  border-radius: 0.3rem;
  color: #fff !important;
}

.react-datepicker-wrapper {
  position: relative;
  display: flex !important;
  height: 40px;
  margin-right: 2px;
  margin-bottom: 2px;
  width: 100%;
}
.react-datepicker-wrapper .react-datepicker-ignore-onclickoutside {
  border: 1px solid #5e67ff !important;
}
.react-datepicker-wrapper svg.react-datepicker-ignore-onclickoutside {
  border: none !important;
  fill: #5e67ff;
}
.react-datepicker-wrapper input {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  outline: none;
  cursor: pointer;
  margin-bottom: 2px;
  height: 40px;
  line-height: 1.5;
  padding-right: 5px;
  font-size: 14px;
  width: 100%;
}
.react-datepicker-wrapper input:hover {
  border: 1px solid #5e67ff !important;
}
.react-datepicker-wrapper input::placeholder {
  color: #000;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 25px 5px 10px !important;
}

.react-datepicker__calendar-icon {
  position: absolute;
  height: 15px !important;
  width: 15px !important;
  top: 12px;
  padding: 0 !important;
  right: 8px;
  border: none;
  fill: #000;
  z-index: 1;
}

.react-datepicker__close-icon::after {
  background-color: #B00020;
}

.react-datepicker__month .react-datepicker__month-text, .react-datepicker__month .react-datepicker__quarter-text {
  padding: 5px;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 3px;
  margin: 10px 0;
  background-color: #e8e8e8;
  border-radius: 5px;
}
.range-slider .slider-track {
  height: 100%;
  position: absolute;
  background-color: #5e67ff;
  left: 0;
  right: 100%;
  border-radius: 5px;
}
.range-slider input[type=range] {
  position: absolute;
  width: 100%;
  top: 2px;
  transform: translateY(-50%);
  background: none;
  pointer-events: none;
  appearance: none;
  height: 2px;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 0;
  background: #5e67ff;
  pointer-events: auto;
  appearance: none;
  cursor: pointer;
  position: relative;
  transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1), left 150ms cubic-bezier(0.4, 0, 0.2, 1), bottom 150ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.range-slider input[type=range]::-moz-range-thumb {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 0;
  background: #5e67ff;
  pointer-events: auto;
  appearance: none;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.5625rem -0.125rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}

.range-indicator {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.location-selection-container {
  display: flex;
  margin-bottom: 5px;
}
.location-selection-container .left {
  align-self: flex-start;
  background: #f3f3f4;
  padding: 5px 0px 5px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.location-selection-container .right {
  align-self: flex-start;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  background: #f3f3f4;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.location-selection-container .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  font-size: 11px;
  background: #5e67ff;
  color: #fff;
  border-radius: 50%;
}
.location-selection-container .delete-option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 30px;
  font-size: 11px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.location-selection-container .delete-option .icon {
  height: 16px;
  width: 16px;
  fill: #B00020;
}
.location-selection-container .location-selection-inputs {
  background: #f3f3f4;
  border-radius: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.location-selection-container .basic-multi-select {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 1px;
  margin-right: 0;
}
.location-selection-container .basic-multi-select:first-child {
  padding-top: 5px;
}
.location-selection-container .basic-multi-select:last-child {
  margin-bottom: 0;
}

.multiple-selection {
  display: flex;
  background: #f3f3f4;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 3px;
  align-items: center;
}
.multiple-selection .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  font-size: 11px;
  background: #5e67ff;
  color: #fff;
  border-radius: 50%;
}
.multiple-selection .left {
  padding-right: 4px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.multiple-selection .basic-multi-select {
  width: 100%;
}
.multiple-selection .delete-option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 30px;
  font-size: 11px;
  background: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.multiple-selection .delete-option .icon {
  height: 16px;
  width: 16px;
  fill: #B00020;
}

.add-multiple-section {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-right: 5px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  color: #1d2226;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
}
.add-multiple-section .icon {
  height: 20px;
  width: 20px;
  fill: #1d2226;
}
.add-multiple-section:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.add-multiple-section .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  top: -37px;
}
.add-multiple-section .tooltip.last-tooltip {
  right: 0;
}

.basic-multi-select {
  font-size: 14px;
  margin-right: 2px;
}
.basic-multi-select .select__placeholder {
  color: #000;
  font-size: 14px;
}
.basic-multi-select .select__menu {
  z-index: 99999;
}
.basic-multi-select .select__menu .select__option.select__option--is-focused {
  background-color: #f3f3f4 !important;
}
.basic-multi-select .select__menu .select__option.select__option--is-selected {
  background-color: #2c2c2c !important;
  color: #fff !important;
}
.basic-multi-select .select__control {
  border-radius: 5px;
  min-height: 40px;
  border: 1px solid #dee2e6;
}
.basic-multi-select .select__control:hover {
  border: 1px solid #5e67ff;
}
.basic-multi-select .select__control.select__control--is-focused {
  border: 1px solid #5e67ff !important;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .select-container {
    margin-bottom: 5px;
  }
}
.primary-nav {
  background: #2c2c2c;
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}
.primary-nav .left {
  align-items: center;
  display: flex;
}
.primary-nav .left .menu {
  margin-right: 20px;
}
.primary-nav .left .menu .link {
  cursor: pointer;
}
.primary-nav .left .menu .link .icon {
  height: 20px;
  width: 20px;
  fill: #FFF;
}
.primary-nav .left .brand {
  margin-top: 10px;
}
.primary-nav .right {
  display: flex;
  align-items: center;
}
.primary-nav .right .avatar {
  height: 40px;
  width: 40px;
  border: 2px solid #ced4da;
  border-radius: 50%;
}

.side-nav {
  position: fixed;
  border-radius: 10px;
  width: 60px;
  background: #fff;
  display: flex;
  flex-flow: column;
  left: 0;
  margin-top: 15px;
  top: 0px;
  bottom: 20px;
  border: 1px solid #e8e8e8;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: 0.4s;
  z-index: 9999999999;
}
.side-nav nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.side-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.side-nav nav ul .module-section {
  margin-top: 20px;
}
.side-nav nav ul .link-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  padding: 12px;
  margin: 5px;
  color: #1d2226;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
}
.side-nav nav ul .link-item.disabled .icon {
  height: 22px;
  width: 22px;
  fill: #bdbcbc;
}
.side-nav nav ul .link-item.nav-profile {
  padding: 0;
}
.side-nav nav ul .link-item .nav-avatar {
  width: 100%;
  border-radius: 5px;
}
.side-nav nav ul .link-item.branding {
  background: #000;
  color: #FFF;
  font-weight: 700;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: default;
}
.side-nav nav ul .link-item:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.side-nav nav ul .link-item .nav-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  left: 50px;
}
.side-nav nav ul .link-item.module {
  font-weight: 600;
  font-size: 15px;
  display: flex;
}
.side-nav nav ul .link-item.module.disabled {
  color: #bdbcbc;
}
.side-nav nav ul .link-item.module.disabled .icon {
  height: 22px;
  width: 22px;
  fill: #bdbcbc;
}
.side-nav nav ul .link-item .icon {
  height: 22px;
  width: 22px;
  fill: #1d2226;
}

#notification-cmp {
  margin-right: 10px;
}
#notification-cmp .link {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
  background-color: #000;
}
#notification-cmp .icon {
  height: 20px;
  width: 20px;
  fill: #FFF;
}

#cover-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in;
}
#cover-backdrop.open {
  display: block;
  opacity: 0.4;
}

.education-item, .experience-item, .project-item, .volunteer-item, .skill-item {
  display: flex;
}
.education-item.secondary, .experience-item.secondary, .project-item.secondary, .volunteer-item.secondary, .skill-item.secondary {
  border-top: 2px solid #EEE;
  padding: 20px 0;
  margin-top: 10px;
}
.education-item.first-item, .experience-item.first-item, .project-item.first-item, .volunteer-item.first-item, .skill-item.first-item {
  padding: 0 0 20px 0;
}
.education-item .data, .experience-item .data, .project-item .data, .volunteer-item .data, .skill-item .data {
  flex: 1;
}
.education-item .data h4, .experience-item .data h4, .project-item .data h4, .volunteer-item .data h4, .skill-item .data h4 {
  font-size: 18px;
  color: #262D34;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.education-item .data h4 span, .experience-item .data h4 span, .project-item .data h4 span, .volunteer-item .data h4 span, .skill-item .data h4 span {
  font-weight: normal;
}
.education-item .data .date, .experience-item .data .date, .project-item .data .date, .volunteer-item .data .date, .skill-item .data .date {
  color: #262D34;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  text-align: right;
}
.education-item .data .description p, .experience-item .data .description p, .project-item .data .description p, .volunteer-item .data .description p, .skill-item .data .description p {
  display: inline;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
.education-item .data .accomplishments ul, .experience-item .data .accomplishments ul, .project-item .data .accomplishments ul, .volunteer-item .data .accomplishments ul, .skill-item .data .accomplishments ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.education-item .data .accomplishments ul li, .experience-item .data .accomplishments ul li, .project-item .data .accomplishments ul li, .volunteer-item .data .accomplishments ul li, .skill-item .data .accomplishments ul li {
  line-height: 20px;
}
.education-item .data p, .experience-item .data p, .project-item .data p, .volunteer-item .data p, .skill-item .data p {
  margin-bottom: 0;
}
.education-item .data .title, .experience-item .data .title, .project-item .data .title, .volunteer-item .data .title, .skill-item .data .title {
  font-weight: 700;
  font-size: 16px;
  margin-right: 5px;
}
.education-item .config, .experience-item .config, .project-item .config, .volunteer-item .config, .skill-item .config {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
  margin-left: 10px;
  padding-left: 10px;
  min-width: none;
  border-left: 2px solid #EEE;
}
.education-item .config .edit-button, .experience-item .config .edit-button, .project-item .config .edit-button, .volunteer-item .config .edit-button, .skill-item .config .edit-button {
  padding: 3px 5px;
  height: 36px;
  margin-left: 4px;
  cursor: pointer;
  border: 2px solid #dee2e6;
  margin-bottom: 5px;
  border-radius: 5px;
}
.education-item .config .edit-button .icon, .experience-item .config .edit-button .icon, .project-item .config .edit-button .icon, .volunteer-item .config .edit-button .icon, .skill-item .config .edit-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.education-item .config .visible-button, .experience-item .config .visible-button, .project-item .config .visible-button, .volunteer-item .config .visible-button, .skill-item .config .visible-button {
  padding: 3px 5px;
  cursor: pointer;
  height: 36px;
  margin-left: 4px;
  border: 2px solid #dee2e6;
  margin-bottom: 5px;
  border-radius: 5px;
  display: block;
}
.education-item .config .visible-button .icon, .experience-item .config .visible-button .icon, .project-item .config .visible-button .icon, .volunteer-item .config .visible-button .icon, .skill-item .config .visible-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}

ul.skill-list-display {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.skill-list-display li {
  border: 1px solid #eff0f6;
  border-radius: 4px;
  background: #eff0f6;
  color: #6c737b;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 5px 7px;
  margin: 0 4px 8px;
  display: inline-block;
}

.experience-item, .skill-item {
  border-top: 2px solid #EEE;
  margin-top: 10px;
  padding-top: 20px;
}
.experience-item:first-child, .skill-item:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.executive-summary ul {
  padding: 0;
  margin: 0;
  margin-left: 18px;
}

/*@media (min-width: 768px) {
    .education-item,.experience-item,.project-item,.volunteer-item,.skill-item{
        .config{
            flex-direction: row-reverse;
            min-width: 85px;
        }
        .data{
            .date{
                text-align: right;
            }
        }
    }
}*/
/********************
**** Profile V2
**********************/
.profile-user-section {
  display: flex;
  margin: 15px 0 0 0;
}
.profile-user-section .profile-user-content {
  display: flex;
  align-items: center;
  flex-flow: column;
  position: relative;
  padding: 20px 25px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  flex: 1;
}
.profile-user-section .profile-user-content.editable {
  border-top-right-radius: 0;
}
.profile-user-section .profile-user-content.hasComments {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.profile-user-section .edit-button {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 3px 5px;
  border: 2px solid #dee2e6;
  border-radius: 5px;
}
.profile-user-section .edit-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.profile-user-section .avatar {
  height: 150px;
  width: 150px;
  position: relative;
}
.profile-user-section .avatar img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.profile-user-section .avatar .edit-camera {
  position: absolute;
  bottom: 10px;
  right: 8px;
  padding: 5px;
  background: #1d2226;
  border-radius: 5px;
  display: flex;
  align-items: center;
  border: 2px solid #FFF;
}
.profile-user-section .avatar .edit-camera .icon {
  text-align: center;
  height: 15px;
  width: 15px;
  fill: #FFF;
}
.profile-user-section .name h1 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}
.profile-user-section .location {
  font-size: 16px;
  text-align: center;
}
.profile-user-section .location p {
  margin: 0;
  padding: 0;
}
.profile-user-section .location .icon {
  height: 20px;
  width: 20px;
  fill: #262D34;
}
.profile-user-section .location .icon.coach {
  fill: #424aa3;
}
.profile-user-section .location .icon.student {
  fill: #5b7fa7;
}
.profile-user-section .contact {
  font-size: 14px;
  text-align: center;
}
.profile-user-section .contact p {
  margin: 0;
  padding: 0;
}
.profile-user-section .contact .icon {
  height: 20px;
  width: 20px;
  fill: #262D34;
}
.profile-user-section .contact .icon.coach {
  fill: #424aa3;
}
.profile-user-section .contact .icon.student {
  fill: #5b7fa7;
}
.profile-user-section .profile-enhancements {
  display: flex;
}
.profile-user-section .profile-enhancements .btn-link {
  display: flex;
  margin-left: 10px;
  margin-top: 10px;
  border: 2px solid #EEE;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
  position: relative;
}
.profile-user-section .profile-enhancements .btn-link:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.profile-user-section .profile-enhancements .btn-link .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  top: -37px;
}
.profile-user-section .profile-enhancements .btn-link .tooltip.last-tooltip {
  right: 0;
}
.profile-user-section .profile-enhancements .btn-link .icon {
  height: 20px;
  width: 20px;
  fill: #262D34;
}
.profile-user-section .profile-enhancements .btn-link .icon.coach {
  fill: #424aa3;
}
.profile-user-section .profile-enhancements .btn-link .icon.student {
  fill: #5b7fa7;
}
.profile-user-section .profile-enhancements .btn-link .icon.icon-linkedin {
  fill: #0077b5;
}
.profile-user-section .profile-enhancements .btn-link .icon.icon-github {
  fill: #262D34;
}

.profile-executive-summary-section {
  display: flex;
  margin: 5px 0 0 0;
}
.profile-executive-summary-section .profile-executive-summary-content {
  display: flex;
  align-items: center;
  flex-flow: column;
  position: relative;
  padding: 20px 25px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  flex: 1;
}
.profile-executive-summary-section .profile-executive-summary-content .title-section {
  display: flex;
  width: 100%;
}
.profile-executive-summary-section .profile-executive-summary-content .title-section.disabled {
  opacity: 0.5;
}
.profile-executive-summary-section .profile-executive-summary-content .title-section h3 {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 15px;
}
.profile-executive-summary-section .profile-executive-summary-content .content {
  font-size: 14px;
}
.profile-executive-summary-section .profile-executive-summary-content .content.disabled {
  opacity: 0.5;
}
.profile-executive-summary-section .profile-executive-summary-content.editable {
  border-top-right-radius: 0;
}
.profile-executive-summary-section .profile-executive-summary-content.hasComments {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}

.profile-multiple-header-section {
  display: flex;
  margin: 5px 0 0 0;
}
.profile-multiple-header-section .top-content {
  display: flex;
  align-items: center;
  flex-flow: column;
  position: relative;
  padding: 10px 25px 0 25px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  flex: 1;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.profile-multiple-header-section .top-content.editable {
  border-top-right-radius: 0;
}
.profile-multiple-header-section .top-content.hasComments {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}
.profile-multiple-header-section .top-content.title {
  border-top-right-radius: 10px;
}
.profile-multiple-header-section .top-content .title-section {
  display: flex;
  width: 100%;
}
.profile-multiple-header-section .top-content .title-section.disabled {
  opacity: 0.5;
}
.profile-multiple-header-section .top-content .title-section h3 {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 15px;
}
.profile-multiple-header-section .right-section {
  width: 50px;
}

.profile-multiple-item-section {
  display: flex;
}
.profile-multiple-item-section .item-content {
  display: flex;
  align-items: center;
  flex-flow: column;
  position: relative;
  padding: 10px 25px 0 25px;
  background: #FFF;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  flex: 1;
}
.profile-multiple-item-section .item-content .item-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
.profile-multiple-item-section .item-content .item-header.disabled {
  opacity: 0.5;
}
.profile-multiple-item-section .item-content .item-header .title .separator {
  margin-left: 3px;
  margin-right: 3px;
}
.profile-multiple-item-section .item-content .item-header h4 {
  font-size: 18px;
  color: #262D34;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.profile-multiple-item-section .item-content .item-header h4 span {
  font-weight: 500;
  margin-left: 3px;
}
.profile-multiple-item-section .item-content .item-header .date {
  color: #262D34;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
  text-align: right;
}
.profile-multiple-item-section .item-content .item-body {
  display: flex;
  width: 100%;
  flex-flow: column;
}
.profile-multiple-item-section .item-content .item-body.disabled {
  opacity: 0.5;
}
.profile-multiple-item-section .item-content .item-body .university span {
  margin-left: 3px;
  margin-right: 3px;
}
.profile-multiple-item-section .item-content .item-body .item-description p {
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 14px;
}
.profile-multiple-item-section .item-content .item-body .item-description .title {
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.profile-multiple-item-section .item-content .item-body .item-description .description {
  font-size: 14px;
}
.profile-multiple-item-section .item-content .item-body .list-section {
  margin-top: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.profile-multiple-item-section .item-content .item-body .list-section .list-item {
  border: 1px solid #eff0f6;
  border-radius: 4px;
  background: #eff0f6;
  color: #6c737b;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 5px 7px;
  margin: 0 4px 8px;
  display: inline-flex;
}
.profile-multiple-item-section .item-content .item-body .item-accomplishments {
  margin-bottom: 15px;
}
.profile-multiple-item-section .item-content .item-body .item-accomplishments p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.profile-multiple-item-section .item-content .item-body .item-accomplishments ul {
  font-size: 14px;
  margin: 0 0 0 20px;
  padding: 0;
}
.profile-multiple-item-section .item-content .item-body .item-accomplishments ul li {
  line-height: 20px;
}
.profile-multiple-item-section .item-content .item-body .item-accomplishments ol {
  font-size: 14px;
  margin: 0 0 0 20px;
  padding: 0;
}
.profile-multiple-item-section .item-content .item-body .item-accomplishments ol li {
  line-height: 20px;
}

.profile-multiple-footer-section {
  display: flex;
}
.profile-multiple-footer-section .footer-content {
  display: flex;
  height: 20px;
  align-items: center;
  flex-flow: column;
  position: relative;
  padding: 10px 25px;
  background: #FFF;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #e8e8e8;
  flex: 1;
}
.profile-multiple-footer-section .right-section {
  width: 50px;
}

.profile-toolbox {
  background: #FFF;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #e8e8e8;
  display: flex;
  align-self: flex-start;
  align-items: center;
  border-left: 0;
  flex-direction: column;
  width: 50px;
}
.profile-toolbox .toogle-switch {
  margin-left: 0;
}

.notification {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 20px;
  left: 20px;
  z-index: 99999999999999;
  background: #FFF;
  border: 1px solid #e8e8e8;
  padding: 20px 0;
  animation: notification 4s ease forwards;
}
.notification #warning-action {
  margin-top: 5px;
  display: flex;
}
.notification .action-button {
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  outline: none;
}
.notification .indicator {
  margin-left: 10px;
  margin-right: 10px;
}
.notification .indicator .icon {
  height: 30px;
  width: 30px;
}
.notification.error {
  border-left: 2px solid #F44336;
  animation: warning 1s ease forwards;
}
.notification.error h3 {
  color: #F44336;
}
.notification.error .indicator .icon {
  fill: #F44336;
}
.notification.error .action-button {
  background: #F44336;
}
.notification.success {
  border-left: 2px solid #489f8e;
}
.notification.success h3 {
  color: #489f8e;
}
.notification.success .indicator .icon {
  fill: #489f8e;
}
.notification .content {
  min-width: 200px;
  max-width: 400px;
}
.notification .content h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.notification .content p {
  font-size: 14px;
  color: #676464;
  padding: 0;
  margin: 0;
}
.notification .btn-notification-close {
  margin-right: 10px;
}

@keyframes notification {
  0% {
    opacity: 0;
    transform: translateY(300px);
    bottom: -300px;
  }
  10% {
    opacity: 1;
    transform: translateY(-20px);
    bottom: 20px;
  }
  90% {
    opacity: 1;
    transform: translateY(-20px);
    bottom: 20px;
  }
  100% {
    opacity: 0;
    transform: translateY(300px);
    bottom: -300px;
  }
}
@keyframes warning {
  0% {
    opacity: 0;
    transform: translateY(300px);
    bottom: -300px;
  }
  100% {
    opacity: 1;
    transform: translateY(-20px);
    bottom: 20px;
  }
}
.editor-container {
  width: 100%;
  position: relative;
  border: 2px solid #EEE;
  border-radius: 10px;
  border-top-left-radius: 0;
  margin-left: 5px;
  margin-bottom: 10px;
}
.editor-container .tox-tinymce {
  width: 100%;
  border-radius: 10px !important;
  border: none !important;
}
.editor-container .tox-tinymce .tox-editor-header {
  box-shadow: none !important;
  border-bottom: 2px solid #EEE !important;
}
.editor-container .tox-tinymce .tox-statusbar {
  border: 0;
}
.editor-container .cta-bar, .editor-container .chat-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-top: 2px solid #EEE;
}
.editor-container .cta-bar .post-btn, .editor-container .chat-cta .post-btn {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  background: #000;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
.editor-container .cta-bar .post-btn .icon, .editor-container .chat-cta .post-btn .icon {
  height: 20px;
  width: 20px;
  display: block;
  margin-right: 0;
  fill: #FFF;
}
.editor-container .cta-bar .post-btn .icon.spinner-border, .editor-container .chat-cta .post-btn .icon.spinner-border {
  color: #FFF;
}
.editor-container .cta-bar .close-btn, .editor-container .chat-cta .close-btn {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  background: #FFF;
  border: 2px solid #CCC;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.editor-container .cta-bar .close-btn .icon, .editor-container .chat-cta .close-btn .icon {
  height: 20px;
  width: 20px;
  margin-right: 0;
  fill: #000;
}
.editor-container .chat-cta {
  justify-content: flex-end;
}

/***********************************/
/***********************************/
.comment-section-container {
  display: flex;
}
.comment-section-container .right-section {
  width: 52px;
}

.comment-section {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px 25px;
}
.comment-section.comment-item {
  border-radius: 0;
  border-bottom: 0;
}
.comment-section .comment-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #000;
  width: 100%;
  padding: 5px 0;
}
.comment-section .comment-status-bar .comments {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.comment-section .comment-status-bar .comments .icon {
  margin-right: 5px;
}
.comment-section .comment-status-bar .comments .total-comments {
  margin-right: 5px;
}
.comment-section .comment-status-bar .icon {
  height: 20px;
  width: 20px;
  fill: hsl(0deg, 0%, 60%);
}
.comment-section .comment-status-bar .icon.comment-extend-open {
  margin-left: 5px;
  transform: rotate(180deg);
}
.comment-section .comment-status-bar .icon.comment-extend-close {
  margin-left: 5px;
}
.comment-section .comment-status-bar .icon.icon-comment {
  fill: #5B7FA7;
  margin-right: 5px;
}
.comment-section .comment-status-bar .icon.icon-resolved {
  fill: #508DA3;
  margin-right: 5px;
}
.comment-section .comment-status-bar .options-nav {
  display: flex;
  align-items: center;
}
.comment-section .comment-status-bar .options-nav .btn-comment, .comment-section .comment-status-bar .options-nav .btn-reply, .comment-section .comment-status-bar .options-nav .btn-resolve {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.comment-section .add-comment-container, .comment-section .add-reply-container {
  width: 100%;
  display: flex;
}
.comment-section .add-comment-container .avatar-comment, .comment-section .add-reply-container .avatar-comment {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.comment-section .add-comment-container .comment-cta, .comment-section .add-reply-container .comment-cta {
  display: flex;
  margin-left: 5px;
  cursor: pointer;
  border: 2px solid #EEE;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  border-top-left-radius: 0;
  align-items: center;
  justify-content: space-between;
}
.comment-section .add-comment-container .comment-cta p, .comment-section .add-reply-container .comment-cta p {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}
.comment-section .add-comment-container .comment-cta .icon, .comment-section .add-reply-container .comment-cta .icon {
  height: 20px;
  width: 20px;
  margin-right: 14px;
}
.comment-section .add-reply-container {
  padding-left: 40px;
}
.comment-section .add-reply-container .avatar-comment {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.comment-section .comment-display-panel .top-level .comment-content, .comment-section .comment-display-panel .reply-level .comment-content {
  display: flex;
  margin: 0;
}
.comment-section .comment-display-panel .top-level .comment-content .avatar-comment, .comment-section .comment-display-panel .reply-level .comment-content .avatar-comment {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.comment-section .comment-display-panel .top-level .comment-content .comment, .comment-section .comment-display-panel .reply-level .comment-content .comment {
  border-radius: 10px;
  border-top-left-radius: 0;
  background: #f2f2f2;
  width: 100%;
  padding: 10px;
  margin-left: 5px;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header, .comment-section .comment-display-panel .reply-level .comment-content .comment .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .coach-tag, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .coach-tag {
  background: #424aa3;
  padding: 2px 5px;
  font-size: 11px;
  border-radius: 4px;
  margin-left: 3px;
  text-transform: capitalize;
  color: #FFF;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .config, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .config {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: auto;
  margin-right: 0;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .config .date, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .config .date {
  font-size: 12px;
  padding: 0;
  margin: 0 5px 0 0;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .config .date .status, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .config .date .status {
  margin-right: 3px;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .config .date .resolved-tag, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .config .date .resolved-tag {
  background: #508DA3;
  padding: 2px 5px;
  font-size: 11px;
  border-radius: 4px;
  font-weight: 600;
  margin-right: 5px;
  text-transform: capitalize;
  color: #FFF;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options {
  position: relative;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .link, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .link {
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 5px;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .link:hover, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .link:hover {
  background: #CCC;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .link.open, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .link.open {
  background: #CCC;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .link .icon, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .link .icon {
  height: 25px;
  width: 25px;
  fill: #000;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .options-nav, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .options-nav {
  padding: 10px;
  background: #FFF;
  position: absolute;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  top: 20px;
  border: 2px solid #e8e8e8;
  right: 0;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .options-nav ul, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .options-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .options-nav ul .edit-option, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .options-nav ul .edit-option {
  display: inline-block;
  padding: 3px 5px;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .options-nav ul .edit-option.first, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .options-nav ul .edit-option.first {
  margin-right: 0;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .options-nav ul .edit-option.delete-option .icon, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .options-nav ul .edit-option.delete-option .icon {
  fill: #B00020;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .options-nav ul .edit-option .icon, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .options-nav ul .edit-option .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .options-nav.open, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .options-nav.open {
  visibility: visible;
  opacity: 1;
}
.comment-section .comment-display-panel .top-level .comment-content .comment .header .more-options .options-nav.close, .comment-section .comment-display-panel .reply-level .comment-content .comment .header .more-options .options-nav.close {
  visibility: hidden;
  opacity: 0;
}
.comment-section .comment-display-panel .top-level .comment-content .comment p, .comment-section .comment-display-panel .reply-level .comment-content .comment p {
  padding: 0;
  margin: 0;
  color: #181818;
  font-size: 14px;
}
.comment-section .comment-display-panel .top-level .comment-content .comment ul, .comment-section .comment-display-panel .reply-level .comment-content .comment ul, .comment-section .comment-display-panel .top-level .comment-content .comment ol, .comment-section .comment-display-panel .reply-level .comment-content .comment ol {
  margin-bottom: 0;
  font-size: 14px;
}
.comment-section .comment-display-panel .top-level .comment-content .comment h3, .comment-section .comment-display-panel .reply-level .comment-content .comment h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #000;
}
.comment-section .comment-display-panel .top-level .bottom-cta, .comment-section .comment-display-panel .reply-level .bottom-cta {
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 45px;
  align-items: center;
  justify-content: space-between;
}
.comment-section .comment-display-panel .top-level .bottom-cta .replies, .comment-section .comment-display-panel .reply-level .bottom-cta .replies {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
}
.comment-section .comment-display-panel .top-level .bottom-cta .replies .icon, .comment-section .comment-display-panel .reply-level .bottom-cta .replies .icon {
  height: 20px;
  width: 20px;
  fill: #000;
  margin-top: -5px;
  margin-right: 5px;
}
.comment-section .comment-display-panel .top-level .bottom-cta .replies .total-replies, .comment-section .comment-display-panel .reply-level .bottom-cta .replies .total-replies {
  margin-right: 5px;
}
.comment-section .comment-display-panel .reply-level {
  margin-left: 40px;
  margin-bottom: 10px;
}
.comment-section .comment-display-panel .reply-level .comment-content .avatar-comment {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.table-container .table {
  margin-bottom: 0;
}
.table-container .status-bar {
  margin: 0;
}
.table-container .status-bar h4 {
  font-size: 14px;
  font-weight: 600;
}
.table-container .open-button {
  border: 2px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 30px;
  cursor: pointer;
}
.table-container .open-button .icon {
  height: 20px;
  width: 20px;
  fill: #000;
  transition: 0.4s;
  transform: rotate(90deg);
}
.table-container .open-button .icon.open {
  transform: rotate(180deg);
}
.table-container .options .options-list {
  display: flex;
  justify-content: space-between;
}
.table-container .options .option-button {
  padding: 5px;
  border: 2px solid #ccc;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.table-container .options .option-button:nth-child(2) {
  margin-left: 3px;
  margin-right: 3px;
}
.table-container .options .option-button .icon {
  height: 20px;
  width: 20px;
  fill: #000;
}
.table-container .options .option-button .icon.delete {
  fill: #B00020;
}
.table-container .options .option-button:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.table-container .options .option-button .nav-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  top: -37px;
}
.table-container .more-options {
  position: relative;
}
.table-container .more-options .link {
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 5px;
}
.table-container .more-options .link:hover {
  background: #CCC;
}
.table-container .more-options .link.open {
  background: #CCC;
}
.table-container .more-options .link .icon {
  height: 25px;
  width: 25px;
  fill: #000;
}
.table-container .more-options .options-nav {
  padding: 5px;
  background: #FFF;
  position: absolute;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  bottom: 20px;
  border: 2px solid #e8e8e8;
  right: 0;
}
.table-container .more-options .options-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.table-container .more-options .options-nav ul .edit-option {
  display: inline-block;
  padding: 3px 5px;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.table-container .more-options .options-nav ul .edit-option.first {
  margin-right: 0;
}
.table-container .more-options .options-nav ul .edit-option.delete-option .icon {
  fill: #B00020;
}
.table-container .more-options .options-nav ul .edit-option .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.table-container .more-options .options-nav.open {
  visibility: visible;
  opacity: 1;
}
.table-container .more-options .options-nav.close {
  visibility: hidden;
  opacity: 0;
}
.table-container table thead {
  font-size: 13px;
  color: #262933;
}
.table-container table thead th {
  vertical-align: middle;
  white-space: nowrap;
  position: sticky;
  top: 0;
  background: #FFF;
  border-top: 1px solid #e8e8e8;
  z-index: 9999;
}
.table-container table thead .sort-options {
  background: #FFF;
  position: absolute;
  bottom: -64px;
  left: 10%;
  border: 2px solid #e8e8e8;
  display: flex;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
}
.table-container table thead .sort-options.close {
  display: none;
}
.table-container table thead .sort-options:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin-right: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #e8e8e8 transparent;
}
.table-container table thead .sort-options .sort-option {
  height: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1d2226;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
.table-container table thead .sort-options .sort-option:hover {
  background: #f3f3f4;
}
.table-container table thead .sort-options .sort-option .icon {
  height: 20px;
  width: 20px;
  fill: #262933;
  margin-right: 5px;
}
.table-container table thead .sort-options .sort-option:first-child {
  border-bottom: 2px solid #e8e8e8;
}
.table-container table thead .table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5px;
  cursor: pointer;
}
.table-container table thead .table-header .header-label {
  font-size: 12px;
  text-transform: uppercase;
}
.table-container table thead .table-header.no-sort {
  cursor: auto;
}
.table-container table thead .table-header .sort-indicator .icon {
  height: 20px;
  width: 20px;
  --color-1: #CCC;
  --color-2: #CCC;
}
.table-container table thead .table-header .sort-indicator .icon.desc {
  --color-1: #CCC;
  --color-2: #1d2226;
}
.table-container table thead .table-header .sort-indicator .icon.asc {
  --color-1: #1d2226;
  --color-2: #CCC;
}
.table-container table tbody {
  font-size: 13px;
}
.table-container table tbody tr {
  height: 50px;
}
.table-container table tbody tr:nth-child(odd) {
  background: #f8f8f9;
}
.table-container table tbody tr.even {
  background: #fff;
}
.table-container table tbody tr.even.open {
  border-left: 2px solid #000;
}
.table-container table tbody tr.odd {
  background: #f8f8f9;
}
.table-container table tbody tr.odd.open {
  border-left: 2px solid #000;
}
.table-container table tbody tr.expand-row {
  width: 100%;
}
.table-container table tbody tr.expand-row .description p {
  padding: 0;
  margin: 0;
}
.table-container table tbody tr.expand-row.even {
  border-left: 2px solid #000;
}
.table-container table tbody tr.expand-row.odd {
  border-left: 2px solid #000;
}
.table-container table tbody td {
  vertical-align: middle;
  max-height: 40px;
}
.table-container table tbody td.options {
  width: 40px;
}
.table-container table tbody td .nav-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  top: 115%;
  z-index: 9996;
  /*&:after{
      content: "";
      position: absolute;
      bottom: 100%;
      left: 20%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color:  transparent transparent rgba(#000,0.9) transparent;
  }*/
}
.table-container table tbody td .student {
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.table-container table tbody td .student a {
  text-decoration: none;
  font-weight: 600;
  color: #262933;
  display: flex;
  align-items: center;
}
.table-container table tbody td .student:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.table-container table tbody td .school {
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.table-container table tbody td .school:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.table-container table tbody td .program {
  height: 40px;
  display: flex;
  align-items: center;
}
.table-container table tbody td .date {
  white-space: nowrap;
  height: 40px;
  display: flex;
  align-items: center;
}
.table-container table tbody td .last-activity {
  height: 40px;
  display: flex;
  align-items: center;
}
.table-container table tbody td .activity-table {
  height: 40px;
  display: flex;
  align-items: center;
}
.table-container table tbody td .activity-table .activity-by {
  font-size: 12px;
  color: #262933;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 2px 7px;
  margin: 0;
  display: inline-block;
}
.table-container table tbody td .activity-table .activity-by.student-activity {
  background-color: #e2f1f7;
  border-radius: 4px;
  color: #379bbc;
  font-weight: 700;
}
.table-container table tbody td .activity-table .activity-by.coach-activity {
  background-color: #dcdbff;
  color: #635BFF;
  border-radius: 4px;
  font-weight: 700;
}
.table-container table tbody td .module {
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 2px 7px;
  margin: 0;
  display: inline-block;
}
.table-container table tbody td .module.M1 {
  background-color: #ddecf5;
  color: #4a99cc;
}
.table-container table tbody td .module.M2 {
  background-color: #fce8d8;
  color: #f29449;
}
.table-container table tbody td .module.M3 {
  background-color: #89dddd;
  color: #2e9e9e;
}
.table-container table tbody td .module.M4 {
  background-color: #f0dae0;
  color: #C56C86;
}
.table-container table tbody td .module.M5 {
  background-color: #d1cee0;
  color: #786fa6;
}
.table-container table tbody .journal-btn {
  padding: 3px 5px;
  height: 33px;
  cursor: pointer;
  border: 2px solid #dee2e6;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background: #FFF;
}
.table-container table tbody .journal-btn .icon {
  height: 20px;
  width: 20px;
  fill: #000;
}
.table-container table tbody .avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

#job-tracker-table-cmp thead th.salary {
  height: 40px;
  width: 150px;
  text-align: right;
}
#job-tracker-table-cmp thead th.company {
  height: 40px;
}
#job-tracker-table-cmp thead th.role {
  height: 40px;
}
#job-tracker-table-cmp thead th.country, #job-tracker-table-cmp thead th.region {
  height: 40px;
}
#job-tracker-table-cmp tbody td.company, #job-tracker-table-cmp tbody th.company {
  width: 200px;
  height: 40px;
  font-weight: 600;
  color: #262933;
}
#job-tracker-table-cmp tbody td.role, #job-tracker-table-cmp tbody th.role {
  width: 200px;
  height: 40px;
}
#job-tracker-table-cmp tbody td.country, #job-tracker-table-cmp tbody td.region, #job-tracker-table-cmp tbody th.country, #job-tracker-table-cmp tbody th.region {
  width: 150px;
  height: 40px;
}
#job-tracker-table-cmp tbody td.salary, #job-tracker-table-cmp tbody th.salary {
  width: 120px;
  height: 40px;
  text-align: right;
}
#job-tracker-table-cmp tbody .keyword-tag {
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 2px 7px;
  margin: 3px;
  font-weight: 700;
  display: inline-block;
  background: #eff0f6;
  color: #6c737b;
  border-radius: 4px;
}
#job-tracker-table-cmp tbody .status-tag {
  font-size: 12px;
  color: #262933;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 2px 7px;
  margin: 0;
  display: inline-block;
}
#job-tracker-table-cmp tbody .status-tag.applied {
  background: #deebff;
  color: #7c95ec;
  border-radius: 4px;
  font-weight: 700;
}
#job-tracker-table-cmp tbody .status-tag.applied-messaged {
  background: #deebff;
  color: #7c95ec;
  border-radius: 4px;
  font-weight: 700;
}
#job-tracker-table-cmp tbody .status-tag.rejected-before-interview {
  background: #f8eaea;
  color: #e18583;
  border-radius: 4px;
  font-weight: 700;
}
#job-tracker-table-cmp tbody .status-tag.rejected-after-interview {
  background: #f8eaea;
  color: #e18583;
  border-radius: 4px;
  font-weight: 700;
}
#job-tracker-table-cmp tbody .status-tag.hired {
  background: #e8f5ec;
  color: #64b478;
  border-radius: 4px;
  font-weight: 700;
}
#job-tracker-table-cmp tbody .status-tag.interviewing {
  background: #fbf2ea;
  color: #ebb782;
  border-radius: 4px;
  font-weight: 700;
}

.no-results {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background: #f8f8f9;
}
.no-results p {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

#panel {
  position: fixed;
  display: flex;
  z-index: 9999999;
  top: 0;
  bottom: 20px;
}
#panel.close {
  right: -450px;
  animation: slide-close 750ms ease forwards;
}
#panel.open {
  right: 0;
  animation: slide-open 750ms ease forwards;
}

.journal-panel {
  width: 550px;
  margin-top: 10px;
  display: flex;
  flex-flow: column;
  z-index: 9999999;
  right: -450px;
  top: 0;
  bottom: 10px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #FFF;
  transition: 0.4s;
}
.journal-panel .header {
  border: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  align-items: center;
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-right: 0;
}
.journal-panel .header .header-close {
  padding: 2px;
  border-radius: 5px;
  cursor: pointer;
}
.journal-panel .header .header-close .icon {
  height: 20px;
  width: 20px;
  fill: #2c2c2c;
  display: block;
}
.journal-panel .header .header-close:hover {
  background: #f2f2f2;
}
.journal-panel .header .content h3 {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.journal-panel .body {
  display: flex;
  overflow-y: scroll;
  flex-direction: column-reverse;
  flex: 1;
  border-left: 1px solid #e8e8e8;
  border-right: 0;
}
.journal-panel .body .activity, .journal-panel .body .homework, .journal-panel .body .job-selection, .journal-panel .body .session {
  display: flex;
  height: auto;
  padding: 10px 15px 10px 10px;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.journal-panel .body .activity:nth-child(odd), .journal-panel .body .homework:nth-child(odd), .journal-panel .body .job-selection:nth-child(odd), .journal-panel .body .session:nth-child(odd) {
  background: #f8f8f9;
}
.journal-panel .body .activity .data, .journal-panel .body .homework .data, .journal-panel .body .job-selection .data, .journal-panel .body .session .data {
  width: 100%;
}
.journal-panel .body .activity .data .job-selections-container, .journal-panel .body .homework .data .job-selections-container, .journal-panel .body .job-selection .data .job-selections-container, .journal-panel .body .session .data .job-selections-container {
  margin-top: 4px;
}
.journal-panel .body .activity .data .homework-details, .journal-panel .body .homework .data .homework-details, .journal-panel .body .job-selection .data .homework-details, .journal-panel .body .session .data .homework-details {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  margin-top: 4px;
}
.journal-panel .body .activity .data .homework-details .homework-title, .journal-panel .body .homework .data .homework-details .homework-title, .journal-panel .body .job-selection .data .homework-details .homework-title, .journal-panel .body .session .data .homework-details .homework-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.journal-panel .body .activity .data .homework-details .homework-link, .journal-panel .body .homework .data .homework-details .homework-link, .journal-panel .body .job-selection .data .homework-details .homework-link, .journal-panel .body .session .data .homework-details .homework-link {
  padding: 5px 10px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  border-radius: 5px;
  background: #0077b5;
  align-items: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.journal-panel .body .activity .data .homework-details .homework-link .icon-back, .journal-panel .body .homework .data .homework-details .homework-link .icon-back, .journal-panel .body .job-selection .data .homework-details .homework-link .icon-back, .journal-panel .body .session .data .homework-details .homework-link .icon-back {
  height: 20px;
  width: 20px;
  fill: #fff;
  margin-left: 4px;
}
.journal-panel .body .activity .data .homework-details .homework-link .icon-front, .journal-panel .body .homework .data .homework-details .homework-link .icon-front, .journal-panel .body .job-selection .data .homework-details .homework-link .icon-front, .journal-panel .body .session .data .homework-details .homework-link .icon-front {
  height: 20px;
  width: 20px;
  fill: #fff;
  margin-right: 4px;
}
.journal-panel .body .activity .data .homework-details .homework-link:hover .tooltip, .journal-panel .body .homework .data .homework-details .homework-link:hover .tooltip, .journal-panel .body .job-selection .data .homework-details .homework-link:hover .tooltip, .journal-panel .body .session .data .homework-details .homework-link:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.journal-panel .body .activity .data .homework-details .homework-link .tooltip, .journal-panel .body .homework .data .homework-details .homework-link .tooltip, .journal-panel .body .job-selection .data .homework-details .homework-link .tooltip, .journal-panel .body .session .data .homework-details .homework-link .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -34px;
}
.journal-panel .body .activity .data .homework-details .homework-link .tooltip.last-tooltip, .journal-panel .body .homework .data .homework-details .homework-link .tooltip.last-tooltip, .journal-panel .body .job-selection .data .homework-details .homework-link .tooltip.last-tooltip, .journal-panel .body .session .data .homework-details .homework-link .tooltip.last-tooltip {
  left: 0;
}
.journal-panel .body .activity .data .badge, .journal-panel .body .homework .data .badge, .journal-panel .body .job-selection .data .badge, .journal-panel .body .session .data .badge {
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 4px;
  font-weight: 700;
  color: #FFF;
}
.journal-panel .body .activity .data .badge.M1, .journal-panel .body .homework .data .badge.M1, .journal-panel .body .job-selection .data .badge.M1, .journal-panel .body .session .data .badge.M1 {
  background-color: #ddecf5;
  color: #4a99cc;
}
.journal-panel .body .activity .data .badge.M2, .journal-panel .body .homework .data .badge.M2, .journal-panel .body .job-selection .data .badge.M2, .journal-panel .body .session .data .badge.M2 {
  background-color: #fce8d8;
  color: #f29449;
}
.journal-panel .body .activity .data .badge.M3, .journal-panel .body .homework .data .badge.M3, .journal-panel .body .job-selection .data .badge.M3, .journal-panel .body .session .data .badge.M3 {
  background-color: #f2ead5;
  color: #ccae62;
}
.journal-panel .body .activity .data .badge.M4, .journal-panel .body .homework .data .badge.M4, .journal-panel .body .job-selection .data .badge.M4, .journal-panel .body .session .data .badge.M4 {
  background-color: #f0dae0;
  color: #C56C86;
}
.journal-panel .body .activity .data .badge.M5, .journal-panel .body .homework .data .badge.M5, .journal-panel .body .job-selection .data .badge.M5, .journal-panel .body .session .data .badge.M5 {
  background-color: #d1cee0;
  color: #786fa6;
}
.journal-panel .body .activity .data .coach-tag, .journal-panel .body .homework .data .coach-tag, .journal-panel .body .job-selection .data .coach-tag, .journal-panel .body .session .data .coach-tag {
  background: #424aa3;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 4px;
  font-weight: 700;
  color: #FFF;
  margin-left: 3px;
}
.journal-panel .body .activity .data .content, .journal-panel .body .homework .data .content, .journal-panel .body .job-selection .data .content, .journal-panel .body .session .data .content {
  display: flex;
  justify-content: space-between;
}
.journal-panel .body .activity .data .content .activity-date, .journal-panel .body .homework .data .content .activity-date, .journal-panel .body .job-selection .data .content .activity-date, .journal-panel .body .session .data .content .activity-date {
  font-size: 12px;
  white-space: nowrap;
  padding: 0;
  font-weight: 600;
  margin: 0 5px 0 10px;
}
.journal-panel .body .activity .data .title, .journal-panel .body .homework .data .title, .journal-panel .body .job-selection .data .title, .journal-panel .body .session .data .title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
}
.journal-panel .body .activity .data .tags-container, .journal-panel .body .homework .data .tags-container, .journal-panel .body .job-selection .data .tags-container, .journal-panel .body .session .data .tags-container {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 3px;
}
.journal-panel .body .activity .data .tags-container .module-tag, .journal-panel .body .homework .data .tags-container .module-tag, .journal-panel .body .job-selection .data .tags-container .module-tag, .journal-panel .body .session .data .tags-container .module-tag {
  border-radius: 4px;
  font-weight: 700;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.journal-panel .body .activity .data .tags-container .activity-tag, .journal-panel .body .activity .data .tags-container .notification-tag, .journal-panel .body .activity .data .tags-container .homework-tag, .journal-panel .body .homework .data .tags-container .activity-tag, .journal-panel .body .homework .data .tags-container .notification-tag, .journal-panel .body .homework .data .tags-container .homework-tag, .journal-panel .body .job-selection .data .tags-container .activity-tag, .journal-panel .body .job-selection .data .tags-container .notification-tag, .journal-panel .body .job-selection .data .tags-container .homework-tag, .journal-panel .body .session .data .tags-container .activity-tag, .journal-panel .body .session .data .tags-container .notification-tag, .journal-panel .body .session .data .tags-container .homework-tag {
  margin-right: 5px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  padding: 2px 5px;
  margin: 0;
  display: inline-block;
  background-color: #eff0f6;
  color: #6c737b;
  text-transform: capitalize;
}
.journal-panel .body .activity h3, .journal-panel .body .homework h3, .journal-panel .body .job-selection h3, .journal-panel .body .session h3 {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.journal-panel .body .activity p, .journal-panel .body .homework p, .journal-panel .body .job-selection p, .journal-panel .body .session p {
  font-size: 13px;
  padding: 0;
  margin: 0;
}
.journal-panel .body .activity .avatar-journal, .journal-panel .body .homework .avatar-journal, .journal-panel .body .job-selection .avatar-journal, .journal-panel .body .session .avatar-journal {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-top: 3px;
  margin-right: 10px;
}
.journal-panel .body .note {
  display: flex;
  padding: 5px 5px 10px 10px;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.journal-panel .body .note .more-options {
  position: relative;
}
.journal-panel .body .note .more-options .link {
  cursor: pointer;
  padding: 2px;
  border-radius: 5px;
}
.journal-panel .body .note .more-options .link:hover {
  background: #e8e8e8;
}
.journal-panel .body .note .more-options .link.open {
  background: #e8e8e8;
}
.journal-panel .body .note .more-options .link .icon {
  height: 20px;
  width: 20px;
  fill: #000;
}
.journal-panel .body .note .more-options .options-nav {
  padding: 5px;
  background: #FFF;
  position: absolute;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  bottom: 20px;
  border: 2px solid #e8e8e8;
  right: 0;
}
.journal-panel .body .note .more-options .options-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.journal-panel .body .note .more-options .options-nav ul .edit-option {
  display: inline-block;
  padding: 3px 5px;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.journal-panel .body .note .more-options .options-nav ul .edit-option:hover .option-tooltip {
  visibility: visible;
  opacity: 1;
}
.journal-panel .body .note .more-options .options-nav ul .edit-option .option-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -37px;
}
.journal-panel .body .note .more-options .options-nav ul .edit-option .option-tooltip.last-tooltip {
  right: 0;
}
.journal-panel .body .note .more-options .options-nav ul .edit-option.first {
  margin-right: 0;
}
.journal-panel .body .note .more-options .options-nav ul .edit-option.delete-option .icon {
  fill: #B00020;
}
.journal-panel .body .note .more-options .options-nav ul .edit-option .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.journal-panel .body .note .more-options .options-nav.open {
  visibility: visible;
  opacity: 1;
}
.journal-panel .body .note .more-options .options-nav.close {
  visibility: hidden;
  opacity: 0;
}
.journal-panel .body .note .avatar-journal {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.journal-panel .body .note .data {
  width: 100%;
}
.journal-panel .body .note .data .title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
  font-size: 14px;
}
.journal-panel .body .note .data .title .coach-tag {
  background: #424aa3;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 4px;
  font-weight: 700;
  margin-left: 5px;
  text-transform: capitalize;
  color: #FFF;
  margin-left: 3px;
}
.journal-panel .body .note .data .title .config {
  display: flex;
  align-items: center;
}
.journal-panel .body .note .data .title .activity-date {
  font-size: 12px;
  padding: 0;
  font-weight: 600;
  white-space: nowrap;
  margin: 0 5px 0 0;
}
.journal-panel .body .note .data .title .activity-date .status {
  font-weight: 400;
  margin-right: 3px;
}
.journal-panel .body .note .data .content {
  border-radius: 10px;
  background: #f9eed1;
  border-top-left-radius: 0;
  width: 100%;
  padding: 5px 10px;
}
.journal-panel .body .note .data .content .title h3 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.journal-panel .body .note .data .content .text p {
  padding: 0;
  font-size: 13px;
  margin: 0;
}
.journal-panel .body .note .data .content .text ul, .journal-panel .body .note .data .content .text ol {
  margin: 0;
}
.journal-panel .body .note .data .tags-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 3px;
}
.journal-panel .body .note .data .tags-container .config {
  margin-right: 10px;
}
.journal-panel .body .note .data .tags-container .config .link .icon {
  height: 23px;
  width: 23px;
}
.journal-panel .body .note .data .tags-container .module-tag {
  border-radius: 4px;
  font-weight: 700;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.journal-panel .body .note .data .tags-container .module-tag.M1 {
  background-color: #ddecf5;
  color: #4a99cc;
}
.journal-panel .body .note .data .tags-container .module-tag.M2 {
  background-color: #fce8d8;
  color: #f29449;
}
.journal-panel .body .note .data .tags-container .module-tag.M3 {
  background-color: #89dddd;
  color: #2e9e9e;
}
.journal-panel .body .note .data .tags-container .module-tag.M4 {
  background-color: #f0dae0;
  color: #C56C86;
}
.journal-panel .body .note .data .tags-container .module-tag.M5 {
  background-color: #d1cee0;
  color: #786fa6;
}
.journal-panel .body .note .data .tags-container .activity-tag {
  margin-right: 5px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  padding: 2px 5px;
  margin: 0;
  display: inline-block;
  background-color: #eff0f6;
  color: #6c737b;
  text-transform: capitalize;
}
.journal-panel .body .session-event {
  display: flex;
  padding: 5px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 4px;
  background: #FFF;
  align-items: center;
  position: relative;
}
.journal-panel .body .session-event .more-options {
  position: absolute;
  top: 5px;
  right: 10px;
}
.journal-panel .body .session-event .event-data h3 {
  font-size: 16px;
  margin-top: 5px;
}
.journal-panel .body .session-event .event-data .coach {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.journal-panel .body .session-event .event-data .coach-name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.journal-panel .body .session-event .event-data .time {
  margin: 5px 0;
}
.journal-panel .body .session-event .event-data .day {
  font-weight: 600;
}
.journal-panel .body .session-event .event-data .avatar-event {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-top: 3px;
  margin-right: 5px;
}
.journal-panel .body .session-event .month {
  background: #000;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  color: #FFF;
  flex-direction: column;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
.journal-panel .body .session-event .month.M1 {
  background: #4a99cc;
}
.journal-panel .body .session-event .month.M2 {
  background: #f29449;
}
.journal-panel .body .session-event .month.M3 {
  background: #2e9e9e;
}
.journal-panel .body .session-event .month.M4 {
  background: #C56C86;
}
.journal-panel .body .session-event .month.M5 {
  background: #806589;
}
.journal-panel .body .session-event .month .month-number {
  font-size: 26px;
  font-weight: 600;
}
.journal-panel .body .session-event .month .month-name {
  font-size: 16px;
  font-weight: 600;
}
.journal-panel .body .session-event .time .icon {
  height: 20px;
  width: 20px;
}
.journal-panel .body .session-event .time .icon.M1 {
  fill: #4a99cc;
}
.journal-panel .body .session-event .time .icon.M2 {
  fill: #f29449;
}
.journal-panel .body .session-event .time .icon.M3 {
  fill: #2e9e9e;
}
.journal-panel .body .session-event .time .icon.M4 {
  fill: #C56C86;
}
.journal-panel .body .session-event .time .icon.M5 {
  fill: #806589;
}
.journal-panel .body .more-options {
  position: relative;
}
.journal-panel .body .more-options .link {
  cursor: pointer;
  padding: 2px;
  border-radius: 5px;
}
.journal-panel .body .more-options .link:hover {
  background: #e8e8e8;
}
.journal-panel .body .more-options .link.open {
  background: #e8e8e8;
}
.journal-panel .body .more-options .link .icon {
  height: 20px;
  width: 20px;
  fill: #000;
}
.journal-panel .body .more-options .options-nav {
  padding: 5px;
  background: #FFF;
  position: absolute;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  bottom: 20px;
  border: 2px solid #e8e8e8;
  right: 0;
}
.journal-panel .body .more-options .options-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.journal-panel .body .more-options .options-nav ul .edit-option {
  display: inline-block;
  padding: 3px 5px;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.journal-panel .body .more-options .options-nav ul .edit-option:hover .option-tooltip {
  visibility: visible;
  opacity: 1;
}
.journal-panel .body .more-options .options-nav ul .edit-option .option-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -37px;
}
.journal-panel .body .more-options .options-nav ul .edit-option .option-tooltip.last-tooltip {
  right: 0;
}
.journal-panel .body .more-options .options-nav ul .edit-option.first {
  margin-right: 0;
}
.journal-panel .body .more-options .options-nav ul .edit-option.delete-option .icon {
  fill: #B00020;
}
.journal-panel .body .more-options .options-nav ul .edit-option .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.journal-panel .body .more-options .options-nav.open {
  visibility: visible;
  opacity: 1;
}
.journal-panel .body .more-options .options-nav.close {
  visibility: hidden;
  opacity: 0;
}
.journal-panel .body .edit-option {
  position: relative;
}
.journal-panel .body .edit-option:hover .option-tooltip {
  visibility: visible;
  opacity: 1;
}
.journal-panel .body .edit-option .option-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -37px;
}
.journal-panel .body .edit-option .option-tooltip.last-tooltip {
  right: 0;
}
.journal-panel .body .session-actions {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.journal-panel .body .session-actions .session-action-options {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 2px;
  border: 1px solid #e8e8e8;
}
.journal-panel .footer {
  width: 100%;
  border: 1px solid #e8e8e8;
  display: flex;
  background: #FFF;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 0;
  border-right: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
}
.journal-panel .footer .journal-tools, .journal-panel .footer .coach-tools {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.journal-panel .footer .module-tools {
  display: flex;
  align-items: center;
  flex-direction: row;
}

@keyframes slide-open {
  0% {
    transform: translateX(450px);
    right: -450px;
  }
  100% {
    transform: translateX(0);
    right: 0px;
  }
}
@keyframes slide-close {
  0% {
    transform: translateX(0);
    right: 0px;
  }
  100% {
    transform: translateX(450px);
    right: -450px;
  }
}
.journal-form {
  padding: 5px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  margin-top: 4px;
  background: #FFF;
}
.journal-form label {
  font-size: 12px;
  font-weight: 600;
  padding: 2px;
}
.journal-form input {
  font-size: 12px;
}
.journal-form .journal-form-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.journal-form .journal-form-actions .journal-form-btn {
  margin-left: 5px;
}

.chat-panel, .secondary-panel {
  position: fixed;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 450px;
  background: #FFF;
  display: flex;
  flex-flow: column;
  right: 40px;
  margin-top: 40px;
  top: 20px;
  bottom: 20px;
  transition: 0.4s;
}
.chat-panel.close, .secondary-panel.close {
  right: 40px;
  animation: panel-slide-close 750ms ease forwards;
}
.chat-panel.open, .secondary-panel.open {
  right: 549px;
  animation: panel-slide-open 750ms ease forwards;
}
.chat-panel .chat-header, .chat-panel .secondary-header, .secondary-panel .chat-header, .secondary-panel .secondary-header {
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  align-items: center;
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
.chat-panel .chat-header .header-close, .chat-panel .secondary-header .header-close, .secondary-panel .chat-header .header-close, .secondary-panel .secondary-header .header-close {
  padding: 2px;
  border-radius: 5px;
  cursor: pointer;
}
.chat-panel .chat-header .header-close .icon, .chat-panel .secondary-header .header-close .icon, .secondary-panel .chat-header .header-close .icon, .secondary-panel .secondary-header .header-close .icon {
  height: 20px;
  width: 20px;
  fill: #2c2c2c;
  display: block;
}
.chat-panel .chat-header .header-close:hover, .chat-panel .secondary-header .header-close:hover, .secondary-panel .chat-header .header-close:hover, .secondary-panel .secondary-header .header-close:hover {
  background: #f2f2f2;
}
.chat-panel .chat-header .content h3, .chat-panel .secondary-header .content h3, .secondary-panel .chat-header .content h3, .secondary-panel .secondary-header .content h3 {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.chat-panel .secondary-body, .secondary-panel .secondary-body {
  display: flex;
  overflow-y: scroll;
  flex-direction: column;
  flex: 1;
  border-left: 1px solid #e8e8e8;
}
.chat-panel .chat-footer, .chat-panel .secondary-footer, .secondary-panel .chat-footer, .secondary-panel .secondary-footer {
  width: 100%;
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  background: #FFF;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
}
.chat-panel .chat-footer .editor-container, .chat-panel .secondary-footer .editor-container, .secondary-panel .chat-footer .editor-container, .secondary-panel .secondary-footer .editor-container {
  border-top-left-radius: 10px;
}

.journal-tool {
  position: fixed;
  display: inline-flex;
  top: 15px;
  right: 0px;
  background: #1d2226;
  padding: 10px;
  z-index: 999999;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
.journal-tool .unread-indicator {
  color: #FFF;
  background: #379bbc;
  font-size: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8px;
  height: 20px;
  width: 20px;
  right: -5px;
  padding: 1px 3px;
  border-radius: 50%;
  font-weight: 700;
}
.journal-tool .icon {
  height: 25px;
  width: 25px;
  fill: #FFF;
}

@keyframes panel-slide-open {
  0% {
    right: 40px;
  }
  100% {
    right: 549px;
  }
}
@keyframes panel-slide-close {
  0% {
    right: 549px;
  }
  100% {
    right: 40px;
  }
}
.chat-body-content, .chat-panel .chat-body, .secondary-panel .chat-body {
  display: flex;
  overflow-y: scroll;
  flex-direction: column-reverse;
  flex: 1;
  border-left: 1px solid #e8e8e8;
}
.chat-body-content .chat-more, .chat-panel .chat-body .chat-more, .secondary-panel .chat-body .chat-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
}
.chat-body-content .chat-top-level, .chat-panel .chat-body .chat-top-level, .secondary-panel .chat-body .chat-top-level {
  display: flex;
  height: auto;
  padding: 10px 15px 10px 10px;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.chat-body-content .chat-top-level.other .data .content, .chat-panel .chat-body .chat-top-level.other .data .content, .secondary-panel .chat-body .chat-top-level.other .data .content {
  background: #edeef6;
}
.chat-body-content .chat-top-level .avatar-top-level, .chat-panel .chat-body .chat-top-level .avatar-top-level, .secondary-panel .chat-body .chat-top-level .avatar-top-level {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.chat-body-content .chat-top-level .data, .chat-panel .chat-body .chat-top-level .data, .secondary-panel .chat-body .chat-top-level .data {
  width: 100%;
}
.chat-body-content .chat-top-level .data .title, .chat-panel .chat-body .chat-top-level .data .title, .secondary-panel .chat-body .chat-top-level .data .title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: space-between;
}
.chat-body-content .chat-top-level .data .title .message-date, .chat-panel .chat-body .chat-top-level .data .title .message-date, .secondary-panel .chat-body .chat-top-level .data .title .message-date {
  font-size: 12px;
  padding: 0;
  font-weight: 600;
  margin: 0 5px 0 0;
}
.chat-body-content .chat-top-level .data .title .message-date .status, .chat-panel .chat-body .chat-top-level .data .title .message-date .status, .secondary-panel .chat-body .chat-top-level .data .title .message-date .status {
  font-weight: normal;
  margin-right: 3px;
}
.chat-body-content .chat-top-level .data .title .coach-tag, .chat-panel .chat-body .chat-top-level .data .title .coach-tag, .secondary-panel .chat-body .chat-top-level .data .title .coach-tag {
  background: #424aa3;
  padding: 2px 5px;
  font-size: 11px;
  border-radius: 4px;
  margin-left: 3px;
  color: #FFF;
  text-transform: capitalize;
}
.chat-body-content .chat-top-level .data .content, .chat-panel .chat-body .chat-top-level .data .content, .secondary-panel .chat-body .chat-top-level .data .content {
  border-radius: 10px;
  background: #f7f7f7;
  border-top-left-radius: 0;
  width: 100%;
  padding: 10px;
}
.chat-body-content .chat-top-level .data .content .right-config, .chat-panel .chat-body .chat-top-level .data .content .right-config, .secondary-panel .chat-body .chat-top-level .data .content .right-config {
  display: flex;
  align-items: center;
  margin-left: 3px;
  margin-right: 5px;
}
.chat-body-content .chat-top-level .data .content .title h3, .chat-panel .chat-body .chat-top-level .data .content .title h3, .secondary-panel .chat-body .chat-top-level .data .content .title h3 {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.chat-body-content .chat-top-level .data .content .text, .chat-panel .chat-body .chat-top-level .data .content .text, .secondary-panel .chat-body .chat-top-level .data .content .text {
  font-size: 13px;
}
.chat-body-content .chat-top-level .data .content .text p, .chat-panel .chat-body .chat-top-level .data .content .text p, .secondary-panel .chat-body .chat-top-level .data .content .text p {
  padding: 0;
  margin: 0;
}
.chat-body-content .chat-top-level .data .content .text ul, .chat-panel .chat-body .chat-top-level .data .content .text ul, .secondary-panel .chat-body .chat-top-level .data .content .text ul, .chat-body-content .chat-top-level .data .content .text ol, .chat-panel .chat-body .chat-top-level .data .content .text ol, .secondary-panel .chat-body .chat-top-level .data .content .text ol {
  margin: 0;
}
.chat-body-content .chat-top-level .data .config, .chat-panel .chat-body .chat-top-level .data .config, .secondary-panel .chat-body .chat-top-level .data .config {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
.chat-body-content .chat-top-level .data .config .link .icon, .chat-panel .chat-body .chat-top-level .data .config .link .icon, .secondary-panel .chat-body .chat-top-level .data .config .link .icon {
  height: 23px;
  width: 23px;
}
.chat-body-content .chat-top-level .data .more-options, .chat-panel .chat-body .chat-top-level .data .more-options, .secondary-panel .chat-body .chat-top-level .data .more-options {
  position: relative;
}
.chat-body-content .chat-top-level .data .more-options .link, .chat-panel .chat-body .chat-top-level .data .more-options .link, .secondary-panel .chat-body .chat-top-level .data .more-options .link {
  cursor: pointer;
  padding: 2px;
  border-radius: 5px;
}
.chat-body-content .chat-top-level .data .more-options .link:hover, .chat-panel .chat-body .chat-top-level .data .more-options .link:hover, .secondary-panel .chat-body .chat-top-level .data .more-options .link:hover {
  background: #CCC;
}
.chat-body-content .chat-top-level .data .more-options .link.open, .chat-panel .chat-body .chat-top-level .data .more-options .link.open, .secondary-panel .chat-body .chat-top-level .data .more-options .link.open {
  background: #CCC;
}
.chat-body-content .chat-top-level .data .more-options .link .icon, .chat-panel .chat-body .chat-top-level .data .more-options .link .icon, .secondary-panel .chat-body .chat-top-level .data .more-options .link .icon {
  height: 20px;
  width: 20px;
  fill: #000;
}
.chat-body-content .chat-top-level .data .more-options .options-nav, .chat-panel .chat-body .chat-top-level .data .more-options .options-nav, .secondary-panel .chat-body .chat-top-level .data .more-options .options-nav {
  padding: 5px;
  background: #FFF;
  position: absolute;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  bottom: 20px;
  border: 2px solid #e8e8e8;
  right: 0;
}
.chat-body-content .chat-top-level .data .more-options .options-nav ul, .chat-panel .chat-body .chat-top-level .data .more-options .options-nav ul, .secondary-panel .chat-body .chat-top-level .data .more-options .options-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.chat-body-content .chat-top-level .data .more-options .options-nav ul .edit-option, .chat-panel .chat-body .chat-top-level .data .more-options .options-nav ul .edit-option, .secondary-panel .chat-body .chat-top-level .data .more-options .options-nav ul .edit-option {
  display: inline-block;
  padding: 3px 5px;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}
.chat-body-content .chat-top-level .data .more-options .options-nav ul .edit-option.first, .chat-panel .chat-body .chat-top-level .data .more-options .options-nav ul .edit-option.first, .secondary-panel .chat-body .chat-top-level .data .more-options .options-nav ul .edit-option.first {
  margin-right: 0;
}
.chat-body-content .chat-top-level .data .more-options .options-nav ul .edit-option.delete-option .icon, .chat-panel .chat-body .chat-top-level .data .more-options .options-nav ul .edit-option.delete-option .icon, .secondary-panel .chat-body .chat-top-level .data .more-options .options-nav ul .edit-option.delete-option .icon {
  fill: #B00020;
}
.chat-body-content .chat-top-level .data .more-options .options-nav ul .edit-option .icon, .chat-panel .chat-body .chat-top-level .data .more-options .options-nav ul .edit-option .icon, .secondary-panel .chat-body .chat-top-level .data .more-options .options-nav ul .edit-option .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.chat-body-content .chat-top-level .data .more-options .options-nav.open, .chat-panel .chat-body .chat-top-level .data .more-options .options-nav.open, .secondary-panel .chat-body .chat-top-level .data .more-options .options-nav.open {
  visibility: visible;
  opacity: 1;
}
.chat-body-content .chat-top-level .data .more-options .options-nav.close, .chat-panel .chat-body .chat-top-level .data .more-options .options-nav.close, .secondary-panel .chat-body .chat-top-level .data .more-options .options-nav.close {
  visibility: hidden;
  opacity: 0;
}

.module {
  max-width: 1500px;
  position: relative;
}
.module .main {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin: 15px 0;
  padding: 20px 25px;
  display: flex;
  margin-bottom: 40px;
  position: relative;
  /*.module-status{
      position: fixed;
      right: 55px;
  }*/
}
.module .main .left {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.module .main .right {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.module .top-section h1 {
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.module .top-section h1 .module {
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  padding: 4px 8px;
  margin: 0 8px 0 0;
  border: none;
  display: inline-block;
}
.module .top-section h1 .module.M1 {
  background-color: #ddecf5;
  color: #4a99cc;
}
.module .top-section h1 .module.M2 {
  background-color: #fce8d8;
  color: #f29449;
}
.module .top-section h1 .module.M3 {
  background-color: #89dddd;
  color: #2e9e9e;
}
.module .top-section h1 .module.M4 {
  background-color: #f0dae0;
  color: #C56C86;
}
.module .top-section h1 .module.M5 {
  background-color: #d1cee0;
  color: #786fa6;
}
.module .top-section .description {
  font-weight: 12px;
  max-width: 750px;
}

.task-container .task {
  max-width: 800px;
  margin-bottom: 5px;
  position: relative;
}
.task-container .task .loader-container {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.task-container .task:nth-child(even) .task-header, .task-container .task:nth-child(even) .task-content, .task-container .task:nth-child(even) .task-footer {
  background: #f8f8f9;
}
.task-container .task.disabled {
  opacity: 0.4;
}
.task-container .task .icon-locked {
  height: 20px;
  width: 20px;
  fill: #6c737b;
  margin-right: 3px;
}
.task-container .task .task-header {
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  align-items: center;
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.task-container .task .task-header .tags {
  display: flex;
}
.task-container .task .task-header .title {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.task-container .task .task-header .type {
  font-weight: 600;
  font-size: 12px;
  padding: 3px 5px;
  background-color: #eff0f6;
  color: #6c737b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.task-container .task .task-header .status {
  font-weight: 600;
  font-size: 12px;
  padding: 3px 5px;
  background: #379bbc;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 5px;
  text-transform: capitalize;
}
.task-container .task .task-header .status.done {
  background: #5f9883;
}
.task-container .task .task-header .status.pending {
  background: #635BFF;
}
.task-container .task .task-content {
  width: 100%;
  padding: 5px 15px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.task-container .task .task-content .task-description {
  font-size: 14px;
}
.task-container .task .task-content .feedback-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.task-container .task .task-content .feedback-actions .btn-action {
  margin-right: 5px;
}
.task-container .task .task-content .task-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.task-container .task .task-content label {
  font-size: 14px;
  font-weight: 600;
}
.task-container .task .task-content .field-container {
  display: flex;
  font-size: 14px;
}
.task-container .task .task-content .field-container input::placeholder {
  font-size: 14px;
}
.task-container .task .task-content .field-container .btn-action {
  display: inline-block;
  border: 1px solid #ccc;
  background: #000;
  border-radius: 5px;
  padding: 5px 8px;
  margin-left: 3px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.task-container .task .task-content .field-container .btn-action .icon {
  fill: #FFF;
  height: 20px;
  width: 20px;
}
.task-container .task .task-content .error-container {
  color: #B00020;
  font-size: 14px;
  background-color: #ffeeee;
  padding: 5px;
  border: 1px solid #ffbbbb;
  width: 100%;
  border-radius: 0;
  margin-top: 2px;
  margin-bottom: 10px;
}
.task-container .task .task-content .error-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.task-container .task .task-content .error-container .icon {
  height: 20px;
  width: 20px;
  fill: #B00020;
}
.task-container .task .task-footer {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-top: 0;
  display: flex;
  background: #FFF;
  align-items: center;
  justify-content: space-between;
  padding: 3px 15px;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.module-progress {
  text-align: center;
}
.module-progress h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.module-progress .module-progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.module-progress .module-progress-text {
  top: 55%;
  display: flex;
  align-items: center;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
}
.module-progress.M1 .CircularProgressbar .CircularProgressbar-path {
  stroke: #4a99cc;
}
.module-progress.M2 .CircularProgressbar .CircularProgressbar-path {
  stroke: #f29449;
}
.module-progress .CircularProgressbar {
  margin-top: 50px;
  width: 180px !important;
}
.module-progress .CircularProgressbar .CircularProgressbar-text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  fill: #000;
}
.module-progress .CircularProgressbar .CircularProgressbar-trail {
  stroke: #f8f8f9;
}

.check-list {
  margin-bottom: 10px;
}
.check-list .check-list-item {
  align-items: center;
  background: #f7f7f7;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  color: #000;
}
.check-list .check-list-item .icon {
  height: 15px;
  width: 15px;
  fill: #000;
  margin-right: 5px;
}
.check-list .check-list-item.complete {
  background-color: #e7f6ee;
  color: #5f9883;
  border: 1px solid #e7f6ee;
}
.check-list .check-list-item.complete .icon {
  fill: #5f9883;
}
.check-list .check-list-item.complete:hover {
  background-color: #e7f6ee;
  color: #5f9883;
  border: 1px solid #e7f6ee;
}
.check-list .check-list-item:hover {
  background: #efefef;
}

.skeleton-task .skeletion-paragraph {
  height: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background-color: rgba(216, 216, 218, 0.7);
  width: 100%;
}
.skeleton-task .skeletion-paragraph.p-50 {
  width: 50%;
}

.overview .top {
  display: flex;
  align-items: center;
  padding: 8px 5px 8px 10px;
  background: #f8f8f9;
}
.overview .top h2 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 700;
  line-height: 1.3;
}
.overview .top p {
  margin: 0;
  padding: 0;
  width: 100%;
}
.overview .top .program-overview {
  display: flex;
}
.overview .top .program-overview .program-overview-tag {
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  color: #000;
}
.overview .top .school-overview {
  display: flex;
}
.overview .top .school-overview .school-overview-tag {
  font-weight: 600;
  font-size: 12px;
  color: #000;
}
.overview .top .avatar-overview {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.overview .salary-range {
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  background: #f2f4ff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 3px;
  align-items: center;
  border: 1px solid #988aff;
}
.overview .overview-item-container {
  padding: 10px;
  border-top: 1px solid #e8e8e8;
}
.overview .overview-item-container:first-child {
  margin-top: 0;
}
.overview .overview-item-container h3 {
  font-size: 14px;
  font-weight: 600;
}
.overview .overview-item-container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding-right: 0;
}
.overview .overview-item-container .header .edit-link {
  display: inline-flex;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
}
.overview .overview-item-container .header .edit-link:hover {
  background: #f2f2f2;
}
.overview .overview-item-container .header .edit-link .icon {
  height: 20px;
  width: 20px;
  fill: #000;
}
.overview .overview-item-container .header .more-options {
  position: relative;
}
.overview .overview-item-container .header .more-options .link {
  cursor: pointer;
  padding: 2px 5px;
  border-radius: 5px;
}
.overview .overview-item-container .header .more-options .link:hover {
  background: #CCC;
}
.overview .overview-item-container .header .more-options .link.open {
  background: #CCC;
}
.overview .overview-item-container .header .more-options .link .icon {
  height: 25px;
  width: 25px;
  fill: #000;
}
.overview .overview-item-container .overview-item {
  display: flex;
  background: #f7f7f7;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 3px;
  align-items: center;
  border: 1px solid #e8e8e8;
}
.overview .overview-item-container .overview-item .indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  font-size: 11px;
  background: #000;
  color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 50%;
}
.overview .overview-item-container .overview-item.position-1 {
  border: 1px solid #988aff;
  background: #f2f4ff;
}
.overview .overview-item-container .overview-item.position-1 .indicator {
  background: #5e67ff;
}
.overview .overview-item-container .overview-item .name {
  font-size: 14px;
  margin-left: 5px;
  font-weight: 600;
  color: #000;
}
.overview .overview-item-container .overview-item .left {
  align-self: flex-start;
  padding-right: 4px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.overview .overview-item-container .overview-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.overview .overview-item-container .overview-actions .right {
  display: flex;
}
.overview .overview-item-container .overview-actions .btn-cancel {
  margin: 0;
}
.overview .overview-item-container .overview-actions .btn-post, .overview .overview-item-container .overview-actions .btn-delete, .overview .overview-item-container .overview-actions .skill-edit-option {
  margin: 0;
}
.overview .error-container {
  color: #B00020;
  font-size: 14px;
  background-color: #ffeeee;
  padding: 5px;
  border: 1px solid #ffbbbb;
  width: 100%;
  border-radius: 0;
  margin-top: 2px;
  margin-bottom: 10px;
}
.overview .error-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.overview .error-container .icon {
  height: 20px;
  width: 20px;
  fill: #B00020;
}

#settings-cmp {
  margin-bottom: 20px;
  position: relative;
}

.tab-nav {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #EEE;
}
.tab-nav.coach .tab-nav-item.active {
  font-weight: 600;
  border-bottom: 2px solid #424aa3;
  color: #424aa3;
}
.tab-nav.student .tab-nav-item.active {
  font-weight: 600;
  border-bottom: 2px solid #379bbc;
  color: #379bbc;
}
.tab-nav .tab-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #919191;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  margin-bottom: -2px;
  border-bottom: 2px solid #EEE;
  cursor: pointer;
}

.account-tab {
  display: flex;
}

.tab-content {
  display: flex;
  flex-direction: column;
}
.tab-content .error-container {
  color: #B00020;
  font-size: 14px;
  background-color: #ffeeee;
  padding: 5px;
  border: 1px solid #ffbbbb;
  width: 100%;
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.tab-content .error-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab-content .error-container .icon {
  height: 20px;
  width: 20px;
  margin-right: 3px;
  fill: #B00020;
}
.tab-content.account-left {
  width: 400px;
}
.tab-content.account-right {
  width: 400px;
}
.tab-content.account-right .avatar-form {
  width: 100%;
}
.tab-content .tab-row {
  display: flex;
}
.tab-content .tab-row.option-nav {
  margin-bottom: 5px;
  justify-content: flex-end;
}
.tab-content .tab-row.cta-section {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tab-content .tab-row.cta-section .options {
  width: 100%;
  justify-content: flex-end;
}
.tab-content .tab-row h2 {
  margin-top: 10px;
  margin-bottom: 0;
}
.tab-content .options {
  display: flex;
}
.tab-content .options .option-btn {
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
  font-weight: 600;
  margin-bottom: 5px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #1d2226;
  border: 2px solid #1d2226;
}
.tab-content .options .option-btn.disabled {
  background: #e5e5e5;
  color: #afafaf;
  border: 2px solid #e5e5e5;
  cursor: not-allowed;
}
.tab-content .options .option-btn.secondary {
  color: #1d2226;
  background: #fff;
  border: 2px solid #dee2e6;
}
.tab-content .tab-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tab-content .tab-col-switch {
  display: flex;
  width: 100%;
  align-items: center;
}
.tab-content .tab-col-switch .form-content {
  flex: 1;
}
.tab-content .tab-col-switch .toggle-switch {
  border-radius: 10px;
  height: 60px;
  width: 34px;
  position: relative;
  background: #FFF;
  border: 2px solid #dee2e6;
  margin-left: 4px;
  margin-bottom: -10px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.tab-content .tab-col-switch .toggle-switch .indicator {
  top: 26px;
  left: 2px;
  background: #f3f3f4;
  border-radius: 50%;
  position: absolute;
  width: 26px;
  height: 26px;
  transition: all 0.5s ease;
}
.tab-content .tab-col-switch .toggle-switch.active {
  background: #f3f3f4;
}
.tab-content .tab-col-switch .toggle-switch.active .indicator {
  top: 4px;
  background: #1d2226;
}
.tab-content h4 {
  font-size: 18px;
}
.tab-content label {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
.tab-content label span {
  color: #b00020;
  padding-left: 3px;
}
.tab-content .field-container.extend {
  display: flex;
}
.tab-content .field-container.extend .edit-btn {
  display: block;
  border: 2px solid #dee2e6;
  margin: 0 0 0 2px;
  padding: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
.tab-content .field-container.extend .edit-btn .icon {
  fill: #1d2226;
  height: 20px;
  width: 20px;
}
.tab-content .field-container.extend input {
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab-content .field-container.extend .input-display {
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 10px;
  height: 40px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #f8f8f9;
  background: #f8f8f9;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab-content .select-container {
  min-width: 150px;
}
.tab-content .select-container select {
  border-radius: 5px;
}

.change-password-container {
  display: flex;
  width: 100%;
}
.change-password-container .change-password-form {
  width: 100%;
}
.change-password-container .change-password-form .field-container {
  margin-bottom: 5px;
  width: 100%;
}
.change-password-container .change-password-form ul {
  margin: 1px 0 10px 0;
  padding: 0;
  list-style: none;
}
.change-password-container .change-password-form ul.password-verification {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.change-password-container .change-password-form ul.password-verification li {
  color: #e8e8e8;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.change-password-container .change-password-form ul.password-verification li .icon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  fill: #e8e8e8;
}
.change-password-container .change-password-form ul.password-verification li.has-error {
  color: #B00020;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.change-password-container .change-password-form ul.password-verification li.has-error .icon {
  fill: #B00020;
}
.change-password-container .change-password-form ul.password-verification li.is-valid {
  color: #2e8540;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.change-password-container .change-password-form ul.password-verification li.is-valid .icon {
  fill: #2e8540;
}
.change-password-container .password-close {
  padding: 3px 5px;
  height: 36px;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
.change-password-container .password-close .icon {
  height: 20px;
  width: 20px;
  fill: #000;
}

.settings-content {
  position: relative;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px 25px;
}

.settings-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 15;
}

.job-tracker {
  max-width: 1500px;
  position: relative;
  margin: 15px 0;
  padding: 20px 25px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}
.job-tracker .title-section {
  position: relative;
}
.job-tracker .title-section.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-tracker .title-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
  margin-top: 15px;
  margin-bottom: 20px;
}
.job-tracker .title-section h3.mb-0 {
  margin-bottom: 0;
}
.job-tracker .title-section h4.results {
  font-size: 14px;
  font-weight: 600;
}
.job-tracker .title-section .filters-title-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-tracker .title-section .filters-options {
  display: flex;
  align-items: center;
}
.job-tracker .title-section .filters-options .filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 2px solid #dee2e6;
  margin-left: 5px;
  border-radius: 5px;
  z-index: 99999;
  cursor: pointer;
}
.job-tracker .title-section .filters-options .filter-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.job-tracker .title-section .filters-options .filter-button .icon.remove-filter {
  fill: #B00020;
}
.job-tracker .title-section .filters-options .filter-button:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.job-tracker .title-section .filters-options .add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 2px solid #dee2e6;
  margin-left: 5px;
  border-radius: 5px;
  height: 30px;
  width: 80px;
  z-index: 99999;
  cursor: pointer;
}
.job-tracker .title-section .filters-options .add-button .icon {
  text-align: center;
  height: 15px;
  width: 15px;
  fill: #000;
}
.job-tracker .title-section .filters-options .add-button:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.job-tracker .title-section .filters-options .add-button .nav-tooltip {
  bottom: -10px;
}
.job-tracker .title-section .filters-options .nav-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -25px;
}
.job-tracker .main {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin: 15px 0;
  padding: 20px 25px;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

#modal-container .card-item {
  width: 380px;
}
#modal-container.M2 .card-item.selected {
  border: 2px solid #f29449;
}

.job-card-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #212529;
  background: #f8f8f9;
  padding: 5px;
  border-radius: 5px;
}
.job-card-container .card-item {
  padding: 18px 15px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  margin: 3px;
  width: 452px;
  min-height: 140px;
  background: #fff;
  position: relative;
}
.job-card-container .card-item .card-expand {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  border-radius: 50%;
  margin-left: 5px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 18px;
}
.job-card-container .card-item .card-expand .icon {
  height: 20px;
  width: 20px;
  fill: #2c2c2c;
  display: block;
}
.job-card-container .card-item .edit-btn {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  border-radius: 5px;
  margin-left: 5px;
  border: 2px solid #dee2e6;
  height: 30px;
  cursor: pointer;
  position: relative;
}
.job-card-container .card-item .edit-btn .icon {
  height: 20px;
  width: 20px;
  fill: #2c2c2c;
  display: block;
}
.job-card-container .card-item .edit-btn:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.job-card-container .card-item .edit-btn .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -22px;
  z-index: 999;
}
.job-card-container .card-item .edit-btn .tooltip.last-tooltip {
  right: 0;
}
.job-card-container .card-item .job-code {
  display: flex;
  position: absolute;
  border-radius: 4px;
  top: 50px;
  right: 45px;
  font-weight: 700;
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  padding: 5px 8px;
  margin: 3px 3px 3px 0;
  display: inline-block;
  background-color: #eff0f6;
  color: #6c737b;
}
.job-card-container .card-item .job-link {
  display: inline-flex;
  position: absolute;
  align-items: center;
  padding: 2px;
  border-radius: 5px;
  margin-left: 5px;
  height: 30px;
  top: 53px;
  right: 18px;
  cursor: pointer;
}
.job-card-container .card-item .job-link .icon {
  height: 20px;
  width: 20px;
  fill: #2c2c2c;
  display: block;
}
.job-card-container .card-item .job-link .icon {
  height: 20px;
  width: 20px;
  fill: #2c2c2c;
  display: block;
}
.job-card-container .card-item .job-link:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.job-card-container .card-item .job-link .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -32px;
}
.job-card-container .card-item .job-link .tooltip.last-tooltip {
  right: 0;
}
.job-card-container .card-item.selectable {
  cursor: pointer;
}
.job-card-container .card-item.display-mode .job-link {
  top: 18px;
}
.job-card-container .card-item.display-mode .job-status {
  margin-right: 34px;
}
.job-card-container .card-item .nav-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  white-space: nowrap;
  flex-wrap: nowrap;
  top: 115%;
  z-index: 9996;
}
.job-card-container .card-item .card-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.job-card-container .card-item .card-top .top-right {
  display: flex;
  justify-content: space-between;
}
.job-card-container .card-item .card-top .job-title .role {
  font-size: 16px;
  color: #262D34;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.job-card-container .card-item .card-top .job-title .company {
  font-size: 12px;
  color: #48525c;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.job-card-container .card-item .card-top .job-status {
  font-weight: 600;
  font-size: 12px;
  padding: 3px 7px;
  display: flex;
  align-items: center;
  height: 30px;
  color: #fff;
  background: #4f76d5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 5px;
}
.job-card-container .card-item .card-top .job-status.applied {
  background: #deebff;
  color: #7c95ec;
  border-radius: 4px;
  font-weight: 700;
}
.job-card-container .card-item .card-top .job-status.applied-messaged {
  background: #deebff;
  color: #7c95ec;
  border-radius: 4px;
  font-weight: 700;
}
.job-card-container .card-item .card-top .job-status.rejected-before-interview {
  background: #f8eaea;
  color: #e18583;
  border-radius: 4px;
  font-weight: 700;
}
.job-card-container .card-item .card-top .job-status.rejected-after-interview {
  background: #f8eaea;
  color: #e18583;
  border-radius: 4px;
  font-weight: 700;
}
.job-card-container .card-item .card-top .job-status.hired {
  background: #e8f5ec;
  color: #64b478;
  border-radius: 4px;
  font-weight: 700;
}
.job-card-container .card-item .card-top .job-status.interviewing {
  background: #fbf2ea;
  color: #ebb782;
  border-radius: 4px;
  font-weight: 700;
}
.job-card-container .card-item .card-content .salary {
  font-size: 14px;
  font-weight: 500;
}
.job-card-container .card-item .card-content .job-details {
  margin-top: 3px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.job-card-container .card-item .card-content .job-details .location {
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
  color: #262D34;
}
.job-card-container .card-item .card-content .job-details .location .icon {
  height: 20px;
  width: 20px;
  fill: #696969;
  margin-right: 2px;
  margin-left: -3px;
}
.job-card-container .card-item .card-content .job-details .location:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.job-card-container .card-item .card-content .job-details .contact {
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
  color: #262D34;
}
.job-card-container .card-item .card-content .job-details .contact .icon {
  height: 20px;
  width: 20px;
  fill: #696969;
  margin-right: 2px;
}
.job-card-container .card-item .card-content .job-details .contact:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.job-card-container .card-item .card-bottom {
  display: flex;
}
.job-card-container .card-item .card-bottom .expanded-content {
  padding-top: 5px;
}
.job-card-container .card-item .card-bottom .job-description {
  margin-top: 3px;
  padding-right: 20px;
}
.job-card-container .card-item .card-bottom .job-description p {
  font-size: 14px;
  margin: 0;
}
.job-card-container .card-item .card-bottom .keywords-container {
  display: flex;
  margin-top: 10px;
}
.job-card-container .card-item .card-bottom .keywords-container .keyword-item {
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0;
  text-align: center;
  padding: 2px 8px;
  margin: 3px 3px 3px 0;
  display: inline-block;
  background-color: #eff0f6;
  color: #6c737b;
}

.job-card-container.page-display {
  border: 1px solid #e8e8e8;
}
.job-card-container.page-display .card-item {
  position: relative;
}
.job-card-container.page-display .card-item .m2-tag {
  position: absolute;
  top: 0;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 9px;
  font-weight: 600;
  padding: 1px 5px;
  background-color: #fce8d8;
  color: #f29449;
}
.job-card-container.page-display.w-100 .card-item {
  width: 100%;
}

.job-selector-actions {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.job-selector-actions .btn-action {
  margin-right: 5px;
}

.career-insight {
  max-width: 1500px;
  position: relative;
  padding: 20px 25px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.career-insight.view-mode {
  margin: 15px 0;
}
.career-insight.student {
  max-width: 1500px;
  position: relative;
  margin: 15px 0;
  padding: 20px 25px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
}
.career-insight .title-section {
  position: relative;
}
.career-insight .title-section.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-insight .title-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c2c;
  margin-top: 15px;
  margin-bottom: 20px;
}
.career-insight .title-section h3.mb-0 {
  margin-bottom: 0;
}
.career-insight .title-section h4.results {
  font-size: 14px;
  font-weight: 600;
}
.career-insight .title-section .filters-title-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-insight .title-section .filters-options {
  display: flex;
  align-items: center;
}
.career-insight .title-section .filters-options .filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 2px solid #dee2e6;
  margin-left: 5px;
  border-radius: 5px;
  z-index: 99999;
  cursor: pointer;
}
.career-insight .title-section .filters-options .filter-button .icon {
  text-align: center;
  height: 20px;
  width: 20px;
  fill: #000;
}
.career-insight .title-section .filters-options .filter-button .icon.remove-filter {
  fill: #B00020;
}
.career-insight .title-section .filters-options .filter-button:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.career-insight .title-section .filters-options .add-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 2px solid #dee2e6;
  margin-left: 5px;
  border-radius: 5px;
  height: 30px;
  width: 80px;
  z-index: 99999;
  cursor: pointer;
}
.career-insight .title-section .filters-options .add-button .icon {
  text-align: center;
  height: 15px;
  width: 15px;
  fill: #000;
}
.career-insight .title-section .filters-options .add-button:hover .nav-tooltip {
  visibility: visible;
  opacity: 1;
}
.career-insight .title-section .filters-options .nav-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  bottom: -25px;
}
.career-insight .main {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin: 15px 0;
  padding: 20px 25px;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.career-insight-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #212529;
  background: #fff;
  padding-top: 5px;
  width: 100%;
  margin-top: 10px;
}

.modal-iframe {
  position: relative;
}
.modal-iframe .bottom-bar {
  height: 40px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  width: 100%;
}

.insight-root {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.insight-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  border: 2px solid #f3f3f4;
  background-color: #f3f3f4;
  border-radius: 5px;
}
.insight-column .top {
  margin-bottom: 10px;
}
.insight-column .title {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.insight-column .title h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 0 5px;
  padding: 0;
}
.insight-column .badge {
  padding: 5px;
  font-size: 10px;
  border-radius: 4px;
  font-weight: 700;
  color: #FFF;
}
.insight-column .badge.M1 {
  background-color: #ddecf5;
  color: #4a99cc;
}
.insight-column .badge.M2 {
  background-color: #fce8d8;
  color: #f29449;
}
.insight-column .badge.M3 {
  background-color: #f2ead5;
  color: #ccae62;
}
.insight-column .badge.M4 {
  background-color: #f0dae0;
  color: #C56C86;
}
.insight-column .badge.M5 {
  background-color: #d1cee0;
  color: #786fa6;
}

.insight-item {
  width: 100%;
  border-radius: 5px;
  align-items: center;
  display: flex;
  height: 50px;
}
.insight-item:hover .item-content {
  border: 1px solid #5e67ff;
  cursor: pointer;
}
.insight-item.locked .icon-locked {
  height: 20px;
  width: 20px;
  fill: #6c737b;
  margin-right: 3px;
}
.insight-item.locked:hover .item-content {
  cursor: not-allowed;
  border: 1px solid #c6d4db;
}
.insight-item .drag-indicator {
  border-left: none;
  width: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.insight-item .drag-indicator:hover {
  cursor: grab;
}
.insight-item .drag-indicator .icon {
  height: 15px;
  width: 15px;
  fill: #4d5b6f;
}
.insight-item .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  border: 1px solid #c6d4db;
  background: #fff;
  height: 100%;
  border-radius: 5px;
}
.insight-item .item-content .item-content-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  width: 100%;
  height: 100%;
  margin-left: 5px;
  padding: 0px 10px;
}
.insight-item .item-content .tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.insight-item .item-content .tools .status {
  display: flex;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 50px;
  text-transform: capitalize;
}
.insight-item .item-content .tools .status.draft {
  color: #ff6e2f;
  background: #ffe0bc;
}
.insight-item .item-content .tools .status.active {
  background: #e7f6ee;
  color: #5f9883;
}
.insight-item .item-content .tools .edit-button {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
  z-index: 10;
}
.insight-item .item-content .tools .edit-button .icon {
  height: 20px;
  width: 20px;
  fill: #4d5b6f;
}
.insight-item .item-content .tools .edit-button:hover {
  background: #f3f3f4;
}

.insight-item[data-dragging=true] {
  transform: scale(1.02);
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.5), -1px 0 15px 0 rgba(34, 33, 81, 0.01), 0px 15px 15px 0 rgba(34, 33, 81, 0.25);
}

#modal-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  z-index: 999999999999999;
  justify-content: center;
  align-items: center;
}

#modal-dialog {
  display: flex;
  color: #FFF;
  width: 78%;
  height: 75%;
  flex-direction: column;
  max-width: 1205px;
  position: relative;
  z-index: 20;
}
#modal-dialog.expand {
  width: 20%;
  height: 20%;
  opacity: 0;
}
#modal-dialog.expand .content-container {
  opacity: 0;
}
#modal-dialog.expand.open {
  animation: modal-open 400ms ease forwards;
}
#modal-dialog.expand.open .content-container {
  opacity: 100;
}
#modal-dialog.expand.close {
  animation: modal-close 400ms ease forwards;
}
#modal-dialog.expand.close .content-container {
  opacity: 0;
}
#modal-dialog .modal-header {
  border: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  align-items: center;
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#modal-dialog .modal-header .modal-header-title h3 {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
#modal-dialog .modal-header .header-close {
  padding: 2px;
  border-radius: 5px;
  cursor: pointer;
}
#modal-dialog .modal-header .header-close .icon {
  height: 20px;
  width: 20px;
  fill: #2c2c2c;
  display: block;
}
#modal-dialog .modal-header .header-close:hover {
  background: #f2f2f2;
}
#modal-dialog .modal-content {
  overflow-y: scroll;
  flex: 1;
  background: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
#modal-dialog .modal-content.calendly-open {
  overflow-y: auto;
}
#modal-dialog .modal-content.light-gray {
  background: #f8f8f9;
}
#modal-dialog .modal-content.modal-iframe iframe {
  width: 100%;
  height: 100%;
}
#modal-dialog .modal-footer {
  width: 100%;
  border: 1px solid #e8e8e8;
  display: flex;
  background: #FFF;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: flex-end;
}

#modal-backdrop {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.calendly-overlay {
  z-index: 999999999999999 !important;
}
.calendly-overlay .calendly-popup {
  background: #FFF;
  border-radius: 10px;
}

@keyframes modal-open {
  0% {
    height: 20%;
    width: 20%;
    opacity: 0;
  }
  100% {
    height: 98%;
    width: 98%;
    opacity: 100;
  }
}
@keyframes modal-close {
  0% {
    height: 98%;
    width: 98%;
    opacity: 100;
  }
  100% {
    height: 20%;
    width: 20%;
    opacity: 0;
  }
}
#academic-register-cmp {
  position: relative;
}

.edit {
  max-width: 800px;
  margin: 0 auto;
}
.edit .title-section {
  border-bottom: 2px solid #EEE;
  margin-bottom: 20px;
}
.edit label {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
.edit label span {
  color: #b00020;
  padding-left: 3px;
}
.edit .field-container.extend {
  display: flex;
}
.edit .field-container.extend .edit-btn {
  display: block;
  border: 2px solid #dee2e6;
  margin: 0 0 0 2px;
  padding: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
.edit .field-container.extend .edit-btn .icon {
  fill: #1d2226;
  height: 20px;
  width: 20px;
}
.edit .field-container.extend input {
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.edit .select-container {
  min-width: 150px;
}
.edit .select-container select {
  border-radius: 5px;
}

.feedback-container {
  background: #fff;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #EEE;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.feedback-container .config {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5px;
}

.task .feedback-container {
  border: 0;
}
.task .feedback-container .title p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.task .feedback-container .title .coach-tag {
  background: #424aa3;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 4px;
  font-weight: 700;
  color: #FFF;
  margin-left: 3px;
}
.task .feedback-container .feedback-item .feedback-avatar {
  margin: 0;
}
.task .feedback-container .feedback-display .content {
  font-size: 14px;
}
.task .feedback-container .feedback-display .content p {
  padding: 0;
  margin: 0;
}

.feedback-content {
  width: 100%;
  padding-right: 10px;
}

.feedback-display {
  padding: 5px;
  margin-left: 5px;
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 5px;
  border-top-left-radius: 0;
  width: 100%;
}
.feedback-display .title {
  display: flex;
  justify-content: space-between;
}
.feedback-display .title .feedback-date {
  font-size: 12px !important;
  white-space: nowrap;
  padding: 0;
  font-weight: 600;
  margin: 0 5px 0 10px !important;
}
.feedback-display .title .feedback-date .status {
  font-weight: 400;
  margin-right: 3px;
}
.feedback-display .content {
  margin-top: 5px;
  background: #edeef6;
  padding: 10px;
  border-radius: 5px;
}

.feedback-item {
  width: 100%;
  display: flex;
}
.feedback-item .feedback-avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 5px;
}
.feedback-item .cta-bar, .feedback-item .editor-container .chat-cta, .editor-container .feedback-item .chat-cta {
  padding: 10px 5px;
}
.feedback-item .cta-bar a, .feedback-item .editor-container .chat-cta a, .editor-container .feedback-item .chat-cta a {
  margin-right: 5px;
}
.feedback-item .feedback-add {
  display: flex;
  margin-left: 5px;
  width: 100%;
  background: #FFF;
  cursor: pointer;
  border: 2px solid #EEE;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  border-top-left-radius: 0;
  align-items: center;
  justify-content: space-between;
}
.feedback-item .feedback-add p {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}
.feedback-item .feedback-add .icon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.feedback-task-display {
  padding: 5px;
  margin-left: 5px;
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 5px;
  border-top-left-radius: 0;
  width: 100%;
}
.feedback-task-display .title {
  display: flex;
  justify-content: space-between;
}
.feedback-task-display .title .feedback-date {
  font-size: 12px !important;
  white-space: nowrap;
  padding: 0;
  font-weight: 600;
  margin: 0 5px 0 10px !important;
}
.feedback-task-display .title .feedback-date .status {
  font-weight: 400;
  margin-right: 3px;
}
.feedback-task-display .feedback-avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 5px;
}
.feedback-task-display .content {
  margin-top: 5px;
  background: #edeef6;
  padding: 10px;
  border-radius: 5px;
}

.skeleton-profile .skeleton-profile-section, .skeleton-profile .skeleton-profile-top, .skeleton-location .skeleton-location-item .skeleton-location-right, .skeleton-location .skeleton-location-item .skeleton-location-content, .skeleton-location .skeleton-location-item .skeleton-location-indicator, .skeleton-switch, .skeleton-avatar-box, .multiple-selection-container .skeleton-interest-item, .skeleton-overview .skeleton-interest .skeleton-salary, .skeleton-overview .skeleton-interest .skeleton-interest-item, .skeleton-overview .skeleton-interest .skeleton-label, .skeleton-overview .top .skeleton-school, .skeleton-overview .top .skeleton-program, .skeleton-overview .top .skeleton-name, .skeleton-overview .top .skeleton-avatar, .skeleton-input .skeleton-content, .skeleton-textarea .skeleton-content, .skeleton-tags .skeleton-content, .skeleton-selection .skeleton-content, .skeleton-input .skeleton-label, .skeleton-textarea .skeleton-label, .skeleton-tags .skeleton-label, .skeleton-selection .skeleton-label, .skeleton-table-row .skeletion-table-content, .skeleton-table-row .skeletion-table-avatar, .skeleton-activity .skeletion-paragraph, .skeleton-comment .skeletion-paragraph, .skeleton-activity .skeletion-activity-tags .skeletion-activity-tag, .skeleton-comment .skeletion-activity-tags .skeletion-activity-tag, .skeleton-activity .skeletion-activity-dialog, .skeleton-comment .skeletion-activity-dialog, .skeleton-activity .sketeton-avatar, .skeleton-comment .sketeton-avatar {
  background-color: rgba(222, 226, 230, 0.7);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.skeleton-profile .skeleton-profile-section::after, .skeleton-profile .skeleton-profile-top::after, .skeleton-location .skeleton-location-item .skeleton-location-right::after, .skeleton-location .skeleton-location-item .skeleton-location-content::after, .skeleton-location .skeleton-location-item .skeleton-location-indicator::after, .skeleton-switch::after, .skeleton-avatar-box::after, .multiple-selection-container .skeleton-interest-item::after, .skeleton-overview .skeleton-interest .skeleton-salary::after, .skeleton-overview .skeleton-interest .skeleton-interest-item::after, .skeleton-overview .skeleton-interest .skeleton-label::after, .skeleton-overview .top .skeleton-school::after, .skeleton-overview .top .skeleton-program::after, .skeleton-overview .top .skeleton-name::after, .skeleton-overview .top .skeleton-avatar::after, .skeleton-input .skeleton-content::after, .skeleton-textarea .skeleton-content::after, .skeleton-tags .skeleton-content::after, .skeleton-selection .skeleton-content::after, .skeleton-input .skeleton-label::after, .skeleton-textarea .skeleton-label::after, .skeleton-tags .skeleton-label::after, .skeleton-selection .skeleton-label::after, .skeleton-table-row .skeletion-table-content::after, .skeleton-table-row .skeletion-table-avatar::after, .skeleton-activity .skeletion-paragraph::after, .skeleton-comment .skeletion-paragraph::after, .skeleton-activity .skeletion-activity-tags .skeletion-activity-tag::after, .skeleton-comment .skeletion-activity-tags .skeletion-activity-tag::after, .skeleton-activity .skeletion-activity-dialog::after, .skeleton-comment .skeletion-activity-dialog::after, .skeleton-activity .sketeton-avatar::after, .skeleton-comment .sketeton-avatar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: shimmer 1.5s ease-in-out infinite;
}

.skeleton-activity, .skeleton-comment {
  display: flex;
  height: auto;
  padding: 10px 15px 10px 10px;
  width: 100%;
  border-top: 1px solid #dee2e6;
}
.skeleton-activity .sketeton-avatar, .skeleton-comment .sketeton-avatar {
  height: 30px;
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
}
.skeleton-activity .skeletion-activity-data, .skeleton-comment .skeletion-activity-data {
  width: 100%;
}
.skeleton-activity .skeletion-activity-dialog, .skeleton-comment .skeletion-activity-dialog {
  height: 50px;
  padding: 10px 15px 10px 10px;
  border-radius: 10px;
  background: #f7f7f7;
  border-top-left-radius: 0;
}
.skeleton-activity .skeletion-activity-tags, .skeleton-comment .skeletion-activity-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 3px;
}
.skeleton-activity .skeletion-activity-tags .skeletion-activity-tag, .skeleton-comment .skeletion-activity-tags .skeletion-activity-tag {
  height: 10px;
  border-radius: 10px;
  background-color: rgba(222, 226, 230, 0.7);
  width: 10%;
}
.skeleton-activity .skeletion-paragraph, .skeleton-comment .skeletion-paragraph {
  height: 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  background-color: rgba(222, 226, 230, 0.7);
  width: 100%;
}
.skeleton-activity .skeletion-paragraph.p-50, .skeleton-comment .skeletion-paragraph.p-50 {
  width: 50%;
}

.skeleton-comment {
  border-top: none;
}

.skeleton-table-row {
  height: 50px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.skeleton-table-row .skeletion-table-avatar {
  border-radius: 50%;
  height: 30px;
  margin-right: 5px;
  width: 30px;
}
.skeleton-table-row .skeletion-table-content {
  height: 30px;
  width: 100%;
  border-radius: 10px;
}

.skeleton-input .skeleton-label, .skeleton-textarea .skeleton-label, .skeleton-tags .skeleton-label, .skeleton-selection .skeleton-label {
  margin-bottom: 5px;
  height: 20px;
  width: 30%;
  border-radius: 4px;
}
.skeleton-input .skeleton-content, .skeleton-textarea .skeleton-content, .skeleton-tags .skeleton-content, .skeleton-selection .skeleton-content {
  margin-bottom: 5px;
  height: 40px;
  border-radius: 4px;
  width: 100%;
}

.skeleton-textarea .skeleton-content {
  height: 100px;
}

.skeleton-overview {
  padding: 10px;
}
.skeleton-overview.overview-container {
  padding: 10px;
  border-top: 1px solid #e8e8e8;
}
.skeleton-overview .top {
  align-items: center;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.skeleton-overview .top .skeleton-avatar {
  border-radius: 50%;
  height: 50px;
  margin-right: 10px;
  width: 55px;
}
.skeleton-overview .top .information {
  width: 100%;
}
.skeleton-overview .top .skeleton-name {
  height: 25px;
  margin-bottom: 3px;
  width: 50%;
}
.skeleton-overview .top .skeleton-program {
  height: 20px;
  margin-bottom: 3px;
  width: 50%;
}
.skeleton-overview .top .skeleton-school {
  height: 30px;
  margin-bottom: 3px;
  width: 80%;
}
.skeleton-overview .skeleton-interest {
  margin-bottom: 5px;
}
.skeleton-overview .skeleton-interest .skeleton-label {
  height: 20px;
  margin-bottom: 5px;
  width: 30%;
}
.skeleton-overview .skeleton-interest .skeleton-interest-item {
  height: 37px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.skeleton-overview .skeleton-interest .skeleton-salary {
  width: 50%;
  height: 35px;
}

.multiple-selection-container .skeleton-interest-item {
  height: 37px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.skeleton-avatar-box {
  width: 503px;
  height: 164px;
  margin-bottom: 5px;
}

.skeleton-switch {
  border-radius: 10px;
  height: 60px;
  width: 38px;
  margin-bottom: 0;
  margin-left: 5px;
}

.skeleton-location .skeleton-location-item {
  display: flex;
}
.skeleton-location .skeleton-location-item .skeleton-location-indicator {
  height: 30px;
  width: 35px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.skeleton-location .skeleton-location-item .skeleton-location-content {
  height: 132px;
  width: 100%;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.skeleton-location .skeleton-location-item .skeleton-location-right {
  height: 30px;
  width: 35px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.skeleton-profile .skeleton-profile-top {
  background: #fff;
  margin: 15px 0 0;
  height: 350px;
  width: 100%;
}
.skeleton-profile .skeleton-profile-section {
  background: #fff;
  margin: 5px 0 0;
  height: 180px;
  width: 100%;
}

@keyframes shimmer {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(75%, 0, 0);
  }
}
#side-editor-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  z-index: 9999999999;
  justify-content: center;
  align-items: center;
}

#side-editor {
  width: 550px;
  display: flex;
  flex-flow: column;
  z-index: 999999999;
  position: absolute;
  right: -450px;
  top: 10px;
  bottom: 10px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #FFF;
}
#side-editor.close {
  right: -450px;
  animation: side-slide-close 500ms ease forwards;
}
#side-editor.open {
  right: 0;
  animation: side-slide-open 500ms ease forwards;
}
#side-editor .side-editor-header {
  border: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  align-items: center;
  padding: 10px 15px;
  margin: 0;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
#side-editor .side-editor-header .header-close {
  padding: 2px;
  border-radius: 5px;
  cursor: pointer;
}
#side-editor .side-editor-header .header-close .icon {
  height: 20px;
  width: 20px;
  fill: #2c2c2c;
  display: block;
}
#side-editor .side-editor-header .header-close:hover {
  background: #f2f2f2;
}
#side-editor .side-editor-header .title h3 {
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
#side-editor .side-editor-content {
  display: flex;
  overflow-y: scroll;
  flex-direction: column;
  flex: 1;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
#side-editor .side-editor-content .form {
  padding: 15px;
}
#side-editor .side-editor-content .form label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
#side-editor .side-editor-content .form label:first {
  margin-top: 0;
}
#side-editor .side-editor-content .form label span {
  color: #B00020;
  padding-left: 3px;
}
#side-editor .side-editor-content .form .field-container {
  position: relative;
}
#side-editor .side-editor-content .form .field-container input {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #000;
  background: #fff;
  border: 1px solid #ced4da;
  outline: none;
  box-shadow: none;
}
#side-editor .side-editor-content .form .field-container input:hover {
  border: 1px solid #5e67ff;
}
#side-editor .side-editor-content .form .field-container input:focus {
  border: 1px solid #5e67ff;
}
#side-editor .side-editor-content .form .tag-container {
  position: relative;
}
#side-editor .side-editor-content .form .tag-container input {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #000;
  background: #fff;
  border: 1px solid #ced4da;
  outline: none;
  box-shadow: none;
}
#side-editor .side-editor-content .form .tag-container input:focus {
  border: 1px solid #5e67ff;
}
#side-editor .side-editor-content .form .skill-container {
  position: relative;
}
#side-editor .side-editor-content .form .skill-container input {
  height: 40px;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #000;
  background: #fff;
  border: 1px solid #ced4da;
  outline: none;
  box-shadow: none;
  margin-bottom: 5px;
}
#side-editor .side-editor-content .form .skill-container input:focus {
  border: 1px solid #5e67ff;
}
#side-editor .side-editor-content .form .error-container {
  color: #B00020;
  font-size: 14px;
  background-color: #ffeeee;
  padding: 5px;
  border: 1px solid #ffbbbb;
  width: 100%;
  border-radius: 0;
  margin-top: 2px;
  margin-bottom: 10px;
}
#side-editor .side-editor-content .form .error-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#side-editor .side-editor-content .form .error-container .icon {
  height: 20px;
  width: 20px;
  fill: #B00020;
}
#side-editor .side-editor-content .form .select-container select {
  font-size: 14px;
}
#side-editor .side-editor-content .form .select-container .basic-multi-select .select__menu {
  z-index: 10000000000000000 !important;
}
#side-editor .side-editor-content .form .checkbox-container {
  margin-top: 10px;
}
#side-editor .side-editor-content .form .checkbox-container .checkbox {
  display: flex;
  align-items: center;
}
#side-editor .side-editor-content .form .checkbox-container .checkbox .indicator-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-right: 5px;
}
#side-editor .side-editor-content .form .checkbox-container .checkbox .indicator-container .indicator {
  height: 100%;
  width: 100%;
  border-radius: 2px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-editor .side-editor-content .form .checkbox-container .checkbox .indicator-container .indicator .icon {
  fill: #fff;
  height: 15px;
  width: 15px;
}
#side-editor .side-editor-content .form .checkbox-container .checkbox label {
  margin-top: 0;
}
#side-editor .side-editor-content .form .tox-edit-area {
  margin-bottom: 20px !important;
}
#side-editor .side-editor-content .form .col-switch {
  width: 100%;
  display: flex;
  align-items: center;
}
#side-editor .side-editor-content .form .col-switch .switch {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 5px;
}
#side-editor .side-editor-content .form .col-switch .col-switch-left {
  flex: 1;
}
#side-editor .side-editor-content .form .col-switch .col-switch-left.disabled {
  opacity: 0.5;
}
#side-editor .side-editor-content .form .skill-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#side-editor .side-editor-content .form .skill-list .skill-list-item {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  margin-bottom: 2px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  border-radius: 5px;
  position: relative;
  color: #1d2226;
  background: #f3f3f4;
  border: 1px solid #e8e8e8;
  height: 40px;
}
#side-editor .side-editor-content .form .skill-list .skill-list-item .name {
  display: flex;
  flex: 1;
  margin-left: 10px;
  font-size: 14px;
}
#side-editor .side-editor-content .form .skill-list .skill-list-item .options {
  display: flex;
}
#side-editor .side-editor-content .form .skill-list .skill-list-item .drag-indicator .icon {
  height: 15px;
  width: 15px;
  fill: #4d5b6f;
}
#side-editor .side-editor-content .form .skill-list .field-container {
  width: 100%;
  margin-bottom: 2px;
}
#side-editor .side-editor-content .form .avatar-image-field {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #dee2e6;
}
#side-editor .side-editor-content .form .avatar-image-field.drag-over-coach {
  border: 2px dashed #424aa3;
}
#side-editor .side-editor-content .form .avatar-image-field.drag-over-student {
  border: 2px dashed #5b7fa7;
}
#side-editor .side-editor-content .form .avatar-image-field .avatar-image-container {
  display: flex;
}
#side-editor .side-editor-content .form .avatar-image-field .image-config {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
}
#side-editor .side-editor-content .form .avatar-image-field img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 20px 10px;
}
#side-editor .side-editor-content .form .avatar-image-field .img-placeholder {
  display: flex;
  justify-content: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: #dee2e6;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
#side-editor .side-editor-content .form .avatar-image-field .img-placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: shimmer 1.5s ease-in-out infinite;
}
#side-editor .side-editor-content .form .avatar-image-field .image-file-size {
  font-size: 14px;
}
#side-editor .side-editor-content .form .avatar-image-field .image-file-desc {
  font-size: 14px;
  text-align: center;
}
#side-editor .side-editor-content .form .avatar-image-field .btn-file {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
#side-editor .side-editor-content .form .avatar-image-field .btn-file .icon {
  fill: #2c2c2c;
  height: 50px;
  width: 50px;
  cursor: pointer;
}
#side-editor .side-editor-content .form .avatar-image-field .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
#side-editor .side-editor-footer {
  width: 100%;
  border: 1px solid #e8e8e8;
  display: flex;
  background: #FFF;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
}
#side-editor .side-editor-footer .toolbox {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
#side-editor .side-editor-footer .toolbox.edit-mode {
  justify-content: space-between;
}

@keyframes side-slide-open {
  0% {
    transform: translateX(450px);
    right: -450px;
  }
  100% {
    transform: translateX(0);
    right: 0;
  }
}
@keyframes side-slide-close {
  0% {
    transform: translateX(0);
    right: 0;
  }
  100% {
    transform: translateX(450px);
    right: -450px;
  }
}