@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../../fonts/BeVietnamPro-Regular.ttf") format("truetype"), url("../../fonts/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #1126b2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #eeae1a;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1126b2;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #eeae1a;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1126b2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(10.3307692308, 23.0923076923, 108.1692307692);
  text-decoration: underline;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  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: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(188.36, 194.24, 233.44);
}

.table-hover .table-primary:hover {
  background-color: rgb(169.0933333333, 176.6733333333, 227.2066666667);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(169.0933333333, 176.6733333333, 227.2066666667);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(250.24, 232.32, 190.88);
}

.table-hover .table-warning:hover {
  background-color: rgb(248.477804878, 223.9236585366, 167.142195122);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(248.477804878, 223.9236585366, 167.142195122);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(83.8461538462, 104.0384615385, 238.6538461538);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 38, 178, 0.25);
}
.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;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.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;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 38, 178, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary, .btn.btn-aquaWhite {
  color: #fff;
  background-color: #1126b2;
  border-color: #1126b2;
}
.btn-primary:hover, .btn.btn-aquaWhite:hover {
  color: #fff;
  background-color: rgb(13.6653846154, 30.5461538462, 143.0846153846);
  border-color: rgb(12.5538461538, 28.0615384615, 131.4461538462);
}
.btn-primary:focus, .btn.btn-aquaWhite:focus, .btn-primary.focus, .focus.btn.btn-aquaWhite {
  box-shadow: 0 0 0 0.2rem rgba(17, 38, 178, 0.5);
}
.btn-primary.disabled, .disabled.btn.btn-aquaWhite, .btn-primary:disabled, .btn.btn-aquaWhite:disabled {
  color: #fff;
  background-color: #1126b2;
  border-color: #1126b2;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-aquaWhite:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn.btn-aquaWhite:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.btn.btn-aquaWhite {
  color: #fff;
  background-color: rgb(12.5538461538, 28.0615384615, 131.4461538462);
  border-color: rgb(11.4423076923, 25.5769230769, 119.8076923077);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-aquaWhite:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn.btn-aquaWhite:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.btn.btn-aquaWhite:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 38, 178, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #eeae1a;
  border-color: #eeae1a;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(210.1493902439, 151.4176829268, 15.6006097561);
  border-color: rgb(198.2804878049, 142.8658536585, 14.7195121951);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #eeae1a;
  border-color: #eeae1a;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(198.2804878049, 142.8658536585, 14.7195121951);
  border-color: rgb(186.4115853659, 134.3140243902, 13.8384146341);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #1126b2;
  background-color: transparent;
  background-image: none;
  border-color: #1126b2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #1126b2;
  border-color: #1126b2;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 38, 178, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1126b2;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #1126b2;
  border-color: #1126b2;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(17, 38, 178, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #eeae1a;
  background-color: transparent;
  background-image: none;
  border-color: #eeae1a;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #eeae1a;
  border-color: #eeae1a;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #eeae1a;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #eeae1a;
  border-color: #eeae1a;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238, 174, 26, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1126b2;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(10.3307692308, 23.0923076923, 108.1692307692);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 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-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1126b2;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #1126b2;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 38, 178, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(130.4, 145.1, 243.1);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1126b2;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #1126b2;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(17, 38, 178, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(17, 38, 178, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1126b2;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(17, 38, 178, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(83.8461538462, 104.0384615385, 238.6538461538);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(83.8461538462, 104.0384615385, 238.6538461538, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(83.8461538462, 104.0384615385, 238.6538461538);
  box-shadow: 0 0 0 0.2rem rgba(17, 38, 178, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: rgb(83.8461538462, 104.0384615385, 238.6538461538);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 38, 178, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 38, 178, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(17, 38, 178, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #1126b2;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(130.4, 145.1, 243.1);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #1126b2;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(130.4, 145.1, 243.1);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #1126b2;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(130.4, 145.1, 243.1);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  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;
}
.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 {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1126b2;
}

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

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

.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: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.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;
  float: none;
}

.navbar-text {
  display: inline-block;
  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;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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 > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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 > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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 > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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 > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.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 > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.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.5);
}
.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.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.5);
}
.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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1126b2;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(10.3307692308, 23.0923076923, 108.1692307692);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(17, 38, 178, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  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;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #1126b2;
  border-color: #1126b2;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.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;
  line-height: 1.5;
}
.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.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #1126b2;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(12.5538461538, 28.0615384615, 131.4461538462);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #eeae1a;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(198.2804878049, 142.8658536585, 14.7195121951);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(8.84, 19.76, 92.56);
  background-color: rgb(207.4, 211.6, 239.6);
  border-color: rgb(188.36, 194.24, 233.44);
}
.alert-primary hr {
  border-top-color: rgb(169.0933333333, 176.6733333333, 227.2066666667);
}
.alert-primary .alert-link {
  color: rgb(4.3938461538, 9.8215384615, 46.0061538462);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(123.76, 90.48, 13.52);
  background-color: rgb(251.6, 238.8, 209.2);
  border-color: rgb(250.24, 232.32, 190.88);
}
.alert-warning hr {
  border-top-color: rgb(248.477804878, 223.9236585366, 167.142195122);
}
.alert-warning .alert-link {
  color: rgb(77.7827272727, 56.8663636364, 8.4972727273);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.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;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1126b2;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  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.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1126b2;
  border-color: #1126b2;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(8.84, 19.76, 92.56);
  background-color: rgb(188.36, 194.24, 233.44);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(8.84, 19.76, 92.56);
  background-color: rgb(169.0933333333, 176.6733333333, 227.2066666667);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(8.84, 19.76, 92.56);
  border-color: rgb(8.84, 19.76, 92.56);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(123.76, 90.48, 13.52);
  background-color: rgb(250.24, 232.32, 190.88);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(123.76, 90.48, 13.52);
  background-color: rgb(248.477804878, 223.9236585366, 167.142195122);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.76, 90.48, 13.52);
  border-color: rgb(123.76, 90.48, 13.52);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.bg-primary {
  background-color: #1126b2 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(12.5538461538, 28.0615384615, 131.4461538462) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #eeae1a !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(198.2804878049, 142.8658536585, 14.7195121951) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #1126b2 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #eeae1a !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-right {
  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-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !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;
}

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #1126b2 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(12.5538461538, 28.0615384615, 131.4461538462) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.text-warning {
  color: #eeae1a !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(198.2804878049, 142.8658536585, 14.7195121951) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !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-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  85% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loadingDots {
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0);
  }
}
.d {
  animation: loadingDots 1.5s ease-out infinite;
}

.d-2 {
  animation-delay: 0.5s;
}

.d-3 {
  animation-delay: 1s;
}

@keyframes SlideRight {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
aside.main-aside .menu ul > li:nth-child(1) {
  animation: SlideRight 0.5s ease 0.1s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(2) {
  animation: SlideRight 0.5s ease 0.2s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(3) {
  animation: SlideRight 0.5s ease 0.3s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(4) {
  animation: SlideRight 0.5s ease 0.4s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(5) {
  animation: SlideRight 0.5s ease 0.5s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(6) {
  animation: SlideRight 0.5s ease 0.6s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(7) {
  animation: SlideRight 0.5s ease 0.7s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(8) {
  animation: SlideRight 0.5s ease 0.8s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(9) {
  animation: SlideRight 0.5s ease 0.9s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

aside.main-aside .menu ul > li:nth-child(10) {
  animation: SlideRight 0.5s ease 1s;
  animation-fill-mode: both;
  transform: translateX(-100%);
}

@keyframes anim {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
  100% {
    opacity: 1;
    transform: none;
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
}
.row-view {
  animation: anim 0.5s ease;
  animation-fill-mode: both;
}

.table tr {
  transform-origin: top;
  animation: anim 0.5s ease;
}

.table tr:nth-child(1) {
  animation: anim 0.5s ease;
}

.table tr:nth-child(2) {
  animation: anim 1s ease;
}

.table tr:nth-child(3) {
  animation: anim 1.5s ease;
}

.table tr:nth-child(4) {
  animation: anim 2s ease;
}

.table tr:nth-child(5) {
  animation: anim 2.5s ease;
}

.table tr:nth-child(6) {
  animation: anim 3s ease;
}

.table tr:nth-child(7) {
  animation: anim 3.5s ease;
}

.table tr:nth-child(8) {
  animation: anim 4s ease;
}

.table tr:nth-child(9) {
  animation: anim 4.5s ease;
}

.table tr:nth-child(10) {
  animation: anim 5s ease;
}

.table tr:nth-child(11) {
  animation: anim 5.5s ease;
}

.table tr:nth-child(12) {
  animation: anim 6s ease;
}

.table tr:nth-child(13) {
  animation: anim 6.5s ease;
}

.table tr:nth-child(14) {
  animation: anim 7s ease;
}

.table tr:nth-child(15) {
  animation: anim 7.5s ease;
}

.table tr:nth-child(16) {
  animation: anim 8s ease;
}

.table tr:nth-child(17) {
  animation: anim 8.5s ease;
}

.table tr:nth-child(18) {
  animation: anim 9s ease;
}

.table tr:nth-child(19) {
  animation: anim 9.5s ease;
}

.table tr:nth-child(20) {
  animation: anim 10s ease;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.swing {
  animation: swing ease-in-out 0.2s infinite alternate;
  transform-origin: center -20px;
}

.modal-open .modal {
  opacity: 1;
}

.custom-Modal .form-elements {
  padding: 1.875rem;
}
.custom-Modal .btn {
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
.custom-Modal .modal-content {
  box-shadow: 0rem 0.3125rem 2.5rem rgba(0, 32, 72, 0.1);
  border-width: 0rem;
  border-radius: 0rem;
  text-align: left;
}
.custom-Modal .modal-header {
  padding: 1.875rem;
  background-color: #f4f5ff;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  border-width: 0rem;
  color: #333333;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
}
.custom-Modal .modal-header span {
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-left: 0.625rem;
}
.custom-Modal .modal-header.bg-white {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.custom-Modal .modal-header.pop-head-1, .custom-Modal .modal-header.pop-head-2, .custom-Modal .modal-header.pop-head-3 {
  height: 15.625rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-Modal .modal-header.pop-head-1 > .close, .custom-Modal .modal-header.pop-head-2 > .close, .custom-Modal .modal-header.pop-head-3 > .close {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
}
.custom-Modal .modal-header.pop-head-1 {
  background-image: url(../../images/doc-pop-1.jpg);
}
.custom-Modal .modal-header.pop-head-2 {
  background-image: url(../../images/doc-pop-2.jpg);
}
.custom-Modal .modal-header.pop-head-3 {
  background-image: url(../../images/doc-pop-3.jpg);
}
.custom-Modal .modal-header + .text-center .modal-body {
  padding-top: 3.125rem;
}
.custom-Modal .modal-header + .text-center .modal-body .footer-modal {
  justify-content: center;
}
.custom-Modal .modal-body {
  padding: 1.875rem;
}
.custom-Modal .modal-body > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.custom-Modal .modal-body > h6 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin: 0 0 1.5625rem;
}
.custom-Modal .head-info {
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  background-color: #f8f9ff;
}
.custom-Modal .head-info span {
  font-weight: 400;
  color: #999999;
}
.custom-Modal .close {
  opacity: 1;
}
.custom-Modal .close svg {
  height: 0.875rem;
}
.custom-Modal .footer-modal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.custom-Modal .footer-modal .btn {
  min-width: 9.375rem;
  height: 3.125rem;
}
.custom-Modal .footer-modal .btn.btn-primary, .custom-Modal .footer-modal .btn.btn-aquaWhite {
  width: auto;
  margin-left: 1.5625rem;
}
.custom-Modal .footer-modal .btn.btn-primary.w-100, .custom-Modal .footer-modal .btn.w-100.btn-aquaWhite {
  margin-left: 0rem;
}
.custom-Modal .footer-modal .btn.discard-btn {
  background-color: transparent;
  color: #dc3500;
  min-width: auto;
}
@media (min-width: 576px) {
  .custom-Modal.modal-small .modal-dialog, .custom-Modal#EditUser .modal-dialog, .custom-Modal#createNewUser .modal-dialog {
    max-width: 31.875rem;
  }
}
@media (min-width: 576px) {
  .custom-Modal.modal-med .modal-dialog, .custom-Modal.membership-modal .modal-dialog {
    max-width: 37.5rem;
  }
}
@media (min-width: 576px) {
  .custom-Modal.modal-larg .modal-dialog {
    max-width: 46.875rem;
  }
}
@media (min-width: 576px) {
  .custom-Modal.modal-xlarg .modal-dialog, .custom-Modal.committee-modal .modal-dialog {
    max-width: 59.375rem;
  }
}

.membership-modal .selected-list,
.committee-modal .selected-list {
  margin: 0 -1.875rem 1.25rem;
}

.membership-modal .modal-content > p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}
.membership-modal .modal-content .probation-label,
.membership-modal .modal-content .tree-view {
  display: none;
}
.membership-modal#EditMembers .items-list {
  max-height: 50vh;
  padding: 0;
}

.new-role-modal .accordion-default .item .item-head {
  padding: 1.25rem 1.875rem;
  border: 0;
  border-radius: 0;
}
.new-role-modal .accordion-default .item .item-head h5 {
  color: #2940da;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.new-role-modal .accordion-default .item .item-body {
  padding: 1.875rem;
}

.search-with-filter {
  display: flex;
  overflow: hidden;
}
.search-with-filter .modal-body {
  min-width: 100%;
  transition: all ease 0.2s;
}
.search-with-filter .modal-body > form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.search-with-filter .modal-body > form .footer-modal {
  margin-top: auto;
}
.search-with-filter .modal-body .footer-modal .btn {
  margin-bottom: 0;
}
.search-with-filter.active .modal-body {
  min-width: calc(100% - 20.9375rem);
}
.search-with-filter .filter-container {
  position: relative;
  z-index: 1;
  min-width: 20.9375rem;
  border-bottom-right-radius: 0.625rem;
  box-shadow: -0.3125rem 0 2.5rem rgba(0, 32, 72, 0.1);
  background-color: #fff;
  overflow: auto;
  transition: all ease 0.2s;
  display: flex;
  flex-direction: column;
}
.search-with-filter .filter-container .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625rem 1.25rem;
}
.search-with-filter .filter-container .filter-header > h5 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #b5bfff;
  font-weight: 400;
  margin: 0;
}
.search-with-filter .filter-container .apply-filter {
  margin-top: 1.875rem;
  margin-top: auto;
  padding: 0.9375rem 1.875rem;
  background-color: #f6f9fe;
  box-shadow: 0 -2px 0 #e9ecff;
}
.search-with-filter .filter-container .apply-filter .btn {
  margin: 0;
  width: 100%;
}

.forms-modal .search-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625rem;
}
.forms-modal .search-filter .form-group {
  min-width: 60%;
  margin: 0;
}
.forms-modal .search-filter .filter-btn {
  margin: 0;
}
.forms-modal .selected-list {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 -1.875rem 2.5rem;
  background-color: #f4f5ff;
}
.forms-modal .selected-list .title {
  justify-content: space-between;
  padding: 0.625rem 0;
  transition: padding ease 0.2s;
}
.forms-modal .selected-list .items-list {
  max-height: 15.9375rem;
}
.forms-modal .selected-list.active .title {
  padding-bottom: 0;
}
.forms-modal .selected-list.active .toggle-btn img:first-child {
  display: none;
}
.forms-modal .selected-list.active .toggle-btn img:last-child {
  display: block;
}
.forms-modal .selected-list .selected-accord {
  display: none;
  padding: 0.4375rem 0;
}
.forms-modal .search-with-filter .modal-body {
  position: relative;
  z-index: 2;
  background-color: #f8f9ff;
}
.forms-modal .search-with-filter.active .modal-body {
  padding-right: 1.25rem !important;
  z-index: 0;
}
.forms-modal .search-with-filter.active .search-filter .form-group {
  min-width: 100%;
}
.forms-modal .search-with-filter .items-list > ul,
.forms-modal .search-with-filter .items-list > div > ul {
  max-height: 26.875rem;
  overflow: auto;
}
.forms-modal .search-with-filter .tab-content {
  max-height: 20.625rem;
  overflow: auto;
}

.stepper-container {
  margin-bottom: 3.125rem;
}

.stepper .step {
  background-color: #f8f9ff;
  border-bottom: 1px solid rgba(208, 214, 252, 0.6);
}
.stepper .step.active .step-title {
  border: 0;
  background-color: transparent;
}
.stepper .step.active .step-title:before {
  display: none;
}
.stepper .step.active .step-title .step-count {
  background-color: #1126b2;
}
.stepper .step.active .step-title h4 {
  color: #1126b2;
}
.stepper .step.active .step-content {
  display: block;
}
.stepper .step.done .step-title:before {
  background-color: #1126b2;
}
.stepper .step.done .step-title .step-count {
  background-color: #1126b2;
}
.stepper .step.done .step-title h4 {
  color: #1126b2;
}
.stepper .step:not(.done) .step-title:before {
  height: calc(100% + 2px);
  top: -1px;
}
.stepper .step:first-child .step-title {
  border-top: 0;
}
.stepper .step .step-title {
  display: flex;
  align-items: center;
  padding: 0.9375rem 1.875rem;
  background-color: #f1f5f8;
  position: relative;
  cursor: pointer;
}
.stepper .step .step-title:before {
  content: "";
  width: 0.3125rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5168ff;
}
.stepper .step .step-title .step-count {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #fff;
  background-color: #5168ff;
  border-radius: 50%;
}
.stepper .step .step-title h4 {
  color: #5168ff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.stepper .step .step-content {
  display: none;
  padding: 1.25rem 1.875rem;
}
.stepper .step .step-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.stepper .step .step-btn .btn:not(.btn-primary):not(.btn.btn-aquaWhite) {
  color: #8695ff;
  background-color: #e9ecff;
  font-size: 1rem;
  line-height: 1.75rem;
  padding: 0.75rem 1.875rem;
  text-transform: capitalize;
}
.stepper .step .step-btn .btn:not(.btn-primary):not(.btn.btn-aquaWhite) + .btn {
  margin-left: 1.25rem;
}
.stepper .step .step-btn .btn:not(.btn-primary):not(.btn.btn-aquaWhite):hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.tree-view > .title {
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0.9375rem;
}
.tree-view .tree-list, .tree-view .tree-custom {
  border-radius: 0.375rem;
  border: 1px solid rgba(134, 149, 255, 0.5);
  background-color: #fff;
}
.tree-view .tree-list > ul li > div, .tree-view .tree-custom > ul li > div {
  cursor: pointer;
  padding: 0.625rem 0.9375rem;
  display: flex;
  align-items: center;
  height: 3.75rem;
}
.tree-view .tree-list > ul li > div .arrow, .tree-view .tree-custom > ul li > div .arrow {
  margin-right: 0.9375rem;
}
.tree-view .tree-list > ul li > div .arrow img, .tree-view .tree-custom > ul li > div .arrow img {
  height: 0.875rem;
}
.tree-view .tree-list > ul li > div .custom-check, .tree-view .tree-custom > ul li > div .custom-check {
  margin-right: 0.625rem;
}
.tree-view .tree-list > ul li > div .custom-check input, .tree-view .tree-custom > ul li > div .custom-check input {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer;
}
.tree-view .tree-list > ul li > div label:not(.switch), .tree-view .tree-custom > ul li > div label:not(.switch) {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
}
.tree-view .tree-list > ul li > div label.custom-control-label, .tree-view .tree-custom > ul li > div label.custom-control-label {
  overflow: initial;
}
.tree-view .tree-list > ul li > div .switch, .tree-view .tree-custom > ul li > div .switch {
  margin-right: 0.625rem;
}
.tree-view .tree-list > ul li > div .datepicker, .tree-view .tree-custom > ul li > div .datepicker {
  padding: 0.625rem 0.9375rem;
  padding-left: 2.5rem;
  height: 2.5rem;
  width: 10rem;
  background-image: url(../../images/icons/date-picker-icon.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem;
  background-position: left 0.9375rem center;
}
.tree-view .tree-list > ul li > div .datepicker:disabled, .tree-view .tree-custom > ul li > div .datepicker:disabled {
  display: none;
}
.tree-view .tree-list > ul li.active > div .arrow img, .tree-view .tree-custom > ul li.active > div .arrow img {
  transform: rotate(90deg);
}
.tree-view .tree-list > ul li.active > ul, .tree-view .tree-custom > ul li.active > ul {
  display: block;
}
.tree-view .tree-list > ul li ul, .tree-view .tree-custom > ul li ul {
  padding-left: 2.5rem;
  display: none;
}
.tree-view .tree-list > ul li.no-child .arrow, .tree-view .tree-custom > ul li.no-child .arrow {
  opacity: 0;
}
.tree-view .tree-list > ul > li.active > div, .tree-view .tree-custom > ul > li.active > div {
  background-color: #edefff;
}
.tree-view .tree-list > ul > li > ul > li.active > div, .tree-view .tree-custom > ul > li > ul > li.active > div {
  background-color: #f4f5ff;
}
.tree-view .tree-list > ul > li > ul > li ul > li.active > div, .tree-view .tree-custom > ul > li > ul > li ul > li.active > div {
  background-color: #f8f9ff;
}

.treeview ul {
  list-style: none;
}
.treeview ul li {
  padding-top: 2.5rem;
  padding-left: 3.125rem;
  position: relative;
}
.treeview ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px dashed #BBBBBB;
  width: 1px;
  height: 100%;
}
.treeview ul li:after {
  content: "";
  position: absolute;
  border-top: 2px dashed #BBBBBB;
  top: 3.75rem;
  left: 0;
  width: 3.125rem;
}
.treeview ul li:last-child:before {
  top: 0;
  height: 3.75rem;
}
.treeview > ul > li {
  padding-left: 1.25rem;
}
.treeview > ul > li:after, .treeview > ul > li:last-child:before {
  content: unset;
}
.treeview > ul > li:before {
  top: 2.5rem;
  left: 1.25rem;
  height: calc(100% - 3.75rem);
}
.treeview > ul > li:not(:last-child) > ul > li:before {
  content: unset;
}
.treeview > ul > li > .treeview__level > div:before {
  background-color: #dc3500;
}
.treeview > ul > li > ul > li .treeview__level > div:before {
  background-color: #0e1b71;
}
.treeview > ul > li > ul > li > ul > li .treeview__level > div:before {
  background-color: #2940da;
}
.treeview > ul > li > ul > li > ul > li > ul > li .treeview__level > div:before {
  background-color: #8695ff;
}
.treeview > ul > li > ul > li > ul > li > ul > li > ul > li .treeview__level > div:before {
  background-color: #b5bfff;
}
.treeview__level {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  line-height: 1.875rem;
  display: inline-block;
  font-weight: 500;
}
.treeview__level > div {
  display: flex;
  align-items: center;
  padding-right: 0.9375rem;
  margin-left: -1.25rem;
}
.treeview__level > div:before {
  content: attr(data-level);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  min-width: 2.5rem;
  border-radius: 50%;
  border: 4px solid #e9ecff;
  background-color: #1126b2;
  color: #fff;
  font-size: 1rem;
  line-height: 1.625rem;
  margin-right: 0.625rem;
}
.treeview__level-btns {
  margin-left: 1.5625rem;
  display: flex;
  align-items: center;
}
.treeview__level-btns .date {
  border-radius: 1.875rem;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 500;
  padding: 0.3125rem 1.25rem;
  background-color: #e9ecff;
  color: #333333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.treeview__level .btn-actions .radioBtns {
  padding: 0.625rem 0.9375rem;
  background-color: #e9ecff;
}
.treeview__level .btn-actions .radioBtns label {
  margin: 0;
}
.treeview__level .btn-actions .btn-outline, .treeview__level .btn-actions .sweet-alert .btn.cancel, .sweet-alert .treeview__level .btn-actions .btn.cancel {
  border: 0.125rem solid rgba(134, 149, 255, 0.1);
  background-color: #e9ecff;
}
.treeview__level .level-title {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.treeview__level .level-text {
  border: 0;
  min-width: 15vw;
  height: 3.75rem;
  outline: none;
  padding: 0;
  background: transparent;
  display: none;
}
.treeview__level .level-type, .treeview__level .level-cancel, .treeview__level .level-save {
  display: none;
}
.treeview__level .level-new-btns {
  display: none;
  margin-left: 0.3125rem;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.treeview__level .level-new-btns .btn {
  margin-left: 0.3125rem;
}
.treeview__level .level-new-btns .btn + .btn {
  margin-top: 0.3125rem;
}
.treeview__level.selected .level-new-btns, .treeview__level.selected .level-cancel {
  display: block;
}
.treeview__level.selected .level-add {
  display: none;
}
.treeview__level.editMode > div {
  background-color: #f4f5ff;
  border-color: #1126b2 !important;
}
.treeview__level.editMode .level-text, .treeview__level.editMode .level-type, .treeview__level.editMode .level-cancel, .treeview__level.editMode .level-save {
  display: block;
}
.treeview__level.editMode .level-title, .treeview__level.editMode .level-edit, .treeview__level.editMode .level-remove, .treeview__level.editMode .level-add, .treeview__level.editMode .level-new-btns {
  display: none;
}

html[lang=en] .lang-btn[data-lang=ar] {
  display: block;
}
html[lang=en] .lang-btn[data-lang=en] {
  display: none;
}

html[lang=ar] .lang-btn[data-lang=en] {
  display: block;
}
html[lang=ar] .lang-btn[data-lang=ar] {
  display: none;
}

html {
  font-size: 1rem;
}

@media (max-width: 1600px) {
  html {
    font-size: 0.875rem;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 0.8125rem;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 0.75rem;
  }
}
@media (max-width: 580px) {
  html {
    font-size: 0.6875rem;
  }
}
body {
  box-sizing: border-box;
  color: #333333;
  font-family: "Be Vietnam Pro", sans-serif;
  background-color: #f8f9ff;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0.5em;
}

::-webkit-scrollbar-track {
  background-color: rgba(17, 38, 178, 0.26);
}

::-webkit-scrollbar-thumb {
  background-color: #0e1b71;
  border-radius: 0.3125rem;
}

a,
.btn {
  transition: all ease 0.2s;
}

a {
  color: #1126b2;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #0e1b71;
}

h1,
h2,
h3,
h4,
p {
  padding: 0px;
  margin: 0px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button:focus,
a:focus {
  outline: none;
}

.lg-outer {
  direction: ltr;
}

.preloading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  color: #5168ff;
  text-transform: uppercase;
  font-size: 50px;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  background: #fff;
}

.tabs {
  display: flex;
}
.tabs ul {
  display: flex;
  background-color: #e9ecff;
  border-radius: 0px;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(17, 38, 178, 0.1);
}
.tabs ul li.nav-item {
  margin: 0;
}
.tabs ul li a {
  padding: 0.875rem 1.875rem;
  border-radius: 0px;
  color: #6e737a;
  display: block;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.tabs ul li a:hover {
  color: #dc3500;
}
.tabs ul li a.active {
  color: #fff;
  background-color: #dc3500;
}
.tabs + .tab-content {
  margin-top: 1.875rem;
}

.badge {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  border-radius: 0rem;
  padding: 0.1875rem 0.9375rem;
  border: 1px solid;
  white-space: inherit;
}
.badge.badge-pill {
  padding: 0.3125rem 1.25rem;
  border-radius: 0rem;
  border-color: #8695ff;
  color: #2940da;
}
.badge.badge-primary {
  border-color: rgba(181, 191, 255, 0.1);
  background-color: #e9ecff;
  color: #8695ff;
}
.badge.badge-success {
  border-color: rgba(187, 205, 184, 0.3);
  background-color: #d9eed5;
  color: #3b6d31;
}
.badge.badge-warning {
  border-color: rgba(238, 174, 26, 0.3);
  background-color: #fcf6e9;
  color: #d89a0a;
}
.badge.badge-danger {
  border-color: rgba(217, 193, 191, 0.3);
  background-color: #fbe0dd;
  color: #8b3e35;
}
.badge.badge-blue {
  border-color: #d1e0f5;
  background-color: #eef5ff;
  color: #5c9af8;
}
.badge.badge-curious-blue {
  border-color: #d4e9ef;
  background-color: #e8faff;
  color: #2ba7c8;
}
.badge.badge-red {
  border-color: #ffd9d8;
  background-color: #ffebeb;
  color: #f45653;
}
.badge.badge-green {
  border-color: #ddf8d7;
  background-color: #edffe9;
  color: #63c44e;
}
.badge.badge-orange {
  border-color: #f6e3c4;
  background-color: #fff3df;
  color: #eb9707;
}
.badge.badge-waikawa-gray {
  border-color: #e2e7f2;
  background-color: #eff5ff;
  color: #5a74a1;
}
.badge.badge-yellow {
  border-width: 0px;
  background-color: #f3e9d9;
  color: #666666;
}
.badge .popover-icon img {
  height: 1rem;
}

.badge-listing {
  display: flex;
  flex-wrap: wrap;
}
.badge-listing > span {
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.badge-listing > span:last-child {
  margin-right: 0rem;
}

.btn {
  transition: all 0.2s ease-in-out;
  border-radius: 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-primary, .btn.btn-aquaWhite {
  padding: 0.78125rem 1.5rem;
  background-color: #dc3500;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
  box-shadow: none;
  outline: none;
  border-width: 0px;
  height: 3.125rem;
}
.btn.btn-primary:hover, .btn.btn-aquaWhite:hover, .btn.btn-primary:focus, .btn.btn-aquaWhite:focus, .btn.btn-primary:active, .btn.btn-aquaWhite:active {
  box-shadow: none !important;
  outline: none;
  background-color: #dc3500 !important;
  color: #fff !important;
}
.btn.btn-primary:hover svg path, .btn.btn-aquaWhite:hover svg path, .btn.btn-primary:focus svg path, .btn.btn-aquaWhite:focus svg path, .btn.btn-primary:active svg path, .btn.btn-aquaWhite:active svg path {
  fill: #fff !important;
}
.btn.btn-primary:disabled, .btn.btn-aquaWhite:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #dc3500;
}
.btn.btn-primary.btn-outline, .sweet-alert .btn.btn-primary.cancel, .btn.btn-outline.btn-aquaWhite, .sweet-alert .btn.btn-aquaWhite.cancel {
  color: #fff;
}
.btn.btn-primary.btn-outline:hover, .sweet-alert .btn.btn-primary.cancel:hover, .btn.btn-outline.btn-aquaWhite:hover, .sweet-alert .btn.btn-aquaWhite.cancel:hover {
  border-color: #dc3500;
}
.btn.btn-primary.btn-circle, .btn.btn-circle.btn-aquaWhite {
  color: #fff;
  background-color: #dc3500;
}
.btn.btn-primary.btn-circle:hover, .btn.btn-circle.btn-aquaWhite:hover {
  border-color: #dc3500;
}
.btn.btn-grey, .btn-groups .btn.edit-btn {
  color: #fff;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: solid #dc3500 0.0625rem;
  color: #dc3500;
}
.btn.btn-grey img, .btn-groups .btn.edit-btn img,
.btn.btn-grey svg,
.btn-groups .btn.edit-btn svg,
.btn.btn-grey path,
.btn-groups .btn.edit-btn path {
  fill: #dc3500;
}
.btn.btn-grey:hover, .btn-groups .btn.edit-btn:hover, .btn.btn-grey:focus, .btn-groups .btn.edit-btn:focus {
  box-shadow: 0 0.3125rem 0.75rem rgba(0, 0, 0, 0.15);
}
.btn.btn-blue {
  color: #1126b2;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border: #1126b2;
  font-weight: 500;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  box-shadow: 0 0.3125rem 0.75rem rgba(0, 0, 0, 0.15);
}
.btn.btn-blue > img,
.btn.btn-blue > svg {
  max-height: 1.375rem;
}
.btn.btn-outline, .sweet-alert .btn.cancel {
  background-color: transparent;
  border: 0.0625rem solid #dc3500;
  color: #dc3500;
}
.btn.btn-outline path, .sweet-alert .btn.cancel path {
  fill: #dc3500;
}
.btn.btn-outline:hover, .sweet-alert .btn.cancel:hover, .btn.btn-outline:focus, .sweet-alert .btn.cancel:focus {
  box-shadow: 0 0.3125rem 0.75rem rgba(0, 0, 0, 0.15);
}
.btn.btn-circle {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  padding: 0;
  border: none;
  background-color: transparent;
}
.btn.btn-circle:hover, .btn.btn-circle:focus {
  box-shadow: 0 0.3125rem 0.75rem rgba(0, 0, 0, 0.15);
}
.btn.grey-btn {
  border-width: 0;
  background-color: #e9ecff;
}
.btn.btn-black {
  border-width: 0;
  background-color: rgba(51, 51, 51, 0.5);
}
.btn.btn-trans {
  background-color: transparent;
}
.btn.btn-trans:hover, .btn.btn-trans:focus {
  box-shadow: 0 0.3125rem 0.75rem rgba(0, 0, 0, 0.15);
}
.btn.toggle-btn {
  margin: 0;
  background-color: transparent;
}
.btn.toggle-btn img {
  width: 0.9375rem;
}
.btn.toggle-btn img:last-child {
  display: none;
}
.btn.btn-warning {
  color: #fff;
}
.btn.btn-transparent {
  cursor: pointer;
  background-color: transparent;
  border-width: 0px;
  outline: 0px;
  padding: 0px;
  margin: 0px;
}
.btn.btn-transparent:focus, .btn.btn-transparent.focus {
  box-shadow: none;
}
.btn > span,
.btn > img {
  vertical-align: middle;
}
.btn > img,
.btn > svg {
  max-height: 1.25rem;
  min-width: 1rem;
}
.btn img + span,
.btn span + img,
.btn svg + span,
.btn span + svg {
  margin-left: 0.625rem;
}
.btn.loading {
  background-image: url(../../images/icons/loading.svg);
  background-position: left 0.625rem center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.5rem;
}
.btn.filter-btn {
  position: relative;
  padding: 0.78125rem 0.9375rem;
  color: #788da5;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(233, 236, 255, 0.1);
}
.btn.filter-btn:hover, .btn.filter-btn:active, .btn.filter-btn.active {
  color: #788da5 !important;
  box-shadow: 0 2px 5px rgba(233, 236, 255, 0.4);
  background-color: #e9ecff !important;
}
.btn.filter-btn:hover .arrow, .btn.filter-btn:active .arrow, .btn.filter-btn.active .arrow {
  transform: rotate(180deg);
}
.btn.filter-btn.has-values:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #1126b2;
}
.btn.btn-white {
  background-color: #fff;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 32, 72, 0.05);
  color: #b5bfff;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.sweet-overlay {
  z-index: 1050;
}

.sa-button-container {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.sa-button-container .btn {
  margin: 0 0.3125rem;
}

.sweet-alert {
  max-width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.sweet-alert > h2 {
  margin: 0 0 1.25rem;
  font-size: 1rem;
}
.sweet-alert > p {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
}
.sweet-alert .btn {
  padding: 0 1.5rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
  height: 3.125rem;
  min-width: 6.25rem;
}
.sweet-alert .btn.cancel {
  border-color: rgba(0, 0, 0, 0.1);
}
.sweet-alert .sa-icon {
  overflow: hidden;
}

.one-card {
  background-color: #ffffff;
  box-shadow: 0rem 0.25rem 0.75rem rgba(157, 164, 174, 0.15);
  border-radius: 0rem;
}
.one-card .card-head {
  padding: 1.875rem;
}
.one-card .card-head .title {
  padding-right: 0.625rem;
  color: #333333;
  font-size: 1.375rem;
  line-height: 2.375rem;
  font-weight: 600;
}
.one-card .card-head .count {
  color: #999999;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.one-card .card-body {
  padding: 1.25rem 1.875rem 1.875rem;
}
.one-card .table-responsive .table td:first-child {
  width: 60%;
}

.card {
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 0.09375rem solid rgba(134, 149, 255, 0.3);
}
.card .card-body {
  padding: 1.25rem;
}
.card .card-body .info {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
  color: #999999;
}
.card .card-body .info span {
  color: #333333;
  margin-left: 0.3125rem;
  font-weight: 500;
}
.card .card-body .card-title {
  font-size: 1.375rem;
  line-height: 2.375rem;
  font-weight: 600;
  margin: 0 0 0.9375rem;
}
.card .card-body .card-text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.card .card-body > .btn-actions {
  margin-top: 2.1875rem;
}

.image-upload {
  position: relative;
  max-width: 11.25rem;
  margin: 0px auto;
}
@media (max-width: 500px) {
  .image-upload {
    max-width: 7.5rem;
  }
}
.image-upload .image-edit {
  position: absolute;
  right: 0.1875rem;
  z-index: 1;
  bottom: 0.1875rem;
  overflow: hidden;
}
.image-upload .image-edit input {
  display: none;
}
.image-upload .image-edit .img-btn {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: 0;
  border-radius: 50%;
  background-color: #dc3500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .image-upload .image-edit .img-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.image-upload .image-edit .img-btn:after {
  content: url("../../images/insert-picture-icon.svg");
  position: absolute;
  top: 0.625rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  width: 100%;
}
.image-upload .image-preview {
  width: 11.25rem;
  height: 11.25rem;
  min-height: 11.25rem;
  background-color: #f0f2ff;
  position: relative;
  border-radius: 100%;
  box-shadow: 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .image-upload .image-preview {
    width: 7.5rem;
    height: 7.5rem;
    min-height: 7.5rem;
  }
}
.image-upload .image-preview > span {
  font-size: 3.125rem;
  font-weight: 500;
}
.image-upload .image-preview > div {
  background-image: url("../../images/User-Photo.png");
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.upload-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.upload-logo > div label {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin: 0 0 0.3125rem;
  font-weight: 500;
}
.upload-logo > div p {
  color: #aaaaaa;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.upload-logo .image-upload {
  margin: 0;
  margin-right: 1.25rem;
}
.upload-logo .image-upload .image-preview {
  width: 4.6875rem;
  height: 4.6875rem;
  min-height: 4.6875rem;
  background-color: #8695ff;
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid rgba(108, 155, 180, 0.15);
  box-shadow: none;
}
.upload-logo .image-upload .image-preview > div {
  background-image: url(../../images/icons/insert-picture-icon.svg);
  border-radius: 0;
}
.upload-logo .image-upload .image-preview > div:not(.active) {
  background-size: 2.375rem;
}
.upload-logo .image-upload .image-edit {
  bottom: -0.5208333333rem;
  right: -0.78125rem;
}
.upload-logo .image-upload .image-edit input[type=file] {
  min-width: 100%;
  visibility: hidden;
  position: absolute;
  display: block;
}
.upload-logo .image-upload .image-edit .img-btn {
  width: 1.5625rem;
  height: 1.5625rem;
  border: 0.125rem solid #f8f9ff;
  display: flex;
}
.upload-logo .image-upload .image-edit .img-btn:after {
  content: "";
  background-image: url(../../images/icons/plus-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.6875rem;
  height: 0.6875rem;
  position: static;
  margin: auto;
}

.btn-groups {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}
.btn-groups .btn {
  margin: 0rem 0.78125rem;
  height: 2.8125rem;
  padding: 0.71875rem 1.25rem;
  margin-bottom: 0.625rem;
}
.btn-groups .btn svg {
  margin-right: 0.625rem;
}
.btn-groups .btn.outline-btn {
  background-color: transparent;
  width: 2.875rem;
  height: 2.875rem;
  padding: 0.8125rem 0.96875rem;
  border: 0.0625rem solid #dc3500;
}
.btn-groups .btn.outline-btn svg {
  margin-right: 0rem;
}
.btn-groups .btn.outline-btn svg path {
  fill: #dc3500;
}
.popover-icon {
  display: inline-block;
  margin-left: 0.3125rem;
  cursor: help;
}
.popover-icon img {
  width: 100%;
}

.popover {
  background-color: #6e737a;
  border-radius: 0.625rem;
}
.popover .popover-header,
.popover .arrow {
  display: none;
}
.popover .popover-body {
  padding: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #fff;
}

.created-time span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.created-time .txt {
  color: #999999;
}
.created-time .value {
  color: #333333;
}

.no-data {
  text-align: center;
  padding-top: 3.75rem;
}
@media (max-width: 991px) {
  .no-data {
    margin-bottom: 1.875rem;
  }
}
.no-data h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  color: #333333;
  margin-top: 1.875rem;
}
.no-data p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #333333;
  margin: auto;
  margin-top: 1.125rem;
  width: 100%;
}
@media (min-width: 768px) {
  .no-data p {
    width: 50%;
  }
}
@media (min-width: 1660px) {
  .no-data p {
    width: 25%;
  }
}
.no-data .btn.btn-primary, .no-data .btn.btn-aquaWhite {
  margin: auto;
  margin-top: 2.5rem;
}

.choose-list > div label {
  cursor: pointer;
  color: #2940da;
  padding: 0.9375rem 1.5625rem;
  background-color: #f4f5ff;
  border: 0.09375rem solid rgba(41, 64, 218, 0.3);
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.2s;
}
.choose-list > div label:hover {
  border-color: #1126b2;
}
.choose-list > div label:hover:after {
  border-color: #1126b2;
}
.choose-list > div label:after {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  transition: border ease 0.2s;
  border: 0.09375rem solid rgba(17, 38, 178, 0.3);
}
.choose-list > div input {
  display: none;
}
.choose-list > div input:checked + label {
  color: #fff;
  background-color: #1126b2;
}
.choose-list > div input:checked + label:after {
  background-color: #fff;
  background-image: url(../../images/icons/check-mark.svg);
  background-position: center right 3px;
  background-size: 0.8125rem;
  background-repeat: no-repeat;
}
.choose-list.square-check > div label {
  border-radius: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 0.625rem;
  padding: 0.625rem 0.9375rem;
  color: #000000;
  min-height: 4.375rem;
}
.choose-list.square-check > div label:after {
  margin-right: 0.625rem;
}

.btn-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.btn-actions .btn {
  min-width: 2.875rem;
  height: 2.875rem;
}
.btn-actions .btn + .btn {
  margin: 0.1875rem;
}

.search-control {
  background-image: url(../../images/icons/search-icon.svg);
  background-position: right 0.9375rem center;
  background-repeat: no-repeat;
}

.selected-list {
  padding: 0.9375rem 1.875rem;
  background-color: #f8f9ff;
}
.selected-list .title {
  display: flex;
  align-items: center;
}
.selected-list .title > h5 {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #999999;
  margin: 0;
}

ul.chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.3125rem -0.3125rem 0;
}
ul.chips li {
  display: flex;
  align-items: center;
  border: 1px solid rgba(108, 155, 180, 0.5);
  border-radius: 20px;
  padding: 0.3125rem;
  margin: 0.3125rem;
}
ul.chips li .name-image .profile-img-container {
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.3125rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
ul.chips li .name-image .name {
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-size: 500;
}
ul.chips li .remove {
  cursor: pointer;
  padding: 0 0.625rem;
}
ul.chips li .remove img {
  height: 0.4375rem;
}

.items-list {
  overflow: auto;
}
.items-list .no-search {
  padding: 5rem 1.25rem;
  display: flex;
}
.items-list .no-search img {
  margin: auto;
  max-width: 100%;
  max-height: 14.375rem;
}
.items-list ul li + li .list-item {
  margin-top: 0.625rem;
}
.items-list ul li > ul {
  padding-left: 2.5rem;
  padding-right: 1.25rem;
  display: none;
}
.items-list ul li > ul .profile-img-container {
  border-radius: 0;
}
.items-list ul li > ul .list-item {
  margin-top: 0.3125rem;
}
.items-list ul .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.625rem;
  padding: 0.625rem 0.9375rem;
  background-color: #f4f5ff;
  border: 0.09375rem solid rgba(134, 149, 255, 0.3);
}
.items-list ul .list-item .checkbox-name {
  display: flex;
  align-items: center;
}
.items-list ul .list-item .checkbox-name input[type=checkbox] {
  cursor: pointer;
}
.items-list ul .list-item .checkbox-name .name-image {
  margin-left: 0.625rem;
}
.items-list ul .list-item .name-image .profile-img-container {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.items-list ul .list-item .remove-btn {
  margin: 0;
  background: none;
  box-shadow: none !important;
}
.items-list ul .list-item .remove-btn img {
  height: 0.625rem;
}
.items-list ul .list-item .remove-btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.items-list ul .list-item .toggle-btn {
  margin: 0;
  background-color: transparent;
  box-shadow: none !important;
}
.items-list ul .list-item .toggle-btn img {
  width: 0.9375rem;
}
.items-list ul .list-item .toggle-btn img:last-child {
  display: none;
}
.items-list ul .list-item .form-control {
  min-width: 10.5rem;
  height: 2.25rem;
  padding: 0.25rem 1.25rem;
  background-color: transparent;
}
.items-list ul .list-item .form-control:disabled {
  display: none;
}
.items-list ul .list-item.active .toggle-btn img:first-child {
  display: none;
}
.items-list ul .list-item.active .toggle-btn img:last-child {
  display: block;
}

.accordion-default .item + .item {
  margin-top: 1.25rem;
}
.accordion-default .item .item-head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.625rem;
  padding: 0.625rem 0.9375rem;
  background-color: #f4f5ff;
  border: 0.09375rem solid rgba(134, 149, 255, 0.3);
}
.accordion-default .item .item-head .filter-type {
  margin-left: auto;
  color: #1126b2;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.accordion-default .item .item-head > h5 {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin: 0;
}
.accordion-default .item .item-body {
  padding: 1.875rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: none;
  border-radius: 0.625rem;
}
.accordion-default .item.yellow .item-head {
  border: 0.09375rem solid #eeae1a;
  background-color: #fcf8f2;
}
.accordion-default .item .checkbox-name {
  display: flex;
  align-items: center;
}
.accordion-default .item .checkbox-name .name-image {
  margin-left: 1.25rem;
}
.accordion-default .item .name-image .profile-img-container {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.accordion-default .item .remove-btn {
  margin: 0;
  background: none;
}
.accordion-default .item .remove-btn img {
  height: 0.625rem;
}
.accordion-default .item .remove-btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.accordion-default .item .toggle-btn {
  margin: 0;
  background-color: transparent;
  box-shadow: none;
}
.accordion-default .item .toggle-btn img {
  width: 0.9375rem;
}
.accordion-default .item .toggle-btn img:last-child {
  display: none;
}
.accordion-default .item.active .toggle-btn img:first-child {
  display: none;
}
.accordion-default .item.active .toggle-btn img:last-child {
  display: block;
}
.accordion-default .item.active:not(.no-active-st) .item-head {
  background-color: #8695ff;
  border-color: transparent;
  border-radius: 0.625rem 0.625rem 0 0;
}
.accordion-default .item.active:not(.no-active-st) .item-head > h5 {
  color: #fff;
}
.accordion-default .item.active .item-body {
  box-shadow: 0rem 0.3125rem 0.625rem rgba(0, 32, 72, 0.08);
}

.group-title, .items-list .title {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #999999;
  margin: 0 0 0.625rem;
}

.download-item .btn {
  padding: 0.75rem 1.5625rem;
  font-size: 1rem;
  color: #6c9bb4;
  border: 0.09375rem solid #6c9bb4;
  font-weight: 500;
  margin: 0;
}
.download-item .btn img {
  max-height: 1.375rem;
}

.details-items {
  padding: 1.875rem;
  padding-right: 1.875rem;
}
.details-items .label-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0.3125rem;
  display: block;
}
.details-items div.label-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.details-items .label-value {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
  display: block;
  word-break: break-word;
}

.img-container span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.user-item {
  display: flex;
  align-items: center;
}
.user-item .img-container {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  margin-right: 0.625rem;
}
.user-item .img-container img {
  height: 100%;
  width: 100%;
}
.user-item .img-info span {
  display: block;
}
.user-item .img-info .name {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #333333;
}
.user-item .img-info .userName {
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #333333;
}

.info-list {
  display: flex;
  align-items: center;
}
.info-list li span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
}
.info-list li:first-child {
  padding-right: 0.625rem;
  border-right: 1px solid rgba(134, 149, 255, 0.4);
}
.info-list li:last-child {
  padding-left: 0.625rem;
}

.no-data.no-member {
  padding-top: 0rem;
}
.no-data.no-member p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  color: #333333;
}
.no-data.no-member img {
  max-width: 100%;
}

.line {
  background-color: rgba(134, 149, 255, 0.3);
  border-radius: 1px;
  height: 1px;
  margin-bottom: 2.5rem;
}

.customDropdown .download-dropDown {
  position: relative;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.6875rem;
  width: auto;
  width: -moz-max-content;
  width: max-content;
  border: 1.5px solid #6c9bb4;
  padding: 0.75rem 1.0625rem 0.75rem 1.5625rem;
}
.customDropdown .download-dropDown .select-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customDropdown .download-dropDown .select-item > img {
  max-height: 1.25rem;
}
.customDropdown .download-dropDown .select-item img.up {
  display: none;
}
.customDropdown .download-dropDown .select-item.active + .dropDown-item {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.customDropdown .download-dropDown .select-item.active .drop-icon {
  transform: rotate(180deg);
}
.customDropdown .download-dropDown span {
  padding-left: 0.625rem;
  padding-right: 1.125rem;
  color: #6c9bb4;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 500;
}
.customDropdown .dropDown-item {
  position: absolute;
  right: 0px;
  top: 120%;
  margin-top: 3px;
  background-color: #fff;
  border-radius: 0.3125rem;
  min-width: 11.25rem;
  box-shadow: 0rem 0.3125rem 2.5rem rgba(8, 71, 151, 0.3);
  z-index: 100;
  transition: all ease 0.2s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.customDropdown .dropDown-item li a,
.customDropdown .dropDown-item li span {
  display: block;
  text-align: left;
  padding: 0.75rem 0.9375rem;
}
.customDropdown .dropDown-item li a span,
.customDropdown .dropDown-item li span span {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #6c9bb4;
}
.customDropdown .dropDown-item li a > span,
.customDropdown .dropDown-item li span > span {
  padding: 0;
}
.customDropdown .dropDown-item li a:hover,
.customDropdown .dropDown-item li span:hover {
  background-color: #1126b2;
}
.customDropdown .dropDown-item li a:hover span,
.customDropdown .dropDown-item li a:hover .size,
.customDropdown .dropDown-item li span:hover span,
.customDropdown .dropDown-item li span:hover .size {
  color: #fff;
}

.list-comments .one-comment .comment-content {
  background-color: #f8fdff;
  border-radius: 0.625rem;
  padding: 1.25rem;
}
.list-comments .one-comment .comment-content + .comment-content {
  margin-top: 0.9375rem;
}
.list-comments .one-comment .comment-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}
@media (max-width: 500px) {
  .list-comments .one-comment .comment-head {
    display: block;
  }
}
.list-comments .one-comment .comment-head .date {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #666666;
}
@media (max-width: 500px) {
  .list-comments .one-comment .comment-head .date {
    margin-top: 0.9375rem;
  }
}
.list-comments .one-comment .desc {
  display: flex;
  flex-wrap: wrap;
}
.list-comments .one-comment .desc .toggledText {
  padding-left: 4.0625rem;
}
@media (max-width: 500px) {
  .list-comments .one-comment .desc .toggledText {
    padding-left: 0rem;
  }
}
.list-comments .one-comment p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
}
.list-comments .one-comment + .one-comment {
  margin-top: 0.9375rem;
}
.list-comments .subComment {
  margin-top: 0.625rem;
  padding-left: 3.75rem;
}
@media (max-width: 767px) {
  .list-comments .subComment {
    padding-left: 0.625rem;
  }
}
.list-comments .replay-comment {
  padding-left: 3.125rem;
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .list-comments .replay-comment {
    padding-left: 0.625rem;
  }
}
.list-comments .replay-comment + .replay-comment {
  margin-top: 0.9375rem;
}

.login-card .login-form .btn.btn-primary, .login-card .login-form .btn.btn-aquaWhite {
  margin: auto;
}

.attachments {
  padding-bottom: 1.5625rem;
}
.attachments h3 {
  font-size: 1.375rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.5625rem;
}
.attachments h3 span {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #999999;
}
.attachments .files-list {
  margin-top: 0rem;
}
.attachments .files-list .file-item {
  margin-bottom: 0.9375rem;
}

.data-loading {
  min-height: 15.625rem;
}
.data-loading-larg {
  min-height: 31.25rem;
}
.data-loading, .data-loading-larg {
  border-radius: 3px;
  background-image: url(../../images/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.dynamic-list-container {
  margin-bottom: 2.5rem;
}
.dynamic-list-container .dynamic-list .one-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5625rem;
}
.dynamic-list-container .dynamic-list .one-item .form-group {
  margin-bottom: 0;
  width: calc(100% - 3.75rem);
}
.dynamic-list-container .dynamic-list .one-item > .btn {
  margin-left: 1.875rem;
}
.dynamic-list-container .dynamic-list .one-item:first-child > .btn {
  display: none;
}

.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.error-container .vector-img {
  max-width: 23.75rem;
  margin-bottom: 3.75rem;
}
.error-container .vector-img img {
  width: 100%;
}
.error-container h3 {
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #eeae1a;
  margin-bottom: 1.25rem;
  text-align: center;
}
.error-container p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 2.5rem;
  text-align: center;
}
.error-container .btn {
  min-width: 10rem;
}

.read-more {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #8695ff;
}

.toggledText span.trimmed {
  display: none;
}

.read-more .more:before {
  content: "Read More";
}

.showAll .toggledText span.morePoints {
  display: none;
}
.showAll .toggledText span.trimmed {
  display: inline;
}
.showAll .read-more .more:before {
  content: "Read Less";
}

.btns-group {
  padding-top: 1.25rem;
}
.btns-group .discard-btn {
  background-color: transparent;
  color: #dc3500 !important;
}

.reason_notes {
  white-space: pre-wrap;
  text-align: left;
}
.reason_notes > div {
  text-align: left;
}

.g-recaptcha > div {
  margin: auto;
}

.group-info {
  margin-bottom: 1.5625rem;
}
.group-info > label {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #999999;
  margin-bottom: 0.3125rem;
}
.group-info > div b {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.group-info > div a {
  text-decoration: underline;
}
.group-info > div .profile-img-container {
  width: 2.8125rem;
  min-width: 2.8125rem;
  height: 2.8125rem;
  margin-right: 0.625rem;
}

.btn.toggle-accordion img {
  max-height: 1.5rem;
}

.cke_button__cut,
.cke_button__copy,
.cke_button__paste,
.cke_button__pastetext,
.cke_button__pastefromword,
.cke_button__unlink,
.cke_button__image,
.cke_button__source,
.cke_toolbar_last,
.cke_resizer {
  display: none !important;
}

.communications-links .communications-link {
  background-color: #f4f5ff;
  border-radius: 0.625rem;
  padding: 1.25rem 1.875rem;
  box-shadow: 0rem 0.1875rem 0rem #b0ccd8;
  display: block;
  height: 100%;
}
.communications-links .communications-link img {
  margin-bottom: 1.4375rem;
  width: 40px;
  height: 40px;
  display: block;
}
.communications-links .communications-link .communications-link-content {
  font-size: 1.375rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
  display: block;
}

.other-item label.error {
  transform: translate3d(0, 0, 0);
  padding-top: 0px;
  position: absolute;
  font-size: 0.5rem;
}

.form-group:has(.other-item label.error) {
  margin-bottom: 1.25rem;
}

.no-data-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}
.no-data-btn .btn.btn-primary, .no-data-btn .btn.btn-aquaWhite {
  margin: 0;
}

.bollating-note {
  text-align: left;
  white-space: pre-wrap;
  word-break: break-word;
}

.line-height-30 {
  line-height: 1.875rem;
  word-break: break-word;
}
.line-height-30 > * {
  margin-bottom: 1.25rem;
}

.rols-page-list .card {
  height: 100%;
}

.table .name-image.small .name {
  font-size: 1rem;
  font-weight: 400 !important;
}
.table .name-image.small .profile-img-container {
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
}

.site_settings input,
.site_settings select {
  padding-top: unset;
}
.site_settings textarea {
  margin-top: 0.9375rem !important;
}

.form-elements .title-container {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .form-elements .title-container {
    display: block;
  }
}
.form-elements .title-container .other-item {
  position: relative;
  margin-left: 0.625rem;
}
@media (max-width: 575px) {
  .form-elements .title-container .other-item {
    margin-top: 0.625rem;
  }
}
.form-elements .title-container .other-item .form-control {
  width: 6.1875rem;
  height: 2.5rem;
  padding: 0.8125rem 0.9375rem 0.25rem;
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.form-elements .title-container .other-item .form-control:focus ~ .form-control-placeholder {
  transform: translate3d(0, -45%, 0);
  font-size: 0.6875rem;
  line-height: 1.375rem;
  color: #999999;
}
.form-elements .title-container .other-item .form-control:not([value=""]) ~ label {
  transform: translate3d(0, -45%, 0);
  font-size: 0.6875rem;
  line-height: 1.375rem;
  color: #999999;
}
.form-elements .title-container .other-item .form-control-placeholder {
  top: 0.4375rem;
  left: 0.9375rem;
  font-size: 0.75rem;
}
.form-elements label {
  margin-bottom: 0rem;
  text-align: start;
}
.form-elements .eyeIcon {
  position: absolute;
  right: 1.5625rem;
  top: 0.9375rem;
  z-index: 4;
}
.form-elements .eyeIcon i {
  color: #666666;
}
.form-elements .eyeIcon .fa-eye-slash {
  color: #1126b2;
}
.form-elements .form-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.form-elements .form-check .forget-pass {
  color: #1126b2;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  .form-elements .form-check .forget-pass {
    font-size: 0.6875rem;
    line-height: 1.375rem;
  }
}
.form-elements .form-check .form-check-label {
  color: #555555;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 400;
}
@media (max-width: 575px) {
  .form-elements .form-check .form-check-label {
    font-size: 0.6875rem;
    line-height: 1.375rem;
  }
}
.form-elements .form-check .form-check-input {
  top: 0.125rem;
}
.form-elements textarea {
  height: 6.875rem !important;
  resize: none;
}

.has-error,
.error {
  font-weight: 500;
  color: #dc3545;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  display: block;
  padding-top: 0.4375rem;
}
@media (max-width: 575px) {
  .has-error,
  .error {
    font-size: 0.625rem;
    line-height: 1.125rem;
  }
}

input[type=checkbox] {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s ease;
  border: 2px solid #ccc;
}
input[type=checkbox]:hover {
  border-color: #ccc;
}
input[type=checkbox]:checked {
  background-color: #1126b2;
  border-color: #1126b2;
}
input[type=checkbox]:checked:hover {
  border-color: #1126b2;
}
input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: auto;
}
input[type=checkbox]:hover {
  border-color: #999;
}

.form-group {
  position: relative;
  margin-bottom: 1.5625rem;
}
.form-group > span {
  display: block;
  width: auto !important;
}
.form-group > span.clear {
  position: absolute;
  top: 0.9375rem;
  right: 0.3125rem;
  width: 1.875rem !important;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-size: 1.5625rem;
  cursor: pointer;
}
.form-group > span.clear:hover {
  color: #dc3545;
}
.form-group .group-title, .form-group .items-list .title, .items-list .form-group .title {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 500;
  margin: 0.9375rem 0;
}
.form-group.d-flex .group-title, .form-group.d-flex .items-list .title, .items-list .form-group.d-flex .title {
  margin-top: 0;
  margin-bottom: 0;
}

.form-group textarea {
  margin-top: 2.8125rem;
}
.form-group textarea ~ .form-control-placeholder {
  top: -1.625rem;
  left: 0px;
}
.form-group textarea:focus ~ .form-control-placeholder, .form-group textarea:not([value=""]) ~ .form-control-placeholder {
  transform: none !important;
  font-size: 0.875rem !important;
  line-height: 1.625rem !important;
  color: #999999;
  text-align: left;
}

.form-control-placeholder {
  position: absolute;
  top: 1rem;
  left: 1.5625rem;
  transition: all 200ms;
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  width: 100%;
  pointer-events: none;
}

#PhoneNumber::-moz-placeholder {
  text-align: right;
  transform: translate3d(0, -45%, 0);
  font-size: 0.6875rem;
  line-height: 1.375rem;
  color: #999999;
  z-index: 999;
}

#PhoneNumber::placeholder {
  text-align: right;
  transform: translate3d(0, -45%, 0);
  font-size: 0.6875rem;
  line-height: 1.375rem;
  color: #999999;
  z-index: 999;
}

.phone-container {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .phone-container {
    display: block;
  }
}
.phone-container > div:first-child {
  width: 35%;
}
@media (max-width: 575px) {
  .phone-container > div:first-child {
    width: 100%;
  }
}
.phone-container > div:last-child {
  width: calc(65% - 1.875rem);
  margin-left: 1.875rem;
}
@media (max-width: 575px) {
  .phone-container > div:last-child {
    margin-left: 0rem;
    width: 100%;
  }
}

.form-control {
  height: 3.4375rem;
  border: 1.5px solid rgba(108, 155, 180, 0.25);
  background-color: #fff;
  padding: 1.25rem 1.25rem 0;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-left: 3px;
}
.form-control:focus ~ .form-control-placeholder, .form-control:not([value=""]) ~ .form-control-placeholder {
  transform: translateY(-0.6875rem);
  font-size: 0.6875rem;
  line-height: 1.375rem;
  color: #999999;
}
.form-control.datepicker ~ label.form-control-placeholder, .form-control.datetimepicker ~ label.form-control-placeholder {
  padding-left: 1.5625rem;
  background-image: url(../../images/icons/date-picker-icon.svg);
  background-repeat: no-repeat;
  background-size: 0.875rem;
  background-position: left center;
}
.form-control::-moz-placeholder {
  color: #333333;
}
.form-control::placeholder {
  color: #333333;
}
.form-control[readonly] {
  background-color: #fff;
}

.phone-container .form-control {
  padding-right: 1.5625rem;
}

select.form-control {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background-image: none;
  appearance: none;
  background-image: url("../../images/menu-icon.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1.25rem);
  background-position-y: 50%;
}
select.form-control::-ms-expand {
  display: none;
}

textarea.form-control {
  min-height: 6.875rem;
}

.floating-select {
  width: 100%;
  display: block;
  outline: none;
}
.floating-select:focus ~ .select-floatLabel.floating-label {
  top: 1.25rem;
  transform: translate3d(0, -80%, 0);
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #999999;
}
.floating-select:not([value=""]):valid ~ .select-floatLabel.floating-label {
  top: 1.25rem;
  transform: translate3d(0, -80%, 0);
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #999999;
}

.select-floatLabel {
  top: 1.6875rem;
}

.radioBtns {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
.radioBtns > span {
  margin-right: 0.3125rem;
  color: #6e737a;
}
.radioBtns > div {
  margin-right: 0.625rem;
  margin-bottom: 0.125rem;
}
.radioBtns > div:last-child {
  margin-right: 0rem;
}
.radioBtns label {
  cursor: pointer;
  border: 1px solid #ced2d7;
  padding: 0.4375rem;
  line-height: 1.5rem;
  font-size: 1rem;
  color: #2e3339;
  font-weight: 500;
  background-color: #fafafb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4.0625rem;
  height: 2.375rem;
}
.radioBtns label:hover {
  box-shadow: 0rem 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.radioBtns input {
  opacity: 0;
  position: absolute;
}
.radioBtns input:checked + label {
  border-color: #0e2098;
  color: #fff;
  background-color: #0e2098;
}
.radioBtns input:focus:not(:checked) + label {
  border: 1px solid rgba(134, 149, 255, 0.8);
  color: #6c9bb4;
  background-color: rgba(244, 245, 255, 0.3);
}
.radioBtns p {
  padding-right: 0.9375rem;
}
.radioBtns.has-checkMark label {
  font-size: 0.875rem;
  line-height: 1.625rem;
  padding: 0.5625rem 1.875rem;
  white-space: nowrap;
}
.radioBtns.has-checkMark input:checked + label {
  padding-left: 2.5rem;
}
.radioBtns.has-checkMark input:checked + label:before {
  content: "";
  width: 0.625rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.0625rem;
  margin: auto;
  background-image: url(../../images/icons/check-mark-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.select2-container {
  width: 100%;
}
.select2-container.select2-container--default .select2-selection--multiple {
  border: 1.5px solid rgba(66, 98, 119, 0.2);
  background-color: #fff;
  padding: 1.25rem 1.5625rem 0;
  width: 100%;
  display: block;
  outline: none;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  position: relative;
}
.select2-container.select2-container--default .select2-selection--multiple::before {
  content: url("../../images/menu-icon.svg");
  position: absolute;
  right: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2940da;
  border-radius: 0rem;
  border-width: 0;
  margin-right: 0.625rem;
  min-width: 4.375rem;
  height: 1.4375rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 400;
  padding: 0.125rem 0.625rem;
  height: auto;
  white-space: pre-wrap;
}
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 400;
  padding-left: 0.4375rem;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--multiple {
  border: 1.5px solid rgba(66, 98, 119, 0.2);
}
.select2-container.select2-container--default.select2-container--open .select2-selection--multiple::before {
  transform: rotate(180deg);
}
.select2-container.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-radius: 0rem;
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #333333;
}
.select2-container.select2-container--default .select2-results__option {
  color: #333333;
  line-height: 1.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.9375rem 0;
  margin-bottom: 1.5rem;
  padding: 0rem 0.9375rem;
}

.select2-dropdown {
  border-width: 0;
  box-shadow: 0rem 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

.select2-container--open .select2-dropdown--below {
  border-width: 0;
  box-shadow: 0rem 0.625rem 1.25rem rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

label.select-floatLabel {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: rgba(51, 51, 51, 0.5);
  position: absolute;
  z-index: 1;
  top: 50%;
  top: 1rem;
  left: 1.5625rem;
  transition: all 0.2s ease 0s;
  pointer-events: none;
}
label.select-floatLabel.selected {
  top: 0rem;
  font-size: 12px;
  transform: translateY(0);
}

.select2-results__option[aria-selected=true] {
  display: none;
}

.select2-results__options li {
  display: flex;
  align-items: center;
}
.select2-results__options li .img-container {
  display: flex;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 0.625rem;
}
.select2-results__options li img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.roles-container {
  background-color: #f8f9ff;
  border-radius: 0.375rem;
  margin: 1.5625rem 0;
}
.roles-container .roles-head {
  padding: 1.40625rem 1.5625rem;
  background-color: #f1f5f8;
  border-radius: 0.375rem 0.375rem 0rem 0rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #2940da;
  font-weight: 400;
}
.roles-container .roles-listing {
  padding: 1.875rem;
}

.switch {
  display: inline-block;
  position: relative;
  height: 1.375rem;
  width: 3.125rem;
}
.switch input {
  display: none;
}
.switch .slider {
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  cursor: pointer;
  transition: 0.4s;
}
.switch .slider:before {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  height: 1.625rem;
  width: 1.625rem;
  left: 0;
  transition: 0.4s;
  background-color: #fff;
  transform: translateX(-5%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.switch .slider.round {
  border-radius: 1.0625rem;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #5168ff;
}
.switch input:checked + .slider:before {
  left: 100%;
  transform: translateX(-95%);
}
.switch input:disabled + .slider {
  opacity: 0.3;
}
.switch.small {
  height: 1.125rem;
  width: 2.5rem;
  min-width: 2.5rem;
}
.switch.small .slider:before {
  height: 1.375rem;
  width: 1.375rem;
}
.switch.small input:checked + .slider:before {
  left: 100%;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
  display: none;
}

.common-section {
  background-image: url("../../images/Texture.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.common-section .row {
  min-height: 100vh;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .common-section .row {
    padding: 1.875rem 0;
  }
}
.common-section .logo-container {
  text-align: center;
  margin-bottom: 2.5rem;
}
.common-section .logo-container img {
  max-width: 100%;
}
.common-section .haveAccount {
  margin-top: 3.75rem;
  text-align: center;
}
@media (max-width: 991px) {
  .common-section .haveAccount {
    margin-top: 1.875rem;
  }
}
.common-section .haveAccount span {
  font-weight: 400;
  color: #555555;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
@media (max-width: 575px) {
  .common-section .haveAccount span {
    display: block;
  }
}
.common-section .haveAccount a {
  font-weight: 500;
  color: #1126b2;
  font-size: 0.875rem;
  line-height: 1.625rem;
  padding-left: 0.4375rem;
}

.card-item {
  background-color: #fff;
  box-shadow: 0rem 0.3125rem 2.5rem rgba(0, 32, 72, 0.1);
  padding: 2.5rem 1.875rem;
}
@media (max-width: 575px) {
  .card-item {
    padding: 1.25rem 0.9375rem;
  }
}
.card-item h1 {
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-weight: 600;
  margin-bottom: 3.125rem;
  color: #333333;
  text-align: center;
}
@media (max-width: 575px) {
  .card-item h1 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    margin-bottom: 1.875rem;
  }
}

.common-section.registration-section .haveAccount {
  margin-top: 2.5rem;
}
@media (max-width: 575px) {
  .common-section.registration-section .haveAccount {
    margin-top: 1.25rem;
  }
}
.common-section.registration-section .btn {
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
.common-section.registration-section .terms {
  text-align: center;
}
.common-section.registration-section .terms span {
  font-weight: 400;
  color: #999999;
  font-size: 0.875rem;
  line-height: 1.625rem;
}
@media (max-width: 575px) {
  .common-section.registration-section .terms span {
    display: block;
  }
}
.common-section.registration-section .terms a {
  font-weight: 500;
  color: #1126b2;
  font-size: 0.875rem;
  line-height: 1.625rem;
  padding-left: 0.4375rem;
}

.nav-btn {
  border: 0;
  padding: 0;
  font-size: 0.1875rem;
  background: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}
.nav-btn img:first-child {
  display: none;
}
.nav-btn img:last-child {
  display: block;
}
.nav-btn.open img:first-child {
  display: block;
}
.nav-btn.open img:last-child {
  display: none;
}
.nav-btn > i {
  display: block;
  width: 8em;
  height: 1em;
  margin: 1em auto;
  background-color: #1126b2;
  transition: all linear 0.2s;
}
.nav-btn > i:first-child {
  transform: translate(-3em, 0.9em) rotateZ(-45deg);
  width: 50%;
}
.nav-btn > i:last-child {
  transform: translate(-3em, -0.9em) rotateZ(45deg);
  width: 50%;
}
.nav-btn:hover i {
  background-color: #0e1b71;
}

.main-wrapper {
  display: flex;
  position: relative;
  min-height: 100vh;
}
.main-wrapper.collape-side .content-wrapper {
  padding-left: 5rem;
}
.main-wrapper.collape-side aside.main-aside {
  width: 5rem;
  overflow: visible;
}
.main-wrapper.collape-side aside.main-aside .logo-container a {
  height: auto;
}
.main-wrapper.collape-side aside.main-aside .logo-container h6 {
  display: none;
  margin-left: -0.8125rem;
}
.main-wrapper.collape-side aside.main-aside .menu > ul > li > a {
  padding: 1.375rem 0.9375rem;
  justify-content: center;
}
.main-wrapper.collape-side aside.main-aside .menu > ul > li > a span, .main-wrapper.collape-side aside.main-aside .menu > ul > li > a i {
  display: none;
}
.main-wrapper.collape-side aside.main-aside .menu > ul > li:last-child ul {
  top: unset;
  bottom: 100%;
}
.main-wrapper.collape-side aside.main-aside .menu > ul > li ul {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 15.625rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none !important;
}
.main-wrapper.collape-side aside.main-aside .menu > ul > li ul li a {
  padding: 0.9375rem;
}
.main-wrapper.collape-side aside.main-aside .menu > ul > li ul li a span {
  white-space: nowrap;
  margin: 0;
}
.main-wrapper.collape-side aside.main-aside .menu > ul > li:hover > a span {
  display: flex;
  align-items: center;
  width: 15.625rem;
  height: 100%;
  margin: 0;
  padding: 0.9375rem;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  background-color: #fff;
  border: 1px solid rgba(17, 38, 178, 0.1);
  border-left-width: 0;
}
.main-wrapper.collape-side aside.main-aside .menu > ul > li:hover ul {
  display: block !important;
}
.main-wrapper.collape-side .main-header .nav-btn > i {
  transform: none;
  width: 8em;
}
.main-wrapper.collape-side .main-header h6 {
  display: block;
  margin: auto 0.625rem;
}
@media (max-width: 767px) {
  .main-wrapper.collape-side aside.main-aside {
    width: 0;
    overflow: hidden;
  }
  .main-wrapper.collape-side header.main-header .logo-container {
    display: block;
  }
  .main-wrapper.collape-side .content-wrapper {
    padding: 0;
    transform: none;
  }
}
@media (max-width: 1366px) {
  .main-wrapper aside.main-aside {
    width: 21.25rem;
  }
}
@media (max-width: 767px) {
  .main-wrapper:not(.collape-side) {
    overflow: hidden;
  }
  .main-wrapper .content-wrapper {
    padding: 0;
    transform: translateX(21.25rem);
  }
}

aside.main-aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 23.75rem;
  height: 100vh;
  background-color: #1126b2;
  box-shadow: 0 5px 10px rgba(0, 32, 72, 0.1);
  overflow: auto;
  transition: width linear 0.2s;
}
aside.main-aside .logo-container {
  background-color: #1126b2;
  text-align: center;
  padding: 1.375rem 0.9375rem;
  border-bottom: 1px solid rgba(17, 38, 178, 0.1);
  border-bottom: solid 0.0625rem #8695ff;
}
aside.main-aside .logo-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.25rem;
}
aside.main-aside .logo-container img {
  transition: all ease 0.2s;
  max-width: 100%;
  max-height: 100%;
}
aside.main-aside .logo-container h6 {
  margin: 0.9375rem 0 0;
  color: #fbfcff;
}
aside.main-aside .menu > ul > li {
  position: relative;
}
aside.main-aside .menu > ul > li a {
  padding: 1.375rem 2.1875rem;
  padding-right: 1.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  position: relative;
}
aside.main-aside .menu > ul > li a svg {
  width: 1.5625rem;
}
aside.main-aside .menu > ul > li a svg path {
  fill: #eef7fc;
}
aside.main-aside .menu > ul > li a span {
  margin-left: 1.25rem;
}
aside.main-aside .menu > ul > li a .arrow {
  width: 0.6875rem;
  height: 0.4375rem;
  margin-left: auto;
  background-image: url(../../images/icons/menu-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
aside.main-aside .menu > ul > li:hover > a, aside.main-aside .menu > ul > li.active > a {
  color: #1126b2;
  background-color: #fff;
}
aside.main-aside .menu > ul > li:hover > a svg path, aside.main-aside .menu > ul > li.active > a svg path {
  fill: #1126b2;
}
aside.main-aside .menu > ul > li.active > a {
  background-color: #f4f5ff;
}
aside.main-aside .menu > ul > li.active > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.3125rem;
  background-color: #dc3500;
}
aside.main-aside .menu > ul > li.active > a .arrow {
  background-image: url(../../images/icons/menu-icon-active.svg);
}
aside.main-aside .menu > ul > li.active ul {
  display: block;
}
aside.main-aside .menu > ul > li ul {
  display: none;
  background-color: #f8f9ff;
}
aside.main-aside .menu > ul > li ul li > a {
  padding-left: 6.25rem;
  color: #1126b2;
  border-top: 1px solid rgba(17, 38, 178, 0.2);
}
aside.main-aside .menu > ul > li ul li:hover a, aside.main-aside .menu > ul > li ul li.active a {
  background-color: #fff;
  color: #0e1b71;
}

.content-wrapper {
  flex: 100%;
  max-width: 100%;
  transition: all ease 0.3s;
  padding-left: 23.75rem;
}
@media (max-width: 1366px) {
  .content-wrapper {
    padding-left: 21.25rem;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 17.5rem;
  }
}

header.main-header {
  background-color: #f0f2ff;
  padding: 1.25rem 2.1875rem;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9;
}
header.main-header .logo-container {
  display: none;
  margin-right: 1.25rem;
}
header.main-header .logo-container img {
  max-height: 3.125rem;
}
header.main-header > h6 {
  display: none;
}
header.main-header .userAccount-drop {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: 2.1875rem;
}
header.main-header .userAccount-drop #arrow-up {
  display: none;
}
header.main-header .userAccount-drop #arrow-down {
  display: block;
}
header.main-header .userAccount-drop .profile-image {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: relative;
  box-shadow: 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  background-color: white;
}
header.main-header .userAccount-drop .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: auto;
}
header.main-header .userAccount-drop .profile-image span {
  margin: auto;
  border-radius: 50%;
  font-weight: 600;
}
header.main-header .userAccount-drop .profile-image:after {
  content: "";
  position: absolute;
  background-color: #00aa1d;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  right: 0.0625rem;
  z-index: 1;
  bottom: 0.0625rem;
}
header.main-header .userAccount-drop .user-name {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #333333;
  padding-left: 0.875rem;
  line-height: 1.4375rem;
  display: none;
}
@media (min-width: 576px) {
  header.main-header .userAccount-drop .user-name {
    display: initial;
  }
}
header.main-header .userAccount-drop .custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 13.4375rem;
  border-radius: 0rem;
  background-color: #fff;
  margin-top: 0.9375rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  transition: all ease 0.2s;
  z-index: 100;
  top: 120%;
  opacity: 0;
  visibility: hidden;
}
header.main-header .userAccount-drop .custom-dropdown-menu li {
  padding: 2px;
}
header.main-header .userAccount-drop .custom-dropdown-menu li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
header.main-header .userAccount-drop .custom-dropdown-menu li a {
  display: block;
  padding: 0.9375rem;
  color: #666666;
  border-radius: 0rem;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: 500;
  text-decoration: none;
}
header.main-header .userAccount-drop .custom-dropdown-menu li a svg {
  margin-right: 0.75rem;
}
header.main-header .userAccount-drop .custom-dropdown-menu li a:hover {
  color: #fff;
  background-color: #1126b2;
}
header.main-header .userAccount-drop .custom-dropdown-menu li a:hover svg path {
  fill: #fff;
}
header.main-header .userAccount-drop .custom-dropdown-menu::before {
  position: absolute;
  top: -0.625rem;
  left: 0.9375rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #fff;
}
@media (max-width: 576px) {
  header.main-header .userAccount-drop .custom-dropdown-menu {
    right: 0;
    left: auto;
  }
  header.main-header .userAccount-drop .custom-dropdown-menu::before {
    right: 8px;
    left: auto;
  }
}
header.main-header .userAccount-drop.active #arrow-up {
  display: block;
}
header.main-header .userAccount-drop.active #arrow-down {
  display: none;
}
header.main-header .userAccount-drop.active .custom-dropdown-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.notification-btn {
  position: relative;
}
.notification-btn > span {
  position: relative;
  display: block;
  cursor: pointer;
}
.notification-btn .notification-count {
  background-color: #dc3500;
  border: 1.5px solid #f0f2ff;
  border-radius: 4px;
  position: absolute;
  top: -6px;
  left: 10px;
  color: #fff;
  padding: 0 3px;
  height: 1.25rem;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.notification-btn svg path {
  fill: #1126b2;
}
@media (max-width: 500px) {
  .notification-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.notification-btn .notification-panel {
  margin-top: 0.9375rem;
  width: 31.25rem;
  max-width: calc(100vw - 160px);
  position: absolute;
  top: 100%;
  right: -0.625rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  transition: all ease 0.2s;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  z-index: 100;
}
.notification-btn .notification-panel.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.notification-btn .notification-panel::before {
  position: absolute;
  top: -0.625rem;
  right: 0.625rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #eeeeee;
}
.notification-btn .notification-panel .notification-header {
  display: flex;
  padding: 0.625rem 0.9375rem;
  background-color: #eeeeee;
}
.notification-btn .notification-panel .notification-header h3 {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  margin: 0;
}
.notification-btn .notification-panel .notification-list {
  max-height: 31.25rem;
  overflow: auto;
}
.notification-btn .notification-panel .notification-list div {
  border-left: 2px solid transparent;
}
.notification-btn .notification-panel .notification-list div.new {
  border-left-color: #1126b2;
}
.notification-btn .notification-panel .notification-list div a {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: inherit;
}
.notification-btn .notification-panel .notification-list div + div {
  border-top: 1px solid #cccccc;
}
.notification-btn .notification-panel .notification-list div:hover {
  background-color: #f5f5f5;
}
.notification-btn .notification-panel .notification-list div .title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.notification-btn .notification-panel .notification-list div .date {
  font-size: 0.8125rem;
}

.navbar.head-nav {
  padding: 1.875rem 0;
}
.navbar.head-nav h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
}
.navbar.head-nav .breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
}
.navbar.head-nav .breadcrumb .breadcrumb-item {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}
.navbar.head-nav .breadcrumb .breadcrumb-item a {
  font-weight: 500;
}
.navbar.head-nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.625rem;
}
.navbar.head-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url(../../images/icons/breadcrumb-arrow.svg);
  padding-right: 0.625rem;
}

.main-content {
  padding: 0 2.1875rem;
}

.page {
  min-height: calc(100vh - 16.25rem);
  padding: 3.75rem 0;
}
.page.error-page {
  height: calc(100vh - 75px);
  padding: 0;
}

footer {
  border-top: 1px solid #8695FF;
  padding: 1.875rem 0;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  color: #666666;
}

.page > .tabs {
  margin-bottom: 4.375rem;
}
.page > .list-container {
  margin-top: 3.75rem;
}

select.form-control {
  cursor: pointer;
}

.list-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-actions label {
  margin-bottom: 0px;
}
.list-actions > div {
  display: flex;
  align-items: center;
  margin-bottom: 0.3125rem;
}
@media (max-width: 580px) {
  .list-actions > div {
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) {
  .list-actions > div:last-child {
    justify-content: flex-end;
  }
}
.list-actions .list-count {
  margin-right: 1.5625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0px;
}
@media (max-width: 580px) {
  .list-actions .list-count {
    margin-bottom: 0.3125rem;
  }
}
.list-actions .list-count b {
  font-weight: 500;
  padding-right: 0.3125rem;
}
.list-actions .sort {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.list-actions .sort label {
  color: #888888;
  margin-right: 0.625rem;
}
.list-actions .sort .form-control {
  color: #666666;
  height: auto;
  line-height: inherit;
  padding: 0.625rem 0.9375rem;
  padding-right: 2.1875rem;
  background-color: transparent;
  background-position-x: calc(100% - 0.9375rem);
  max-width: 12.5rem;
}
.list-actions .search {
  margin-right: 1.5625rem;
  background-color: #fff;
  position: relative;
  width: 2.875rem;
  display: flex;
  overflow: hidden;
  direction: rtl;
  transition: width ease 0.2s;
}
.list-actions .search > form {
  display: flex;
  direction: ltr;
}
.list-actions .search:hover {
  box-shadow: 0 2px 5px rgba(23, 105, 159, 0.2);
}
.list-actions .search .btn {
  width: 2.875rem;
  height: 2.875rem;
  background-color: #f8f9ff;
}
.list-actions .search .btn img {
  max-height: 1.125rem;
}
.list-actions .search .btn:focus {
  box-shadow: none;
}
.list-actions .search input {
  border: 0;
  outline: none;
  padding: 0.625rem 0.9375rem;
}
.list-actions .search.active {
  width: 100%;
  box-shadow: 0 2px 5px rgba(23, 105, 159, 0.2);
}
.list-actions .search.active .btn {
  background-color: transparent;
}
.list-actions .filter-btn.btn {
  margin-right: 1.5625rem;
}

.filters-container {
  display: none;
  margin-top: 1.875rem;
}
.filters-container .card {
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 32, 72, 0.1);
}

.list-container .list-sam-paging {
  margin-top: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .list-container .list-sam-paging {
    display: block;
  }
}
.list-container .pag-nav {
  padding: 1.5625rem 0 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

[class^=table-responsive] .table td,
[class^=table-responsive] .table th {
  white-space: nowrap;
}
[class^=table-responsive] .table td:first-child {
  white-space: normal;
  width: 40%;
  min-width: 200px;
}

.users-managment .table td:first-child {
  width: auto;
  min-width: initial;
}
@media (min-width: 1140px) {
  .users-managment .table .name-image .name b {
    max-width: 250px;
    display: inline-block;
    white-space: break-spaces;
    vertical-align: top;
    word-break: break-word;
    margin-bottom: 2px;
  }
}

.list-multi-select {
  display: none;
  margin-top: 2.5rem;
  margin-bottom: -2.5rem;
}

.btn-action {
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  padding: 0;
  line-height: 2.5rem;
}
.btn-action img {
  max-height: 1.25rem;
}
.btn-action:hover {
  background-color: #e9ecff;
}

table.table {
  margin: 0;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 0rem;
  box-shadow: 0 5px 10px rgba(0, 32, 72, 0.1);
}
table.table th,
table.table td {
  vertical-align: middle;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
table.table th a,
table.table td a {
  color: #333333;
}
table.table th a:hover,
table.table td a:hover {
  color: #1126b2;
}
table.table thead {
  background-color: #fff;
}
table.table thead th {
  padding: 1.25rem;
  color: #999999;
  font-weight: 400;
}
table.table thead th a {
  color: #999999;
  padding-right: 0.9375rem;
  background-position: center right;
  background-size: 0.5rem;
  background-repeat: no-repeat;
}
table.table thead th a.order_by_desc {
  background-image: url(../../images/icons/dec-arrow.svg);
}
table.table thead th a.order_by_asc {
  background-image: url(../../images/icons/asc-arrow.svg);
}
table.table thead th:last-child {
  text-align: right;
}
table.table input {
  cursor: pointer;
}
table.table.no-head tbody tr:first-child td:first-child {
  border-top-left-radius: 0.625rem;
}
table.table.no-head tbody tr:first-child td:last-child {
  border-top-right-radius: 0.625rem;
}
table.table tbody tr:nth-child(odd) {
  background-color: #f4f5ff;
}
table.table tbody tr:nth-child(even) {
  background-color: #fbfcff;
}
table.table tbody tr td {
  padding: 1.25rem;
  border: 1px solid transparent;
}
table.table tbody tr td:not(:first-child) {
  border-left: 0;
}
table.table tbody tr td:not(:last-child) {
  border-right: 0;
}
table.table tbody tr td:last-child {
  text-align: right;
}
table.table tbody tr:hover td {
  border-color: #1126b2;
}
table.table .td-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.date {
  color: #333333;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 0.875rem;
}

.name-image {
  display: flex;
  align-items: center;
}
.name-image .profile-img-container {
  margin-right: 0.625rem;
}
.name-image .profile-img-container.rounded-0 {
  height: auto;
}
.name-image .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  word-break: break-word;
}
.name-image .name b {
  font-weight: 600;
  word-break: break-word;
}
.name-image .name div + div {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.name-image .name.no-image div:first-child {
  font-weight: 600;
  word-break: break-word;
}
.name-image .name.no-image div:last-child {
  font-weight: 500;
  word-break: break-word;
}
.name-image .name.only-name {
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.name-image.flag {
  flex-wrap: wrap;
}
.name-image.flag .profile-img-container {
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-radius: 0;
}
.name-image.with-count .profile-img-container {
  margin-right: 0.3125rem;
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
  box-shadow: 0rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.profile-img-container {
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  background-color: #fff;
}
.profile-img-container img {
  margin: auto;
  width: 100%;
}
.profile-img-container span {
  margin: auto;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 1.25rem;
  }
}
.pagination li a {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecff;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.pagination li a:hover:not(.disabled), .pagination li a.active:not(.disabled) {
  color: #fff;
  background-color: #1126b2;
}
.pagination li a:hover:not(.disabled) svg path, .pagination li a.active:not(.disabled) svg path {
  fill: #fff;
}
.pagination li a.disabled {
  opacity: 0.5;
}
.pagination li + li {
  margin-left: 0.625rem;
}

.memeber-list {
  display: flex;
  align-items: center;
}
.memeber-list li {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -0.625rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ebedef;
}
.memeber-list li img {
  width: 100%;
  border: 1.5px solid #f4f5ff;
  border-radius: 50%;
  min-height: 100%;
}
.memeber-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #8695ff;
  border: 1.5px solid #e9ecff;
  border-radius: 50%;
}
.memeber-list li:first-child {
  margin-left: 0rem;
}

.pattern-listing li {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  word-break: break-word;
  background-image: url(../../images/icons/bullet-icon.svg);
  background-position: left center;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
}

.cards-listing {
  padding-top: 1.875rem;
}
.cards-listing .one-card {
  cursor: pointer;
  background-color: #f4f5ff;
  border: 0px solid transparent;
  box-shadow: none;
}
.cards-listing .one-card.active {
  border: 4px solid #dc3500;
}
.cards-listing .one-card.not-active {
  opacity: 0.6;
}
.cards-listing .one-card .date {
  font-size: 1rem;
  line-height: 1.5rem;
}
.cards-listing .one-card .date .text {
  font-weight: 400;
  color: #999999;
  padding-right: 0.3125rem;
}
.cards-listing .one-card .date .value {
  font-weight: 500;
  color: #333333;
}
.cards-listing .one-card .date.full-date {
  font-weight: 600;
  color: #1126b2;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.cards-listing .one-card .badge-listing {
  height: -moz-max-content;
  height: max-content;
}
.cards-listing .one-card .badge-listing .badge.badge-primary {
  color: #666666;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.625rem;
  border-width: 0px;
  border-radius: 0.5rem;
}
.cards-listing .one-card .location {
  display: flex;
  align-items: center;
  height: calc(1.5rem * 2);
}
.cards-listing .one-card .location span {
  font-weight: 500;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: 0.5rem;
  overflow: hidden;
  word-break: break-word;
}
.cards-listing .one-card .one-card-desc {
  padding: 1.875rem;
  padding-bottom: 0.9375rem;
}
.cards-listing .one-card .one-card-desc > div:first-child {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5625rem;
}
.cards-listing .one-card .one-card-desc > p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cards-listing .one-card .one-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e9ecff;
  padding: 1.5625rem 1.875rem;
}
@media (max-width: 1191px) {
  .cards-listing .one-card .one-card-footer {
    display: block;
  }
}
.cards-listing .one-card .one-card-footer .action-list {
  display: flex;
  align-items: center;
}
@media (max-width: 1191px) {
  .cards-listing .one-card .one-card-footer .action-list {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .cards-listing .one-card .one-card-footer .action-list {
    flex-wrap: wrap;
  }
}
.cards-listing .one-card .one-card-footer .action-list li {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-right: 1px solid rgba(134, 149, 255, 0.4);
  border-radius: 1px;
}
.cards-listing .one-card .one-card-footer .action-list li span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
}
.cards-listing .one-card .one-card-footer .action-list li:first-child {
  padding-left: 0rem;
}
.cards-listing .one-card .one-card-footer .action-list li:last-child {
  padding-right: 0rem;
  border-width: 0px;
}
@media (max-width: 450px) {
  .cards-listing .one-card .one-card-footer .action-list li:last-child {
    width: 100%;
    padding-left: 0rem;
    padding-top: 0.9375rem;
  }
}
.cards-listing .one-card .one-card-footer .action-list .viewers-btn:hover span {
  color: #1126b2;
}
.cards-listing .one-card .one-card-footer .action-list .viewers-btn:hover svg path {
  fill: #1126b2;
}
.cards-listing .listing-items .row > div {
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .cards-listing .listing-items .row > div {
    margin-bottom: 1.875rem;
  }
}

.user-profile .one-card.userInfo {
  padding: 2.5rem 1.875rem;
}
@media (max-width: 991px) {
  .user-profile .one-card.userInfo {
    margin-bottom: 1.875rem;
  }
}
.user-profile .one-card.userInfo .info-data {
  padding: 1.875rem 0;
  text-align: center;
  border-bottom: 1px solid rgba(134, 149, 255, 0.3);
  border-radius: 1px;
}
.user-profile .one-card.userInfo .info-data .name {
  font-weight: 400;
  color: #333333;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-align: center;
  margin-bottom: 0.625rem;
  word-break: break-word;
}
.user-profile .one-card.userInfo .info-data .name strong {
  font-weight: 600;
  word-break: break-word;
}
.user-profile .one-card.userInfo .info-data .email {
  font-weight: 400;
  color: #333333;
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  margin-bottom: 1.5625rem;
  word-break: break-word;
}
.user-profile .one-card.userInfo .info-data .status {
  display: inline-block;
  width: 4.5625rem;
  height: 1.5625rem;
  background-color: #D9EED5;
  border-radius: 0.8125rem;
  text-align: center;
  padding: 0.15625rem 0.9375rem;
  font-weight: 400;
  color: #3B6D31;
  font-size: 0.875rem;
  text-transform: capitalize;
  line-height: 1.5rem;
}
@media (max-width: 1700px) {
  .user-profile .one-card.userInfo .btn-groups .btn {
    margin: 0rem 0.25rem;
    margin-bottom: 0.625rem;
  }
  .user-profile .one-card.userInfo .btn-groups .btn svg {
    margin-right: 0.3125rem;
  }
  .user-profile .one-card.userInfo .btn-groups .btn.outline-btn {
    padding: 0.625rem 0.78125rem;
  }
  .user-profile .one-card.userInfo .btn-groups .btn.outline-btn svg {
    margin-right: 0rem;
  }
}
.user-profile .one-card.userInfo .details {
  padding: 1.875rem 0;
}
.user-profile .one-card.userInfo .details > div:first-child {
  margin-bottom: 1.875rem;
}
.user-profile .one-card.userInfo .details > div > div {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  word-break: break-word;
}
.user-profile .one-card.userInfo .details > div > div.text {
  font-weight: 400;
  color: #999999;
}
.user-profile .one-card.userInfo .details > div > div .value {
  font-weight: 500;
  color: #333333;
}
.user-profile .one-card.card-table {
  padding-bottom: 1.875rem;
}
.user-profile .one-card.card-table .list-container {
  margin-top: 0rem;
}
.user-profile .one-card.card-table .list-container table thead tr th {
  color: #999999;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 0.875rem;
  padding: 1.25rem 1.875rem;
  white-space: nowrap;
}
.user-profile .one-card.card-table .list-container table tbody tr td {
  padding: 1rem 1.875rem;
}
.user-profile .one-card.card-table .list-container table tbody tr td .name div:first-child {
  font-weight: 600;
}
.user-profile .one-card.card-table .list-container table tbody tr td .name div:last-child {
  font-weight: 500;
}
.user-profile .one-card.card-table .list-container table tbody tr td .represented-org {
  display: flex;
  align-items: center;
}
.user-profile .one-card.card-table .list-container table tbody tr td .represented-org .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
  margin-right: 0.625rem;
}
.user-profile .one-card.card-table .list-container table tbody tr td .represented-org .type {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #2940da;
  border: 1px solid #8695FF;
  border-radius: 0.9375rem;
  padding: 0.25rem 0.625rem;
  height: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-profile .one-card.card-table .list-container table tbody tr td .profile-img-container {
  border-radius: 0;
}
.user-profile .one-card.card-table.org-table .list-container {
  margin-top: 0rem;
}
.user-profile .one-card.card-table.org-table .list-container table thead tr th:last-child {
  text-align: right;
}
.user-profile .one-card.card-table.org-table .list-container table tbody tr td:last-child {
  text-align: right;
}

.committe-modal .card, .toggle-cards .card {
  border-width: 0px;
  background-color: transparent;
}
.committe-modal .card > div, .toggle-cards .card > div {
  border: 1.5px dashed #6C9BB4;
  background-color: #f4f5ff;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}
.committe-modal .card > div .card-header, .toggle-cards .card > div .card-header {
  background-color: #f4f5ff;
  padding: 1.25rem;
  border-width: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.committe-modal .card > div .card-header > div:first-child, .toggle-cards .card > div .card-header > div:first-child {
  display: flex;
  align-items: center;
}
.committe-modal .card > div .card-header p, .toggle-cards .card > div .card-header p {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.committe-modal .card > div .card-header .head-icons, .toggle-cards .card > div .card-header .head-icons {
  margin-right: 0.625rem;
}
.committe-modal .card > div .card-header .head-icons img:first-child, .toggle-cards .card > div .card-header .head-icons img:first-child {
  display: none;
}
.committe-modal .card > div .card-header .head-icons img:last-child, .toggle-cards .card > div .card-header .head-icons img:last-child {
  display: block;
}
.committe-modal .card > div .card-header.collapsed .head-icons img:first-child, .toggle-cards .card > div .card-header.collapsed .head-icons img:first-child {
  display: block;
}
.committe-modal .card > div .card-header.collapsed .head-icons img:last-child, .toggle-cards .card > div .card-header.collapsed .head-icons img:last-child {
  display: none;
}
.committe-modal .card > div .card-body .form-group, .toggle-cards .card > div .card-body .form-group {
  margin-bottom: 1.25rem;
}
.committe-modal .card > div .card-body .form-control, .toggle-cards .card > div .card-body .form-control {
  color: #333333;
}
.committe-modal .card > div .card-body .form-control::-moz-placeholder, .toggle-cards .card > div .card-body .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.committe-modal .card > div .card-body .form-control::placeholder, .toggle-cards .card > div .card-body .form-control::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.committe-modal .card > div .card-body .title, .toggle-cards .card > div .card-body .title {
  color: #999999;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  margin-left: 0.625rem;
}
.committe-modal .card > div .card-body .input-group, .toggle-cards .card > div .card-body .input-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.committe-modal .card > div .card-body .input-group > div, .toggle-cards .card > div .card-body .input-group > div {
  width: 47%;
}

.committee-details .details-part1 {
  background-color: rgba(134, 149, 255, 0.03);
  border-radius: 0.625rem;
  padding: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .committee-details .details-part1 {
    margin-bottom: 1.875rem;
  }
}
.committee-details .details-part1 h2 {
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.875rem;
}
.committee-details .details-part1 .desc {
  margin-bottom: 1.25rem;
}
.committee-details .details-part1 .desc p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #333333;
}
.committee-details .details-part1 .btn-groups {
  margin-top: 0rem;
}
.committee-details .details-part1 .btn-groups button {
  margin-bottom: 0px;
}
.committee-details .details-part1 .btn-groups button:first-child {
  margin-left: 0rem;
}
.committee-details .details-part1 .btn-groups button:last-child {
  margin-right: 0rem;
}
.committee-details .details-part1 .details-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.committee-details .details-part1 .details-head > div:first-child {
  display: flex;
  align-items: center;
}
.committee-details .details-part1 .details-head .head-tag {
  margin-right: 1.5625rem;
  background-color: #e9ecff;
  padding: 0.5rem 0.625rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #666666;
}
.committee-details .details-part1 .role-listing ul li {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  background-image: url("../../images/bullet-icon.png");
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .committee-details .details-part1 .role-listing ul li {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.committee-details .details-part1 .role-listing ul li span {
  padding-left: 2.5rem;
}
.committee-details .details-part1 .role-listing ul li:last-child {
  margin-bottom: 0rem;
}
.committee-details .details-part2 {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .committee-details .details-part2 {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 992px) {
  .committee-details .details-part2 .committee-item {
    margin-bottom: 1.25rem;
  }
}
.committee-details .details-part2 .committee-item .text {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}
.committee-details .details-part2 .committee-item .value {
  display: flex;
  align-items: center;
}
.committee-details .details-part2 .committee-item .value span {
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #666666;
  padding-left: 0.3125rem;
}
.committee-details .details-part2 .manage-committee {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 1.53125rem 1.875rem;
  border-radius: 0.625rem;
  box-shadow: 0rem 0.125rem 0.25rem rgba(0, 32, 72, 0.1);
  min-width: 20.875rem;
  width: 100%;
  margin-bottom: 0.9375rem;
}
.committee-details .details-part2 .manage-committee p {
  margin-left: 0.9375rem;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #5168ff;
}

.committee-members h2 {
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
}
.committee-members h2 .count {
  color: #999999;
  font-size: 1.125rem;
  line-height: 1.875rem;
  vertical-align: middle;
  font-weight: 400;
}
.committee-members .list-actions {
  margin: 3.125rem 0 2.5rem;
}

.committee-modal .search-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5625rem;
}
.committee-modal .search-filter .form-group {
  min-width: 60%;
  margin: 0;
}
.committee-modal .search-filter .filter-btn {
  margin: 0;
}
.committee-modal .selected-list {
  padding-top: 0;
  padding-bottom: 0;
}
.committee-modal .selected-list .title {
  justify-content: space-between;
  padding: 0.625rem 0;
}
.committee-modal .selected-list .items-list {
  max-height: 15.9375rem;
}
.committee-modal .selected-list.active .toggle-btn img:first-child {
  display: none;
}
.committee-modal .selected-list.active .toggle-btn img:last-child {
  display: block;
}
.committee-modal .selected-list .selected-accord {
  display: none;
  padding: 0.4375rem 0;
}

.filter-section {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.filter-section .title {
  padding: 0.9375rem 1.25rem;
  background-color: #f4f5ff;
}
.filter-section > ul li {
  padding: 0.625rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-section > ul li .switch {
  margin: 0;
}
.filter-section > ul li > label {
  margin: 0;
  cursor: pointer;
}
.filter-section > ul li > label input {
  vertical-align: text-bottom;
  margin-right: 0.625rem;
}

.member-list-modal .items-list ul {
  max-height: 60vh;
  overflow: auto;
}

.list-accordion .accordion-item + .accordion-item {
  margin-top: 0.9375rem;
}
.list-accordion .accordion-item .item-header {
  padding: 0.9375rem;
  background-color: #f4f5ff;
  box-shadow: 0 2px 4px rgba(0, 32, 72, 0.1);
  transition: all ease 0.2s;
}
.list-accordion .accordion-item .item-header > .row {
  align-items: center;
}
.list-accordion .accordion-item .item-header > .row .toggle-btn {
  margin-left: auto;
}
.list-accordion .accordion-item .item-header .badge {
  margin: 1px;
  margin-right: 0.625rem;
}
.list-accordion .accordion-item .item-header .badge:last-child {
  margin-right: 0;
}
.list-accordion .accordion-item .item-content {
  display: none;
}
.list-accordion .accordion-item.active .item-header {
  background-color: #1126b2;
  border-radius: 0px;
  color: #fff;
}
.list-accordion .accordion-item.active .item-header .toggle {
  display: none;
}
.list-accordion .accordion-item.active .toggle-btn img:first-child {
  display: none;
}
.list-accordion .accordion-item.active .toggle-btn img:last-child {
  display: block;
}

.membership-info, .details-page-info {
  padding: 1.875rem;
  background-color: #f4f5ff;
  border-radius: 0.625rem;
  margin-bottom: 3.75rem;
  display: flex;
  align-items: flex-start;
}
.membership-info .img-container, .details-page-info .img-container {
  width: 13.75rem;
  height: 100%;
  min-width: 13.75rem;
  min-height: 13.75rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.5rem rgba(134, 149, 255, 0.15);
  display: flex;
  padding: 1.25rem;
  margin-right: 1.875rem;
}
.membership-info .img-container img, .details-page-info .img-container img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.membership-info .info-section, .details-page-info .info-section {
  flex: 1 0 0;
}
.membership-info .info-section .budge-actions, .details-page-info .info-section .budge-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.membership-info .info-section .budge-actions .badge, .details-page-info .info-section .budge-actions .badge {
  font-weight: 500;
  margin: 1px;
}
.membership-info .info-section > h1, .details-page-info .info-section > h1 {
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-weight: 600;
  margin: 1.5625rem 0;
  word-break: break-word;
}
.membership-info .info-section .info-list, .details-page-info .info-section .info-list {
  display: flex;
  align-items: center;
}
.membership-info .info-section .info-list.info-list, .details-page-info .info-section .info-list.info-list {
  margin-top: 1.5625rem;
}
.membership-info .info-section .info-list > div, .details-page-info .info-section .info-list > div {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999999;
  max-width: 38%;
}
.membership-info .info-section .info-list > div.flags-container, .details-page-info .info-section .info-list > div.flags-container {
  max-width: 70%;
}
.membership-info .info-section .info-list > div span, .details-page-info .info-section .info-list > div span {
  color: #333333;
  font-weight: 500;
}
.membership-info .info-section .info-list > div a, .details-page-info .info-section .info-list > div a {
  font-weight: 600;
  word-break: break-word;
}
.membership-info .info-section .info-list > div + div, .details-page-info .info-section .info-list > div + div {
  padding-left: 1.875rem;
  margin-left: 1.875rem;
  position: relative;
}
.membership-info .info-section .info-list > div + div::before, .details-page-info .info-section .info-list > div + div::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 1.125rem;
  background-color: rgba(134, 149, 255, 0.4);
}
@media (max-width: 767px) {
  .membership-info, .details-page-info {
    flex-wrap: wrap;
    justify-content: center;
  }
  .membership-info .img-container, .details-page-info .img-container {
    margin: 0 0 1.875rem;
  }
  .membership-info .info-section, .details-page-info .info-section {
    width: 100%;
    flex: auto;
  }
}

.membership-cards .row .one-card {
  height: 100%;
}

.contact-info h4 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0 0 0.3125rem;
}
.contact-info h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #666666;
  margin: 0;
}
.contact-info ul {
  margin-top: 2.5rem;
}
.contact-info ul li {
  display: flex;
  width: 100%;
}
.contact-info ul li + li {
  margin-top: 3.125rem;
}
.contact-info ul li img {
  width: 3.125rem;
  height: 3.125rem;
  min-width: 3.125rem;
  margin-right: 0.9375rem;
}
.contact-info ul li h6 {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #666666;
  margin: 0 0 0.25rem;
}
.contact-info ul li p {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 500;
  word-break: break-word;
}

.membership-scops {
  margin: 5rem 0;
}
.membership-scops .tree-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.membership-scops .tree-header h4 {
  font-size: 1.375rem;
  line-height: 2.375rem;
  margin-right: 1.875rem;
  font-weight: 600;
}

.suspended-reason {
  background-color: #b5bfff;
  width: 26.875rem;
  max-width: 100%;
}
.suspended-reason p {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #fff;
}
.suspended-reason p.date img {
  opacity: 0.6;
  height: 1rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  display: inline-block;
}
.suspended-reason p + p {
  margin: 0.9375rem 0 0;
}

.membership-modal-head {
  padding: 0.9375rem 1.875rem;
  background-color: #FBFEFF;
  box-shadow: 0 1px 0 #e9ecff;
}
.membership-modal-head .profile-img-container {
  border-radius: 0;
}

.membership-committee {
  margin-top: 3.75rem;
}
.membership-committee > h2 {
  margin-bottom: 1.875rem;
}
.membership-committee .badge-warning {
  background-color: transparent;
  color: #EEAE1A;
  border-color: #EEAE1A;
}

.scopes-page {
  margin-top: -1.875rem;
}
.scopes-page .treeview__level > div {
  background-color: #f4f5ff;
  border: 0.125rem solid #e9ecff;
  margin-left: -1.875rem;
}
.scopes-page .treeview__level > div:before {
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
}
.scopes-page .treeview__level > div .btn-actions .btn + .btn {
  margin-left: 0.3125rem;
}
.scopes-page .treeview > ul > li:before {
  height: calc(100% - 5rem);
}

.doc-modal .request-type-group input {
  position: absolute;
  opacity: 0;
}
.doc-modal .request-type-group input:checked + label {
  border: 0.15625rem solid #5168ff;
  box-shadow: 0 0.25rem 0.5rem rgba(17, 38, 178, 0.1);
}
.doc-modal .request-type-group input:checked + label h6 {
  font-weight: 600 !important;
}
.doc-modal .request-type-group input:checked + label:after {
  opacity: 1;
}
.doc-modal .request-type-group label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.375rem;
  cursor: pointer;
  background-color: rgba(244, 245, 255, 0.3);
  border-radius: 0.3125rem;
  border: 0.0625rem solid rgba(181, 191, 255, 0.8);
  flex-direction: column;
  text-align: center;
  padding: 0.9375rem;
  transition: all ease 0.2s;
}
.doc-modal .request-type-group label img {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
}
.doc-modal .request-type-group label h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #5168ff;
}
.doc-modal .request-type-group label:hover {
  border-color: #5168ff;
}
.doc-modal .request-type-group label:after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 1;
  opacity: 0;
  transition: opacity ease 0.2s;
}

.download-template {
  background-color: #f1f5f8;
  border-radius: 0.375rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
}
.download-template > div:last-child {
  margin-left: 0.9375rem;
}
.download-template > div > img {
  width: 9.0625rem;
}
.download-template > div h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  font-weight: 400;
}
.download-template > div > div {
  display: flex;
  margin: 0.9375rem 0;
}
.download-template > div .btn {
  padding: 0.75rem 1.5625rem;
  font-size: 1rem;
  color: #6c9bb4;
  border: 0.09375rem solid #6c9bb4;
  font-weight: 500;
  margin: 0;
}
.download-template > div .btn img {
  max-height: 1.375rem;
}
.download-template > div p.grey-text {
  color: #aaaaaa;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0;
  font-weight: 400;
}

.files-preview-container .attch-title {
  font-weight: 500;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 0.9375rem;
}
.files-preview-container .file-input-wrapper {
  position: relative;
}
.files-preview-container .file-input-wrapper > input {
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.files-preview-container .files-list {
  margin-top: 0.9375rem;
}
.files-preview-container .has-error {
  display: none;
}
.files-preview-container .clear-files {
  color: red;
  margin: 0 1.25rem;
  position: relative;
  z-index: 3;
}
.files-preview-container .file-item {
  display: flex;
  border: 1px solid rgba(17, 38, 178, 0.2);
  background-color: #f8f9ff;
  border-radius: 0rem;
  overflow: hidden;
}
.files-preview-container .file-item + .file-item {
  margin-top: 0.3125rem;
}
.files-preview-container .file-item:hover {
  border-color: #1126b2;
}
.files-preview-container .file-item .file-details {
  display: flex;
  align-items: center;
  padding: 0.625rem;
  flex: 0 0 calc(100% - 37px);
  max-width: calc(100% - 37px);
  text-align: left;
}
.files-preview-container .file-item .file-details .file-icon {
  margin-right: 0.625rem;
}
.files-preview-container .file-item .file-details .file-icon svg,
.files-preview-container .file-item .file-details .file-icon img {
  height: 1.875rem;
}
.files-preview-container .file-item .file-details > div:not(.file-icon) {
  flex: 0 0 calc(100% - 37px);
  max-width: calc(100% - 37px);
}
.files-preview-container .file-item .file-details label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  margin: 0;
}
.files-preview-container .file-item .file-details span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #aaaaaa;
  display: block;
  margin-top: 0.3125rem;
}
.files-preview-container .file-item .btn-actions .btn {
  margin: 0;
  background: none;
}
.files-preview-container .file-item .file-btn {
  flex: 0 0 37px;
}
.files-preview-container .file-item .file-btn > * {
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.files-preview-container .file-item .file-btn .download svg {
  width: 1rem;
}
.files-preview-container .file-item .file-btn .btn-delete {
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
.files-preview-container .file-item .file-btn .btn-delete:hover svg path {
  fill: #dc3545;
}

.dnd-container {
  position: relative;
  padding: 1.5625rem 0.9375rem;
  background-color: #f4f5ff;
  border: 1px dashed #9da4ae;
  border-radius: 0rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #9da4ae;
}
.dnd-container input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dnd-container label {
  cursor: pointer;
  color: #dc3500;
  margin: 0;
  text-decoration: underline;
  font-weight: 600;
}
.dnd-container img {
  height: 2.1875rem;
}
.dnd-container h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  margin: 0.9375rem 0 0.3125rem;
}
.dnd-container span {
  font-weight: 500;
  color: #9da4ae;
  margin-right: 0.625rem;
}

.fileover {
  animation: shake 1s;
  animation-iteration-count: infinite;
}

.document-details .document-details-head {
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0rem 0.25rem 0.5rem rgba(134, 149, 255, 0.15);
  margin-bottom: 3.125rem;
}
.document-details .document-details-head .circulated-committees {
  background-color: #fcf8f2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.document-details .document-details-head .circulated-committees > div:first-child {
  padding: 1.875rem 1.875rem 0rem 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.document-details .document-details-head .circulated-committees .desc {
  font-size: 1.375rem;
  line-height: 2.125rem;
  font-weight: 600;
  color: #333333;
  padding: 1.5625rem 1.875rem 0.9375rem 1.875rem;
}
.document-details .document-details-head .circulated-committees .circulated-committees-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.document-details .document-details-head .circulated-committees .circulated-committees-footer .download-item {
  flex: 1 0 0;
  text-align: left;
  padding-left: 1.875rem;
}
.document-details .document-details-head .circulated-committees .circulated-committees-footer .download-item .btn {
  display: inline-block;
}
.document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw {
  background-image: url(../../images/icons/doc-head-white-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 6.875rem;
  width: 16.5625rem;
  padding-left: 3.75rem;
  padding-top: 0.9375rem;
  display: flex;
}
@media (max-width: 1600px) {
  .document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw {
    padding-left: 4.375rem;
  }
}
@media (max-width: 340px) {
  .document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw {
    padding-left: 2.5rem;
  }
}
.document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw a {
  display: flex;
  margin: auto;
  align-items: center;
}
@media (max-width: 1200px) {
  .document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw a {
    padding: 0.625rem 1.25rem;
  }
}
.document-details .document-details-head .circulated-committees .circulated-committees-footer .withDraw a span {
  display: inline-block;
  white-space: pre-wrap;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #8695ff;
  padding-left: 0.4375rem;
}
.document-details .document-details-head .details-items {
  padding-bottom: 0.9375rem;
}
.document-details .document-details-head .details-items .one-item {
  margin-bottom: 2.8125rem;
}
.document-details .document-details-head .details-items .user-item {
  margin-top: 0.375rem;
}
.document-details .circulatedCommittees {
  padding-bottom: 2.5rem;
}
.document-details .files-list .file-item {
  margin-bottom: 0.9375rem;
}
.document-details .comment-title {
  font-size: 1.375rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.875rem;
}
.document-details .comment-title .count-number {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 400;
  color: #999999;
  padding-left: 0.625rem;
}
.document-details .noDraft-documents {
  padding-bottom: 2.5rem;
}
.document-details .noDraft-documents .noDraft-img img {
  width: 100%;
}
.document-details .noDraft-documents .noDraft-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.document-details .noDraft-documents .noDraft-content h4 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.25rem;
}
.document-details .noDraft-documents .noDraft-content p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #333333;
}
@media (min-width: 1200px) {
  .document-details .noDraft-documents .noDraft-content p {
    width: 90%;
  }
}
.document-details .vertical-tabs .tab-content .details-items {
  padding: 0px;
}
.document-details .vertical-tabs .tab-content .details-items .one-item {
  margin-bottom: 2.8125rem;
}
.document-details .vertical-tabs .tab-content .tabs {
  margin-top: 2.1875rem;
  margin-bottom: 1.875rem;
}
.document-details .vertical-tabs .tab-content table.table {
  box-shadow: none;
}
.document-details .vertical-tabs .tab-content table.table .committee-name {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
}
.document-details .vertical-tabs .tab-content table.table .voted-on {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #333333;
}
.document-details .vertical-tabs .accordion-default {
  margin-top: 5.625rem;
}
.document-details .vertical-tabs .accordion-default .item .item-body {
  padding-bottom: 0rem;
}
@media (max-width: 575px) {
  .document-details .vertical-tabs .accordion-default .item .item-body {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.document-details .vertical-tabs .draft-document .badge-listing {
  padding-bottom: 0.625rem;
}
.document-details .vertical-tabs .draft-document h3 {
  font-size: 1.375rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.25rem;
}
.document-details .vertical-tabs .draft-document .files-preview-container {
  height: 100%;
  margin-right: 1.875rem;
}
@media (max-width: 1600px) {
  .document-details .vertical-tabs .draft-document .files-preview-container {
    margin-right: 0rem;
  }
}
.document-details .vertical-tabs .draft-document .files-preview-container .files-list {
  margin-top: 0rem;
  height: 100%;
}
.document-details .vertical-tabs .draft-document .files-preview-container .files-list .file-item {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .document-details .vertical-tabs .draft-document .files-preview-container .files-list .file-item {
    margin-bottom: 1.25rem;
    height: auto;
  }
}
.document-details .vertical-tabs .draft-document .details-items > .row > div {
  margin-bottom: 2.5rem;
}
.document-details .vertical-tabs .draft-document .details-items .one-item {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .document-details .vertical-tabs .draft-document .details-items .one-item {
    margin-bottom: 1.25rem;
  }
}
.document-details .vertical-tabs .draft-document .details-items .label-text {
  margin-bottom: 0.125rem;
}
.document-details .vertical-tabs .draft-document .accordion-default {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
.document-details .vertical-tabs .draft-document-details .info-list li {
  padding: 0px;
  border-width: 0px;
}
.document-details .vertical-tabs .draft-document-details .details-items .one-item {
  margin-bottom: 1.875rem;
}
.document-details .no-comments {
  padding: 6.25rem 0;
}
.document-details .no-comments p {
  margin-top: 1.875rem;
}
.document-details .comments-container {
  padding-bottom: 2.5rem;
}
.document-details .comments-container .list-actions {
  margin-bottom: 1.875rem;
}
.document-details .comments-container .list-actions > div > .btn {
  width: 2.875rem;
  height: 2.875rem;
  background-color: #fff;
  padding: 0.625rem;
  box-shadow: 0rem 0.125rem 0.3125rem rgba(23, 105, 159, 0.1);
}
.document-details .comments-container .list-actions > div > .btn img {
  max-height: 100%;
  max-width: 100%;
}
.document-details .comments-container .list-actions > div .sort {
  margin-bottom: 0rem;
  margin-right: 1.5625rem;
}
.document-details .comments-container .list-actions > div .sort .form-control {
  min-width: 9.125rem;
}
.document-details .comments-container .list-actions .group-title, .document-details .comments-container .list-actions .items-list .title, .items-list .document-details .comments-container .list-actions .title {
  color: #333333;
  margin-bottom: 0;
  font-weight: 500;
}
.document-details .comments-container .list-accordion .accordion-item .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
}
.document-details .comments-container .list-accordion .accordion-item.active .text {
  color: #fff;
}
.document-details .comments-container .list-accordion .accordion-item.active .item-content {
  box-shadow: 0rem 0.3125rem 0.625rem rgba(0, 32, 72, 0.08);
}
.document-details .comments-container .list-accordion .accordion-item .item-content {
  padding: 1.875rem;
  padding-bottom: 0rem;
}
@media (max-width: 991px) {
  .document-details .comments-container .list-accordion .accordion-item .item-header > .row > div {
    margin-bottom: 1.25rem;
  }
}
.document-details .comments-container .show-more {
  margin-top: 2.8125rem;
}
.document-details .comments-container .show-more > button {
  margin: auto;
}
@media (max-width: 575px) {
  .document-details .comments-container .show-more > button {
    width: 100%;
  }
}

.vertical-tabs .nav-tabs {
  display: block;
  border-bottom: 0px !important;
}
@media (max-width: 991px) {
  .vertical-tabs .nav-tabs {
    display: flex;
  }
}
.vertical-tabs .tabs-left {
  border-bottom-width: 0px;
  position: sticky;
  top: 5rem;
}
.vertical-tabs .tabs-left > li {
  float: none;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .vertical-tabs .tabs-left > li {
    width: 100%;
  }
}
.vertical-tabs .tabs-left > li > a {
  margin-right: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 600;
  color: #8695ff;
  background-color: #f8f9ff;
  border-radius: 0rem;
  margin: 0rem;
  padding: 1.5rem 1.25rem;
  box-shadow: 0rem 0.125rem 0rem rgba(134, 149, 255, 0.05);
}
@media (max-width: 1191px) {
  .vertical-tabs .tabs-left > li > a {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}
@media (max-width: 991px) {
  .vertical-tabs .tabs-left > li > a {
    margin-right: 0.625rem;
  }
}
.vertical-tabs .tabs-left > li > a:hover, .vertical-tabs .tabs-left > li > a.active {
  background-color: #FFFFFF;
  border-left: 0.3125rem solid #8695ff;
  color: #8695ff;
}
.vertical-tabs .tab-content {
  padding: 2.5rem;
  background-color: #FFFFFF;
  border-radius: 0 0.625rem 0.625rem 0.625rem;
  box-shadow: 0rem 0.25rem 0.5rem rgba(134, 149, 255, 0.15);
  padding-bottom: 0rem;
}
.vertical-tabs .title {
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 3.125rem;
}

.timeline {
  padding-bottom: 2.5rem;
}
.timeline ul li {
  display: flex;
  align-items: center;
}
.timeline ul li .item-date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #999999;
  min-width: 12.5rem;
  position: relative;
  padding: 0.9375rem 0px;
  padding-right: 1.3125rem;
}
.timeline ul li .item-date::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-image: url("../../images/icons/Point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -0.5625rem;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 2;
}
.timeline ul li .item-text {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding: 0.9375rem 0px;
  padding-left: 1.3125rem;
}
.timeline ul li .item-text::before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #8695FF;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 0px;
}
.timeline ul li:first-child .item-date::after {
  border-radius: 2px 2px 0px 0px;
}
.timeline ul li:last-child .item-date::after {
  border-radius: 0px 0px 2px 2px;
}

.highcharts-figure, .highcharts-data-table table {
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
@media (max-width: 576px) {
  .highcharts-figure, .highcharts-data-table table {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 577px) {
  .highcharts-figure, .highcharts-data-table table {
    max-width: 500px;
  }
}

.highcharts-credits {
  display: none;
}

.highchart-Item {
  margin: -80px 0;
}

.highcharts-background {
  fill: transparent;
}

.cards-listing.custom-lisitng {
  position: relative;
  display: flex;
}
.cards-listing.custom-lisitng.active .listing-items {
  width: calc(50% - 0.9375rem);
  margin-right: 1.875rem;
}
@media (max-width: 991px) {
  .cards-listing.custom-lisitng.active .listing-items {
    width: 100%;
    margin-right: 0rem;
  }
}
.cards-listing.custom-lisitng.active .listing-items > .row > div {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cards-listing.custom-lisitng.active .listing-items > .row > div:first-child {
  margin-bottom: 1.875rem;
}
.cards-listing.custom-lisitng.active .listing-items > .row > div:last-child {
  margin-bottom: 0rem;
}
.cards-listing.custom-lisitng .listing-items {
  width: 100%;
}
.cards-listing.custom-lisitng.meeting-list .topic-details-container .first-content > div:first-child > p {
  padding-bottom: 1.875rem;
}
.cards-listing.custom-lisitng.meeting-list .topic-details-container .memeber-list li span {
  color: #D29300;
  border: 1.5px solid #FCF8F2;
}
.cards-listing.custom-lisitng.meeting-list .topic-details-container .memeber-list li img {
  border-color: #FCF8F2;
}

.topic-details-container {
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(134, 149, 255, 0.15);
  position: relative;
  right: -100%;
  width: calc(50% - 0.9375rem);
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  padding-bottom: 1.25rem;
  transition: all ease 0.5s;
  position: sticky;
  top: 2.375rem;
  height: calc(100vh - 2.375rem);
}
@media (max-width: 991px) {
  .topic-details-container {
    position: fixed;
    width: calc(100% - 4.375rem);
    height: 100%;
  }
}
.topic-details-container.active-topic {
  right: 0px;
  display: block;
  padding-bottom: 3.125rem;
}
.topic-details-container .topic-head {
  padding: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topic-details-container .topic-head .close-btn {
  width: 1.125rem;
  height: 1.125rem;
}
.topic-details-container .topic-head .close-btn img {
  width: 100%;
}
.topic-details-container .first-content > div:first-child {
  padding: 1.875rem;
  background-color: #FCF8F2;
}
.topic-details-container .first-content > div:first-child > div:first-child {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5625rem;
}
.topic-details-container .first-content > div:first-child > p {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  color: #333333;
  padding-bottom: 0.9375rem;
  word-break: break-word;
}
.topic-details-container .first-content > div:first-child .date {
  font-size: 1rem;
  line-height: 1.5rem;
}
.topic-details-container .first-content > div:first-child .date .text {
  font-weight: 400;
  color: #999999;
  padding-right: 0.3125rem;
}
.topic-details-container .first-content > div:first-child .date .value {
  font-weight: 500;
  color: #333333;
}
.topic-details-container .first-content .badge-listing .badge {
  height: -moz-max-content;
  height: max-content;
}
.topic-details-container .first-content .badge-listing .badge.badge-primary {
  color: #666666;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.625rem;
  border-width: 0px;
  border-radius: 0.5rem;
}
.topic-details-container .first-content .content-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9ff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 1.5625rem 1.875rem;
}
@media (max-width: 991px) {
  .topic-details-container .first-content .content-footer {
    display: block;
  }
}
@media (max-width: 991px) {
  .topic-details-container .first-content .content-footer .memeber-list {
    margin-top: 0.9375rem;
  }
}
.topic-details-container .topic-details {
  padding: 1.875rem;
}
.topic-details-container .topic-details > div > label {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0px;
  padding-bottom: 1.25rem;
}
.topic-details-container .topic-details > div > p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #333333;
  padding-bottom: 2.5rem;
}
.topic-details-container .topic-details .more-data h3 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #333333;
  padding-bottom: 1.25rem;
}
.topic-details-container .topic-details .more-data + .line {
  margin-top: 0.625rem;
}
.topic-details-container .topic-details .details-items {
  padding: 0px;
}
.topic-details-container .topic-details .details-items > .row > div {
  margin-bottom: 1.875rem;
}
.topic-details-container .member-comments h3 {
  font-size: 1.375rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.5625rem;
}
.topic-details-container .member-comments h3 span {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #999999;
}
.topic-details-container .member-comments .list-comments .one-comment .comment-details {
  padding-left: 4.125rem;
}
.topic-details-container .member-comments .list-comments .one-comment .comment-details .desc {
  margin-bottom: 1.25rem;
}
.topic-details-container .member-comments .list-comments .one-comment .comment-details .desc p {
  padding-left: 0rem;
  position: relative;
}
.topic-details-container .member-comments .list-comments .one-comment .comment-details .desc a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #8695ff;
}
.topic-details-container .member-comments .addComment-container {
  background-color: #EEF7FC;
  border-radius: 0.625rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
}
.topic-details-container .member-comments .addComment-container .addComment {
  display: flex;
  align-items: center;
}
.topic-details-container .member-comments .addComment-container .addComment .form-group {
  margin-bottom: 0rem;
  width: calc(100% - 3.125rem);
}
.topic-details-container .member-comments .addComment-container .btns {
  margin-top: 1.25rem;
  position: relative;
  display: flex;
}
.topic-details-container .member-comments .addComment-container .btns > .btn {
  margin-left: auto;
}
.topic-details-container .member-comments .addComment-container .btns .dnd-container {
  padding: 0px;
  background-color: transparent;
  border-width: 0px;
  position: absolute;
  right: 13.125rem;
  top: 0.75rem;
}
.topic-details-container .member-comments .addComment-container .btns .dnd-container label img {
  width: 1.5625rem;
  height: auto;
}
.topic-details-container .member-comments .comment-action-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topic-details-container .member-comments .comment-action-list > div {
  position: relative;
  cursor: pointer;
}
.topic-details-container .member-comments .comment-action-list > div::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #8695FF;
  border-radius: 50%;
  top: 50%;
}
.topic-details-container .member-comments .comment-action-list > div:first-child::before {
  display: none;
}
.topic-details-container .member-comments .comment-action-list .likeAction {
  display: flex;
  align-items: center;
}
.topic-details-container .member-comments .comment-action-list .likeAction span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #666666;
  padding-left: 0.3125rem;
}
.topic-details-container .member-comments .comment-action-list .likeAction > button {
  padding-right: 1.25rem;
}
.topic-details-container .member-comments .comment-action-list .likeAction > button > img {
  max-height: 1.25rem;
}
.topic-details-container .member-comments .comment-action-list .likeAction img.with-bg {
  display: none;
}
.topic-details-container .member-comments .comment-action-list .replayAction, .topic-details-container .member-comments .comment-action-list .deleteAction {
  padding: 0 1.5625rem;
}
.topic-details-container .member-comments .comment-action-list .replayAction button img, .topic-details-container .member-comments .comment-action-list .deleteAction button img {
  max-height: 0.9375rem;
}
.topic-details-container .member-comments .comment-action-list .replayAction span, .topic-details-container .member-comments .comment-action-list .deleteAction span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
  padding-left: 0.3125rem;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .download-dropDown {
  margin: 0px;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown {
  margin: 0 0.9375rem;
  padding: 0.3125rem 0.625rem;
  display: flex;
  align-items: center;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #333333;
  padding-left: 0.3125rem;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown img.up {
  display: none;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown.active {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.5625rem;
  border: 1.5px solid #6C9BB4;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown.active + .dropDown-item {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .attchment-dropDown.active .drop-icon {
  transform: rotate(180deg);
}
.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item {
  right: -4.375rem;
  min-width: 31.25rem;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a:hover {
  background-color: #1126b2;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a:hover span, .topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a:hover .size {
  color: #fff;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a > div {
  display: flex;
  align-items: center;
  max-width: calc(100% - 50px);
}
.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a span {
  padding: 0px;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li a .size {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #6C9BB4;
  padding-left: 0.3125rem;
}
.topic-details-container .member-comments .comment-action-list .customDropdown .dropDown-item ul li img {
  max-height: 1.25rem;
  margin-right: 0.9375rem;
}
.topic-details-container .member-comments .subComment, .topic-details-container .member-comments .replay-comment {
  display: none;
}
.topic-details-container .pattern-listing h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 1.25rem;
}
.topic-details-container .Minutes-Meetings {
  background-color: #e9ecff;
  margin: 0 -1.875rem 2.5rem -1.875rem;
  padding: 2.5rem 1.875rem 1.5625rem 1.875rem;
}
.topic-details-container .Minutes-Meetings .pattern-listing h3 {
  margin-bottom: 0rem;
}
.topic-details-container .Minutes-Meetings .listing-head {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topic-details-container .Minutes-Meetings .attachments {
  padding-bottom: 0rem;
}
.topic-details-container .Minutes-Meetings p {
  word-break: break-word;
}

.sticky-actions {
  position: sticky;
  bottom: 0;
  padding: 2.5rem 1.25rem;
  background-color: #2940da;
  box-shadow: 0 -0.9375rem 0.9375rem rgba(0, 32, 72, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 999;
  margin: 1.875rem -2.1875rem 0;
}
.sticky-actions .btn + .btn {
  margin-left: 1.875rem;
}
.sticky-actions .btn.btn-outline, .sticky-actions .sweet-alert .btn.cancel, .sweet-alert .sticky-actions .btn.cancel {
  border: 1.5px solid #e0e8ec;
}
.sticky-actions .btn.btn-outline:hover, .sticky-actions .sweet-alert .btn.cancel:hover, .sweet-alert .sticky-actions .btn.cancel:hover, .sticky-actions .btn.btn-outline:focus, .sticky-actions .sweet-alert .btn.cancel:focus, .sweet-alert .sticky-actions .btn.cancel:focus {
  color: #FFF;
  background-color: #1b6c98;
}
.sticky-actions .btn.btn-primary:not(.btn-outline):hover, .sticky-actions .btn.btn-aquaWhite:not(.btn-outline):hover {
  color: #fff;
  background-color: #0087d0;
}

.cke_contents {
  height: auto !important;
  height: 5.625rem !important;
}

.cke_chrome {
  border: 1.5px solid rgba(108, 155, 180, 0.25);
  border-radius: 0.25rem !important;
}

.cke_reset {
  border-radius: 0.25rem !important;
}

.cke_bottom {
  border-width: 0px !important;
  border-radius: 0 0 0.25rem 0.25rem !important;
  background-color: #f4f5ff !important;
}

.configuration-page .list-actions {
  margin-bottom: 2.5rem;
}
.configuration-page .list-actions .list-count {
  font-size: 1.625rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
}
.configuration-page .list-actions .list-count b {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  color: #999999;
}
.configuration-page .category-listing > .row > div + div {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .configuration-page .category-listing > .row > div {
    margin-bottom: 1.875rem;
  }
}
.configuration-page .category-listing .one-category {
  background-color: #F2F9FC;
  border-radius: 0.625rem;
  border: 1.5px solid rgba(134, 149, 255, 0.5);
  padding: 1.25rem;
}
.configuration-page .category-listing .one-category .date {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}
.configuration-page .category-listing .one-category .date .text {
  font-weight: 400;
  color: #999999;
  padding-right: 0.3125rem;
}
.configuration-page .category-listing .one-category .date .value {
  font-weight: 500;
  color: #333333;
}
.configuration-page .category-listing .one-category p {
  font-size: 1.375rem;
  line-height: 2.375rem;
  font-weight: 600;
  color: #333333;
}
.configuration-page .list-accordion .accordion-item .item-header {
  padding: 1.25rem;
}
.configuration-page .list-accordion .accordion-item.active {
  box-shadow: 0rem 0.3125rem 0.625rem rgba(0, 32, 72, 0.08);
}
.configuration-page .list-accordion .accordion-item.active .item-content {
  border-radius: 0 0 0.625rem 0.625rem;
}
.configuration-page .list-accordion .accordation-head {
  padding: 0 1.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .configuration-page .list-accordion .accordation-head {
    display: none;
  }
}
.configuration-page .list-accordion .accordation-head .row > div {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #999999;
}
.configuration-page .list-accordion .item-content {
  background-color: #fff;
  padding: 1.5625rem;
}
.configuration-page .list-accordion .item-content select.form-control {
  padding-top: 0rem;
  background-position-x: 98.5%;
}
.configuration-page .list-accordion .item-content .select2-container {
  width: 100% !important;
}
.configuration-page .list-accordion .item-content .select2-container.select2-container--default .select2-selection--multiple {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.configuration-page .list-accordion .item-content .form-group label {
  padding-left: 0.625rem;
}
@media (max-width: 991px) {
  .configuration-page .list-accordion .item-content .form-group label {
    margin-bottom: 0.9375rem;
  }
}

.details-page-info {
  margin-bottom: 3.125rem;
}
.details-page-info .group-info {
  margin-bottom: 1.875rem;
}
.details-page-info .info-desc {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 600;
  padding: 0.625rem 0;
}

ul.summary li {
  margin-bottom: 3.75rem;
}
ul.summary li .sum-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
ul.summary li .sum-info .stat {
  display: flex;
  align-items: center;
}
ul.summary li .sum-info .stat .perc {
  color: #1126b2;
}
ul.summary li .sum-info .stat span:not(.perc) {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  font-weight: 400;
  margin-left: 0.1875rem;
}
ul.summary li .progress {
  height: 0.625rem;
}

.status-card {
  padding: 2.1875rem 1.25rem;
  background-color: #F2F9FC;
  border-radius: 0.625rem;
}
.status-card h4 {
  font-size: 1.75rem;
  color: #0B4793;
  font-size: 1.625rem;
  line-height: 2.375rem;
  margin: 0 0 0.3125rem;
}
.status-card h5 {
  color: #b5bfff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin: 0 0 0.625rem;
}
.status-card h6 {
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}
.status-card .status-summary {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid rgba(134, 149, 255, 0.3);
}
.status-card .status-summary .count {
  display: block;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 600;
}
.status-card .status-summary span + span {
  color: #b5bfff;
  font-size: 0.875rem;
  line-height: 1.625rem;
}/*# sourceMappingURL=style.css.map */