@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,400;0,500;0,700;0,800;0,900;1,600&display=swap);
@charset "UTF-8";
.accordion.landing-page-faq-accordion .card {
  border-radius: 8px !important;
  border: none !important;
  overflow: hidden;
}
.accordion.landing-page-faq-accordion .card .card-header {
  border-bottom: none;
  position: relative;
  cursor: pointer;
  background: #fff !important;
  border-radius: none !important;
}
.accordion.landing-page-faq-accordion .card .card-header .accordion-icons {
  transform: rotate(-90deg);
  transition: all 0.5s ease;
}
.accordion.landing-page-faq-accordion .card .card-header .accordion-icons i {
  color: var(--color21);
  font-size: 22px;
  transition: all 0.5s ease;
  display: flex;
}
.accordion.landing-page-faq-accordion .card .card-header .accordion-icons.active {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.accordion.landing-page-faq-accordion .card .card-header .accordion-icons.active i {
  color: var(--brandColor);
}

.accordion.landing-page-faq-accordion {
  margin-top: 40px;
}

.accordion.landing-page-faq-accordion:not(:last-child) {
  margin-bottom: 15px;
}

.accordion.landing-page-faq-accordion .card {
  margin-bottom: 0px;
}

.accordion.landing-page-faq-accordion .card .card-header {
  border-radius: none;
  padding: 16px 0px 16px 16px;
  background: #F7FCFF;
}

.accordion.landing-page-faq-accordion .card .card-header .accordion-icons {
  position: absolute;
  top: 18px;
  right: 25px;
}

.accordion.landing-page-faq-accordion .card .card-header h2 {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  color: #212529;
  margin-right: 94px;
  line-height: 26px;
}

.accordion.landing-page-faq-accordion .card .card-header h2.active {
  color: var(--brandColor);
}

.accordion.landing-page-faq-accordion .card .card-header h2 .inner-link {
  color: var(--brandColor);
}

.accordion.landing-page-faq-accordion .card .card-body {
  padding: 15px 70px 22px 16px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #212529;
  line-height: 30px;
  background: #F7FCFF;
}

.accordion.landing-page-faq-accordion .card .card-body .para-desc:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .accordion.landing-page-faq-accordion .card .card-header h2 {
    margin-right: 42px;
  }

  .accordion.landing-page-faq-accordion .card .card-body {
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .accordion.landing-page-faq-accordion .card .card-header h2 {
    margin-right: 42px;
  }

  .accordion.landing-page-faq-accordion .card .card-body {
    font-size: 20px;
  }
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #08aeea;
  --indigo: #6610f2;
  --purple: #4785bd;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #1FD4B9;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #08aeea;
  --secondary: #6c757d;
  --success: #06c270;
  --info: #17a2b8;
  --warning: #ffcc00;
  --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, "Noto Sans", "Liberation Sans", 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%;
  -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, "Noto Sans", "Liberation Sans", 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:not(:focus-visible) {
  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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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: #08aeea;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0577a0;
  text-decoration: underline;
}

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

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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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-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-weight: 500;
  line-height: 1.2;
}

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: 0.875em;
  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: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: 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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.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-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 {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bae8f9;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7fd5f4;
}

.table-hover .table-primary:hover {
  background-color: #a3e0f7;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a3e0f7;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b9eed7;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7edfb5;
}

.table-hover .table-success:hover {
  background-color: #a4e9cb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a4e9cb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff1b8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffe47a;
}

.table-hover .table-warning:hover {
  background-color: #ffec9f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffec9f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.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 {
  color: #fff;
  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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  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 (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: #77d8fa;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 174, 234, 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;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 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, .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: 0.875em;
  color: #06c270;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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(6, 194, 112, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #06c270;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2306c270' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #06c270;
  box-shadow: 0 0 0 0.2rem rgba(6, 194, 112, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #06c270;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2306c270' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #06c270;
  box-shadow: 0 0 0 0.2rem rgba(6, 194, 112, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #06c270;
}
.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: #06c270;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #06c270;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #08f38d;
  background-color: #08f38d;
}
.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 0.2rem rgba(6, 194, 112, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #06c270;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #06c270;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #06c270;
  box-shadow: 0 0 0 0.2rem rgba(6, 194, 112, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  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;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.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-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 {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.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 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.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:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  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;
    flex-shrink: 0;
    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;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 174, 234, 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 {
  color: #fff;
  background-color: #08aeea;
  border-color: #08aeea;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0792c5;
  border-color: #0689b9;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0792c5;
  border-color: #0689b9;
  box-shadow: 0 0 0 0.2rem rgba(45, 186, 237, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #08aeea;
  border-color: #08aeea;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0689b9;
  border-color: #0680ac;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 186, 237, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 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: #545b62;
  border-color: #4e555b;
}
.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(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #06c270;
  border-color: #06c270;
}
.btn-success:hover {
  color: #fff;
  background-color: #059d5b;
  border-color: #049153;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #059d5b;
  border-color: #049153;
  box-shadow: 0 0 0 0.2rem rgba(43, 203, 133, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #06c270;
  border-color: #06c270;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #049153;
  border-color: #04844c;
}
.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(43, 203, 133, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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: #117a8b;
  border-color: #10707f;
}
.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(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d9ad00;
  border-color: #cca300;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #d9ad00;
  border-color: #cca300;
  box-shadow: 0 0 0 0.2rem rgba(222, 179, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cca300;
  border-color: #bf9900;
}
.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(222, 179, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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: #bd2130;
  border-color: #b21f2d;
}
.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(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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: #dae0e5;
  border-color: #d3d9df;
}
.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(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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: #1d2124;
  border-color: #171a1d;
}
.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(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #08aeea;
  border-color: #08aeea;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #08aeea;
  border-color: #08aeea;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 174, 234, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #08aeea;
  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: #08aeea;
  border-color: #08aeea;
}
.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(8, 174, 234, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  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: #06c270;
  border-color: #06c270;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #06c270;
  border-color: #06c270;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 194, 112, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #06c270;
  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: #06c270;
  border-color: #06c270;
}
.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(6, 194, 112, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  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: #ffcc00;
  border-color: #ffcc00;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffcc00;
  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: #ffcc00;
  border-color: #ffcc00;
}
.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(255, 204, 0, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  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;
  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;
  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: #08aeea;
  text-decoration: none;
}
.btn-link:hover {
  color: #0577a0;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.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 (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

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

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

.dropdown-menu {
  position: absolute;
  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-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-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;
  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;
  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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.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: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #08aeea;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 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: 1 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-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn: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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-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 > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .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(: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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-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:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.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:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .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;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #08aeea;
  background-color: #08aeea;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(8, 174, 234, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #77d8fa;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a8e6fc;
  border-color: #a8e6fc;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #08aeea;
  background-color: #08aeea;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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(8, 174, 234, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(8, 174, 234, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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(8, 174, 234, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(8, 174, 234, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #77d8fa;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 174, 234, 0.25);
}
.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 {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #77d8fa;
  box-shadow: 0 0 0 0.2rem rgba(8, 174, 234, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  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: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(8, 174, 234, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(8, 174, 234, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(8, 174, 234, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #08aeea;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #a8e6fc;
}
.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: #08aeea;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #a8e6fc;
}
.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: #08aeea;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #a8e6fc;
}
.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-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.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 (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;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  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 {
  isolation: isolate;
  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 {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #08aeea;
}

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

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

.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,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  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-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    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,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    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,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    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,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    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,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.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 {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  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-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;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

.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 {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.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 {
  float: left;
  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: #08aeea;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0577a0;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 174, 234, 0.25);
}

.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: 3;
  color: #fff;
  background-color: #08aeea;
  border-color: #08aeea;
}
.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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.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: #08aeea;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0689b9;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 174, 234, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #06c270;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #049153;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(6, 194, 112, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffcc00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cca300;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.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;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #045a7a;
  background-color: #ceeffb;
  border-color: #bae8f9;
}
.alert-primary hr {
  border-top-color: #a3e0f7;
}
.alert-primary .alert-link {
  color: #023649;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #03653a;
  background-color: #cdf3e2;
  border-color: #b9eed7;
}
.alert-success hr {
  border-top-color: #a4e9cb;
}
.alert-success .alert-link {
  color: #02331e;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856a00;
  background-color: #fff5cc;
  border-color: #fff1b8;
}
.alert-warning hr {
  border-top-color: #ffec9f;
}
.alert-warning .alert-link {
  color: #524100;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #08aeea;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #08aeea;
  border-color: #08aeea;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #045a7a;
  background-color: #bae8f9;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #045a7a;
  background-color: #a3e0f7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #045a7a;
  border-color: #045a7a;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #03653a;
  background-color: #b9eed7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #03653a;
  background-color: #a4e9cb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #03653a;
  border-color: #03653a;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856a00;
  background-color: #fff1b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856a00;
  background-color: #ffec9f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856a00;
  border-color: #856a00;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  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, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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;
  white-space: normal;
  word-spacing: 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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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;
  white-space: normal;
  word-spacing: 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);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0;
  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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 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-width: 0.5rem 0.5rem 0.5rem 0;
  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);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[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 #f7f7f7;
}

.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);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  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-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 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: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  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 {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #08aeea !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0689b9 !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: #545b62 !important;
}

.bg-success {
  background-color: #06c270 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #049153 !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: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cca300 !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: #bd2130 !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: #dae0e5 !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: #1d2124 !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: #08aeea !important;
}

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

.border-success {
  border-color: #06c270 !important;
}

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

.border-warning {
  border-color: #ffcc00 !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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !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.85714286%;
}

.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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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;
  margin: -1px;
  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;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
.mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
.mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
.mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
.mx-xl-n5 {
    margin-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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important;
}

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

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

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

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

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

.text-primary {
  color: #08aeea !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0577a0 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #06c270 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #047845 !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #b38f00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

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

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

  .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;
  }
}
* {
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.input-wrapper {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  max-width: 140px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.input-wrapper input {
  border: none;
  background-color: transparent;
  height: 52px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  outline: none;
  color: #000000;
}

.back {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back svg {
  transform: rotate(90deg);
  width: 16px;
  height: 10px;
}

.red-button {
  background: #FF3756;
  box-shadow: 0px 2px 4px rgba(122, 67, 188, 0.05);
  height: 50px;
  border-radius: 25px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  width: auto;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  /* identical to box height */
  border: none;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  transition: width 0.2s ease, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
  position: relative;
}
.red-button * {
  position: relative;
  z-index: 10;
}
.red-button:before {
  content: "";
  position: absolute;
  background-color: #ff6f86;
  background-image: linear-gradient(90deg, transparent, #c91c36);
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  border: inherit;
  border-radius: inherit;
  opacity: 0;
  transition: height 0.3s ease, width 0.3s ease, opacity 0.3s linear, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
}
.red-button:hover {
  color: #FFFFFF;
  text-shadow: 0 0 2px #FFFFFFBB;
  text-decoration: none;
}
.red-button:hover:before {
  width: calc(100% + 2px);
  opacity: 0.5;
}
.red-button:focus {
  color: #FFFFFF;
  text-shadow: 0 0 2px #FFFFFFBB;
  text-decoration: none;
  box-shadow: 0 1px 7px #6f7ab3;
}
.red-button:focus:before {
  width: calc(100% + 2px);
  opacity: 0.5;
}

.transparent-button {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  color: #888888;
  height: 50px;
  border-radius: 25px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  width: auto;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  transition: width 0.2s ease, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
  position: relative;
}
.transparent-button * {
  position: relative;
  z-index: 10;
}
.transparent-button:before {
  content: "";
  position: absolute;
  background-color: #e7e7e7;
  background-image: linear-gradient(90deg, transparent, #e2e2e2);
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  border: inherit;
  border-radius: inherit;
  opacity: 0;
  transition: color 0.3s, height 0.3s ease, width 0.3s ease, opacity 0.2s linear, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
}
.transparent-button:hover {
  color: #000;
  text-shadow: 0 0 1px #777777BB;
  text-decoration: none;
}
.transparent-button:hover:before {
  width: calc(100% + 2px);
  opacity: 0.5;
}
.transparent-button:focus {
  color: #000;
  text-shadow: 0 0 1px #777777BB;
  box-shadow: 0 1px 7px #6f7ab3;
  text-decoration: none;
}
.transparent-button:focus:before {
  width: calc(100% + 2px);
  opacity: 0.5;
}

.back_button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  position: absolute;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.back_button:focus {
  box-shadow: 0 1px 7px #6f79a366;
}

.button-toggler {
  width: 30px;
  height: 10px;
  background: #F2F2F2;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
.button-toggler label {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}
.button-toggler input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.button-toggler span {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  top: 50%;
  left: -15px;
  margin-top: 3px;
  transform: translateY(-50%);
}
.button-toggler span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #ccc;
  top: 43%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
.button-toggler span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #ccc;
  top: 57%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
.button-toggler.active {
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
}
.button-toggler.active span {
  left: auto;
  right: -15px;
}

.btn {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #08aeea;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 42px;
  box-shadow: 0 4px 8px rgba(21, 139, 182, 0.15);
}

.d-none {
  display: none;
}

.btn-empty {
  color: #08aeea;
  background: transparent;
}

.btn-fill {
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  border-radius: 25px;
  border: none;
  width: 100%;
  padding-top: 4px;
  background-color: #42518b;
  background-image: linear-gradient(90deg, transparent, #4785bd);
  box-shadow: 0 2px 4px rgba(122, 67, 188, 0.05);
  transition: width 0.2s ease, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
  position: relative;
}
.btn-fill.next {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  padding: 3px 47px 0 47px;
}
.btn-fill.next svg {
  margin-top: -6px;
  margin-left: 5px;
  transform: rotate(-90deg);
}
.btn-fill.next svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.btn-fill svg {
  margin-right: 8px;
  margin-top: -2px;
}
.btn-fill svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.btn-fill * {
  position: relative;
  z-index: 10;
}
.btn-fill:before {
  content: "";
  position: absolute;
  background-color: #4785bd;
  background-image: linear-gradient(90deg, transparent, #42518b);
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  border: inherit;
  border-radius: inherit;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.2s ease, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
}
.btn-fill:hover {
  color: #FFFFFF;
  text-shadow: 0 0 2px #FFFFFFBB;
  text-decoration: none;
}
.btn-fill:hover:before {
  width: calc(100% + 2px);
  opacity: 1;
}
.btn-fill:focus {
  color: #FFFFFF;
  text-shadow: 0 0 2px #FFFFFFBB;
  box-shadow: 0 1px 7px #6f7ab3;
  text-decoration: none;
}
.btn-fill:focus:before {
  width: calc(100% + 2px);
  opacity: 1;
}

label.checkbox-wrapper {
  display: flex;
  align-items: center;
}
label.checkbox-wrapper input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: 0;
  visibility: hidden;
}
label.checkbox-wrapper span.checkbox {
  width: 25px;
  height: 25px;
  min-width: 25px;
  border: 2px solid #DDDDDD;
  box-sizing: border-box;
  filter: drop-shadow(0px 7px 24px rgba(0, 0, 0, 0.07));
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
label.checkbox-wrapper span.checkbox svg {
  transform: scale(0);
}
label.checkbox-wrapper span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #888888;
}
label.checkbox-wrapper span a {
  margin-left: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  color: #4785bd;
}
label.checkbox-wrapper.active span.checkbox {
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0px 2px 4px rgba(122, 67, 188, 0.05);
  border: none;
}
label.checkbox-wrapper.active span.checkbox svg {
  transform: scale(2);
}

button.social {
  height: 50px;
  display: flex;
  width: 47%;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  color: #fff;
  border: none;
  line-height: 1;
}
button.social * {
  position: relative;
  color: #FFFFFF;
  z-index: 10;
}
button.social--facebook {
  background-color: #3B5998;
  transition: width 0.2s ease, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
  position: relative;
}
button.social--facebook:before {
  content: "";
  position: absolute;
  background-color: #5578c7;
  background-image: linear-gradient(90deg, transparent, #2a498d);
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  border: inherit;
  border-radius: inherit;
  opacity: 0;
  transition: width 0.3s ease, opacity 0.2s ease, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
}
button.social--google {
  background-color: #D44638;
  transition: width 0.2s ease, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
  position: relative;
}
button.social--google:before {
  content: "";
  position: absolute;
  background-color: #ff6f86;
  background-image: linear-gradient(90deg, transparent, #c91c36);
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  border: inherit;
  border-radius: inherit;
  opacity: 0;
  transition: height 0.3s ease, width 0.3s ease, opacity 0.3s linear, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
}
button.social:hover {
  color: #FFFFFF;
  text-shadow: 0 0 2px #FFFFFFBB;
}
button.social:hover:before {
  width: calc(100% + 2px);
  opacity: 1;
}
button.social:focus {
  color: #FFFFFF;
  text-shadow: 0 0 2px #FFFFFFBB;
  box-shadow: 0 1px 7px #6f7ab3;
}
button.social:focus:before {
  width: calc(100% + 2px);
  opacity: 1;
}

.form-input {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #BBBFCE;
  margin-bottom: 25px;
  text-align: left;
}
.form-input .multiselect {
  text-transform: none;
}
.form-input .multiselect__placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #222222;
  text-transform: none;
  opacity: 0.6;
  margin-bottom: 0 !important;
  padding: 0;
}
.form-input input, .form-input textarea, .form-input .multiselect__tags {
  border-radius: 0;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #1c295d;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #1C295D;
  font-family: Poppins;
  outline: none;
  padding: 15px 10px 0 10px;
}
.form-input textarea {
  border-bottom: none;
  resize: none;
  height: 90px;
  font-weight: 600;
}
.form-input .multiselect__tags {
  border-bottom: none;
}
.form-input .multiselect__tags input {
  padding: 0 !important;
}
.form-input .multiselect__content-wrapper {
  bottom: -1px;
  transform: translate(0, 100%);
}
.form-input .multiselect__single {
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #222222;
}

.form_row.two-label {
  display: flex;
  justify-content: space-between;
}
.form_row.two-label label {
  width: 40%;
}

.wrapper {
  display: flex;
}
.wrapper .sidebar {
  width: 130px;
  max-height: 965px;
  background: linear-gradient(180deg, #2EB9EA 0%, #1FD4B9 100%);
  padding: 22px 17px 25px 17px;
}
.wrapper .main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.paymentSecured {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #494B4B;
  font-size: 12px;
  line-height: 1;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  min-width: 370px;
  border-top: 1px solid #EEEEEE;
  padding-top: 15px;
}
.paymentSecured a {
  margin-left: 5px;
  color: #4785bd;
}
.paymentSecured svg {
  margin-right: 10px;
}

.organization-selected {
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 28px;
  padding: 20px;
  display: flex;
  align-items: center;
  width: 70%;
  min-width: 380px;
  max-width: 500px;
  margin: 0 auto;
}
.organization-selected .icon {
  border: 0.3px solid #1C295D;
  box-sizing: border-box;
  filter: drop-shadow(0px 2px 4px #EAECF0);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.organization-selected .icon img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.organization-selected .company-info {
  display: flex;
  flex-direction: column;
  width: 76%;
  margin-left: 6px;
}
.organization-selected .company-info h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 23px;
  color: #222222;
  margin-bottom: 0;
  margin-top: 5px;
  text-align: center;
}
.organization-selected .company-info .subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  color: #4785bd;
}
.organization-selected.new {
  flex-direction: column;
}
.organization-selected.new .icon {
  border: 0.3px solid #1C295D;
  box-sizing: border-box;
  filter: drop-shadow(0px 2px 4px #EAECF0);
  border-radius: 10px;
  width: 110px;
  height: 110px;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.organization-selected.new .icon img {
  width: auto;
  height: 110px;
}

.range-slider-2-handler .veeno {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  height: auto !important;
}
.range-slider-2-handler .veeno .noUi-base {
  background: #F2F2F2;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
  height: 10px;
}
.range-slider-2-handler .veeno .noUi-connect {
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0px 2px 4px rgba(122, 67, 188, 0.05);
}
.range-slider-2-handler .veeno .noUi-handle {
  outline: none !important;
  width: 30px !important;
  height: 30px !important;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: -11px !important;
}
.range-slider-2-handler .veeno .noUi-handle::before {
  left: 11px;
}
.range-slider-2-handler .veeno .noUi-handle::after {
  left: 16px;
}

.veeno.range-slider-1-handler {
  width: 100%;
  height: 40px;
  position: relative;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.veeno.range-slider-1-handler::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35px;
  width: 54px;
  height: 40px;
  border-radius: 20px;
  background: #e4e4f9 !important;
}
.veeno.range-slider-1-handler .noUi-connect {
  background: #e4e4f9;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
.veeno.range-slider-1-handler .noUi-handle-lower {
  display: none;
}
.veeno.range-slider-1-handler .noUi-target {
  background: transparent;
  border: none;
  box-shadow: none;
}
.veeno.range-slider-1-handler .noUi-pips {
  display: none;
}
.veeno.range-slider-1-handler .noUi-handle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  top: 5px;
  outline: none;
}
.veeno.range-slider-1-handler .noUi-handle::before {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  z-index: -1;
  top: -6px;
  left: -6px;
  background: #e4e4f9 !important;
}
.veeno.range-slider-1-handler .noUi-handle::after {
  left: 15px;
}

.messanges {
  display: flex;
  width: 100%;
  justify-content: center;
}
.messanges span {
  display: flex;
  align-items: center;
  width: auto;
  height: 30px;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #FFFFFF;
  background: #FF3756;
  margin-bottom: 30px;
  padding: 20px 13px;
  border-radius: 30px;
}
.messanges .error {
  background: #FF3756;
}
.messanges .error svg {
  margin-bottom: 2px;
  margin-right: 6px;
}

.not-corect .forget-info {
  display: flex;
}
.not-corect label {
  color: #FF3756;
}
.not-corect input {
  border-color: #FF3756;
}
.not-corect input::-moz-placeholder {
  color: #FF3756;
}
.not-corect input::placeholder {
  color: #FF3756;
}
.not-corect span.checkbox {
  border-color: #FF3756 !important;
}

input.not-corect, textarea.not-corect {
  border-color: #FF3756 !important;
  color: #FF3756 !important;
}
input.not-corect::-moz-placeholder, textarea.not-corect::-moz-placeholder {
  color: #FF3756 !important;
}
input.not-corect::placeholder, textarea.not-corect::placeholder {
  color: #FF3756 !important;
}

span.error-messages {
  display: flex;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pagination .item {
  padding-top: 3px;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  /* or 267% */
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: 0.25px;
  color: #222222;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-right: 30px;
  cursor: pointer;
}
.pagination .item:last-child {
  margin-right: 0;
}
.pagination .item.current {
  font-size: 20px;
  color: #fff;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0px 2px 4px rgba(122, 67, 188, 0.05);
}

.search_input {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  height: 60px;
}
.search_input input {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #aaa;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 50px;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}

.modal-open {
  padding-right: 0 !important;
}

.popUp {
  padding-right: 0 !important;
}
.popUp .modal-dialog {
  margin-top: 10vh;
  width: 500px;
  max-width: 96%;
}
.popUp .modal-content {
  background: #FFFFFF;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  padding: 57px 35px 40px 35px;
  z-index: 999;
}
.popUp-images {
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
}
.popUp-title {
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  color: #222222;
}
.popUp-text {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: rgba(34, 34, 34, 0.75);
}
.popUp-text input {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #222;
  border: none;
  outline: none;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 13px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}
.popUp-text input:last-child {
  margin-bottom: 0;
}
.popUp-text input::-moz-placeholder {
  color: #AAAAAA;
}
.popUp-text input::placeholder {
  color: #AAAAAA;
}
.popUp-button {
  display: flex;
  justify-content: space-between;
}
.popUp-button .btn-fill {
  padding: 0;
  justify-content: center;
  max-width: 47%;
}
.popUp-button .btn-fill.transparent {
  border: 1px solid #DDDDDD;
  background: transparent;
  color: #4785bd;
}
.popUp .input-row {
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
}
.popUp .input-row .select-wrapper {
  width: 100%;
  max-width: 120px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #bbb;
  padding: 0 5px 10px 5px;
}
.popUp .input-row select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #888888;
}

.modal_video .modal-dialog {
  height: 500px;
  margin-top: calc(50vh - 250px);
}
.modal_video .modal-dialog .modal-content {
  max-height: 100%;
  border-radius: 0;
}

.modal-close {
  position: relative;
  right: 55px;
  top: 20px;
  width: 48px;
  height: 48px;
  opacity: 0.75;
}
.modal-close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.modal-close:before, .modal-close:after {
  position: absolute;
  content: " ";
  height: 54px;
  width: 13px;
  background-color: #000;
  opacity: 0.15;
  border-radius: 6px;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
.modal-close span {
  position: relative;
  z-index: 20;
}
.modal-close span:before, .modal-close span:after {
  position: absolute;
  content: " ";
  height: 48px;
  width: 7px;
  left: 3px;
  top: 3px;
  background-color: #C4C4C4;
  border-radius: 3px;
}
.modal-close span:before {
  transform: rotate(45deg);
}
.modal-close span:after {
  transform: rotate(-45deg);
}

.modal-content {
  border-radius: 40px;
  overflow: hidden;
}

.modal-body {
  padding: 0;
}
.modal-body .popUp-body {
  padding: 40px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

textarea:focus, input:focus {
  outline: none;
}

.Vue-Toastification__toast.Vue-Toastification__toast--success {
  background-color: #4785bd;
}

#loader {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  display: none;
}
#loader.show {
  display: flex;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.resetPopup .modal-content {
  border-radius: 15px;
}
.resetPopup .modal-body {
  padding: 20px;
}
.resetPopup .modal-footer .btn {
  font-size: 14px;
  border: none;
  border-radius: 20px;
  padding: 0 24px;
  height: 36px;
  box-shadow: none;
  font-family: "Josefin Sans", sans-serif;
}
.resetPopup .modal-footer .btn-fill {
  width: auto;
  padding: 0 24px;
}

.rigister-content {
  width: 100%;
  padding: 80px;
}

.register-company.main-content {
  padding: 0 40px;
}
.register-company.main-content .registration-form {
  margin-top: 0;
}

.register-organization {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  padding: 28px 60px 45px;
  max-width: 500px;
}
.register-organization .allDone-title {
  margin-top: 0;
}
.register-organization__wrapper {
  max-width: 400px;
}
.register-organization__wrapper .item {
  margin-bottom: 30px;
}
.register-organization__wrapper .title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.register-organization__wrapper .text {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}
.register-organization__logo {
  display: block;
  width: 400px;
  height: 100px;
  background-image: url(/images/BlessingUp_Logo_white-new.png?cbf25a1b506099b145938345939e8009);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 50px;
}
.register-organization .checkbox-wrapper {
  margin-bottom: 25px;
}
.register-organization .checkbox-wrapper a {
  color: #4785bd;
  text-decoration: underline;
  margin-left: 5px;
}
.register-organization__signup {
  padding-top: 40px;
}

.registerOrganization {
  max-width: 500px !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin-bottom: 20px !important;
}
.registerOrganization .form-input {
  min-width: 180px !important;
  text-decoration: none !important;
  grid-column-start: span 2;
}
.registerOrganization .form-input input {
  min-width: 180px !important;
}
.registerOrganization .form-input.first-name {
  grid-column-start: 1;
  grid-column-end: 1;
  width: 100% !important;
}
.registerOrganization .form-input.last-name {
  grid-column-start: 2;
  grid-column-end: 2;
  width: 100% !important;
  min-width: 180px !important;
}

.verify-wrapper {
  padding: 40px 0;
  max-width: 600px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.verify-wrapper .allDone-logo {
  margin-bottom: 40px;
}
.verify-wrapper .verify {
  padding: 50px;
  background: #FFFFFF;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
}
.verify-wrapper .allDone-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 61px;
  position: relative;
}
.verify-wrapper .allDone-title::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 6px;
  background-color: #DDDDDD;
}
.verify-wrapper .form-input {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #4785bd;
  max-width: 380px;
  margin: 0 auto;
  border-bottom: 2px solid #4785bd;
}
.verify-wrapper .form-input input, .verify-wrapper .form-input select {
  padding: 15px 10px 0 10px;
  width: 100%;
  outline: none;
  border: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #222222;
}
.verify-wrapper .btn {
  width: 100%;
  max-width: 380px;
  margin: 30px auto 0 auto;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0px 2px 4px rgba(122, 67, 188, 0.05);
}

.register-organization-block .form-input {
  margin-bottom: 20px;
  border-bottom: 1px solid #Bbb;
}
.register-organization-block .choose-location {
  position: relative;
}
.register-organization-block .company-categories {
  width: 100%;
  overflow: auto;
  position: absolute;
  bottom: 0;
  transform: translate(0, 100%);
  left: 0;
  margin-bottom: 0;
  border: 1px solid #E2E2E2;
  border-radius: 25px;
  background: #FFFFFF;
  list-style: none;
  padding: 15px 0;
  z-index: 10;
}
.register-organization-block .company-categories li {
  text-align: left;
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #AAAAAA;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.register-organization-block .company-categories li:hover {
  background: rgba(0, 0, 0, 0.05);
  border-left: 2px solid #4785bd;
  color: #222;
}

.note-security {
  padding-bottom: 40px;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.note-security__block {
  background: #FFFFFF;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  max-width: 500px;
  padding: 40px;
}
.note-security__image img {
  display: block;
  margin: 0 auto;
}
.note-security__title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #222222;
  position: relative;
  margin-top: 30px;
  justify-content: center;
  width: 100%;
  margin-bottom: 34px;
}
.note-security__title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 6px;
  background-color: #DDDDDD;
}
.note-security__text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */
  text-align: center;
  color: #888888;
  margin-bottom: 27px;
}
.note-security__text p {
  margin-bottom: 0;
}
.note-security__btn .btn-fill.next {
  width: 100%;
  padding: 0;
  align-items: center;
}
.note-security__btn .btn-fill.next * {
  top: 2px;
}
.note-security__btn .btn-fill.next span {
  padding-left: 15px;
}

.allDone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.allDone .allDone-title {
  text-align: center;
}

.main-content.register-company {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.main-content.register-company .registration-form {
  margin-bottom: 0;
}

.step-wrapper {
  display: flex;
  max-width: 750px;
  margin: 65px auto 0 auto;
}
.step-wrapper.register-company {
  max-width: 1090px;
}
.step-wrapper .step-item {
  width: 25%;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: default;
}
.step-wrapper .step-item .step-number {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
}
.step-wrapper .step-item .title {
  position: absolute;
  top: 130%;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
}
.step-wrapper .step-item .step-item-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.step-wrapper .step-item .step-item-wrapper svg {
  display: none;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.step-wrapper .step-item .step-item-wrapper svg path {
  fill: #4785bd;
}
.step-wrapper .step-item::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.step-wrapper .step-item::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.step-wrapper .step-item.current .step-number {
  color: #4785bd;
}
.step-wrapper .step-item.current .step-item-wrapper {
  background-color: #fff;
}
.step-wrapper .step-item.done svg {
  display: block;
}
.step-wrapper .step-item.done .step-number {
  color: #4785bd;
  font-size: 0;
}
.step-wrapper .step-item.done .step-item-wrapper {
  background-color: #fff;
}
.step-wrapper .step-item:first-child::after {
  display: none;
}
.step-wrapper .step-item:last-child::before {
  display: none;
}

.form-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.form-wrap .poweredBY {
  margin-top: -140px;
  text-align: center;
  color: #fff;
  width: auto;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.form-wrap .poweredBY p {
  display: flex;
  align-items: center;
}
.form-wrap .poweredBY .logoBlessed {
  background-image: url(/images/BlessingUp_Logo_white-new.png?cbf25a1b506099b145938345939e8009);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 40px;
  margin: 0 auto;
  display: block;
  margin-left: 10px;
  background-position: 0 9px;
}

.registration-form {
  background: #FFFFFF;
  border-radius: 25px;
  margin: 59px auto 167px auto;
  padding: 40px 50px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.registration-form h1 {
  font-size: 30px;
  line-height: 1.48;
  margin-bottom: 5px;
  color: #222;
}
.registration-form .subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
}
.registration-form .backHistory {
  background-color: #fff;
  border: 1px solid #E2E2E2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 30px;
}
.registration-form .backHistory svg {
  transform: rotate(90deg);
}
.registration-form .closeSession {
  background-color: #fff;
  border: 1px solid #E2E2E2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 30px;
  color: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.transactionDetails .title {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
}
.transactionDetails .notes {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #60698E;
  display: block;
  margin-top: 15px;
  margin-bottom: 35px;
}
.transactionDetails .form_row {
  margin-left: auto;
  margin-right: auto;
  width: 87%;
}
.transactionDetails .button-block {
  display: flex;
  margin-top: 25px;
  justify-content: center;
}
.transactionDetails.roundUpSource .main-form {
  margin: 180px 0 200px 0;
}
.transactionDetails.roundUpSource .main-form .btn {
  padding: 9px 18px;
  text-transform: none;
}

.chooseCompany {
  padding-left: 160px;
  padding-right: 160px;
}
.chooseCompany-image {
  background-image: url(/images/chooce_org.jpg?87730268a8829d0366439bfda336c405);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 175px;
  margin: 0 auto;
}
.chooseCompany .chooseCompany-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.chooseCompany .chooseCompany-title::after {
  content: "";
  position: absolute;
  background: #DDDDDD;
  width: 30px;
  height: 6px;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%);
}
.chooseCompany .chooseCompany-category {
  position: relative;
  display: flex;
  padding-left: 26px !important;
  padding-right: 15px !important;
}
.chooseCompany .chooseCompany-category .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 60px;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  line-height: 52px;
}
.chooseCompany .chooseCompany-category .dropdown {
  margin: 0 0 0 auto !important;
}
.chooseCompany #cat-select {
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 60px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  box-shadow: none;
  z-index: 2;
}
.chooseCompany #cat-select:focus {
  outline: none;
}
.chooseCompany .main-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  max-width: 380px;
}
.chooseCompany .main-form .chooseCompany-input-wrapper {
  padding: 20px 20px 17px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E2E2E2;
  width: 100%;
  position: relative;
  height: 52px;
  border-radius: 26px;
  margin-bottom: 18px;
}
.chooseCompany .main-form .chooseCompany-input-wrapper svg {
  margin-right: 10px;
  flex: 0 0 auto;
}
.chooseCompany .main-form .chooseCompany-input-wrapper svg.dropdown {
  margin-right: auto;
}
.chooseCompany .main-form .chooseCompany-input-wrapper input {
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.01em;
  color: #000;
}
.chooseCompany .main-form .chooseCompany-input-wrapper input::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.01em;
  color: #AAAAAA;
}
.chooseCompany .main-form .chooseCompany-input-wrapper input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.01em;
  color: #AAAAAA;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .company-list {
  border-radius: 25px;
  border: 1px solid #bbbfce;
  background-color: #ffffff;
  width: 380px;
  max-height: 155px;
  padding: 10px 0;
  margin-bottom: 0;
  overflow: auto;
  color: #1c295d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  position: absolute;
  bottom: 120%;
  left: 0;
  z-index: 10;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .company-item {
  display: flex;
  align-items: center;
  padding: 8px 30px;
  cursor: pointer;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .company-item:last-child {
  margin-bottom: 0;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .company-item:hover {
  background: rgba(0, 0, 0, 0.05);
  border-left: 2px solid #4785bd;
  color: #222;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .company-categories {
  width: 250px;
  max-height: 365px;
  overflow: auto;
  position: absolute;
  bottom: 120%;
  left: 0;
  margin-bottom: 0;
  border: 1px solid #E2E2E2;
  border-radius: 25px;
  background: #FFFFFF;
  list-style: none;
  padding-left: 0;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .company-categories li {
  text-align: left;
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #AAAAAA;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .company-categories li:hover {
  background: rgba(0, 0, 0, 0.05);
  border-left: 2px solid #4785bd;
  color: #222;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .company-logo {
  width: 20px;
  height: 20px;
  box-shadow: 0 2px 4px #eaecf0;
  border-radius: 5px;
  border: 1px solid #1c295d;
  display: inline-block;
  margin-right: 20px;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .company-name {
  margin-right: 5px;
}
.chooseCompany .main-form .chooseCompany-input-wrapper .comany-city {
  opacity: 0.3;
}
.chooseCompany .main-form .chooseCompany-input-wrapper.chooseCompany-category._active, .chooseCompany .main-form .chooseCompany-input-wrapper.chooseCompany-location._active {
  border: 2px solid #4785bd;
}
.chooseCompany .main-form .chooseCompany-input-wrapper.chooseCompany-category._active .company-categories, .chooseCompany .main-form .chooseCompany-input-wrapper.chooseCompany-location._active .company-categories {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.chooseCompany .main-form .chooseCompany-input-wrapper.chooseCompany-category._active input::-moz-placeholder, .chooseCompany .main-form .chooseCompany-input-wrapper.chooseCompany-location._active input::-moz-placeholder {
  color: #222;
}
.chooseCompany .main-form .chooseCompany-input-wrapper.chooseCompany-category._active input::placeholder, .chooseCompany .main-form .chooseCompany-input-wrapper.chooseCompany-location._active input::placeholder {
  color: #222;
}
.chooseCompany .main-form .chooseCompany-wrapper {
  margin-bottom: 40px;
  width: 100%;
  margin-top: 10px;
}
.chooseCompany .main-form .chooseCompany-selectedCompany {
  box-shadow: 0 5px 20px rgba(42, 73, 84, 0.3);
  padding: 15px 30px;
  border-radius: 10px;
  border: 1px solid #08aeea;
  display: flex;
  align-items: center;
  max-width: 480px;
}
.chooseCompany .main-form .chooseCompany-selectedCompany .company-logo {
  width: 33px;
  height: 33px;
  box-shadow: 0 2px 4px #eaecf0;
  border-radius: 5px;
  border: 1px solid #1c295d;
  display: block;
  margin-right: 15px;
}
.chooseCompany .main-form .chooseCompany-selectedCompany .company-title {
  color: #1c295d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  text-align: left;
}
.chooseCompany .main-form .btn {
  margin-top: 40px;
}
.chooseCompany .btn {
  margin: 0 auto;
}

.register_user_who_support {
  max-width: 400px;
}
.register_user_who_support .login-header .header_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.register_user_who_support .login-header .header_wrap .logo {
  width: 100%;
}
.register_user_who_support .login-header .header_wrap .logo img {
  width: 100%;
}
.register_user_who_support .login-header .header_wrap .title {
  font-family: "Philosopher", serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.register_user_who_support .login-main label.form-input:last-child {
  margin-bottom: 25px;
}

.registration-form {
  overflow: hidden;
}

.found_org_profile {
  position: relative;
  max-width: 700px;
}
.found_org_profile .org_block {
  position: relative;
  text-align: left;
  padding: 40px 0 30px;
}
.found_org_profile .banner-image {
  position: absolute;
  width: calc(100% + 100px);
  height: 300px;
  top: -40px;
  left: -50px;
  background-position: center;
  background-size: cover;
}
.found_org_profile .banner-shadow {
  position: absolute;
  top: -40px;
  left: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 80px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 20%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.found_org_profile h2, .found_org_profile h3 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
}
.found_org_profile h2 {
  font-size: 24px;
  color: #222222;
}
.found_org_profile h3 {
  font-size: 20px;
  color: #4785bd;
}
.found_org_profile p, .found_org_profile span, .found_org_profile a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.found_org_profile .org_title {
  display: flex;
  align-items: center;
  padding-top: 55px;
}
.found_org_profile .org_title img {
  width: 100px;
}
.found_org_profile .org_title .short_info {
  display: block;
  padding-left: 15px;
  text-align: left;
}
.found_org_profile .org_title .short_info h2 {
  margin-bottom: 0;
  line-height: 1;
}
.found_org_profile .org_title .short_info .org_ein {
  position: relative;
  margin-left: 15px;
}
.found_org_profile .org_title .short_info .org_ein::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  border-left: 1px solid #E2E2E2;
  top: 0;
  left: -10px;
}
.found_org_profile .org_title span {
  font-size: 10px;
  font-weight: 700;
  color: #4785bd;
}
.found_org_profile .org_info p {
  font-size: 14px;
  color: #666666;
  margin: 15px 0 0;
}
.found_org_profile .org_details_link {
  display: flex;
  padding-top: 15px;
}
.found_org_profile .org_details_link .link_enviroment, .found_org_profile .org_details_link .link_site {
  white-space: nowrap;
  padding-right: 50px;
}
.found_org_profile .org_details_link .link_enviroment span, .found_org_profile .org_details_link .link_site span {
  padding-left: 5px;
}
.found_org_profile .org_details_link .link_location_inner {
  display: flex;
}
.found_org_profile .org_details_link .link_location_inner .location_text {
  padding-left: 12px;
}
.found_org_profile .org_details_link a {
  font-size: 16px;
  color: #222222;
}
.found_org_profile .org_login_btn {
  padding-bottom: 0;
}
.found_org_profile .org_login_btn button.btn-fill {
  width: 115px;
  padding-left: 15px;
  padding-right: 5px;
  margin-top: 25px;
}
.found_org_profile .line_before::before {
  width: 100%;
  left: 0;
}
.found_org_profile.org-found {
  position: relative;
}
.found_org_profile.org-found .found-header-back {
  background-color: #fff;
  border: 1px solid #E2E2E2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: -18px;
  left: 0px;
  z-index: 999;
  transform: rotate(90deg);
}
.found_org_profile.org-found .banner-image img {
  position: absolute;
  top: -59px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.found_org_profile.org-found .banner-shadow {
  top: -86px;
  height: 132%;
}
.found_org_profile.org-found .org_block.org_title {
  padding-top: 70px;
}
.found_org_profile.org-found .org_block.org_title .logo-box {
  border-radius: 50%;
  overflow: hidden;
  width: 75px;
  height: 75px;
}
.found_org_profile.org-found .org_block.org_title .logo-box .org_logo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.found_org_profile.org-found .org_block.org_title .short_info {
  width: 88%;
}
.found_org_profile.org-found .org_block.org_title .short_info h2 {
  line-height: 30px;
}
.found_org_profile.org-found .org_block.org_title .short_info .address-ein {
  display: flex;
  align-items: center;
}
.found_org_profile.org-found .org_block.org_details .org_details_link {
  flex-direction: column;
}
.found_org_profile.org-found .org_block.org_details .org_details_link .link_enviroment {
  white-space: pre-wrap;
  margin-bottom: 14px;
  position: relative;
  display: flex;
}
.found_org_profile.org-found .org_block.org_details .org_details_link .link_enviroment svg {
  position: absolute;
}
.found_org_profile.org-found .org_block.org_details .org_details_link .link_enviroment span {
  margin-left: 24px;
  display: inline-block;
}
.found_org_profile.org-found .org_block.org_details .org_details_link .seprate-section {
  display: flex;
}
.found_org_profile.org-found .org_block.org_login_btn h2 {
  cursor: pointer;
}
.found_org_profile.org-found .org_block.org_login_btn button.btn-fill {
  width: 140px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .found_org_profile.org-found .banner-image {
    top: -56px;
  }
  .found_org_profile.org-found .banner-image img {
    width: 100%;
    height: auto;
    top: -16px;
  }
  .found_org_profile.org-found .banner-shadow {
    top: -80px;
    height: 124%;
  }
  .found_org_profile.org-found .org_block.org_title {
    flex-direction: column;
    padding-top: 0px;
  }
  .found_org_profile.org-found .org_block.org_title .logo-box {
    width: 65px;
    height: 65px;
  }
  .found_org_profile.org-found .org_block.org_title .logo-box .org_logo {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .found_org_profile.org-found .org_block.org_title .short_info {
    margin-top: 20px;
    padding-left: 0px;
    width: 100%;
  }
  .found_org_profile.org-found .org_block.org_title .short_info .found-header-title {
    text-align: center;
    font-size: 22px;
  }
  .found_org_profile.org-found .org_block.org_title .short_info .address-ein {
    justify-content: center;
  }
  .found_org_profile.org-found .org_block.org_details .org_details_link .seprate-section {
    flex-direction: column;
  }
  .found_org_profile.org-found .org_block.org_details .org_details_link .seprate-section .link_site {
    margin-bottom: 14px;
  }
  .found_org_profile.org-found .org_block.org_login_btn h2 {
    font-size: 20px;
  }
  .found_org_profile.org-found .org_block.org_login_btn button.btn-fill {
    margin: 25px auto 0px auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .found_org_profile.org-found .banner-image img {
    width: 100%;
    height: auto;
    top: -16px;
  }
  .found_org_profile.org-found .banner-shadow {
    top: -138px;
    height: 178%;
  }
  .found_org_profile.org-found .org_block.org_title {
    flex-direction: column;
    padding-top: 0px;
  }
  .found_org_profile.org-found .org_block.org_title .logo-box {
    width: 65px;
    height: 65px;
  }
  .found_org_profile.org-found .org_block.org_title .logo-box .org_logo {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .found_org_profile.org-found .org_block.org_title .short_info {
    margin-top: 20px;
    padding-left: 0px;
    width: 100%;
  }
  .found_org_profile.org-found .org_block.org_title .short_info .found-header-title {
    text-align: center;
    font-size: 22px;
  }
  .found_org_profile.org-found .org_block.org_title .short_info .address-ein {
    justify-content: center;
  }
  .found_org_profile.org-found .org_block.org_details .org_details_link .seprate-section {
    flex-direction: column;
  }
  .found_org_profile.org-found .org_block.org_details .org_details_link .seprate-section .link_site {
    margin-bottom: 14px;
  }
  .found_org_profile.org-found .org_block.org_login_btn h2 {
    font-size: 20px;
  }
  .found_org_profile.org-found .org_block.org_login_btn button.btn-fill {
    margin: 25px auto 0px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .found_org_profile.org-found .org_block.org_title {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .found_org_profile.org-found .org_block.org_title {
    padding-top: 78px;
  }
}
.found-header {
  position: relative;
  margin-bottom: 56px;
  min-width: 500px;
}
.found-header::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  background: #DDDDDD;
}
.found-header .found-header-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  margin-bottom: 5px;
}
.found-header .found-header-link {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #4785bd;
  text-decoration: underline;
}
.found-header .found-header-back {
  background-color: #fff;
  border: 1px solid #E2E2E2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.found-header .found-header-back svg {
  transform: rotate(90deg);
}

.company-card-list .company-card {
  cursor: pointer;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.company-card-list .company-card:last-child {
  margin-bottom: 0;
}
.company-card-list .company-card .company-card-header {
  position: relative;
  z-index: 2;
  padding: 85px 25px 15px 25px;
  display: flex;
}
.company-card-list .company-card .company-card-header::before {
  content: "";
  position: absolute;
  width: 94%;
  height: 1px;
  background-color: #E2E2E2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.company-card-list .company-card .company-card-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 62%);
  z-index: 1;
}
.company-card-list .company-card .company-card-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.company-card-list .company-card .company-card-logo {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  margin-right: 15px;
  margin-top: -40px;
}
.company-card-list .company-card .company-card-info {
  position: relative;
  z-index: 2;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.company-card-list .company-card .company-card-title {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #222222;
  width: 100%;
  line-height: 26px;
}
.company-card-list .company-card .company-card-location {
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4785bd;
  display: flex;
  align-items: center;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #E2E2E2;
}
.company-card-list .company-card .company-card-location svg {
  width: 10px;
  height: 15px;
  margin-right: 7px;
}
.company-card-list .company-card .company-card-location svg path {
  fill: #4785bd;
}
.company-card-list .company-card .company-card-ein {
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4785bd;
  display: flex;
  align-items: center;
}
.company-card-list .company-card .company-card-description {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  /* or 25px */
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #666666;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .found-header {
    min-width: auto;
  }

  .company-card-list .company-card .company-card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 56px;
  }
  .company-card-list .company-card .company-card-header .company-card-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
  }
  .company-card-list .company-card .company-card-header .company-card-info .company-card-title {
    text-align: center;
    line-height: 23px;
  }
  .company-card-list .company-card .company-card-header .company-card-info .company-card-location {
    line-height: 14px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .found-header {
    min-width: auto;
  }

  .company-card-list .company-card .company-card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 56px;
  }
  .company-card-list .company-card .company-card-header .company-card-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
  }
  .company-card-list .company-card .company-card-header .company-card-info .company-card-title {
    text-align: center;
    line-height: 23px;
  }
  .company-card-list .company-card .company-card-header .company-card-info .company-card-location {
    line-height: 14px;
  }
}
.setMinMax {
  padding: 40px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.setMinMax .range-slider {
  width: 380px;
  margin: auto;
  text-align: center;
  position: relative;
  height: 140px;
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.setMinMax .range-slider::before {
  content: "$2";
  position: absolute;
  left: 0;
  top: 20px;
}
.setMinMax .range-slider::after {
  content: "$100";
  position: absolute;
  right: 0;
  top: 20px;
}
.setMinMax .number-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
  margin-bottom: 30px;
}
.setMinMax .input-wrapper {
  position: relative;
  flex: 0 0 auto;
  padding: 0 30px;
  width: 46%;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.setMinMax .input-wrapper input {
  width: 100%;
}
.setMinMax .input-wrapper::after {
  content: "$";
  position: absolute;
  top: 53%;
  left: 18px;
  transform: translateY(-50%);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #000000;
}
.setMinMax .range-slider .veeno {
  margin-bottom: 55px;
}
.setMinMax .range-slider::before {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  top: 30px;
}
.setMinMax .range-slider::after {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  top: 30px;
}
.setMinMax .range-slider input[type=number] {
  -moz-appearance: textfield;
  border: none;
  height: 40px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #000000;
  position: relative;
  outline: none;
}
.setMinMax .range-slider input[type=number]::-webkit-outer-spin-button,
.setMinMax .range-slider input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.setMinMax .range-slider input[type=number]:invalid,
.setMinMax .range-slider input[type=number]:out-of-range {
  border: 2px solid #ff6347;
}
.setMinMax-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #AAAAAA;
  margin-bottom: 60px;
  position: relative;
}
.setMinMax-subtitle::after {
  content: "";
  position: absolute;
  background: #DDDDDD;
  width: 30px;
  height: 6px;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%);
}
.setMinMax .main-form {
  margin: 0 auto;
  max-width: 500px;
  min-width: 380px;
}
.setMinMax .checkbox-wrapper {
  margin-bottom: 28px;
}
.setMinMax .button-block {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.setMinMax .button-block .btn-fill {
  width: auto;
}

.login .checkbox-wrapper {
  margin-bottom: 25px;
}
.login .backHistory {
  background-color: #fff;
  border: 1px solid #E2E2E2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.login .backHistory svg {
  transform: rotate(90deg);
}
.login .login-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  flex-direction: column;
  position: relative;
}
.login .login-header::after {
  content: "";
  position: absolute;
  background: #DDDDDD;
  width: 30px;
  height: 6px;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%);
}
.login .login-header .image-box {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.login .login-header .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login .login-header .title {
  font-size: 30px;
  line-height: 110%;
  font-weight: 500;
  margin-bottom: 15px;
}
.login .login-header .para-desc {
  display: block;
  width: 60%;
  line-height: 24px;
}
.login .login-header span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #AAAAAA;
}
.login .login-header .header-button-sign-up {
  flex-direction: column;
}
.login .login-header .header-button-sign-up a {
  margin-top: 6px;
}
.login .login-header .sign-up-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  transform: rotate(90deg);
}
.login .login-header a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  color: #4785bd;
  margin-left: 5px;
  text-decoration: underline;
}
.login .login-header .header-button-wrappepr {
  display: flex;
  align-items: center;
}
.login .login-main {
  padding: 0 10px;
  text-align: left;
  max-width: 385px;
}
.login .login-main.register {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login .login-main label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  width: 100%;
  min-width: 380px;
  color: #4785bd;
}
.login .login-main label input {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  padding-bottom: 13px;
  border-bottom: 2px solid #BBBBBB;
  min-width: 380px;
  width: 100%;
  color: #222222;
}
.login .login-main label input::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #888;
}
.login .login-main label input::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #888;
}
.login .login-main label:last-child {
  margin-bottom: 0;
}
.login .login-main a {
  font-weight: 400;
  font-size: 13px;
  line-height: 110%;
  color: #08aeea;
  display: flex;
  justify-content: flex-end;
}
.login .login-main span.error-messages {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  /* identical to box height */
  text-align: left;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: none;
  background: #FF3756;
  border-radius: 15px;
  padding: 9px 14px;
  margin-bottom: 20px;
  align-items: center;
}
.login .login-main span.error-messages svg {
  margin-right: 10px;
}
.login .login-main .forget-info {
  width: 100%;
  margin-top: 25px;
}
.login .login-main .forget-info a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin: 0 auto;
  color: #A795F8;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.login .login-main.not-corect .forget-info {
  display: flex;
}
.login .login-main.not-corect label {
  color: #FF3756;
}
.login .login-main.not-corect label input {
  border-color: #FF3756;
}
.login .login-main.not-corect label input::-moz-placeholder {
  color: #FF3756;
}
.login .login-main.not-corect label input::placeholder {
  color: #FF3756;
}
.login .login-main.not-corect span.error-messages {
  display: flex;
}
.login .login-main button {
  text-transform: capitalize;
}
.login .login-main button svg {
  margin-top: 0;
}
.login .login-main .first-name, .login .login-main .last-name {
  width: 49%;
}
.login .login-footer-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login .login-footer-button .social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.login .login-footer-button .social span {
  font-weight: 600;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 5px;
}
.login .login-footer-button .social button {
  width: 48%;
  justify-content: center;
}
.login .login-footer-button .social button svg {
  margin-right: 9px;
}
.login .login-blased-method {
  margin-top: 16px;
}
.login .login-blased-method span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  margin-bottom: 20px;
}
.login .login-blased-method span::after {
  content: "";
  height: 1px;
  width: 45%;
  background-color: #EEEEEE;
}
.login .login-blased-method span::before {
  content: "";
  height: 1px;
  width: 45%;
  background-color: #EEEEEE;
}
.login .login-blased-method a {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  text-decoration-line: underline;
  color: #08aeea;
}

.login .login-main {
  max-width: 100% !important;
  width: 100%;
}
.login .modal-content > form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.registration-form .login {
  position: relative;
}

.transactionDetails {
  max-width: 520px;
}
.transactionDetails .transactionDetails-text-wrapper {
  margin-top: 20px;
}
.transactionDetails .transactionDetails-image {
  width: 192px;
  height: 148px;
  background-image: url(/images/paidDetails.png?4dec7fb1c0210a009f5f5239979a369f);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
.transactionDetails .transactionDetails-title {
  margin-top: 25px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
  color: #222222;
}
.transactionDetails .transactionDetails-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
  color: #aaa;
}
.transactionDetails .btn {
  width: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
.transactionDetails.donationSource .transactionDetails-image {
  width: 140px;
  height: 140px;
  background-image: url(/images/donationSource.png?68be1b4800c7ee2b013214a954ca7a28);
}

.allDoneNew {
  width: 100% !important;
}
.allDoneNew .allDone-block {
  max-width: 800px !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 25px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.allDoneNew .allDone-image {
  width: 84px !important;
  height: 84px !important;
  background-image: url(/images/check.png?578fcaa5e9d578e3eadfbd6e3b42a6f2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}
.allDoneNew .allDoneBigImage {
  background-image: url(/images/allDoneImg.png?e42c5f5e0d346d0b2ab42876b0a5fdad);
  background-repeat: no-repeat;
  background-size: contain;
  width: 347px;
  height: 211px;
  margin: 20px auto;
}
.allDoneNew .allDone-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  /* identical to box height */
  display: flex;
  align-items: center;
  margin: -10px auto 7px auto;
  display: block;
  color: #222222;
}
.allDoneNew .allDone-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.66;
  text-align: center;
  max-width: 635px;
  margin: 0 auto;
  color: rgba(34, 34, 34, 0.75);
}
.allDoneNew .allDone-text p {
  margin-bottom: 30px;
}
.allDoneNew .allDone-btn .btn {
  width: auto;
  padding-left: 30px;
  margin: 0 auto;
  padding-right: 30px;
}

.allDone {
  width: 100%;
}
.allDone-logo {
  width: 390px;
  height: 92px;
  background-image: url(/images/BlessingUp_Logo_white-new.png?cbf25a1b506099b145938345939e8009);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}
.allDone-block {
  width: 500px;
  background: #FFFFFF;
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  padding: 50px 35px 55px 35px;
  margin-top: 45px;
}
.allDone-image {
  width: 140px;
  height: 140px;
  background-image: url(/images/check.png?578fcaa5e9d578e3eadfbd6e3b42a6f2);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
}
.allDone-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  /* identical to box height */
  display: flex;
  align-items: center;
  margin: 25px auto 7px auto;
  display: block;
  color: #222222;
}
.allDone-text {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.66;
  text-align: center;
  max-width: 365px;
  margin: 0 auto;
  color: rgba(34, 34, 34, 0.75);
}
.allDone-text p {
  margin-bottom: 30px;
}
.allDone-btn .btn {
  width: auto;
  padding-left: 30px;
  margin: 0 auto;
  padding-right: 30px;
}

.header {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.header__wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100px;
}
.header__logo {
  width: 140px;
  flex: 0 0 auto;
  background-color: #A2A9FC;
  background-image: url(/images/BlessingUp_Icon.svg?3bc03b2db8b49ccfb5a62a76acc5ec7d);
  background-repeat: no-repeat;
  background-size: 80px 70px;
  background-position: center;
}
.header__main {
  display: flex;
  background-color: #fff;
  width: 100%;
  padding-left: 45px;
  align-items: center;
  justify-content: space-between;
}
.header__search {
  display: flex;
  align-items: center;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  height: 52px;
  max-width: 550px;
  width: 60%;
  padding: 0 26px;
}
.header__search input {
  width: 100%;
  padding-left: 10px;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #000;
}
.header__search input::-moz-placeholder {
  color: #AAAAAA;
}
.header__search input::placeholder {
  color: #AAAAAA;
}
.header__user-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.header__user-activity {
  position: relative;
}
.header__user-activity::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4785bd;
}
.header__user-activity button {
  background-color: transparent;
  border: none;
}
.header__user {
  margin-left: 30px;
  padding: 0 20px 0 30px;
  position: relative;
  display: flex;
}
.header__user:last-child {
  width: 50%;
  margin: 0 0 0 auto;
}
.header__user::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #E2E2E2;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header__user .user-logo {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.header__user .user-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__user .user-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 35px;
  margin-left: 12px;
  width: 75%;
}
.header__user .user-name {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #222222;
  margin-bottom: 0;
}
.header__user .user-email {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #AAAAAA;
}

h2.dashboard-title {
  line-height: 1.2;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .header__user-wrapper .header__user {
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .header__user-wrapper .header__user {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__user-wrapper .header__user:last-child {
    width: auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .header__user-wrapper .header__user:last-child {
    width: auto;
  }
}
.logotype {
  width: 95px;
  height: 64px;
  border-radius: 10px;
  background-color: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.sidebar-logout {
  color: #1c295d;
  font-size: 12px;
  font-weight: 500;
  border: none;
  background-color: transparent;
  margin-top: 97px;
}
.sidebar-logout svg {
  margin-right: 13px;
}

.sidebar-navigation {
  list-style: none;
  padding-left: 0;
}
.sidebar-navigation .navigation-item {
  margin-bottom: 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 5px;
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
}
.sidebar-navigation .navigation-item:first-child {
  margin-top: 20px;
}
.sidebar-navigation .navigation-item img {
  opacity: 0.6;
}
.sidebar-navigation .navigation-item:hover .navigation-title, .sidebar-navigation .navigation-item.current .navigation-title {
  color: white;
}
.sidebar-navigation .navigation-item:hover img, .sidebar-navigation .navigation-item.current img {
  opacity: 1;
}
.sidebar-navigation .navigation-item:hover::after, .sidebar-navigation .navigation-item.current::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 4px;
  height: 90px;
  background-color: #fff;
}
.sidebar-navigation .navigation-item:last-child {
  margin-bottom: 0;
}
.sidebar-navigation .navigation-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.sidebar-navigation .navigation-logo {
  margin-bottom: 15px;
}
.sidebar-navigation .navigation-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.logOut__text {
  margin-bottom: 35px;
}
.logOut__button {
  display: flex;
  justify-content: center;
}
.logOut__button .transparent-button {
  margin-right: 20px;
}
.logOut a:hover {
  color: #fff;
  text-decoration: none;
}

.sidebar__logo {
  background: linear-gradient(0deg, #ffffff0f, #ffffff0f), #f4f4f40f;
}
.sidebar__logo div {
  flex: 0 0 auto;
  background-image: url(/images/BlessingUp_Icon.svg?3bc03b2db8b49ccfb5a62a76acc5ec7d);
  background-repeat: no-repeat;
  background-size: 80px 70px;
  background-position: center;
  width: 100%;
  height: 100px;
}

.user_dashboard_home {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  background: #ffffffbf;
  box-shadow: 0 5px 15px #0000000d;
  border-radius: 40px;
  display: flex;
  justify-content: center;
}
.user_dashboard_home .btn-fill {
  width: unset;
  padding: 3px 10px 0 25px;
}
.user_dashboard_home .btn-fill svg {
  margin-top: -6px;
  margin-left: 5px;
  transform: rotate(-90deg);
}
.user_dashboard_home .user_dashboard_home_wrap {
  max-width: 1400px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.user_dashboard_home h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #4785bd;
}
.user_dashboard_home .common_info {
  width: 40%;
  position: absolute;
  left: 5%;
}
.user_dashboard_home .common_info p {
  font-size: 20px;
  line-height: 1.7;
  margin: 20px 0 30px;
}
.user_dashboard_home .donated_info {
  position: relative;
  width: 60%;
  margin-left: 40%;
}
.user_dashboard_home .donated_info p {
  font-size: 18px;
}
.user_dashboard_home .donated_info .donated_amount_wrapper {
  width: 100%;
  max-width: 725px;
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 115px;
  position: relative;
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts {
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  min-width: 455px;
  text-align: center;
  position: relative;
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts .donated_amount {
  position: relative;
  padding: 45px 35px 35px;
  width: 50%;
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts .donated_amount:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 70%;
  top: 15%;
  background: #DDDDDD;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts p {
  margin: 0 0 10px;
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts h1 {
  margin: 0;
  padding: 0 5px;
  word-break: break-word;
  white-space: nowrap;
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background-image: url(/images/user_dashboard_home_top.svg?128f62ab4790f0536ddea38807503176);
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top::after {
  content: "";
  position: absolute;
  width: calc(50% - 220px);
  height: 65%;
  background-image: url(/images/user_dashboard_home_up.svg?1551bec715cd14221c8d13d882345820);
  background-repeat: no-repeat;
  left: calc(50% + 220px);
  bottom: 0;
  z-index: 1;
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_bottom {
  position: relative;
  padding-bottom: 460px;
}
.user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_bottom::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/images/user_dashboard_home_bottom.svg?0e510e688220e8fb4cef1ae29ede8ff2);
  background-repeat: no-repeat;
  background-position: top center;
  bottom: 8px;
  left: 0;
  z-index: 11;
}

/*
*****    Media Query     *****
*/
@media screen and (min-width: 320px) and (max-width: 480px) {
  .user_dashboard_home .user_dashboard_home_wrap .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts {
    min-width: 90%;
    margin-left: 0px !important;
    margin: 0px auto 0px auto !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .user_dashboard_home .user_dashboard_home_wrap .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts {
    min-width: 90%;
    margin-left: 0px !important;
    margin: 0px auto 0px auto !important;
  }
}
.myDonationList__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.myDonationList .back {
  position: absolute;
}
.myDonationList__card {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  padding: 20px 30px;
  width: 90%;
  max-width: 660px;
  margin-bottom: 15px;
}
.myDonationList__card:last-child {
  margin-bottom: 0;
}
.myDonationList__card.single-card .card-row .item .info {
  width: 72%;
}
.myDonationList__card.list-loop .card-row .item {
  width: 100%;
}
.myDonationList__card.list-loop .card-row .item .info {
  width: 100%;
  justify-content: space-between;
}
.myDonationList__card .card-row {
  border-top: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
}
.myDonationList__card .card-row .item {
  width: 50%;
}
.myDonationList__card .card-row .item .logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
}
.myDonationList__card .card-row .item .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.myDonationList__card .card-row .item .info {
  display: flex;
}
.myDonationList__card .card-row .item .name {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #222222;
}
.myDonationList__card .card-row .item .name.amount {
  margin-left: 4px;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #222222;
  border: 1px solid 0;
}
.myDonationList__card .card-row .item .created {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #AAAAAA;
  margin-bottom: 0;
}
.myDonationList__card .card-row .item .total .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4785bd;
}
.myDonationList__card .card-row .item .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #222222;
}
.myDonationList__card .card-row .item .count {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #4785bd;
}
.myDonationList__card .card-row .item .count::first-letter {
  font-size: 14px;
}
.myDonationList__card .card-row:nth-child(1) {
  padding-bottom: 18px;
}
.myDonationList__card .card-row:nth-child(1) .item:nth-child(1) {
  display: flex;
  align-items: center;
}
.myDonationList__card .card-row:nth-child(1) .item:nth-child(2) {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.myDonationList__card .card-row:nth-child(2) {
  padding: 25px 0;
}
.myDonationList__card .card-row:nth-child(2) .item div:first-child {
  margin-bottom: 25px;
}
.myDonationList__card .card-row:nth-child(3) {
  padding: 25px 0;
}
.myDonationList__card .card-row:nth-child(3) .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.myDonationList__card .card-row:nth-child(3) .item .title {
  font-size: 16px;
}
.myDonationList__card .card-row:nth-child(3) .item:first-child {
  position: relative;
}
.myDonationList__card .card-row:nth-child(3) .item:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 28px;
  width: 1px;
  background-color: #E2E2E2;
}
.myDonationList__card .card-row:first-child, .myDonationList__card .card-row:last-child {
  border-top: none;
}
.myDonationList__card.paused .card-row:nth-child(2) {
  border-bottom: none;
  padding-bottom: 0;
}
.myDonationList__card.paused .card-row:nth-child(2) .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #222222;
}
.myDonationList__card.paused .card-row:nth-child(2) .item svg {
  margin-right: 10px;
  margin-top: -5px;
}
.myDonationList .text-center {
  justify-content: center;
}

.myDonation__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.myDonation__giving {
  grid-row-start: span 2;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 25px 20px;
}
.myDonation__giving-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.myDonation__giving-header .dashboard-section-title {
  flex: 0 0 auto;
}
.myDonation__giving-header .btn-wrapper {
  display: flex;
}
.myDonation__giving-header .btn-wrapper .btn {
  font-size: 16px;
  line-height: 1;
  padding: 0 10px 0 20px;
  width: auto;
}
.myDonation__giving-header .btn-wrapper .btn:first-child {
  margin-right: 10px;
}
.myDonation__giving-details {
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  margin-bottom: 10px;
}
.myDonation__giving-details .row {
  display: flex;
}
.myDonation__giving-details .row .item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.myDonation__giving-details .row .item .title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
}
.myDonation__giving-details .row .item .info {
  display: block;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.myDonation__giving-details .row .item .info.number-date-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.myDonation__giving-details .row .item .info.number-date-btn .date {
  font-size: 16px;
  margin-top: 12px;
  line-height: 22px;
  text-transform: none;
}
.myDonation__giving-details .row .item .info.number-date-btn .btn {
  padding: 0px 0px;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}
.myDonation__giving-details .row .item._half {
  width: 50%;
}
.myDonation__giving-details .row .item._full {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 28px;
  margin-top: 23px;
}
.myDonation__giving-details .row .item._full .title {
  text-decoration: underline;
  margin-bottom: 20px;
}
.myDonation__giving-details .row .item._full .title svg {
  margin-left: 6px;
}
.myDonation__giving-details .row .item._full::before {
  display: none;
}
.myDonation__giving-details .row .item:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.25);
}
.myDonation__giving-company {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  margin-bottom: 10px;
}
.myDonation__giving-company .company-header {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 25px;
}
.myDonation__giving-company .company-header .logo {
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.myDonation__giving-company .company-header .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.myDonation__giving-company .company-header .info {
  margin-left: 15px;
  width: 80%;
}
.myDonation__giving-company .company-header .info .company-name {
  margin-bottom: 10px;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #222222;
}
.myDonation__giving-company .company-header .info .company-created {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #AAAAAA;
}
.myDonation__giving-company .company-main {
  display: flex;
}
.myDonation__giving-company .company-main .details-item {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 14px */
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
}
.myDonation__giving-company .company-main .details-item span {
  font-weight: 600;
  color: rgba(34, 34, 34, 0.6);
}
.myDonation__giving-company .company-main .details-item span.title {
  color: #222;
  margin-right: 5px;
}
.myDonation__giving-company .company-main .details-item .item {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.myDonation__giving-company .company-main .details-item .item:last-child {
  margin-bottom: 0;
}
.myDonation__giving-minMax {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  /* identical to box height, or 14px */
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
}
.myDonation__giving-minMax span {
  font-weight: 600;
  color: rgba(34, 34, 34, 0.6);
}
.myDonation__giving-minMax span.title {
  color: #222;
  margin-right: 5px;
}
.myDonation__giving-minMax .item {
  display: flex;
  justify-content: center;
  width: 50%;
  position: relative;
}
.myDonation__giving-minMax .item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 38px;
  background-color: #E2E2E2;
}
.myDonation__giving-minMax .item:last-child {
  margin-bottom: 0;
}
.myDonation__giving-minMax .item:last-child::before {
  display: none;
}
.myDonation__total {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 20px 30px;
}
.myDonation__total .myDonation__total_title .dashboard-section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.myDonation__total .myDonation__total_title .dashboard-section-title .inner-title {
  display: inline-block;
  font-weight: 800;
  line-height: 28px;
}
.myDonation__total-count {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 48px;
  /* or 89% */
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 20px;
}
.myDonation__total-block {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  position: relative;
}
.myDonation__total-block .row {
  margin: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  color: #BBBBBB;
  border-bottom: 1px solid #bbb;
  line-height: 36px;
  grid-column-start: span 8;
}
.myDonation__total-block .row.graph-wrap {
  grid-column-start: span 1;
  border: none;
  display: flex;
  justify-content: center;
  width: 40px;
}
.myDonation__total-block .graph {
  position: absolute;
  bottom: 37px;
  width: 48px;
  background: linear-gradient(180deg, #4785bd -0.23%, #42518b 100%);
}
.myDonation__total-block .month {
  transform: rotate(-45deg);
}
.myDonation__increase {
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 18px 35px;
}
.myDonation__increase .dashboard-section-title {
  color: #fff;
}
.myDonation__increase-wrapper {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 30px;
  height: 60px;
  width: 100%;
  padding: 0 47px;
  display: flex;
  align-items: center;
}
.myDonation__increase-number {
  margin-top: 30px;
  width: 100%;
  display: flex;
}
.myDonation__increase-number span {
  position: relative;
  width: 20%;
  justify-content: center;
  text-align: center;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #FFFFFF;
}
.myDonation__increase-number span::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25);
}

.donationMultiplied__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: space-between;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.donationMultiplied__wrapper .btn {
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 30px 0;
  line-height: 1;
  align-items: center;
}
.donationMultiplied__images {
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
}
.donationMultiplied__images svg {
  width: 44px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.donationMultiplied__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #222222;
  display: block;
  margin: 20px 0;
}
.donationMultiplied__text {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  text-align: center;
  display: block;
  color: rgba(34, 34, 34, 0.75);
  max-width: 80%;
  margin: 0 auto 29px auto;
}
.donationMultiplied__text span {
  color: #000;
}

@media (max-width: 575.98px) {
  .myDonation__total .myDonation__total_title {
    flex-direction: column;
  }
  .myDonation__total .myDonation__total_title .dashboard-section-title {
    flex-direction: column;
    align-items: center;
  }
  .myDonation__total .myDonation__total_title .dashboard-section-title .inner-title {
    width: 100%;
    text-align: center;
  }
}
.donationDetails__header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.donationDetails__header .back {
  margin-right: 16px;
}
.donationDetails__header .donationDetails__total_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.donationDetails__header .dashboard-title {
  margin-bottom: 0;
}
.donationDetails__total {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  /* or 109% */
  display: flex;
  align-items: center;
  text-align: right;
  color: #4785bd;
  margin-left: auto;
}
.donationDetails__main {
  display: flex;
  justify-content: space-between;
}
.donationDetails__tabs {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #F8F8FF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  overflow: hidden;
}
.donationDetails__tabs-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px 30px;
  grid-column: 1/span 2;
  background-color: #ffffff;
}
.donationDetails__tabs-buttons .btn-fill {
  width: auto;
  padding: 0 25px 0 35px;
}
.donationDetails__passDonation {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  width: 37.5%;
  padding: 20px;
}
.donationDetails__passDonation .btn.btn-fill {
  width: 32%;
  margin-left: auto;
}
.donationDetails__passDonation .dashboard-section-title {
  padding-left: 20px;
}
.donationDetails__passDonation-list {
  list-style: none;
  padding-left: 0;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  overflow: auto;
  max-height: 642px;
}
.donationDetails__passDonation-list li {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.donationDetails__passDonation-list li span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.25px;
  color: #222222;
}
.donationDetails__passDonation-list li .count {
  padding-left: 20px;
}
.donationDetails__passDonation-list li .date {
  padding: 10px;
}
.donationDetails__passDonation-list li .cards {
  padding-right: 20px;
}
.donationDetails__passDonation-list li:first-child {
  border-radius: 25px 25px 0 0;
}
.donationDetails__passDonation-list li:nth-child(odd) {
  background-color: #fff;
}
.donationDetails__passDonation-list li:nth-child(even) {
  background: #F8F8FF;
}
.donationDetails .item.monthly-chart .dashboard-card-title {
  margin-bottom: 20px;
}
.donationDetails .tab-button.donation-details-button span {
  z-index: 30;
}
.donationDetails .tab-button.donation-details-button.active {
  border-radius: 0 40px 0 0;
  z-index: 20;
}
.donationDetails .tab-button.donation-details-button:not(.active) {
  position: relative;
  color: #888888;
}
.donationDetails .tab-button.donation-details-button:not(.active)::before, .donationDetails .tab-button.donation-details-button:not(.active)::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
}
.donationDetails .tab-button.donation-details-button:not(.active)::before {
  background-color: #FFFFFF;
  z-index: 20;
}
.donationDetails .tab-button.donation-details-button:not(.active)::after {
  background-color: #F8F8FF;
  border-radius: 0 0 40px 0;
  z-index: 21;
}
.donationDetails .tab-button.payment-info-button span {
  z-index: 30;
}
.donationDetails .tab-button.payment-info-button.active {
  border-radius: 40px 0 0 0;
  z-index: 20;
}
.donationDetails .tab-button.payment-info-button:not(.active) {
  position: relative;
  color: #888888;
}
.donationDetails .tab-button.payment-info-button:not(.active)::before, .donationDetails .tab-button.payment-info-button:not(.active)::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
}
.donationDetails .tab-button.payment-info-button:not(.active)::before {
  background-color: #FFFFFF;
  z-index: 20;
}
.donationDetails .tab-button.payment-info-button:not(.active)::after {
  background-color: #F8F8FF;
  border-radius: 0 0 0 40px;
  z-index: 21;
}
.donationDetails .tab-content.payment-info-content.active {
  border-radius: 40px 0 0 0;
}
.donationDetails .tab-content.donation-details-content.active {
  border-radius: 0 40px 0 0;
}

.tab-button {
  border: none;
  background: transparent;
  outline: none;
  justify-content: center;
  width: 100%;
  flex: 1 1 auto;
  line-height: 3 !important;
}
.tab-button.active {
  background-color: #fff;
}

.tab-content {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  display: none;
  padding: 24px 27px 40px 24px;
}
.tab-content .card-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E7E7E7;
  padding: 26px 5px 20px 5px;
  position: relative;
}
.tab-content .card-row.data-row {
  flex-direction: column;
}
.tab-content .card-row.data-row .card-row-left {
  display: flex;
  justify-content: space-between;
}
.tab-content .card-row.data-row .card-row-right {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.tab-content .card-row.data-row .card-row-right .mx-datepicker {
  max-width: 154px;
}
.tab-content .card-row .item {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  position: relative;
}
.tab-content .card-row .item .checkbox-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
.tab-content .card-row .item:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background-color: #e7e7e7;
}
.tab-content .card-row .item:nth-child(2) {
  padding-left: 30px;
}
.tab-content.active {
  z-index: 2;
  display: grid;
}
.tab-content.pause {
  overflow: hidden;
  opacity: 0.5;
  pointer-events: none;
}

.donation-details-content .button-toggler {
  pointer-events: all !important;
}
.donation-details-content .card-row:first-child {
  justify-content: space-between;
}
.donation-details-content .card-row:nth-child(2) .dashboard-card-title {
  width: 100%;
}
.donation-details-content .card-row:nth-child(2) .range-slider {
  width: 95%;
  margin: 20px auto;
  position: relative;
}
.donation-details-content .card-row:nth-child(2) .range-slider::before {
  content: "$2";
  position: absolute;
  top: 25px;
  left: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  /* identical to box height, or 200% */
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
}
.donation-details-content .card-row:nth-child(2) .range-slider::after {
  content: "$100.00";
  position: absolute;
  top: 25px;
  right: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  /* identical to box height, or 200% */
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
}
.donation-details-content .card-row:nth-child(3) .item .input-wrapper::before {
  content: "$";
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  margin-top: 2px;
  color: #000000;
}
.donation-details-content .card-row:nth-child(3) .item:last-child {
  width: 100%;
}
.donation-details-content .card-row:nth-child(4) {
  border-bottom: none;
}
.donation-details-content .card-row:nth-child(4) .item .input-wrapper {
  max-width: 180px;
}
.donation-details-content .card-row .input-wrapper input {
  width: 100%;
}

.payment-info-content .card-row {
  justify-content: space-between;
}
.payment-info-content .input-wrapper {
  max-width: 280px;
}
.payment-info-content .input-wrapper svg {
  flex: 0 0 auto;
}
.payment-info-content .input-wrapper input {
  max-width: 173px;
  padding: 0 15px;
}
.payment-info-content .input-wrapper button {
  width: 36px;
  flex: 0 0 auto;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.payment-info-content .monthly-chart {
  margin-top: 26px;
}
.payment-info-content .monthly-chart .myDonation__total-block {
  margin-top: 21px;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  padding: 0 10px;
}
.payment-info-content .monthly-chart .myDonation__total-block .row {
  border-color: rgba(255, 255, 255, 0.5);
}
.payment-info-content .monthly-chart .myDonation__total-block .row span {
  color: rgba(255, 255, 255, 0.75);
}
.payment-info-content .monthly-chart .myDonation__total-block .row .graph {
  background: #fff;
}
.payment-info-content .donationDetails__tabs-buttons {
  margin-top: 23px;
}

.endDonation__text {
  margin-bottom: 29px;
}
.endDonation__button {
  display: flex;
  justify-content: center;
}
.endDonation__button .btn-fill {
  width: auto;
  padding: 6px 20px 0;
}

canvas.dark_fill {
  background: linear-gradient(180deg, #4785bd 0%, #42518b 100%), rgba(236, 236, 236, 0.0001);
  border-radius: 25px;
}

div.datepicker_input_modal_wrapper {
  width: 250px;
  text-align: center;
  padding-bottom: 30px;
}
div.datepicker_input_modal_wrapper .datepicker_modal_input {
  text-align: center;
  border: none;
  outline: none;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px;
  width: 120px;
  border-bottom: 2px solid #BBBBBB;
}
div.datepicker_input_modal_wrapper .datepicker_modal_input::-moz-placeholder {
  color: #AAAAAA;
}
div.datepicker_input_modal_wrapper .datepicker_modal_input::placeholder {
  color: #AAAAAA;
}
div.datepicker_input_modal_wrapper .datepicker_modal_input:focus {
  outline: none;
}
div.datepicker_input_modal_wrapper .mx-icon-calendar {
  display: none;
}
div.datepicker_input_modal_wrapper .mx-icon-clear {
  margin-right: 40px;
}

.donation_paused_modal .popUp-button {
  width: 100%;
}
.donation_paused_modal .popUp-button button {
  margin: 0 5px;
  padding: 5px 78px 0;
}
.donation_paused_modal .popUp-button button.transparent {
  padding: 5px 39px 0;
  text-transform: none;
}

.donationMultiplied__wrapper .popUp-button {
  width: 100%;
  justify-content: space-between;
  padding: 0 20px;
}
.donationMultiplied__wrapper .popUp-button button {
  margin: 0;
  width: 49%;
  padding: 5px 5px 0;
  display: flex;
  justify-content: center;
}
.donationMultiplied__wrapper .popUp-button button.transparent-button {
  color: #4785bd;
}

.datepicker_input_wrapper .mx-icon-calendar {
  display: none;
}

.payment-info-content .donation_source {
  padding-left: 17px;
}
.payment-info-content .donation_source img {
  height: 20px;
}
.payment-info-content .donation_source input {
  padding-right: 0;
}
.payment-info-content .donation_source .edit_payment_source {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
}
.payment-info-content .donation_source .edit_payment_source svg {
  margin: 0;
}
.payment-info-content .donation_source .edit_payment_source svg path {
  fill: white;
}

/*
*****    Media Query     *****
*/
@media screen and (min-width: 320px) and (max-width: 480px) {
  .donationDetails .tab-content.donation-details-content {
    opacity: 1 !important;
  }
  .donationDetails .tab-content.payment-info-content {
    opacity: 1 !important;
  }
  .donationDetails .tab-content.pause {
    position: relative;
  }
  .donationDetails .tab-content.pause::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(248, 248, 255, 0.5);
    z-index: 999;
  }
  .donationDetails .tab-content .card-row.data-row .card-row-left {
    width: 100%;
  }
  .donationDetails .tab-content .card-row.data-row .card-row-right {
    flex-direction: column;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .donationDetails .tab-content.donation-details-content {
    opacity: 1 !important;
  }
  .donationDetails .tab-content.payment-info-content {
    opacity: 1 !important;
  }
  .donationDetails .tab-content.pause {
    position: relative;
  }
  .donationDetails .tab-content.pause::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(248, 248, 255, 0.5);
    z-index: 999;
  }
  .donationDetails .tab-content .card-row.data-row .card-row-left {
    width: 100%;
  }
  .donationDetails .tab-content .card-row.data-row .card-row-right {
    flex-direction: column;
  }
}
.settings {
  position: relative;
}
.settings-card {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 50px 40px;
  position: relative;
}
.settings__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 20px;
}
.settings__header .btn-fill {
  width: auto;
  padding: 0 28px 0 18px;
}
.settings__header h2 {
  margin-bottom: 0;
}
.settings__main {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 68px 60px 10px;
}
.settings ul {
  list-style-type: none;
  margin: 0;
}
.settings__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px 50px 20px;
  /*new updated scss starts*/
  /*new updated scss ends*/
}
.settings__row input {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  padding-bottom: 13px;
  border: none;
  border-bottom: 2px solid #bbb;
  max-width: 220px;
  width: 100%;
  background-color: inherit;
}
.settings__row input.address {
  max-width: 320px;
}
.settings__row input.password {
  max-width: 330px;
}
.settings__row .form-group {
  padding-left: 0px;
  margin-bottom: 0px;
}
.settings__row .form-group input {
  width: 90% !important;
}
.settings__row .form-group .alert {
  width: 90%;
}
.settings__row .btn.save-setting-btn {
  width: 28%;
}
.settings__title {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  margin-left: -20px;
}
.settings__title .title {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  /* identical to box height */
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  padding: 0 16px 0 0;
  color: #4785bd;
  flex: 0 0 auto;
}
.settings__title span {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  display: block;
}
.settings__images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.settings__images .images {
  display: flex;
  align-items: center;
  position: relative;
}
.settings__images .images img {
  border-radius: 50%;
  overflow: hidden;
  width: 110px;
  height: 110px;
  display: block;
  flex: 0 0 auto;
  margin-right: 20px;
}
.settings__images .images .btn-fill {
  margin-right: 10px;
  padding: 0 21px;
  width: auto;
}
.settings__images .images .btn-fill svg {
  margin-top: -5px;
}
.settings__images .images .btn-fill svg path {
  fill: #fff;
}
.settings__images .btn-box.right-btn-box {
  display: flex;
}
.settings__images .btn-box.right-btn-box .btn.payment-info-btn {
  width: auto;
  margin-top: 0px;
  margin-right: 12px;
}
.settings__navigation {
  display: flex;
  justify-content: center;
}
.settings__navigation a {
  text-decoration: none;
}
.settings__navigation a div {
  padding: 25px 25px 15px 25px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 30px 30px 0 0;
  border: none;
  overflow: hidden;
  color: #888;
  font-weight: 500;
}
.settings__navigation a.active div {
  background: white;
  color: #222;
}
.settings__navigation a:hover div {
  background: rgba(255, 255, 255, 0.7);
}
.settings__navigation button {
  padding: 25px 25px 15px 25px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px 15px 0 0;
  border: none;
  overflow: none;
  color: #888;
}
.settings__navigation button.active {
  background: #fff;
  color: #222;
}

.settings__organization .settings__row.qr_row .setting_qr {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.settings__organization .settings__row.qr_row .setting_qr .btn-fill {
  width: 20%;
  margin: auto;
}
.settings__organization .settings__row.qr_row .setting_qr .btn-fill::before {
  z-index: -1;
}
.settings__organization .settings__row .form-group.category-form-group .multiselect .multiselect__select {
  display: none;
}
.settings__organization .settings__row .form-group.category-form-group .multiselect .multiselect__input {
  max-width: 45%;
  display: block;
  position: static !important;
}
.settings__organization .settings__row .form-group.category-form-group .multiselect .multiselect__placeholder {
  display: none;
}
.settings__organization .settings__row .multiselect {
  margin-bottom: 35px;
}
.settings__organization .settings__row .multiselect .multiselect__tags {
  padding: 0;
  border: none;
  border-bottom: 2px solid #bbb;
  border-radius: 0;
  min-height: 0;
}
.settings__organization .settings__row .multiselect input {
  margin-bottom: 0 !important;
  border-bottom: none;
  padding-left: 0 !important;
  padding-bottom: 13px !important;
}
.settings__organization .settings__row .multiselect .multiselect__content-wrapper {
  border-top: none;
}
.settings__organization .settings__row .multiselect .multiselect__placeholder,
.settings__organization .settings__row .multiselect .multiselect__single {
  font-weight: 600;
  font-size: 14px;
  color: #757575;
  letter-spacing: 1px;
  padding-bottom: 13px;
  margin-bottom: 0;
}
.settings__organization .settings__row .multiselect .multiselect__single {
  color: #000;
}
.settings__organization .settings__row input {
  margin-bottom: 20px;
  max-width: 100%;
}
.settings__organization .settings__row textarea {
  border-bottom: 2px solid #bbb;
  width: 90%;
  padding-top: 0px;
}
.settings__organization .settings__row:nth-child(1) .title {
  font-size: 24px;
}
.settings__organization .settings__row:nth-child(1) .company-qr {
  border: none;
  margin: 0 auto;
}
.settings__organization .settings__row:nth-child(1) button {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #222222;
  background: transparent;
  border: none;
  margin: 0 auto;
}
.settings__organization .settings__row:nth-child(1) button img {
  display: flex;
  margin-bottom: 16px;
}
.settings__organization .settings__row:nth-child(2) {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  /*new sass updated starts*/
  /*new sass updated ends*/
}
.settings__organization .settings__row:nth-child(2) .form-group {
  margin-bottom: 20px;
}
.settings__organization .settings__row:nth-child(2) .form-group input {
  margin-bottom: 0px !important;
}
.settings__organization .settings__row:nth-child(2) .form-group .multiselect {
  margin-bottom: 0px !important;
  width: 90%;
}
.settings__organization .settings__row:nth-child(2) .form-group .alert {
  margin-bottom: 0px;
}
.settings__organization .settings__row:nth-child(3) {
  justify-content: flex-start;
}
.settings__organization .settings__row:nth-child(3) .btn-fill {
  width: auto;
}
.settings__organization .settings__row:nth-child(3) .btn-fill:first-child {
  margin-right: 10px;
}

.payoutSettings {
  display: flex;
  padding: 140px 50px;
}
.payoutSettings .settings__row:nth-child(1) {
  width: 60%;
}
.payoutSettings .settings__row:nth-child(1) .dashboard-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.payoutSettings .settings__row:nth-child(1) .account-info {
  width: 100%;
}
.payoutSettings .settings__row:nth-child(1) .account-info .dashboard-title {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 0;
}
.payoutSettings .settings__row:nth-child(1) .account-info-buttons {
  display: flex;
  width: 100%;
}
.payoutSettings .settings__row:nth-child(1) .account-info .btn-fill {
  padding: 0 23px 0 22px;
  width: auto;
}
.payoutSettings .settings__row:nth-child(1) .account-info .btn-fill:first-child {
  margin-right: 10px;
}
.payoutSettings .settings__row:nth-child(1) p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #888888;
}
.payoutSettings .settings__row:nth-child(1) p a {
  color: #4785bd;
}

.team .popUp-body {
  padding-left: 60px;
  padding-right: 60px;
}
.team .popUp-text {
  padding: 20px 0 30px 0;
}
.team__title {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #4785bd;
}
.team__table {
  margin-top: 20px;
}

.organization {
  display: grid;
}
.organization .settings-card {
  grid-row-start: 3;
  grid-column-end: 2;
  visibility: hidden;
}
.organization .settings-card.active {
  visibility: visible;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .settings__main .settings__row.img-row {
    margin-bottom: 60px;
  }
  .settings__main .settings__row.img-row .settings__images .images {
    display: flex;
    width: 100%;
  }
  .settings__main .settings__row.img-row .settings__images .images .btn-box .red-button {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    position: static;
  }
  .settings__main .settings__row.img-row .settings__images .images .btn-box .red-button span {
    width: 100%;
  }
  .settings__main .settings__row.img-row .settings__images .btn-box.right-btn-box {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .settings__main .settings__row.img-row .settings__images .btn-box.right-btn-box .btn {
    margin-left: 0px;
  }
  .settings__main .settings__row.img-row .settings__images .btn-box.right-btn-box .btn.payment-info-btn {
    width: 68%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .settings__main .settings__row.img-row .settings__images .btn-box.right-btn-box .red-button {
    width: 68%;
  }
  .settings__main .settings__row .btn.save-setting-btn {
    width: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .settings__main .settings__row.img-row {
    margin-bottom: 60px;
  }
  .settings__main .settings__row.img-row .settings__images .red-button {
    top: 150px;
  }
}
.about__main {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 68px 60px 100px 60px;
}
.about__row {
  border-bottom: 1px solid #DDDDDD;
}
.about__row.top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #4770F4;
  padding: 50px 7% 60px 7% !important;
}
.about__row.top-section .about__title {
  text-align: left !important;
  color: #fff;
}
.about__row.top-section .about__title::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 24px;
  height: 6px;
  background: #4785bd;
  opacity: 0.25;
}
.about__row.top-section .about__text {
  color: #fff;
  opacity: 0.75;
}
.about__row.top-section .about__text a {
  color: #fff;
  opacity: 1 !important;
  text-decoration: underline;
}
.about__row.top-section img {
  flex: 0 0 auto;
}
.about__row.top-section.image_block {
  display: flex;
  align-items: center;
}
.about__row.top-section.image_block .image_block_text {
  width: 55%;
}
.about__row.top-section.image_block .image_block_image {
  width: 45%;
}
.about__row.top-section.image_block .image_block_image img {
  width: 100%;
}
.about__row:nth-child(2) {
  padding: 50px 0 60px 0;
}
.about__row:nth-child(2) .about__title {
  text-align: center;
}
.about__row:nth-child(1) {
  padding: 60px 0 60px 0;
  display: grid;
  grid-template-columns: 45% 55%;
}
.about__row:nth-child(1) .about__title {
  margin-bottom: 0;
}
.about__row:last-child {
  border-bottom: none;
}
.about__title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  color: #4785bd;
  margin-bottom: 48px;
  position: relative;
}
.about__text {
  padding-right: 60px;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  /* or 187% */
  letter-spacing: 0.02em;
  padding-bottom: 70px;
}
.about__text a:first-child {
  color: #4785bd;
}
.about__text a:nth-child(2) {
  color: #08AEEA;
}
.about__team {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.about__card {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 29px 20px;
  min-width: 200px;
  max-width: 200px;
  margin: 0 20px;
}
.about__card-images {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.about__card-images img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__card-name {
  margin-top: 75px;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #222222;
  margin-bottom: 8px;
}
.about__card-prof {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #666666;
}
.about__card-text {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1, 8;
  text-align: center;
  letter-spacing: 0.02em;
  color: #888888;
}
.about__card-social {
  display: flex;
  justify-content: center;
}
.about__card-social a {
  background: #E4EEFF;
  width: 26px;
  height: 26px;
  position: relative;
  display: block;
  border-radius: 50%;
  margin-right: 12px;
}
.about__card-social a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__card-social a:last-child {
  margin-right: 0;
}
.about__video {
  position: relative;
  min-height: 270px;
}
.about__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.about__video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__story {
  padding: 0 0 0 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about__story-text {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}
.about__quote {
  padding-top: 70px;
  padding-left: 5%;
  padding-right: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50px 14px;
  position: relative;
  text-align: center;
}
.about__quote::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50px;
  width: 200px;
  height: 200px;
  background-image: url(/images/quote-bg.svg?f086e560aa296345630846715456edd0);
  background-repeat: no-repeat;
  z-index: 0;
}
.about__quote::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 200px;
  height: 200px;
  background-image: url(/images/quote-bg.svg?f086e560aa296345630846715456edd0);
  background-repeat: no-repeat;
  z-index: 0;
  transform: rotate(180deg);
}
.about__quote-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 2;
  text-align: center;
  color: #4785bd;
  position: relative;
  z-index: 999;
}
.about__quote-name {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #222222;
  margin: 0 auto;
  display: block;
}
.about.user_dashboard_about .about__main .about__row .about__team .about__card {
  margin: 0 6px;
  min-width: 188px;
}

.faq__main {
  background: white;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
}
.faq__main .faq__mid__title {
  color: #43A0E3;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.75px;
  text-align: left;
}
.faq__main .faqAccordian {
  margin-bottom: 50px;
}
.faq__main .faqAccordian .card {
  padding-left: 60px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 21px;
  min-height: 60px;
}
.faq__main .faqAccordian .card .card-header h2 {
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #000;
}
.faq__main .faqAccordian .card .card-header .accordion-icons {
  position: absolute;
  top: 10px;
  left: -49px;
  background: #E7E4FF;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: none;
}
.faq__main .faqAccordian .card .card-header .accordion-icons i {
  color: #8477EA;
}
.faq__main .faqAccordian .card .card-header .accordion-icons.active i {
  color: #8477EA;
}
.faq__main .faqAccordian .card .card-header .accordion-icons.active i:before {
  content: "";
}
.faq__main .faqAccordian .card .card-body {
  background: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 184.615% */
  letter-spacing: 0.5px;
  color: #888;
  padding: 0 15px;
}
.faq__main .faq__row {
  padding: 50px 7% 60px 7% !important;
}
.faq__row {
  border-bottom: 1px solid #DDDDDD;
}
.faq__row.top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: linear-gradient(180deg, #3A4892 0%, #4462FF 100%);
  padding: 50px 7% 60px 7% !important;
}
.faq__row.top-section .faq__title {
  text-align: left !important;
  color: #fff;
}
.faq__row.top-section .faq__title::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 24px;
  height: 6px;
  background: #4785bd;
  opacity: 0.25;
}
.faq__row.top-section .faq__text {
  color: #fff;
  opacity: 0.75;
}
.faq__row.top-section .faq__text a {
  color: #fff;
  opacity: 1 !important;
  text-decoration: underline;
}
.faq__row.top-section img {
  flex: 0 0 auto;
}
.faq__row.top-section.image_block {
  display: flex;
  align-items: center;
}
.faq__row.top-section.image_block .image_block_text {
  width: 55%;
}
.faq__row.top-section.image_block .image_block_image {
  width: 45%;
  text-align: right;
}
.faq__row.top-section.image_block .image_block_image img {
  width: 40%;
}
.faq__title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  color: #4785bd;
  margin-bottom: 48px;
  position: relative;
}
.faq__text {
  padding-right: 60px;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  /* or 187% */
  letter-spacing: 0.02em;
  padding-bottom: 70px;
}
.faq__text a:first-child {
  color: #4785bd;
}
.faq__text a:nth-child(2) {
  color: #08AEEA;
}
.faq__team {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.faq__card {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 29px 20px;
  min-width: 200px;
  max-width: 200px;
  margin: 0 20px;
}
.faq__card-images {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.faq__card-images img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq__card-name {
  margin-top: 75px;
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #222222;
  margin-bottom: 8px;
}
.faq__card-prof {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #666666;
}
.faq__card-text {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1, 8;
  text-align: center;
  letter-spacing: 0.02em;
  color: #888888;
}
.faq__card-social {
  display: flex;
  justify-content: center;
}
.faq__card-social a {
  background: #E4EEFF;
  width: 26px;
  height: 26px;
  position: relative;
  display: block;
  border-radius: 50%;
  margin-right: 12px;
}
.faq__card-social a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__card-social a:last-child {
  margin-right: 0;
}
.faq__video {
  position: relative;
  min-height: 270px;
}
.faq__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.faq__video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__story {
  padding: 0 0 0 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.faq__story-text {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
}
.faq__quote {
  padding-top: 70px;
  padding-left: 5%;
  padding-right: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50px 14px;
  position: relative;
  text-align: center;
}
.faq__quote::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50px;
  width: 200px;
  height: 200px;
  background-image: url(/images/quote-bg.svg?f086e560aa296345630846715456edd0);
  background-repeat: no-repeat;
  z-index: 0;
}
.faq__quote::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 200px;
  height: 200px;
  background-image: url(/images/quote-bg.svg?f086e560aa296345630846715456edd0);
  background-repeat: no-repeat;
  z-index: 0;
  transform: rotate(180deg);
}
.faq__quote-text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 2;
  text-align: center;
  color: #4785bd;
  position: relative;
  z-index: 999;
}
.faq__quote-name {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  color: #222222;
  margin: 0 auto;
  display: block;
}
.faq.user_dashboard_about .about__main .about__row .about__team .about__card {
  margin: 0 6px;
  min-width: 188px;
}

#videoPopUpDashboard .modal-dialog {
  width: 70%;
  max-width: unset;
}
#videoPopUpDashboard .modal-dialog .modal-content {
  border-radius: 0;
}
#videoPopUpDashboard .modal-dialog .modal-content .modal_video {
  display: flex;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .about__row:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  .about__row:nth-child(1) .about__story {
    padding-left: 0px;
    margin-top: 30px;
  }
  .about.user_dashboard_about .about__main .about__row .about__team .about__card {
    margin-top: 60px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .about.user_dashboard_about .about__main .about__row .about__team .about__card {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about.user_dashboard_about .about__main .about__row .about__team {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .about.user_dashboard_about .about__main .about__row .about__team .about__card {
    margin-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about__row:nth-child(2) .about__team {
    flex-wrap: wrap;
  }
  .about__row:nth-child(2) .about__team .about__card {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .faq__row.top-section.image_block .image_block_text {
    padding-top: 0;
  }
  .faq__row.top-section.image_block .image_block_image {
    position: static;
  }
}
@media screen and (max-width: 520px) {
  .faq__row.top-section.image_block .image_block_image {
    width: 75%;
  }
}
.faq__title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1px;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq__block {
  max-width: 900px;
  margin: 0 auto;
}
.faq__block details {
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.8;
  /* or 185% */
  letter-spacing: 0.5px;
  color: #888888;
}
.faq__block details summary {
  padding: 30px 20px 25px 75px;
  min-height: 75px;
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000000;
}
.faq__block details summary::-webkit-details-marker {
  display: none;
}
.faq__block details summary::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E4EEFF;
  left: 20px;
  top: calc(50% - 20px);
  background-image: url(/images/plus.svg?a39c1f74bfe591eba997fd8dc87ed1c7);
  background-position: center;
  background-repeat: no-repeat;
}
.faq__block details p {
  padding: 0 20px 30px 75px;
}
.faq__block details span {
  width: 40px;
  height: 40px;
  background: #E4EEFF;
  border-radius: 50%;
}
.faq__block details[open] summary::before {
  background-image: url(/images/minus.svg?1093efef77f285d7ed99c75921e00cad);
}

.contact {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 50px 20% 77px 20%;
}
.contact__title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.2;
  text-align: center;
  color: #222222;
  margin-bottom: 35px;
}
.contact__form {
  margin-top: 25px;
  /*new updated scss starts*/
  display: flex;
  flex-wrap: wrap;
  /*new updated scss ends*/
  /*new updated scss starts*/
  /*new updated scss ends*/
}
.contact__form input, .contact__form textarea {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #222;
  border: none;
  outline: none;
  border-bottom: 2px solid #ddd;
  padding: 0 10px 13px 10px;
  margin-bottom: 40px;
  resize: none;
  max-height: 125px;
}
.contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: #AAAAAA;
}
.contact__form input::placeholder, .contact__form textarea::placeholder {
  color: #AAAAAA;
}
.contact__form input[name=subject], .contact__form textarea[name=subject] {
  grid-column-start: span 2;
}
.contact__form input[name=message], .contact__form textarea[name=message] {
  grid-column-start: span 2;
}
.contact__form input[name=question], .contact__form textarea[name=question] {
  grid-column-start: span 2;
}
.contact__form .form-group {
  padding-left: 0px;
  margin-bottom: 0px;
}
.contact__form .form-group:not(:last-child) {
  margin-bottom: 40px;
}
.contact__form .form-group input {
  width: 100% !important;
  margin-bottom: 0px;
}
.contact__form .form-group textarea {
  width: 100%;
  margin-bottom: 0px;
}
.contact__form .button__wrapper {
  grid-column-start: span 2;
  display: flex;
  justify-content: flex-end;
}
.contact__form .button__wrapper .btn {
  width: auto;
  padding: 0 20px;
}

.dashboard__main {
  display: flex;
}
.dashboard__column {
  display: flex;
  flex-direction: column;
  width: 62%;
}
.dashboard__column:last-child {
  width: 37%;
  margin-left: 20px;
}
.dashboard__row {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 20px 30px 30px;
}
.dashboard .donations {
  margin-bottom: 20px;
}
.dashboard .donations__wrapper canvas {
  max-height: 300px;
}
.dashboard .donors__row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.dashboard .donors__row div:last-child {
  border-right: none;
}
.dashboard .topDonors {
  background: rgba(255, 255, 255, 0.75);
}
.dashboard .stats {
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  margin-bottom: 20px;
  color: #fff;
}
.dashboard .stats .dashboard-section-title {
  color: #fff;
  line-height: 2.5;
}
.dashboard .stats__wrapper {
  display: flex;
  margin-bottom: 40px;
}
.dashboard .stats__wrapper .item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.dashboard .stats__wrapper .item:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFFFFF40;
  width: 1px;
  height: 78px;
}
.dashboard .stats__count {
  font-family: Josefin Sans;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.005em;
  text-align: center;
}
.dashboard .stats__name {
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 0.1em;
  text-align: center;
}
.dashboard .donationsYtd__count {
  font-family: Josefin Sans;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.25px;
  text-align: left;
}
.dashboard .donationsYtd__count::first-letter {
  font-family: Josefin Sans;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.25px;
  text-align: left;
}
.dashboard .donationsYtd__total-block {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  position: relative;
  width: 100%;
}
.dashboard .donationsYtd__total-block .row {
  margin: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
  color: #BBBBBB;
  border-bottom: 1px solid #bbb;
  height: 53px;
  grid-column-start: span 8;
  position: relative;
}
.dashboard .donationsYtd__total-block .row span {
  position: absolute;
  bottom: 0;
}
.dashboard .donationsYtd__total-block .graph-wrap {
  padding: 15px 0 25px;
}
.dashboard .donationsYtd__total-block .graph-wrap .graph {
  position: absolute;
  bottom: 40px;
  width: 50%;
  left: 30%;
  background: linear-gradient(180deg, #4785bd -0.23%, #42518b 100%);
}
.dashboard .donationsYtd__total-block .graph-wrap .label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  width: 50%;
  left: 30%;
}

.settings.organization .settings__organization .form-group .settings__title {
  margin-bottom: 14px;
  margin-left: 0px;
  width: 90%;
}
.settings.organization .settings__organization .settings__row input {
  margin-bottom: 35px;
}
.settings.organization .settings__organization .settings__row:nth-child(2) {
  padding: 40px 20px 20px;
}

.settings__navigation .navigation-item {
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .settings.organization .settings__main .settings__row .form-group input {
    width: 100% !important;
  }
  .settings.organization .settings__main .btn-box .btn {
    width: 40%;
    margin: 0px auto 0px auto;
  }
  .settings.organization .settings__organization .form-group .settings__title {
    padding-left: 0px !important;
    width: 100%;
  }
  .settings.organization .settings__organization .form-group:not(:last-child) {
    margin-bottom: 30px;
  }
  .settings.organization .settings__organization .settings__row input {
    width: 100% !important;
  }
  .settings.organization .settings__organization textarea {
    width: 100% !important;
    padding-bottom: 20px;
    height: 120px;
  }
  .settings.organization .settings__organization .multiselect {
    width: 100% !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .settings.organization .settings__main .settings__row .form-group input {
    width: 100% !important;
  }
  .settings.organization .settings__main .btn-box .btn {
    width: 40%;
    margin: 0px auto 0px auto;
  }
  .settings.organization .settings__organization .form-group .settings__title {
    padding-left: 0px !important;
    width: 100%;
  }
  .settings.organization .settings__organization .form-group:not(:last-child) {
    margin-bottom: 30px;
  }
  .settings.organization .settings__organization .settings__row input {
    width: 100% !important;
  }
  .settings.organization .settings__organization textarea {
    width: 100% !important;
    padding-bottom: 20px;
    height: 120px;
  }
  .settings.organization .settings__organization .multiselect {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .settings.organization .settings__main .settings__row .form-group input {
    width: 100% !important;
  }
  .settings.organization .settings__main .btn-box .btn {
    width: 40%;
    margin: 0px auto 0px auto;
  }
  .settings.organization .settings__organization .settings__row.form-row {
    grid-template-columns: unset !important;
  }
  .settings.organization .settings__organization .settings__row.form-row .form-group .settings__title {
    width: 100% !important;
    padding-left: 0px;
  }
  .settings.organization .settings__organization .settings__row.form-row .form-group input {
    width: 100% !important;
  }
  .settings.organization .settings__organization .settings__row.form-row .form-group textarea {
    width: 100% !important;
  }
  .settings.organization .settings__organization .settings__row.form-row .form-group .multiselect {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .settings.organization .settings__organization .settings__row.form-row {
    grid-template-columns: unset !important;
  }
  .settings.organization .settings__organization .settings__row.form-row .form-group .settings__title {
    width: 96% !important;
    padding-left: 0px;
  }
  .settings.organization .settings__organization .settings__row.form-row .form-group input {
    width: 96% !important;
  }
  .settings.organization .settings__organization .settings__row.form-row .form-group textarea {
    width: 96% !important;
  }
  .settings.organization .settings__organization .settings__row.form-row .form-group .multiselect {
    width: 96% !important;
  }
}
.donation__row {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 40px;
}
.donation__row:last-child {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.75);
}
.donation__row .donors__table_outer {
  width: 100%;
  overflow: auto;
}
.donation__row .donors__row {
  grid-template-columns: 1.5fr 1.5fr 1.8fr 1.7fr 2.5fr 1fr;
}
.donation__row .donors__row div:last-child {
  border-right: 0;
}
.donation__header {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.donation__header svg.cal {
  margin: 0 5px 0 20px;
}
.donation__header svg.next {
  transform: rotate(-90deg);
}
.donation__date {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.donation__date .datepicker_range_wrapper {
  height: 100%;
  padding: 0;
  width: 250px;
}
.donation__date .datepicker_range_wrapper .mx-input-wrapper {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
}
.donation__date .datepicker_range_wrapper .mx-input-wrapper .mx-icon-calendar {
  display: none;
}
.donation__date .datepicker_range_wrapper .mx-input-wrapper::before {
  content: url(/images/calendar.svg?c8187955a661fda547a6ffd66d1ba6f3);
  position: relative;
  margin-right: 25px;
  left: 20px;
  top: 12px;
}
.donation__date .datepicker_range_wrapper .mx-input-wrapper .datepicker_range_input {
  pointer-events: none;
  border: none;
  outline: none;
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 0 10px;
}
.donation__date .datepicker_range_wrapper .mx-input-wrapper .datepicker_range_input::-moz-placeholder {
  color: #AAAAAA;
}
.donation__date .datepicker_range_wrapper .mx-input-wrapper .datepicker_range_input::placeholder {
  color: #AAAAAA;
}

.datepicker_range_calendar .mx-range-wrapper {
  flex-direction: row;
}

.reports__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.reports__card {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 40px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reports__card .card-title {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.25px;
  padding: 0 20px;
  color: #222222;
  margin-bottom: 20px;
}
.reports__card .card-number {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #222222;
  padding: 0 20px;
  margin-bottom: 15px;
}
.reports__card .card-text {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.25px;
  padding: 0 20px;
  color: #222222;
}
.reports__card .card-info {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.25px;
  color: #222222;
  margin: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
  padding-bottom: 25px;
}
.reports__card .card-info span {
  color: #4785bd;
}
.reports__yearly .card-text {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.25px;
  color: #222222;
  opacity: 0.75;
  margin: 0 0 17px 0;
}

.donors__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.donors__header .btn-fill {
  width: auto;
  padding: 0 22px 0 19px;
}
.donors__header .btn-fill svg {
  margin-right: 9px;
}
.donors__header .btn-fill:first-child {
  margin-right: 15px;
}
.donors__header-buttons {
  display: flex;
}
.donors__wrapper {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 20px;
}
.donors__wrapper.donor-wrapper1 .donors__table_outer {
  overflow-y: auto;
}
.donors__wrapper.donor-wrapper1 .donors__table_outer .donors__table {
  width: 120%;
}
.donors__wrapper.donor-wrapper1 .donors__row {
  grid-template-columns: 1.5fr 1.5fr 1.8fr 1.7fr minmax(200px, 4fr) 1.5fr 1.6fr 1.3fr;
}
.donors__table {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  overflow: hidden;
}
.donors__row {
  display: grid;
  padding: 0 10px;
  grid-template-columns: 1.5fr 1.5fr 1.8fr 1.7fr minmax(200px, 4fr) 1.1fr 1.3fr;
}
.donors__row.body-header div {
  line-height: 22px !important;
  padding: 10px 10px !important;
}
.donors__row.body-row div {
  line-height: 22px !important;
  padding: 10px 10px !important;
  word-break: break-word;
}
.donors__row.donation-data-row {
  grid-template-columns: 1.5fr 1.5fr 1.8fr 1.7fr 2.5fr !important;
}
.donors__row .action {
  border-right: none;
}
.donors__row .action a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.005em;
  text-decoration-line: underline;
  color: #4785bd;
}
.donors__row .action a svg {
  transform: rotate(-90deg);
  width: 10px;
}
.donors__row .action a svg path {
  fill: rgba(71, 133, 189, 0.5);
}
.donors__row div {
  padding: 0 10px;
  border-right: 1px solid #E2E2E2;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 3;
  /* or 14px */
  display: flex;
  align-items: center;
  letter-spacing: 0.005em;
  color: #222;
  text-align: center;
  justify-content: center;
}
.donors__row:first-child {
  background: #fff !important;
  margin-bottom: 10px;
  position: relative;
}
.donors__row:first-child div {
  color: #888888;
  border-right: none;
}
.donors__row:first-child::after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #E2E2E2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.donors__row:nth-child(odd) {
  background: rgba(34, 34, 34, 0.03);
}
.donors__row:last-child {
  padding-bottom: 10px;
}
.donors__page-nav {
  margin-top: 25px;
}

.tooltipCustom {
  position: relative;
}

.tooltipCustom::before {
  content: attr(data-tooltip);
  position: absolute;
  background-color: black;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 130px;
  margin: auto;
  font-size: 12px;
  z-index: 9;
  font-weight: 400;
}

.tooltipCustom:hover::before {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 481px) {
  .donors__row.body-header div {
    text-overflow: unset !important;
    overflow: unset !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .donors__row.body-header div {
    text-overflow: unset !important;
    overflow: unset !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .donors__row.body-header div {
    text-overflow: unset !important;
    overflow: unset !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .donors__row.body-header div {
    text-overflow: unset !important;
    overflow: unset !important;
    white-space: nowrap;
  }
}
.brandProfile {
  display: grid;
  grid-template-columns: 1fr;
}
.brandProfile__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brandProfile__header .btn-fill {
  padding: 0 20px 0 17px;
  width: auto;
}
.brandProfile__wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  visibility: hidden;
  position: absolute;
}
.brandProfile__wrapper.active {
  visibility: visible;
  position: relative;
  max-height: 100%;
}
.brandProfile__wrapper .settings__row {
  padding: 0 20px 0 20px;
  width: 100%;
}
.brandProfile__wrapper .settings__row:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brandProfile__wrapper .settings__row:last-child {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  padding: 46px 40px 34px 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.brandProfile__wrapper .settings__row:last-child::after {
  content: "";
  position: absolute;
  z-index: 4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 17.5%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.brandProfile__wrapper .settings__row:last-child .company-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 300px;
}
.brandProfile__wrapper .settings__row:last-child .company-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 60%;
  margin-bottom: 20px;
}
.brandProfile__wrapper .settings__row:last-child .company-header .btn-fill {
  width: auto;
  padding: 0 19px;
  margin-top: 0px;
  margin-left: 40px;
}
.brandProfile__wrapper .settings__row:last-child .company-main {
  position: relative;
  z-index: 5;
}
.brandProfile__wrapper .settings__row:last-child .company-title {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #222222;
  display: flex;
  align-items: center;
}
.brandProfile__wrapper .settings__row:last-child .company-title input {
  margin-top: 10px;
  max-width: none;
}
.brandProfile__wrapper .settings__row:last-child .company-title .add-edits {
  margin-left: 10px;
}
.brandProfile__wrapper .settings__row:last-child .company-subtitle {
  display: block;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 30px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.005em;
}
.brandProfile__wrapper .settings__row:last-child .company-subtitle textarea {
  width: calc(100% - 70px);
}
.brandProfile__wrapper .settings__row:last-child .company-subtitle .add-edits {
  float: right;
  margin-left: 10px;
  flex: 0 0 auto;
}
.brandProfile__wrapper .settings__row:last-child .company-title input, .brandProfile__wrapper .settings__row:last-child .company-title textarea, .brandProfile__wrapper .settings__row:last-child .company-subtitle input, .brandProfile__wrapper .settings__row:last-child .company-subtitle textarea {
  border: none;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  padding: 0;
  -webkit-appearance: none;
}
.brandProfile__wrapper .settings__row:last-child .company-inputs {
  /*new updated css starts*/
  display: flex;
  flex-wrap: wrap;
  /*new updated css ends*/
}
.brandProfile__wrapper .settings__row:last-child .company-inputs .form-group {
  margin-bottom: 20px;
}
.brandProfile__wrapper .settings__row:last-child .company-inputs .form-group input {
  width: 100% !important;
  max-width: 100%;
}
.brandProfile__wrapper .settings__row:last-child .company-inputs .form-group .alert {
  margin-bottom: 0px;
  padding: 1px 5px;
  line-height: 16px;
  width: 100%;
}
.brandProfile__wrapper .settings__row:last-child .company-terms {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  color: #888888;
}
.brandProfile__wrapper .settings__row:last-child .company-terms a {
  color: #4785bd;
}
.brandProfile__wrapper .settings__row:last-child .btn-fill {
  padding: 0 30px;
  width: auto;
  width: 15%;
  margin: 20px auto 0px auto;
}
.brandProfile__wrapper .settings__row:last-child .logo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}
.brandProfile__wrapper .settings__row:last-child .logo .add-edits {
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}
.brandProfile__wrapper .settings__row:last-child .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
  border-radius: 50%;
}
.brandProfile__title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.5;
  color: #222222;
}
.brandProfile__text {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  color: #666666;
}
.brandProfile__customUrl {
  display: flex;
  align-items: center;
  width: 100%;
}
.brandProfile__customUrl .title {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #666666;
  white-space: nowrap;
}
.brandProfile__customUrl .link {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #222222;
  position: relative;
  width: calc(100% - 250px);
  max-width: 500px;
  margin: 0 6px 0 6px;
}
.brandProfile__customUrl .link input {
  width: 100%;
  max-width: unset;
}
.brandProfile__customUrl .btn {
  padding: 0 16px;
  width: auto;
}
.brandProfile .donorResources, .brandProfile .supportResources {
  position: absolute;
  max-width: 0;
  visibility: hidden;
  opacity: 0;
  display: none;
}

.btn-box .btn {
  width: 15%;
  margin: 20px auto 0px auto;
  padding: 0px 30px;
}

.settings__navigation button {
  color: #222222;
  opacity: 0.5;
  padding-top: 20px;
  font-weight: 500;
}
.settings__navigation button.active {
  opacity: 1;
}
.settings__row .add-edits {
  width: 55px;
  height: 55px;
  border: 5px solid #fff;
  border-radius: 50%;
  position: relative;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
}
.settings__row .add-edits svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.marketingResources {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  visibility: hidden;
  max-height: 0;
  position: absolute;
}
.marketingResources.active {
  visibility: visible;
  position: relative;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.marketingResources.active .donorResources.active, .marketingResources.active .supportResources.active {
  position: static;
  max-width: 100%;
  visibility: visible;
  opacity: 1;
  display: block;
}
.marketingResources__navigation {
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.marketingResources__navigation button {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 3;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  margin-right: 30px;
  color: #888;
}
.marketingResources__navigation button:last-child {
  margin-right: 0;
}
.marketingResources__navigation button.active {
  color: #222;
  border-bottom: 3px solid #4785bd;
}
.marketingResources .settings__row {
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 10px;
}
.marketingResources .settings__row .title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #222222;
}
.marketingResources .settings__row .carousel {
  display: flex;
  overflow-x: auto;
  width: 100%;
}
.marketingResources .settings__row .item {
  width: 320px;
  height: 180px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-right: 10px;
}
.marketingResources .settings__row .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.marketingResources.settings-card, .marketingResources .settings__row {
  padding-right: 0;
  padding-left: 0;
}
.marketingResources.settings-card h2, .marketingResources .settings__row h2 {
  padding-left: 50px;
  padding-right: 50px;
}
.marketingResources .donors-swiper {
  width: 100%;
  padding: 0 50px;
}
.marketingResources .donors-swiper .swiper-slide {
  width: 320px;
}
.marketingResources .support-swiper {
  width: 100%;
  padding: 0 50px;
}
.marketingResources .support-swiper .swiper-slide {
  width: 320px;
}
.marketingResources .donors-swiper embed, .marketingResources .support-swiper embed {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.donorResources .settings__row.media-posts {
  padding: 0px 5%;
  margin-bottom: 40px;
}
.donorResources .settings__row.media-posts .title {
  padding-left: 0px;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts {
  margin-bottom: 30px;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts .img-box {
  display: block;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts .img-box img.pdf-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts .para-text {
  text-align: center;
  margin-top: 10px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #222222;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts iframe {
  width: 100%;
  height: 206px;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts iframe body {
  border: 3px solid blue;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts iframe img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts .btn-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts .btn-box .btn {
  width: 145px;
  margin: 0;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts .btn-box .btn:not(:first-child) {
  margin-left: 12px;
}
.donorResources .settings__row.media-posts .item-posts-wrapper .item-posts .btn-box .btn::before {
  background: none !important;
  background-image: none !important;
}

.supportResources .settings__row.media-posts {
  padding: 0px 5%;
  margin-bottom: 40px;
}
.supportResources .settings__row.media-posts .title {
  padding-left: 0px;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts {
  margin-bottom: 30px;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts .img-box {
  display: block;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts .img-box img.pdf-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts .para-text {
  text-align: center;
  margin-top: 10px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #222222;
  height: 22px;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts iframe {
  width: 100%;
  height: 206px;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts iframe img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts .btn-box {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts .btn-box .btn {
  width: 145px;
  margin: 0;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts .btn-box .btn:not(:first-child) {
  margin-left: 12px;
}
.supportResources .settings__row.media-posts .item-posts-wrapper .item-posts .btn-box .btn::before {
  background: none !important;
  background-image: none !important;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .brandProfile__wrapper {
    flex-direction: column-reverse !important;
  }
  .brandProfile__wrapper .settings__row:first-child .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .brandProfile__wrapper .settings__row:last-child .company-header {
    width: 100%;
  }
  .brandProfile__wrapper .settings__row:last-child .company-header .btn.btn-fill {
    margin-left: 0px;
    margin-top: 20px;
  }
  .brandProfile__wrapper .settings__row:last-child .company-main .btn.btn-fill {
    margin: 20px auto 0px auto;
  }

  .donorResources {
    padding: 0px 5%;
  }

  .supportResources {
    padding: 0px 5%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .brandProfile__wrapper {
    flex-direction: column-reverse !important;
  }
  .brandProfile__wrapper .settings__row:first-child .btn-box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .brandProfile__wrapper .settings__row:last-child .company-header {
    width: 100%;
  }
  .brandProfile__wrapper .settings__row:last-child .company-header .btn.btn-fill {
    margin-left: 0px;
    margin-top: 20px;
  }
  .brandProfile__wrapper .settings__row:last-child .company-main .btn.btn-fill {
    margin: 20px auto 0px auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .donorResources {
    padding: 0px 5%;
  }

  .supportResources {
    padding: 0px 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .donorResources {
    padding: 0px 5%;
  }

  .supportResources {
    padding: 0px 5%;
  }
}
.main-site .header__wrapper {
  background: #F0EDF1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5%;
}
.main-site .header__wrapper .main_logo {
  width: 100%;
  max-width: 270px;
}
.main-site .header nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-site .header nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-site .header nav ul .landing-tab {
  position: relative;
  padding: 25px 0 20px 0;
}
.main-site .header nav ul .landing-tab::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 100%);
  transform: scale(0);
  transition: all 0.2s ease;
}
.main-site .header nav ul .landing-tab:last-child {
  margin-right: 0;
}
.main-site .header nav ul .landing-tab a {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  color: #888;
  padding: 0 20px;
  text-decoration: none;
}
.main-site .header nav ul .landing-tab:hover a {
  color: #222;
}
.main-site .header nav ul .landing-tab.current::after {
  transform: translateX(-50%) scale(1);
}
.main-site .header nav ul .landing-tab.current a {
  color: #222;
}
.main-site .header .login .login-header::after {
  content: none;
}

.login_button {
  padding-right: 20px;
  position: relative;
}
.login_button:hover .login-mode-list-wrap {
  visibility: visible;
  opacity: 1;
}
.login_button .login-mode-list-wrap {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  left: -15px;
  top: 50px;
  padding-top: 15px;
  visibility: hidden;
  z-index: 10;
}
.login_button .login-mode-list-wrap ul {
  width: 200px;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.05);
  border-radius: 20px;
  overflow: hidden;
  padding: 15px 0;
}
.login_button .login-mode-list-wrap ul li {
  list-style: none;
}
.login_button .login-mode-list-wrap ul li button {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #888888;
  width: 100%;
  padding: 0 25px;
  height: 50px;
  text-align: left;
  position: relative;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.login_button .login-mode-list-wrap ul li button:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  border-left: 2px solid #4785bd;
  transition: height 0.2s linear;
}
.login_button .login-mode-list-wrap ul li:hover button {
  background-color: #eeeeee80;
  color: #000;
}
.login_button .login-mode-list-wrap ul li:hover button:before {
  height: 50px;
}

.signup_button {
  padding-right: 20px;
  position: relative;
}
.signup_button:hover .signup-mode-list-wrap {
  visibility: visible;
  opacity: 1;
}
.signup_button .signup-mode-list-wrap {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  left: -15px;
  top: 50px;
  padding-top: 15px;
  visibility: hidden;
  z-index: 10;
}
.signup_button .signup-mode-list-wrap ul {
  width: 200px;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.05);
  border-radius: 20px;
  overflow: hidden;
  padding: 15px 0;
}
.signup_button .signup-mode-list-wrap ul li {
  list-style: none;
}
.signup_button .signup-mode-list-wrap ul li .btn {
  box-shadow: none;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #888888;
  width: 100%;
  padding: 0 25px;
  height: 50px;
  text-align: left;
  position: relative;
  border-radius: 0px;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.signup_button .signup-mode-list-wrap ul li .btn:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  border-left: 2px solid #4785bd;
  transition: height 0.2s linear;
}
.signup_button .signup-mode-list-wrap ul li:hover .btn {
  background-color: #eeeeee80;
  color: #000;
}
.signup_button .signup-mode-list-wrap ul li:hover .btn:before {
  height: 50px;
}

.header-buttons {
  display: flex;
  align-items: center;
}
.header-buttons .login_button .btn.btn-fill span {
  width: 64px;
}
.header-buttons .btn-fill {
  padding: 0 30px;
}
.header-buttons .btn-fill:first-child {
  background: #fff;
  filter: drop-shadow(0px 4px 8px rgba(21, 139, 182, 0.15));
  color: #4785bd;
  transition: width 0.2s ease, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
}
.header-buttons .btn-fill:first-child svg {
  margin-left: 4px;
}
.header-buttons .btn-fill:first-child svg path {
  fill: rgba(71, 133, 189, 0.5);
}
.header-buttons .btn-fill:first-child:before {
  content: none;
}
.header-buttons .btn-fill:first-child:hover {
  text-shadow: 0 0 1px #4785bd;
}
.header-buttons .btn-fill:first-child:focus {
  text-shadow: 0 0 1px #4785bd;
}

.footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  background: #181818;
  padding: 52px 7% 90px 7%;
  color: #888;
  z-index: 20;
}
.footer__link {
  text-decoration: underline;
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #888888;
}
.footer p {
  font-weight: 600;
  margin-top: 26px;
}
.footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer__column {
  margin-right: 50px;
  position: relative;
}
.footer__column:first-child::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  height: 200px;
  width: 1px;
  background-color: #333;
}
.footer__column:last-child {
  padding-right: 0;
}
.footer__logo img {
  max-width: 220px;
}
.footer__title {
  font-family: Josefin Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.25px;
  text-align: left;
  color: #fff;
}
.footer__sociall-wrapper {
  display: flex;
}
.footer__sicial-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #444444;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  transition: width 0.2s ease, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
}
.footer__sicial-link:hover {
  text-decoration: none;
}
.footer__sicial-link:last-child {
  margin-right: 0;
}
.footer__sicial-link * {
  position: relative;
  z-index: 10;
}
.footer__sicial-link:before {
  content: "";
  position: absolute;
  background-color: #6F6F6F;
  background-image: linear-gradient(90deg, transparent, #2F2F2F);
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
  border: inherit;
  border-radius: inherit;
  opacity: 0;
  transition: height 0.3s ease, width 0.3s ease, opacity 0.3s linear, box-shadow 0.2s ease, background-color 0.4s ease, text-shadow 0.4s ease;
}
.footer__sicial-link:hover {
  color: #FFFFFF;
}
.footer__sicial-link:hover:before {
  width: 100%;
  opacity: 0.5;
}
.footer__sicial-link:focus {
  box-shadow: 0 1px 7px #e5e5e5;
  color: #FFFFFF;
}
.footer__sicial-link:focus:before {
  width: 100%;
  opacity: 0.5;
}
.footer__facebook div {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #FFFFFF;
  position: relative;
}
.footer__facebook div i {
  position: absolute;
  font-size: 12px;
  line-height: 0.8;
  color: #444444;
  bottom: 0;
  left: 5px;
}
.footer .break_line {
  display: block;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) {
  .footer {
    padding: 52px 3% 90px 3%;
  }
  .footer .footer__column {
    margin-right: 26px;
  }
}
.line_before {
  position: relative;
}
.line_before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4%;
  width: 92%;
  height: 1px;
  background-color: #000;
  opacity: 0.2;
}

.removeLine::before {
  content: none !important;
}
.removeLine .landing_block {
  padding-top: 0 !important;
}

.landing_wrapper section {
  padding: 0 7%;
}
.landing_wrapper section.banner {
  padding: 0;
}
.landing_wrapper .img_block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.landing_wrapper .mid_head {
  margin-top: 30px;
}
.landing_wrapper h1,
.landing_wrapper h2,
.landing_wrapper h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.landing_wrapper h1 {
  font-size: 40px;
}
.landing_wrapper h2 {
  font-size: 30px;
}
.landing_wrapper h3 {
  font-size: 26px;
}
.landing_wrapper ul {
  margin: 25px 0 0;
}
.landing_wrapper ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.landing_wrapper .poppins {
  font-family: "Poppins", sans-serif;
}
.landing_wrapper .josefin_sans {
  font-family: "Josefin Sans", sans-serif;
}
.landing_wrapper .montserrat {
  font-family: "Montserrat", sans-serif;
}
.landing_wrapper .banner_title {
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
}
.landing_wrapper .banner_subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  opacity: 0.75;
}
.landing_wrapper .banner_subtitle__left {
  width: 46%;
}
.landing_wrapper .break_line {
  display: block;
}
.landing_wrapper .landing_banner_img {
  padding: 130px 7%;
  background-image: url(/images/Home.png?822c4d5edcbeb57a8983d66df0cfac39);
  position: relative;
}
.landing_wrapper .landing_banner_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.9deg, rgba(34, 34, 34, 0.75) 0.07%, rgba(34, 34, 34, 0) 61.07%);
}
.landing_wrapper .landing_banner_img .banner_content {
  position: relative;
}
.landing_wrapper .landing_banner_img .banner_content .button-block {
  width: -moz-max-content;
  width: max-content;
}
.landing_wrapper.landing_non_profits .landing_banner_img {
  background-image: url(/images/Non_Profits.png?8199e74310897be8fc3a392cf1702154);
}
.landing_wrapper .button-block {
  margin-top: 30px;
}
.landing_wrapper .button-block .btn-fill {
  width: unset;
  padding: 3px 10px 0 25px;
}
.landing_wrapper .button-block .btn-fill svg {
  margin-top: -6px;
  margin-left: 5px;
  transform: rotate(-90deg);
}
.landing_wrapper .button-block.non-profits .btn {
  display: inline-block;
  margin-right: 10px;
  line-height: 45px;
}
.landing_wrapper .banner_find_charities {
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  padding: 60px 28% 100px;
  text-align: center;
}
.landing_wrapper .banner_find_charities .landing_search {
  position: relative;
  margin-top: 40px;
}
.landing_wrapper .banner_find_charities .landing_search input {
  padding: 0 60px 0 30px;
}
.landing_wrapper .banner_find_charities .landing_search .search_button {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 44px;
  width: 44px;
}
.landing_wrapper .banner_find_charities .landing_search .search_icon {
  position: absolute;
  right: 5px;
}
.landing_wrapper div.landing_categories {
  padding-bottom: 60px;
}
.landing_wrapper div.landing_categories div.col {
  padding: 0;
}
.landing_wrapper .landing_category {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
}
.landing_wrapper .landing_category .category_img {
  height: 305px;
  width: 100%;
  background-color: #aaa;
  background-size: cover;
  background-position: center;
}
.landing_wrapper .landing_category .category_text {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  padding: 35px 35px 10px;
}
.landing_wrapper .categories-button-block {
  padding-bottom: 90px;
}
.landing_wrapper .categories-button-block button {
  margin: 0 auto;
}
.landing_wrapper .landing_block {
  padding: 100px 0;
}
.landing_wrapper .landing_block__2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  align-items: center;
}
.landing_wrapper .landing_block__2col.small_gap {
  grid-gap: 25px;
}
.landing_wrapper .landing_block__2col.no_gap {
  grid-gap: 0;
}
.landing_wrapper .landing_block__2col .small-text {
  font-size: 20px;
}
.landing_wrapper .landing_block__3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.landing_wrapper .landing_block__3col.testimonials_block {
  padding-bottom: 70px;
  display: block;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list {
  padding: 60px 0px 20px 0px;
  margin: 0 -15px;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list .slick-track .testimonials {
  height: 500px;
  margin: 0 15px;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots {
  display: flex;
  justify-content: center;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots li {
  list-style: none;
  margin-bottom: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  background: #888;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots li.slick-active {
  background: #212529;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots li button {
  display: none;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots li:not(:first-child) {
  margin-left: 10px;
}
.landing_wrapper .landing_block__3col h1 {
  grid-column-start: span 3;
  text-align: center;
  margin-bottom: 10px;
}
.landing_wrapper .landing_block__3col h1.testimonials_title {
  margin-bottom: 45px;
}
.landing_wrapper .landing_block__3col .col {
  padding: 0 20px;
  text-align: center;
}
.landing_wrapper .landing_block__3col .col.testimonials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 45px 30px 25px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.landing_wrapper .landing_block__3col .col.testimonials .testimonials_quotes {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 25px;
  top: -45px;
}
.landing_wrapper .landing_block__3col .col.testimonials .landing_text_block p {
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
}
.landing_wrapper .landing_block__3col .col.testimonials .rating {
  margin-top: 30px;
}
.landing_wrapper .landing_block__3col .col.testimonials .rating .star_testimonials {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 3px;
  color: #4785bd;
}
.landing_wrapper .landing_block__3col .col.testimonials .rating .star_inactive {
  opacity: 0.5;
}
.landing_wrapper .landing_block__3col .col.testimonials .testimonials_user p {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.landing_wrapper .landing_block h1,
.landing_wrapper .landing_block h2,
.landing_wrapper .landing_block h3 {
  color: #4785bd;
}
.landing_wrapper.landing_find_charities .landing_block {
  padding: 65px 0 0;
}
.landing_wrapper.landing_find_charities .landing_block h1 {
  text-align: center;
  margin-bottom: 30px;
}
.landing_wrapper.landing_find_charities .landing_block__3col {
  grid-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.landing_wrapper.landing_find_charities .landing_block__3col .col {
  flex: 0 0 30%;
}
.landing_wrapper .landing_video {
  cursor: pointer;
  background-image: url(/images/landing_video_donors.png?8ff2cad8933e013aafb3809058c735ce);
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  min-height: 355px;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));
  position: relative;
}
.landing_wrapper .landing_video .video_shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.landing_wrapper .landing_video .video_button_circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
}
.landing_wrapper .landing_video .video_button_circle .video_button_play {
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing_wrapper .landing_image img {
  width: 100%;
}
.landing_wrapper .using_plaid_wrap {
  padding-top: 30px;
}
.landing_wrapper .using_plaid_wrap .using_plaid {
  display: inline-block;
  margin-right: 25px;
}
.landing_wrapper .using_plaid_wrap .using_plaid.amazon, .landing_wrapper .using_plaid_wrap .using_plaid.vimeo {
  width: 120px;
}
.landing_wrapper .using_plaid_wrap .using_plaid.robinhood {
  width: 175px;
}
.landing_wrapper .using_plaid_wrap .using_plaid img {
  width: 100%;
}
.landing_wrapper .landing_text_block p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 25px 0 0;
}
.landing_wrapper .landing_text_block__small p {
  font-size: 20px;
}
.landing_wrapper .img_round {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0 2px 4px rgba(122, 67, 188, 0.05);
  border-radius: 50%;
  position: relative;
}
.landing_wrapper .img_round svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing_wrapper.landing_non_profits .image_block .text_block_title {
  position: relative;
}
.landing_wrapper.landing_non_profits .image_block h1.text_block_title::before {
  top: 3px;
}
.landing_wrapper.landing_non_profits .image_block h2.text_block_title::before {
  top: -2px;
}
.landing_wrapper.landing_non_profits .landing_block__3col {
  grid-gap: 80px;
  padding-bottom: 20px;
}
.landing_wrapper.landing_non_profits .img_round {
  width: 100px;
  height: 100px;
}
.landing_wrapper.landing_non_profits .non-profits-security h3 {
  margin-top: 20px;
}
.landing_wrapper.landing_non_profits .non-profits-security p {
  font-family: "Josefin Sans", sans-serif;
}
.landing_wrapper.landing_non_profits .non-profits-security.blessingUP-reliable .landing_block .img_block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing_wrapper.landing_non_profits .non-profits-security.blessingUP-reliable .landing_block .img_block img {
  max-width: 50px;
}
.landing_wrapper.landing_non_profits .security_partners,
.landing_wrapper.landing_non_profits .non_profit_partners {
  align-items: center;
  text-align: center;
  padding-bottom: 100px;
  margin-top: 30px;
}
.landing_wrapper.landing_non_profits .security_partners img,
.landing_wrapper.landing_non_profits .non_profit_partners img {
  margin: 0 30px;
}
.landing_wrapper.landing_non_profits .security_partners img.plaid_logo,
.landing_wrapper.landing_non_profits .non_profit_partners img.plaid_logo {
  height: 83px;
}
.landing_wrapper.landing_non_profits .security_partners img.stripe_logo,
.landing_wrapper.landing_non_profits .non_profit_partners img.stripe_logo {
  height: 105px;
}
.landing_wrapper.landing_non_profits .non-profit-partners-wrap {
  text-align: center;
}
.landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 40px;
}
.landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners .non-profit-partner {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners .non-profit-partner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.landing_wrapper.landing_what_is_blessup * {
  font-family: "Josefin Sans";
}
.landing_wrapper.landing_what_is_blessup section {
  padding: 70px 7% 90px;
}
.landing_wrapper.landing_what_is_blessup .landing_block {
  padding: 0;
}
.landing_wrapper.landing_what_is_blessup .why_need_blessup .landing_block h1 {
  font-size: 60px;
}
.landing_wrapper.landing_what_is_blessup .why_need_blessup .landing_block__small_line {
  padding-top: 110px;
  position: relative;
}
.landing_wrapper.landing_what_is_blessup .why_need_blessup .landing_block__small_line::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background-color: #000;
  opacity: 0.2;
}
.landing_wrapper.landing_what_is_blessup .section_title {
  color: #4785bd;
  text-align: center;
  margin-bottom: 70px;
}
.landing_wrapper.landing_what_is_blessup .col {
  padding: 0;
}
.landing_wrapper.landing_what_is_blessup .landing_text_block p {
  font-weight: 600;
  line-height: 2;
  margin: 25px 0 0;
}
.landing_wrapper.landing_what_is_blessup .landing_text_block .mark_block {
  padding: 20px 80px 20px 0;
  display: flex;
}
.landing_wrapper.landing_what_is_blessup .landing_text_block .mark_block .circle {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  margin-top: 7px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0 2px 4px rgba(122, 67, 188, 0.05);
  border-radius: 40px;
}
.landing_wrapper.landing_what_is_blessup .landing_text_block .mark_block p {
  margin: 0;
  font-weight: 400;
}
.landing_wrapper.landing_what_is_blessup .image_left {
  padding-left: 10%;
}
.landing_wrapper.landing_what_is_blessup .image_right {
  padding-right: 10%;
}
.landing_wrapper.landing_what_is_blessup .screenshot {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
  border-radius: 15px;
  overflow: hidden;
}
.landing_wrapper.landing_therms_and_privacy section {
  padding: 0 15%;
}
.landing_wrapper.landing_therms_and_privacy .landing_block {
  padding-bottom: 65px;
}
.landing_wrapper.landing_therms_and_privacy .landing_block h1 {
  text-align: center;
  font-size: 48px;
}
.landing_wrapper.landing_therms_and_privacy .landing_block h3 {
  margin: 30px 0 0;
  text-decoration: underline;
}
.landing_wrapper.landing_therms_and_privacy .landing_block p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.6;
}
.landing_wrapper.landing_therms_and_privacy .landing_block p.therms_and_privacy_desc {
  margin: 40px 0;
}
.landing_wrapper.landing_therms_and_privacy .landing_block ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.landing_wrapper .modal_video.show .modal-content {
  top: -1px;
  right: -1px;
}

.landingAdjust .banner_title {
  font-size: 36px;
}
.landingAdjust .banner_subtitle {
  font-size: 21px !important;
}

.main-site-content .about .about__main {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 68px 7% 100px 7%;
}

.main-site-content .about .about__main {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 68px 7% 100px 7%;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .landing_wrapper .landing_block .landing_categories .col {
    flex: 0 0 100%;
  }
  .landing_wrapper .landing_block .landing_categories .col.landing_category {
    margin-top: 0px;
  }
  .landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list {
    padding: 60px 0px 20px 0px !important;
  }
  .landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list .slick-track .testimonials {
    height: 600px;
  }
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners {
    display: flex !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .landing_wrapper .landing_block .landing_categories .col {
    flex: 0 0 100%;
  }
  .landing_wrapper .landing_block .landing_categories .col.landing_category {
    margin-top: 0px;
  }
  .landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list {
    padding: 60px 0px 20px 0px !important;
  }
  .landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list .slick-track .testimonials {
    height: 600px;
  }
}
.line_before {
  position: relative;
}
.line_before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4%;
  width: 92%;
  height: 1px;
  background-color: #000;
  opacity: 0.2;
}

.landing_wrapper section {
  padding: 0 7%;
}
.landing_wrapper section.banner {
  padding: 0;
}
.landing_wrapper section.blessingUP-works .list-block-wrapper {
  margin-top: 25px;
  padding-left: 50px;
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block {
  position: relative;
  height: 122px;
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block::before {
  content: "1";
  width: 35px;
  height: 35px;
  position: absolute;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  top: 6px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -56px;
  color: #fff;
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block::after {
  content: "";
  width: 4px;
  height: 94px;
  position: absolute;
  top: 50px;
  left: -40px;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block:nth-child(2)::before {
  content: "2";
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block:nth-child(2)::before {
  content: "2";
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block:nth-child(3)::before {
  content: "3";
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block:nth-child(4)::before {
  content: "4";
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block:last-child::before {
  content: "5";
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block:last-child::after {
  background: none;
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block:not(:last-child) {
  margin-bottom: 25px;
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block .bold-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 2;
  margin: 0px;
}
.landing_wrapper section.blessingUP-works .list-block-wrapper .list-block .regular-title {
  font-weight: 400;
  margin: 0px;
}
.landing_wrapper section.blessingUP-works .landing_video {
  background-image: url(/images/how-blessingUP-works-preview.png?1c3ad9b3f7409d7d1d9c1fce9485f8f0);
}
.landing_wrapper section.blessingUpDoForMe .list-block .bold-title {
  font-weight: 600;
}
.landing_wrapper section.blessingUpDoForMe .list-block .regular-title {
  font-weight: 400;
  margin-top: 6px;
}
.landing_wrapper section.faq {
  padding-top: 100px;
  padding-bottom: 100px;
}
.landing_wrapper section.faq .text_block_title {
  color: #4785bd;
}
.landing_wrapper section.faq .accordion-wrapper .accordion .card:not(:last-child) {
  margin-bottom: 30px;
}
.landing_wrapper section.download-the-app-make-giving-a-habit-starts {
  padding-top: 76px;
  padding-bottom: 76px;
  background: #4e72ff;
  position: relative;
}
.landing_wrapper section.download-the-app-make-giving-a-habit-starts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.9deg, rgba(34, 34, 34, 0.75) 0.07%, rgba(34, 34, 34, 0) 77.07%);
}
.landing_wrapper section.download-the-app-make-giving-a-habit-starts .inner-wrapper {
  position: relative;
  z-index: 999;
}
.landing_wrapper section.download-the-app-make-giving-a-habit-starts .arrow-image-box {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.landing_wrapper section.download-the-app-make-giving-a-habit-starts .main-heading {
  font-family: var(--primary-font);
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 48px;
  text-align: center;
}
.landing_wrapper section.download-the-app-make-giving-a-habit-starts .para-desc {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-top: 26px;
}
.landing_wrapper section.download-the-app-make-giving-a-habit-starts .btn-box {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.landing_wrapper section.download-the-app-make-giving-a-habit-starts .btn-box .link:not(:first-child) {
  margin-left: 24px;
}
.landing_wrapper .img_block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.landing_wrapper h1,
.landing_wrapper h2,
.landing_wrapper h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.landing_wrapper h1 {
  font-size: 40px;
}
.landing_wrapper h2 {
  font-size: 30px;
}
.landing_wrapper h3 {
  font-size: 26px;
}
.landing_wrapper ul {
  margin: 25px 0 0;
}
.landing_wrapper ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.landing_wrapper .poppins {
  font-family: "Poppins", sans-serif;
}
.landing_wrapper .josefin_sans {
  font-family: "Josefin Sans", sans-serif;
}
.landing_wrapper .montserrat {
  font-family: "Montserrat", sans-serif;
}
.landing_wrapper .banner_title {
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
}
.landing_wrapper .banner_subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  opacity: 0.75;
}
.landing_wrapper .banner_subtitle__left {
  width: 46%;
}
.landing_wrapper .break_line {
  display: block;
}
.landing_wrapper .landing_banner_img {
  padding: 130px 7%;
  background-image: url(/images/Home.png?822c4d5edcbeb57a8983d66df0cfac39);
  position: relative;
}
.landing_wrapper .landing_banner_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89.9deg, rgba(34, 34, 34, 0.75) 0.07%, rgba(34, 34, 34, 0) 61.07%);
}
.landing_wrapper .landing_banner_img .banner_content {
  position: relative;
}
.landing_wrapper .landing_banner_img .banner_content .button-block {
  width: -moz-max-content;
  width: max-content;
}
.landing_wrapper.landing_non_profits .landing_banner_img {
  background-image: url(/images/Non_Profits.png?8199e74310897be8fc3a392cf1702154);
}
.landing_wrapper .button-block {
  margin-top: 30px;
}
.landing_wrapper .button-block .btn-fill {
  width: unset;
  padding: 3px 10px 0 25px;
}
.landing_wrapper .button-block .btn-fill svg {
  margin-top: -6px;
  margin-left: 5px;
  transform: rotate(-90deg);
}
.landing_wrapper .button-block.non-profits .btn {
  display: inline-block;
  margin-right: 10px;
  line-height: 45px;
}
.landing_wrapper .banner_find_charities {
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  padding: 60px 28% 100px;
  text-align: center;
}
.landing_wrapper .banner_find_charities .landing_search {
  position: relative;
  margin-top: 40px;
}
.landing_wrapper .banner_find_charities .landing_search input {
  padding: 0 60px 0 30px;
}
.landing_wrapper .banner_find_charities .landing_search .search_button {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 44px;
  width: 44px;
}
.landing_wrapper .banner_find_charities .landing_search .search_icon {
  position: absolute;
  right: 5px;
}
.landing_wrapper div.landing_categories {
  padding-bottom: 60px;
}
.landing_wrapper div.landing_categories div.col {
  padding: 0;
}
.landing_wrapper .landing_category {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
}
.landing_wrapper .landing_category .category_img {
  height: 305px;
  width: 100%;
  background-color: #aaa;
  background-size: cover;
  background-position: center;
}
.landing_wrapper .landing_category .category_text {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  padding: 35px 35px 10px;
}
.landing_wrapper .categories-button-block {
  padding-bottom: 90px;
}
.landing_wrapper .categories-button-block button {
  margin: 0 auto;
}
.landing_wrapper .landing_block {
  padding: 100px 0;
}
.landing_wrapper .landing_block__2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  align-items: center;
}
.landing_wrapper .landing_block__2col.small_gap {
  grid-gap: 25px;
}
.landing_wrapper .landing_block__2col.no_gap {
  grid-gap: 0;
}
.landing_wrapper .landing_block__2col .small-text {
  font-size: 20px;
}
.landing_wrapper .landing_block__3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
.landing_wrapper .landing_block__3col.testimonials_block {
  padding-bottom: 70px;
  display: block;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list {
  padding: 60px 0px 20px 0px;
  margin: 0 -15px;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list .slick-track .testimonials {
  height: 500px;
  margin: 0 15px;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots {
  display: flex;
  justify-content: center;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots li {
  list-style: none;
  margin-bottom: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  background: #888;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots li.slick-active {
  background: #212529;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots li button {
  display: none;
}
.landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-dots li:not(:first-child) {
  margin-left: 10px;
}
.landing_wrapper .landing_block__3col h1 {
  grid-column-start: span 3;
  text-align: center;
  margin-bottom: 10px;
}
.landing_wrapper .landing_block__3col h1.testimonials_title {
  margin-bottom: 45px;
}
.landing_wrapper .landing_block__3col .col {
  padding: 0 20px;
  text-align: center;
}
.landing_wrapper .landing_block__3col .col.testimonials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 45px 30px 25px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.landing_wrapper .landing_block__3col .col.testimonials .testimonials_quotes {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 25px;
  top: -45px;
}
.landing_wrapper .landing_block__3col .col.testimonials .landing_text_block p {
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
}
.landing_wrapper .landing_block__3col .col.testimonials .rating {
  margin-top: 30px;
}
.landing_wrapper .landing_block__3col .col.testimonials .rating .star_testimonials {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 3px;
  color: #4785bd;
}
.landing_wrapper .landing_block__3col .col.testimonials .rating .star_inactive {
  opacity: 0.5;
}
.landing_wrapper .landing_block__3col .col.testimonials .testimonials_user p {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.landing_wrapper .landing_block h1,
.landing_wrapper .landing_block h2,
.landing_wrapper .landing_block h3 {
  color: #4785bd;
}
.landing_wrapper.landing_find_charities .landing_block {
  padding: 65px 0 0;
}
.landing_wrapper.landing_find_charities .landing_block h1 {
  text-align: center;
  margin-bottom: 30px;
}
.landing_wrapper.landing_find_charities .landing_block__3col {
  grid-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.landing_wrapper.landing_find_charities .landing_block__3col .col {
  flex: 0 0 30%;
}
.landing_wrapper .landing_video {
  cursor: pointer;
  background-image: url(/images/landing_video_donors.png?8ff2cad8933e013aafb3809058c735ce);
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  min-height: 355px;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.15));
  position: relative;
}
.landing_wrapper .landing_video .video_shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.landing_wrapper .landing_video .video_button_circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #fff;
}
.landing_wrapper .landing_video .video_button_circle .video_button_play {
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing_wrapper .landing_image img {
  width: 100%;
}
.landing_wrapper .using_plaid_wrap {
  padding-top: 30px;
}
.landing_wrapper .using_plaid_wrap .using_plaid {
  display: inline-block;
  margin-right: 25px;
}
.landing_wrapper .using_plaid_wrap .using_plaid.amazon, .landing_wrapper .using_plaid_wrap .using_plaid.vimeo {
  width: 120px;
}
.landing_wrapper .using_plaid_wrap .using_plaid.robinhood {
  width: 175px;
}
.landing_wrapper .using_plaid_wrap .using_plaid img {
  width: 100%;
}
.landing_wrapper .landing_text_block p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 25px 0 0;
}
.landing_wrapper .landing_text_block__small p {
  font-size: 20px;
}
.landing_wrapper .img_round {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0 2px 4px rgba(122, 67, 188, 0.05);
  border-radius: 50%;
  position: relative;
}
.landing_wrapper .img_round svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing_wrapper.landing_non_profits .image_block .text_block_title {
  position: relative;
}
.landing_wrapper.landing_non_profits .image_block h1.text_block_title::before {
  top: 3px;
}
.landing_wrapper.landing_non_profits .image_block h2.text_block_title::before {
  top: -2px;
}
.landing_wrapper.landing_non_profits .landing_block__3col {
  grid-gap: 80px;
  padding-bottom: 20px;
}
.landing_wrapper.landing_non_profits .img_round {
  width: 100px;
  height: 100px;
}
.landing_wrapper.landing_non_profits .non-profits-security h3 {
  margin-top: 20px;
}
.landing_wrapper.landing_non_profits .non-profits-security p {
  font-family: "Josefin Sans", sans-serif;
}
.landing_wrapper.landing_non_profits .non-profits-security.blessingUP-reliable .landing_block .img_block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing_wrapper.landing_non_profits .non-profits-security.blessingUP-reliable .landing_block .img_block img {
  max-width: 50px;
}
.landing_wrapper.landing_non_profits .security_partners,
.landing_wrapper.landing_non_profits .non_profit_partners {
  align-items: center;
  text-align: center;
  padding-bottom: 100px;
  margin-top: 30px;
}
.landing_wrapper.landing_non_profits .security_partners img,
.landing_wrapper.landing_non_profits .non_profit_partners img {
  margin: 0 30px;
}
.landing_wrapper.landing_non_profits .security_partners img.plaid_logo,
.landing_wrapper.landing_non_profits .non_profit_partners img.plaid_logo {
  height: 83px;
}
.landing_wrapper.landing_non_profits .security_partners img.stripe_logo,
.landing_wrapper.landing_non_profits .non_profit_partners img.stripe_logo {
  height: 105px;
}
.landing_wrapper.landing_non_profits .non-profit-partners-wrap {
  text-align: center;
}
.landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 40px;
}
.landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners .non-profit-partner {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners .non-profit-partner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.landing_wrapper.landing_what_is_blessup * {
  font-family: "Josefin Sans";
}
.landing_wrapper.landing_what_is_blessup section {
  padding: 70px 7% 90px;
}
.landing_wrapper.landing_what_is_blessup .landing_block {
  padding: 0;
}
.landing_wrapper.landing_what_is_blessup .why_need_blessup .landing_block h1 {
  font-size: 60px;
}
.landing_wrapper.landing_what_is_blessup .why_need_blessup .landing_block__small_line {
  padding-top: 110px;
  position: relative;
}
.landing_wrapper.landing_what_is_blessup .why_need_blessup .landing_block__small_line::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  background-color: #000;
  opacity: 0.2;
}
.landing_wrapper.landing_what_is_blessup .section_title {
  color: #4785bd;
  text-align: center;
  margin-bottom: 70px;
}
.landing_wrapper.landing_what_is_blessup .col {
  padding: 0;
}
.landing_wrapper.landing_what_is_blessup .landing_text_block p {
  font-weight: 600;
  line-height: 2;
  margin: 25px 0 0;
}
.landing_wrapper.landing_what_is_blessup .landing_text_block .mark_block {
  padding: 20px 80px 20px 0;
  display: flex;
}
.landing_wrapper.landing_what_is_blessup .landing_text_block .mark_block .circle {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  margin-top: 7px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(90deg, #4785bd 0%, #42518b 98.69%);
  box-shadow: 0 2px 4px rgba(122, 67, 188, 0.05);
  border-radius: 40px;
}
.landing_wrapper.landing_what_is_blessup .landing_text_block .mark_block p {
  margin: 0;
  font-weight: 400;
}
.landing_wrapper.landing_what_is_blessup .image_left {
  padding-left: 10%;
}
.landing_wrapper.landing_what_is_blessup .image_right {
  padding-right: 10%;
}
.landing_wrapper.landing_what_is_blessup .screenshot {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
  border-radius: 15px;
  overflow: hidden;
}
.landing_wrapper.landing_therms_and_privacy section {
  padding: 0 15%;
}
.landing_wrapper.landing_therms_and_privacy .landing_block {
  padding-bottom: 65px;
}
.landing_wrapper.landing_therms_and_privacy .landing_block h1 {
  text-align: center;
  font-size: 48px;
}
.landing_wrapper.landing_therms_and_privacy .landing_block h3 {
  margin: 30px 0 0;
  text-decoration: underline;
}
.landing_wrapper.landing_therms_and_privacy .landing_block p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.6;
}
.landing_wrapper.landing_therms_and_privacy .landing_block p.therms_and_privacy_desc {
  margin: 40px 0;
}
.landing_wrapper.landing_therms_and_privacy .landing_block ul li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.landing_wrapper .modal_video.show .modal-content {
  top: -1px;
  right: -1px;
}

.main-site-content .about .about__main {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 68px 7% 100px 7%;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .landing_wrapper section.blessingUP-works .landing_block {
    display: flex;
    flex-direction: column-reverse;
  }
  .landing_wrapper section.blessingUP-works .landing_block.landing_block__2col {
    grid-gap: 50px;
  }
  .landing_wrapper section.blessingUP-works .landing_block .col.landing_text_block {
    padding-top: 0px;
  }
  .landing_wrapper .landing_block .landing_categories .col {
    flex: 0 0 100%;
  }
  .landing_wrapper .landing_block .landing_categories .col.landing_category {
    margin-top: 0px;
  }
  .landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list {
    padding: 60px 0px 20px 0px !important;
  }
  .landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list .slick-track .testimonials {
    height: 600px;
  }
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners {
    display: flex !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .landing_wrapper section.blessingUP-works .landing_block {
    display: flex;
    flex-direction: column-reverse;
  }
  .landing_wrapper section.blessingUP-works .landing_block.landing_block__2col {
    grid-gap: 50px;
  }
  .landing_wrapper section.blessingUP-works .landing_block .col.landing_text_block {
    padding-top: 0px;
  }
  .landing_wrapper .landing_block .landing_categories .col {
    flex: 0 0 100%;
  }
  .landing_wrapper .landing_block .landing_categories .col.landing_category {
    margin-top: 0px;
  }
  .landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list {
    padding: 60px 0px 20px 0px !important;
  }
  .landing_wrapper .landing_block__3col.testimonials_block .testimonial-wrapper .slick-list .slick-track .testimonials {
    height: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .landing_wrapper section.blessingUP-works .landing_block {
    display: flex;
    flex-direction: column-reverse;
  }
  .landing_wrapper section.blessingUP-works .landing_block.landing_block__2col {
    grid-gap: 50px;
  }
  .landing_wrapper section.blessingUP-works .landing_block .col.landing_text_block {
    padding-top: 0px;
  }
}
.show_mobile_nav_button {
  display: none;
}

.mobile_menu_wrap {
  display: none;
}

@media screen and (max-width: 1365px) {
  .main-site-wrapper {
    padding-top: 115px;
    transition: right 0.5s ease, left 0.5s ease, border-radius 0.5s ease;
    right: 0;
    position: relative;
  }

  .user-dashboard, .company-dashboard {
    transition: right 0.5s ease, left 0.5s ease, border-radius 0.5s ease;
    position: relative;
    left: 0;
  }
  .user-dashboard .header__wrapper, .company-dashboard .header__wrapper {
    left: 0;
    transition: right 0.5s ease, left 0.5s ease, border-radius 0.5s ease;
  }

  .mobile_nav_active {
    height: 100vh;
    overflow: hidden;
  }
  .mobile_nav_active .main-site-wrapper {
    width: 100%;
    height: 100%;
    right: 260px;
    border-radius: 0 0 30px 0;
    overflow: hidden;
    position: relative;
  }
  .mobile_nav_active .main-site-wrapper .header__wrapper {
    right: 260px;
    border-radius: 0 30px 0 0;
  }
  .mobile_nav_active .show_mobile_nav_button div {
    width: 14px;
    height: 3px;
    margin: 1px 0 0;
  }
  .mobile_nav_active .show_mobile_nav_button div:first-child {
    transform: rotate(45deg);
  }
  .mobile_nav_active .show_mobile_nav_button div:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .mobile_nav_active .show_mobile_nav_button div:last-child {
    transform: rotate(-45deg);
  }
  .mobile_nav_active.user-dashboard, .mobile_nav_active.company-dashboard {
    width: 100%;
    height: 100vh;
    left: 260px;
    border-radius: 30px;
    overflow: hidden;
    position: fixed;
  }
  .mobile_nav_active.user-dashboard .header__wrapper, .mobile_nav_active.company-dashboard .header__wrapper {
    left: 260px;
    border-radius: 30px 0 0 0;
    overflow: hidden;
  }
  .mobile_nav_active.user-dashboard .show_mobile_nav_button div:first-child, .mobile_nav_active.company-dashboard .show_mobile_nav_button div:first-child {
    transform: rotate(-45deg);
  }
  .mobile_nav_active.user-dashboard .show_mobile_nav_button div:last-child, .mobile_nav_active.company-dashboard .show_mobile_nav_button div:last-child {
    transform: rotate(45deg);
  }

  div.site-wrapper {
    display: block;
  }

  .sidebar > nav, .sidebar > .sidebar__logo_link {
    display: none;
  }

  .header__logo, .header__search, .header__user-activity {
    display: none;
  }
  .header__user::before {
    content: none;
  }
  .header__user .user-info {
    display: none;
  }

  .mobile_menu_wrap {
    display: flex;
    position: fixed;
    width: 260px;
    height: 100vh;
    right: 0;
    top: 0;
  }
  .mobile_menu_wrap nav.mobile_menu {
    width: 100%;
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 40px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mobile_menu_wrap nav.mobile_menu ul {
    display: block;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
  .mobile_menu_wrap nav.mobile_menu ul a {
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 6px;
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(0);
    opacity: 0;
    transition: all 0.2s ease;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    height: calc(100% - 8px);
    width: 3px;
    background-color: #fff;
    transform: translateX(0);
    opacity: 0;
    transition: all 0.2s ease;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login {
    transition: all 0.2s ease;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login .mobile_login_buttons {
    display: none;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup {
    transition: all 0.2s ease;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup .mobile_signup_buttons {
    display: none;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons {
    padding-left: 0;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons span {
    display: none;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons::before {
    content: none;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons::after {
    content: none;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons .mobile_login_buttons {
    display: flex;
    flex-direction: row;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    justify-content: space-between;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons .mobile_login_buttons li {
    width: 49%;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons .mobile_login_buttons .mobile_login_button {
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 13px;
    padding-left: 8px;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons .mobile_login_buttons .mobile_login_button:hover {
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons .mobile_login_buttons .mobile_login_button:hover::after {
    transform: translateX(7px);
    width: calc(100% - 7px);
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__login_buttons .mobile_login_buttons .mobile_login_button:hover::before {
    transform: translateX(7px);
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons {
    padding-left: 0;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons span {
    display: none;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons::before {
    content: none;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons::after {
    content: none;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons .mobile_signup_buttons {
    display: flex;
    flex-direction: row;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    justify-content: space-between;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons .mobile_signup_buttons li {
    width: 49%;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons .mobile_signup_buttons li a {
    text-transform: none;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons .mobile_signup_buttons .mobile_signup_button {
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 13px;
    padding-left: 8px;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons .mobile_signup_buttons .mobile_signup_button:hover {
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons .mobile_signup_buttons .mobile_signup_button:hover::after {
    transform: translateX(7px);
    width: calc(100% - 7px);
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab__signup_buttons .mobile_signup_buttons .mobile_signup_button:hover::before {
    transform: translateX(7px);
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab.current, .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab:hover {
    color: #FFFFFF;
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab.current::after, .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab:hover::after {
    transform: translateX(7px);
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab.current::before, .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab:hover::before {
    transform: translateX(7px);
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .navigation-item.current .mobile_menu_tab, .mobile_menu_wrap nav.mobile_menu ul .navigation-item:hover .mobile_menu_tab {
    color: #FFFFFF;
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .navigation-item.current .mobile_menu_tab::after, .mobile_menu_wrap nav.mobile_menu ul .navigation-item:hover .mobile_menu_tab::after {
    transform: translateX(7px);
    opacity: 1;
  }
  .mobile_menu_wrap nav.mobile_menu ul .navigation-item.current .mobile_menu_tab::before, .mobile_menu_wrap nav.mobile_menu ul .navigation-item:hover .mobile_menu_tab::before {
    transform: translateX(7px);
    opacity: 1;
  }

  .user-dashboard, .company-dashboard {
    position: relative;
  }
  .user-dashboard .main-content, .company-dashboard .main-content {
    position: relative;
    z-index: 10;
  }
  .user-dashboard .sidebar, .company-dashboard .sidebar {
    position: relative;
    z-index: 5;
  }
  .user-dashboard .mobile_menu_wrap, .company-dashboard .mobile_menu_wrap {
    right: unset;
    left: 0;
    width: 100vw;
    background: linear-gradient(180deg, #4785bd 0%, #42518b 100%), rgba(236, 236, 236, 0.0001);
  }
  .user-dashboard .mobile_menu_wrap nav.mobile_menu, .company-dashboard .mobile_menu_wrap nav.mobile_menu {
    width: 260px;
  }
  .user-dashboard .mobile_menu_wrap nav.mobile_menu ul, .company-dashboard .mobile_menu_wrap nav.mobile_menu ul {
    list-style: none;
  }
  .user-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab, .company-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab {
    padding-left: 25px;
  }
  .user-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab .navigation-logo, .company-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab .navigation-logo {
    margin-right: 17px;
  }

  .show_mobile_nav_button {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    padding: 0;
    color: transparent;
  }
  .show_mobile_nav_button div {
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    margin: 2px 0 3px;
    transition: all 0.5s ease;
    opacity: 1;
  }
}
@media screen and (max-width: 567px) {
  /*min-width: 414px*/
  .main-site-wrapper {
    padding-top: 100px;
  }

  .mobile_menu_wrap {
    width: 200px;
  }
  .mobile_menu_wrap nav.mobile_menu {
    padding-top: 30px;
  }
  .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab {
    height: 60px;
  }

  .mobile_nav_active .main-site-wrapper {
    right: 200px;
  }
  .mobile_nav_active .main-site-wrapper .header__wrapper {
    right: 200px;
  }
  .mobile_nav_active.user-dashboard, .mobile_nav_active.company-dashboard {
    left: 200px;
  }
  .mobile_nav_active.user-dashboard .header__wrapper, .mobile_nav_active.company-dashboard .header__wrapper {
    left: 200px;
  }
  .mobile_nav_active .mobile_menu_wrap nav.mobile_menu {
    width: 200px;
  }

  .user-dashboard .mobile_menu_wrap nav.mobile_menu, .company-dashboard .mobile_menu_wrap nav.mobile_menu {
    padding-top: 20px;
  }
  .user-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab, .company-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab {
    height: 60px;
    padding-left: 20px;
  }
  .user-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab .navigation-logo, .company-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab .navigation-logo {
    margin-right: 15px;
  }
  .user-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab .navigation-logo img, .company-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab .navigation-logo img {
    width: 25px;
  }
  .user-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab .navigation-title, .company-dashboard .mobile_menu_wrap nav.mobile_menu ul .mobile_menu_tab .navigation-title {
    font-size: 14px;
  }
}
.header__main .mobile_page_title {
  display: none;
}

@media screen and (max-width: 1399px) {
  /*min-width: 1366px*/
  .settings__row input.password {
    max-width: 300px;
  }

  .settings__row input.address {
    max-width: 250px;
  }
}
@media screen and (max-width: 1365px) {
  /*min-width: 1024px*/
  .site-wrapper {
    padding-top: 115px;
  }
  .site-wrapper .main-content {
    min-height: calc(100vh - 115px);
  }
  .site-wrapper .header {
    position: relative;
  }
  .site-wrapper .header__main {
    padding: 0 4%;
  }
  .site-wrapper .header__main .mobile_page_title {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .site-wrapper .header__wrapper::after {
    content: none;
  }
  .site-wrapper .header__user-wrapper {
    width: unset;
  }
  .site-wrapper .header__user {
    padding: 0;
  }

  .settings__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 0 0 30px;
  }
  .settings__row .settings__title {
    grid-column: 1/span 2;
    margin: 0;
  }
  .settings__row .settings__title:first-child {
    margin-bottom: 30px;
  }
  .settings__row input, .settings__row input.address, .settings__row input.password {
    margin-bottom: 25px;
    max-width: unset;
    width: 100%;
  }
  .settings__row:first-child {
    display: flex;
    padding: 0 0 40px;
  }
  .settings__row:first-child .settings__images .images {
    margin-right: 20px;
  }
  .settings__row:first-child .settings__images .images img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  /*min-width: 768px*/
  .contact {
    padding: 7%;
  }
}
@media screen and (max-width: 767px) {
  /*min-width: 736px*/
  .settings__row:first-child .settings__images {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .settings__row:first-child .settings__images .images {
    margin-right: 0;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .settings__row:first-child .settings__images .images img {
    width: 110px;
    height: 110px;
  }
  .settings__row:first-child .settings__images > .red-button {
    position: absolute;
    left: 130px;
    top: 60px;
  }
}
@media screen and (max-width: 666px) {
  /*min-width: 568px*/
  .site-wrapper .main-content {
    padding: 40px 5%;
  }

  .contact {
    padding: 30px 20px;
  }
  .contact__form {
    display: flex;
    flex-direction: column;
  }

  .dashboard-card {
    padding: 20px 15px;
  }

  .settings__row {
    display: flex;
    flex-direction: column;
  }

  .settings__main {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 567px) {
  /*min-width: 414px*/
  .site-wrapper {
    padding-top: 100px;
  }
  .site-wrapper .main-content {
    min-height: calc(100vh - 100px);
  }

  .settings__main {
    padding: 40px 30px 0;
  }
  .settings__title {
    margin-left: 0;
  }
  .settings__row {
    padding: 0 0 40px;
  }

  .settings__row:first-child .settings__images {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .settings__row:first-child .settings__images .images > .red-button {
    position: absolute;
    left: 140px;
    top: 70px;
  }

  .settings__header {
    padding-bottom: 0;
  }

  .donationMultiplied__wrapper .popUp-button {
    padding: 0 35px;
    flex-direction: column;
  }
  .donationMultiplied__wrapper .popUp-button button {
    width: 100%;
    max-width: 100%;
  }
  .donationMultiplied__wrapper .popUp-button button.transparent-button {
    margin-top: 20px;
  }

  .user_dashboard_home .user_dashboard_home_wrap .common_info {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 413px) {
  /*min-width: 375px*/
  div.user-dashboard .user_dashboard_home .donated_info h1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 374px) {
  /*min-width: 320px*/
  .settings__row:first-child .settings__images {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .settings__row:first-child .settings__images .images img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .settings__row:first-child .settings__images .images > .red-button {
    left: 100px;
    top: 60px;
  }
  .settings__row:first-child .settings__images .images .btn-fill {
    margin-right: 0;
  }
  .settings__row:first-child .settings__images > .red-button {
    left: 90px;
  }

  .settings__header {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1365px) {
  /*min-width: 1024px*/
  body.landing {
    background-image: none;
    background: linear-gradient(180deg, #4785bd 0%, #42518b 100%), rgba(236, 236, 236, 0.0001);
  }

  .main-site-content {
    position: relative;
  }

  .header-buttons {
    display: none;
  }

  .header .landing_menu_wrap {
    display: none;
  }
  .header__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 115px;
    width: 100%;
    z-index: 15;
    transition: right 0.5s ease, border-radius 0.5s ease;
  }
  .header__wrapper:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 4%;
    width: 92%;
    height: 2px;
    background-color: #000000;
    opacity: 0.2;
  }

  .footer__logo img {
    width: 80%;
  }

  .main-site-content .about .about__main {
    padding: 40px;
  }

  .about__row:nth-child(1).image_block .image_block_image {
    width: 80%;
    left: 10%;
  }

  .about__row:nth-child(1).image_block .image_block_text {
    width: 100%;
  }
  .about__row:nth-child(1).image_block .image_block_text p {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap {
    padding: 0;
  }
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners {
    display: flex !important;
  }
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners .non-profit-partner {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1023px) {
  /*min-width: 768px*/
  .landing_wrapper .landing_block {
    padding: 60px 0;
  }
  .landing_wrapper .landing_block__2col {
    display: block;
  }
  .landing_wrapper .landing_block__3col {
    display: block;
  }
  .landing_wrapper .landing_block__3col .col.testimonials {
    margin-top: 80px;
  }
  .landing_wrapper .landing_block__3col .col.landing_category {
    margin-top: 50px;
  }
  .landing_wrapper .landing_block__3col.what_can_do_for_me .text_block_title {
    padding: 0 100px;
  }
  .landing_wrapper .landing_block__3col.what_can_do_for_me .col {
    padding: 50px 10% 0;
  }
  .landing_wrapper .landing_block .col {
    padding-top: 50px;
  }
  .landing_wrapper .image_block {
    position: relative;
  }
  .landing_wrapper .image_block .image_block_text {
    padding-top: 80%;
  }
  .landing_wrapper .image_block .image_block_image {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .landing_wrapper .image_block.image_block__1 .image_block_text {
    padding-top: 65%;
  }
  .landing_wrapper .image_block.image_block__2 .image_block_text {
    padding-top: 60%;
  }
  .landing_wrapper .image_block.image_block__3 .image_block_text {
    padding-top: 72%;
  }
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap {
    padding: 0;
  }
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners {
    height: 190px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
  }
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners .non-profit-partner {
    margin: 0 10px;
  }
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners .non-profit-partner:first-child {
    margin-left: 20px;
  }
  .landing_wrapper.landing_non_profits .non-profit-partners-wrap .non-profit-partners .non-profit-partner:last-child {
    margin-right: 20px;
  }
  .landing_wrapper.about .about__title {
    padding: 0;
  }
  .landing_wrapper.about .about__team {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .landing_wrapper.about .about__team .about__card {
    margin-top: 70px;
  }
  .landing_wrapper.about .about__team .about__card:first-child {
    margin-top: 20px;
  }
  .landing_wrapper.about .about__row:nth-child(3) {
    display: block;
  }
  .landing_wrapper.about .about__row:nth-child(3) .about__story {
    padding-left: 0;
    padding-top: 30px;
  }
  .landing_wrapper .banner_find_charities {
    padding: 60px 20% 100px;
  }

  .footer .break_line {
    display: inline;
  }
  .footer .footer__column {
    margin-right: 0;
    grid-column: span 2;
    padding-top: 30px;
  }
  .footer .footer__column:first-child {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .footer .footer__column:first-child:after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: unset;
  }
  .footer .footer__column:first-child, .footer .footer__column:last-child {
    grid-column: span 4;
  }
  .footer__contact-wrapper div {
    position: relative;
  }
  .footer__contact-wrapper div:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 21px;
    height: 7px;
    background-color: #444444;
  }
}
@media screen and (max-width: 767px) {
  /*min-width: 736px*/
  .header__wrapper {
    max-width: 100vw;
  }
  .header__wrapper img {
    max-width: 285px;
    width: 80%;
  }

  .landing_wrapper .break_line {
    display: inline;
  }
  .landing_wrapper .banner_find_charities {
    padding: 40px 5% 60px;
  }
  .landing_wrapper .banner_subtitle__left {
    width: 100%;
  }
  .landing_wrapper .landing_block__3col.what_can_do_for_me .text_block_title {
    padding: 0;
  }
}
@media screen and (max-width: 666px) {
  /*min-width: 568px*/
  .landing_wrapper.landing_non_profits .non_profit_partners img {
    margin: 0 15px;
  }
  .landing_wrapper.landing_non_profits .non_profit_partners img.stripe_logo, .landing_wrapper.landing_non_profits .non_profit_partners img.plaid_logo {
    height: unset;
    width: 100px;
  }
}
@media screen and (max-width: 567px) {
  /*min-width: 414px*/
  .header__wrapper {
    height: 100px;
  }

  .landing_wrapper section {
    padding: 0 5%;
  }
  .landing_wrapper .about__main {
    padding: 40px 5% 60px;
  }
  .landing_wrapper .landing_video {
    min-height: 200px;
  }
  .landing_wrapper .landing_video .video_button_circle {
    width: 80px;
    height: 80px;
  }
  .landing_wrapper .landing_video .video_button_circle .video_button_play svg {
    width: 35px;
    height: 35px;
  }
  .landing_wrapper .non-profit-partners-wrap .landing_block .non-profit-partners {
    height: auto;
    width: 85%;
    margin: auto;
    padding-top: 24px;
  }
  .landing_wrapper .non-profit-partners-wrap .landing_block .non-profit-partners .non-profit-partner {
    margin-left: 0px !important;
    margin: 0px 0px 16px 0px;
  }
  .landing_wrapper .banner_find_charities .search_input input::-moz-placeholder {
    font-size: 11px;
  }
  .landing_wrapper .banner_find_charities .search_input input::placeholder {
    font-size: 11px;
  }
  .landing_wrapper h1 {
    font-size: 32px;
  }
  .landing_wrapper .image_block .image_block_image img {
    max-width: 100%;
  }
  .landing_wrapper .landing_text_block {
    padding-left: 0;
    padding-right: 0;
  }
  .landing_wrapper .landing_text_block p {
    font-size: 18px;
  }
  .landing_wrapper .button-block.non-profits button:last-child {
    margin-right: 0;
  }
  .landing_wrapper .button-block .btn-fill {
    padding: 3px 5px 0 20px;
  }
  .landing_wrapper .about__quote-text {
    font-size: 30px;
  }

  .footer__link {
    font-size: 14px;
    word-break: break-word;
  }

  .modal-close {
    right: 20px;
    top: 0;
  }
}
@media screen and (max-width: 413px) {
  /*min-width: 375px*/
  .popUp.login .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  /*min-width: 320px*/
  .main-site .header__wrapper a {
    max-width: 80%;
  }
  .main-site .header__wrapper .main_logo {
    max-width: 250px;
  }

  .landing_wrapper .banner_find_charities {
    padding: 40px 2px 60px;
  }
  .landing_wrapper .banner_find_charities .search_input input::-moz-placeholder {
    font-size: 10px;
  }
  .landing_wrapper .banner_find_charities .search_input input::placeholder {
    font-size: 10px;
  }
}
@media screen and (max-width: 1365px) {
  /*min-width: 1024px*/
  .user-dashboard .user_dashboard_home .user_dashboard_home_wrap {
    max-width: 100%;
    flex-direction: column;
    padding-top: 80px;
  }
  .user-dashboard .user_dashboard_home .common_info {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0 40px;
  }
  .user-dashboard .user_dashboard_home .donated_info {
    width: 100%;
    margin-left: 0;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper {
    max-width: 100%;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top {
    padding-top: 70px;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top::before {
    top: 0;
    height: unset;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top::after {
    top: 0;
  }
  .user-dashboard .myDonation__giving-header .dashboard-section-title {
    padding-right: 20px;
  }
  .user-dashboard .about__row:nth-child(1) {
    align-items: center;
  }
  .user-dashboard .about__row:nth-child(1) p {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .user-dashboard .about__row:nth-child(1) img {
    width: 50%;
    max-width: 100%;
  }
  .user-dashboard .about__main {
    padding: 0 0 30px;
    background: none;
    box-shadow: none;
  }
  .user-dashboard .about__card {
    margin-top: 60px;
  }
  .user-dashboard .about__title {
    margin-bottom: 0;
    padding-right: 0;
  }
  .user-dashboard .about__title:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  /*min-width: 768px*/
  .user-dashboard .myDonation__wrapper {
    display: flex;
    flex-direction: column;
  }
  .user-dashboard .about__team {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .user-dashboard .donationDetails__main {
    flex-direction: column;
  }
  .user-dashboard .donationDetails__tabs {
    width: 100%;
  }
  .user-dashboard .donationDetails__passDonation {
    width: 100%;
    margin-top: 30px;
  }
  .user-dashboard .donationDetails__header .user-dashboard .donationDetails__total_wrap {
    width: -moz-max-content;
    width: max-content;
    flex-direction: column;
  }
  .user-dashboard .donationDetails__total {
    text-align: left;
    font-size: 24px;
    margin-left: unset;
  }
}
@media screen and (max-width: 767px) {
  /*min-width: 736px*/
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_bottom {
    padding-bottom: 65%;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_bottom::after {
    background-position: top left;
    background-size: 87%;
  }
  .user-dashboard .dashboard-title {
    font-size: 34px;
  }
  .user-dashboard .myDonationList__card .card-row {
    width: 100%;
    justify-content: space-between;
  }
  .user-dashboard .myDonationList__card .card-row:nth-child(3) .item {
    width: 50%;
  }
  .user-dashboard .myDonationList__card .card-row .item {
    width: unset;
  }
  .user-dashboard .myDonationList__card .card-row .item .total .title {
    text-align: right;
  }
  .user-dashboard .about__row:nth-child(1) img {
    width: 100%;
    padding-bottom: 30px;
  }
  .user-dashboard .about__row:nth-child(1) {
    flex-direction: column;
  }
  .user-dashboard #videoPopUpDashboard .modal-dialog {
    width: auto;
  }
  .user-dashboard .donationDetails__total_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 666px) {
  /*min-width: 568px*/
  .user-dashboard .user_dashboard_home .user_dashboard_home_wrap {
    padding-top: 50px;
  }
  .user-dashboard .user_dashboard_home .donated_info_top::after {
    height: 85%;
  }
  .user-dashboard .user_dashboard_home h1 {
    font-size: 34px;
  }
  .user-dashboard .user_dashboard_home .common_info p {
    font-size: 16px;
  }
  .user-dashboard .user_dashboard_home .donated_info p {
    font-size: 13px;
  }
  .user-dashboard .user_dashboard_home .donated_info h1 {
    font-size: 24px;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top {
    justify-content: unset;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts {
    width: 80%;
    margin-left: 10%;
    position: relative;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts .donated_amount {
    padding: 25px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts_img {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(10% + 5px);
    height: 100%;
    background-image: url(/images/user_dashboard_home_up.svg?1551bec715cd14221c8d13d882345820);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top::after {
    content: none;
  }
  .user-dashboard .about__row:nth-child(3) {
    display: flex;
    flex-direction: column;
  }
  .user-dashboard .about__story {
    padding-left: 0;
    padding-top: 40px;
  }
  .user-dashboard .myDonationList__card .card-row {
    flex-direction: column;
  }
  .user-dashboard .myDonationList__card .card-row:nth-child(3) .item {
    width: 100%;
  }
  .user-dashboard .myDonationList__card .card-row:nth-child(3) .item:first-child {
    padding-bottom: 10px;
  }
  .user-dashboard .myDonationList__card .card-row:nth-child(3) .item:first-child::after {
    content: none;
  }
  .user-dashboard .myDonationList__card .card-row:first-child .item:last-child {
    flex-direction: row;
    margin-top: 10px;
  }
  .user-dashboard .myDonationList__card .card-row:first-child .item:last-child h5 {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .user-dashboard .myDonationList__card .card-row:nth-child(2) .item div {
    margin-bottom: 15px;
  }
  .user-dashboard .myDonationList__card .card-row:nth-child(2) .item div:first-child {
    margin-bottom: 15px;
  }
  .user-dashboard .donationDetails .tab-content .card-row {
    flex-direction: column;
  }
  .user-dashboard .donationDetails .tab-content .card-row .item {
    width: 100%;
    justify-content: start;
  }
  .user-dashboard .donationDetails .tab-content .card-row .item .dashboard-card-title {
    margin-right: 20px;
  }
  .user-dashboard .donationDetails .tab-content .card-row .item:nth-child(1)::after {
    content: none;
  }
  .user-dashboard .donationDetails .tab-content .card-row .item:nth-child(2) {
    padding-left: 0;
    padding-top: 30px;
  }
  .user-dashboard .donationDetails .tab-content.donation-details-content .card-row:first-child {
    flex-direction: row;
  }
  .user-dashboard .donationDetails .dashboard-section-title {
    font-size: 20px;
  }
  .user-dashboard .donationDetails .tab-button.dashboard-section-title {
    padding: 10px 30px;
  }
  .user-dashboard .donationDetails .tab-button.dashboard-section-title span {
    line-height: 1.7;
  }
  .user-dashboard .back {
    width: 54px;
    min-width: 54px;
    height: 54px;
  }
  .user-dashboard .myDonationList .dashboard-title {
    width: calc(100% - 150px);
    margin-left: 75px;
    line-height: 1.5;
  }
  .user-dashboard .myDonationList__card {
    width: 100%;
  }
  .user-dashboard .myDonationList__card .card-row {
    align-items: flex-start;
  }
  .user-dashboard .donationDetails__header {
    align-items: flex-start;
  }
  .user-dashboard .donationDetails__header .donationDetails__total_wrap h2 {
    line-height: 1.5;
  }
  .user-dashboard .user_dashboard_home .user_dashboard_home_wrap {
    padding-top: 35px;
  }
  .user-dashboard .donationDetails .dashboard-card-title {
    margin-bottom: 10px;
  }
  .user-dashboard .settings__images .settings__row:first-child .images {
    width: 100%;
    justify-content: space-between;
  }
  .user-dashboard .settings__row input, .user-dashboard .settings__row input.password, .user-dashboard .settings__row input.address {
    width: 100%;
    margin-left: 0;
  }

  #videoPopUpDashboard .modal-dialog {
    margin: 0 auto;
    width: 95%;
  }
}
@media screen and (max-width: 567px) {
  /*min-width: 540px*/
  .user-dashboard .myDonation__total, .user-dashboard .myDonation__increase {
    padding: 20px;
  }
  .user-dashboard .myDonation__giving-header {
    flex-direction: column;
  }
  .user-dashboard .myDonation__giving-header > * {
    padding-bottom: 20px;
  }
  .user-dashboard .myDonation__giving-details .row .item._full .title {
    line-height: 2;
  }
  .user-dashboard .myDonation__giving-company .company-main {
    flex-direction: column;
  }
  .user-dashboard .myDonation__giving-company .company-main .details-item {
    width: 100%;
  }
  .user-dashboard .myDonation__giving-company .company-main .details-item .item {
    justify-content: space-between;
  }
  .user-dashboard .myDonation__giving-company .company-main .details-item .item span {
    text-align: right;
  }
  .user-dashboard .myDonation__giving-company .company-main .details-item .item span.title {
    text-align: left;
  }
  .user-dashboard .myDonation__giving-company .company-main .details-item .item:last-child {
    margin-bottom: 25px;
  }
  .user-dashboard .myDonation .dashboard-card {
    flex-direction: column;
    width: 100%;
  }
  .user-dashboard .myDonation__giving-minMax .item {
    justify-content: space-between;
    width: 100%;
  }
  .user-dashboard .myDonation__giving-minMax .item:first-child {
    margin-bottom: 10px;
  }
  .user-dashboard .myDonation__giving-minMax .item:first-child::before {
    content: none;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts {
    width: 76%;
    margin-left: 12%;
  }
  .user-dashboard .user_dashboard_home .donated_info .donated_amount_wrapper .donated_info_top .donated_amounts_img {
    width: calc(12% + 5px);
    top: 15px;
  }
  .user-dashboard .myDonation__total_title {
    display: flex;
    align-items: center;
  }
  .user-dashboard .myDonation__total_title h2 {
    font-size: 32px;
    margin: 0 0 0 10px;
  }
  .user-dashboard .user-dashboard .settings .settings__row:first-child {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 539px) {
  /*min-width: 468px*/
  .user-dashboard .myDonation__giving-details .row .item._full .title {
    align-items: flex-start;
  }
  .user-dashboard .myDonation__giving-details .row .item._full .title svg {
    margin: 2px 0 0 6px;
  }
  .user-dashboard canvas.dark_fill {
    border-radius: 20px;
  }
  .user-dashboard .settings__header {
    padding: 0;
  }
}
@media screen and (max-width: 467px) {
  /*min-width: 414px*/
  .user-dashboard .settings__main .settings__row:first-child .btn-fill {
    padding: 0 28px;
  }
  .user-dashboard .settings__main .settings__row:first-child .red-button {
    padding: 4px 15px 0;
  }
}
@media screen and (max-width: 413px) {
  /*min-width: 375px*/
  .user-dashboard .donationDetails .dashboard-title {
    font-size: 30px;
  }
  .user-dashboard .donationDetails__tabs-buttons a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 374px) {
  /*min-width: 320px*/
  .user-dashboard .donationDetails .dashboard-title {
    font-size: 24px;
  }
  .user-dashboard .donationDetails .tab-content {
    padding: 14px 14px 40px;
  }
  .user-dashboard .donationDetails__tabs-buttons {
    width: 93%;
  }
  .user-dashboard .donationDetails__tabs-buttons a.btn-fill {
    padding-left: 10px;
    padding-right: 10px;
  }
  .user-dashboard .donationDetails__tabs-buttons a.btn-fill {
    padding-left: 20px;
    padding-right: 10px;
  }
  .user-dashboard .donationDetails .tab-content.donation-details-content .card-row:first-child {
    width: 95%;
  }
  .user-dashboard .donationDetails .payment-info-content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .user-dashboard .donationDetails .payment-info-content .input-wrapper {
    padding-right: 0;
    padding-left: 5px;
  }
  .user-dashboard .donationDetails .payment-info-content .input-wrapper input {
    padding-right: 0;
  }
  .user-dashboard .donationDetails .payment-info-content .input-wrapper button {
    padding-left: 0;
  }
  .user-dashboard .donationDetails__passDonation {
    padding-left: 5px;
    padding-right: 5px;
  }
  .user-dashboard .donationDetails__passDonation li .count {
    padding-left: 5px;
  }
  .user-dashboard .donationDetails__passDonation li .cards {
    padding-right: 5px;
  }
  .user-dashboard .settings__header h2.dashboard-title {
    margin-bottom: 15px;
  }
  .user-dashboard .settings__main .settings__row:first-child .red-button {
    position: relative;
    top: 0;
    left: 0;
    align-self: center;
    padding: 0 20px;
  }
  .user-dashboard .settings__main .settings__row:first-child .images {
    align-items: center;
  }
  .user-dashboard .settings__main .settings__row:first-child .btn-fill {
    padding: 0 23px;
  }
}
@media screen and (max-width: 1380px) {
  /*min-width: 1366px*/
  .company-dashboard #generalSetting .settings__row input, .company-dashboard #generalSetting .settings__row input.password, .company-dashboard #generalSetting .settings__row input.address {
    max-width: unset;
    width: 45%;
    margin-top: 5px;
  }
  .company-dashboard #generalSetting .settings__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1365px) {
  /*min-width: 1024px*/
  .company-dashboard .brandProfile__wrapper {
    max-height: unset;
  }
  .company-dashboard .brandProfile__wrapper .settings__row:nth-child(2) {
    display: flex;
  }
  .company-dashboard .brandProfile__customUrl {
    flex-direction: column;
    align-items: baseline;
  }
  .company-dashboard .brandProfile__customUrl .link {
    padding-top: 15px;
    width: calc(100% - 20px);
  }
  .company-dashboard .brandProfile__customUrl .link input {
    margin-bottom: 0;
    margin-left: 0;
  }
  .company-dashboard .brandProfile__customUrl button {
    margin-top: 30px;
  }
  .company-dashboard .brandProfile .marketingResources .settings__row {
    display: flex;
    padding: 0;
  }
  .company-dashboard #generalSetting.settings__main .settings__row input, .company-dashboard #generalSetting.settings__main .settings__row input.password, .company-dashboard #generalSetting.settings__main .settings__row input.address {
    max-width: unset;
    width: 100%;
  }
  .company-dashboard .donors__row div {
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .company-dashboard .payoutSettings.settings-card .settings__row {
    height: -moz-max-content;
    height: max-content;
    width: 50%;
  }
  .company-dashboard .payoutSettings.settings-card .settings__row:first-child {
    display: flex;
  }
  .company-dashboard .payoutSettings.settings-card .settings__row:first-child p {
    width: 100%;
    word-break: break-word;
  }
  .company-dashboard .payoutSettings.settings-card .settings__row:last-child {
    display: flex;
  }
  .company-dashboard .payoutSettings.settings-card .settings__row:last-child img {
    width: 100%;
  }
  .company-dashboard .settings.organization .settings__organization .settings__row:nth-child(3) .btn-fill {
    padding: 0;
    top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .company-dashboard #organizationSetting .settings__title {
    padding-left: 15px;
  }
  .company-dashboard .donation__row {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  /*min-width: 768px*/
  .company-dashboard .dashboard__main {
    display: flex;
    flex-direction: column;
  }
  .company-dashboard .dashboard__main .dashboard__column {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  .company-dashboard .dashboard__main .dashboard__column:last-child {
    margin-top: 20px;
    position: relative;
    padding-bottom: 245px;
  }
  .company-dashboard .dashboard__main .dashboard__row.stats {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .company-dashboard .donation__row:last-child, .company-dashboard .donors__wrapper {
    position: relative;
    padding: 20px 0;
  }
  .company-dashboard .donation__row:last-child h2, .company-dashboard .donors__wrapper h2 {
    padding: 0 30px;
  }
  .company-dashboard .donation__row:last-child .donors__table_outer, .company-dashboard .donors__wrapper .donors__table_outer {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    overflow: auto;
  }
  .company-dashboard .donation__row:last-child .donors__table, .company-dashboard .donors__wrapper .donors__table {
    position: relative;
    z-index: 5;
    min-width: 1024px;
  }
  .company-dashboard .donation__row:last-child .donors__table_mob_shadow, .company-dashboard .donors__wrapper .donors__table_mob_shadow {
    position: absolute;
    z-index: 10;
    height: calc(100% - 150px);
    width: 30px;
    top: 66px;
    background: linear-gradient(90deg, #FFFFFF, #FFFFFF00);
  }
  .company-dashboard .donation__row:last-child .donors__table_mob_shadow.right, .company-dashboard .donors__wrapper .donors__table_mob_shadow.right {
    background: linear-gradient(90deg, #FFFFFF00, #FFFFFF);
    right: 0;
  }
  .company-dashboard .donors__wrapper {
    padding: 30px 0 20px 0;
  }
  .company-dashboard .donors__wrapper .donors__table_mob_shadow {
    height: calc(100% - 110px);
    top: 35px;
  }
  .company-dashboard .brandProfile__wrapper.settings-card {
    display: flex;
    flex-direction: column;
  }
  .company-dashboard .brandProfile__wrapper.settings-card .settings__row {
    width: 100%;
  }
  .company-dashboard .payoutSettings.settings-card {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .company-dashboard .payoutSettings.settings-card .settings__row {
    width: 100%;
  }
  .company-dashboard .settings__navigation_wrapper {
    padding: 0 30px;
  }
  .company-dashboard .settings__navigation a div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
  }
  .company-dashboard .brandProfile__wrapper .settings__row .company-subtitle {
    margin-right: 0;
    width: 100%;
  }

  #organizationSetting .settings__title {
    padding-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  /*min-width: 736px*/
  .company-dashboard .settings.organization .settings__organization .settings__row:nth-child(2) {
    display: flex;
  }

  .settings.organization .settings__organization .settings__row:nth-child(2) {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 666px) {
  /*min-width: 568px*/
  .company-dashboard .dashboard__row.topDonors {
    position: relative;
    padding: 20px 0 40px;
  }
  .company-dashboard .dashboard__row.topDonors h2 {
    padding: 0 30px;
  }
  .company-dashboard .dashboard__row.topDonors .donors__table_outer {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    overflow: auto;
  }
  .company-dashboard .dashboard__row.topDonors .donors__table {
    position: relative;
    z-index: 5;
    min-width: 512px;
  }
  .company-dashboard .dashboard__row.topDonors .donors__table_mob_shadow {
    position: absolute;
    z-index: 10;
    height: calc(100% - 100px);
    width: 30px;
    top: 60px;
    background: linear-gradient(90deg, #FFFFFF, #FFFFFF00);
  }
  .company-dashboard .dashboard__row.topDonors .donors__table_mob_shadow.right {
    background: linear-gradient(90deg, #FFFFFF00, #FFFFFF);
    right: 0;
  }
  .company-dashboard .reports__block {
    grid-template-columns: 1fr;
  }
  .company-dashboard .donors__header {
    align-items: baseline;
  }
  .company-dashboard .donors__header-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .company-dashboard .donors__header-buttons .btn-fill {
    margin-bottom: 10px;
  }
  .company-dashboard .donors__header-buttons .btn-fill:first-child {
    margin-right: 0;
  }
  .company-dashboard .settings.organization .settings__organization .settings__row:nth-child(3) .btn-fill:nth-child(1) {
    margin: 0 0 20px;
  }
  .company-dashboard .settings.organization #generalSetting .settings__row:nth-child(2), .company-dashboard .settings.organization #generalSetting .settings__row:nth-child(3) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .company-dashboard .settings.organization #generalSetting .settings__row:nth-child(3) input:nth-child(2), .company-dashboard .settings.organization #generalSetting .settings__row:nth-child(3) input:last-child {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 567px) {
  /*min-width: 540px*/
  .company-dashboard .dashboard-title {
    font-size: 34px;
  }
  .company-dashboard .donation__header {
    flex-direction: column;
  }
  .company-dashboard .donation__header .donation__date {
    height: 40px;
    width: -moz-max-content;
    width: max-content;
  }
  .company-dashboard .brandProfile__customUrl .link {
    padding-top: 20px;
  }
  .company-dashboard .brandProfile__customUrl button {
    margin-top: 30px;
  }
  .company-dashboard .brandProfile .settings__navigation {
    width: 100%;
  }
  .company-dashboard .donors__header {
    display: block;
  }
  .company-dashboard .donors__header-buttons {
    align-items: flex-start;
  }
  .company-dashboard .donors__header-buttons button:first-child span {
    width: -moz-max-content;
    width: max-content;
    padding: 0 5px;
  }
  .company-dashboard .marketingResources__navigation {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .company-dashboard .marketingResources__navigation button {
    line-height: 1.7;
  }
  .company-dashboard .marketingResources.settings-card.active.active {
    padding-top: 20px;
  }
  .company-dashboard .marketingResources.settings-card.active h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .company-dashboard .marketingResources.settings-card.active .settings__row .title {
    margin-top: 20px;
  }
  .company-dashboard .donation__header .dashboard-section-title {
    display: none;
  }
  .company-dashboard .marketingResources .donors-swiper, .company-dashboard .marketingResources .support-swiper {
    padding: 0 20px;
  }
  .company-dashboard .settings__navigation_wrapper {
    overflow: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .company-dashboard .settings__navigation a div {
    padding: 10px 10px 45px;
  }
  .company-dashboard .settings .settings-card {
    bottom: 40px;
    padding: 30px 40px;
    height: -moz-max-content;
    height: max-content;
    background-color: #fff;
  }
  .company-dashboard .settings__organization .company-dashboard .settings__row:nth-child(2) {
    padding: 0;
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
  }
  .company-dashboard .settings__organization .company-dashboard .settings__row:nth-child(2) .settings__row input,
.company-dashboard .settings__organization .company-dashboard .settings__row:nth-child(2) input {
    width: 100%;
    margin-left: 0;
  }
  .company-dashboard .settings__organization .company-dashboard .settings__row:nth-child(3) .btn-fill {
    height: -moz-max-content;
    height: max-content;
  }
  .company-dashboard .settings__organization .company-dashboard .settings__row:nth-child(3) .btn-fill:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .company-dashboard .settings.organization .settings__organization .settings__row:nth-child(3) .btn-fill {
    height: 50px;
  }
  .company-dashboard .donation__date .datepicker_range_wrapper .mx-input-wrapper::before {
    top: 8px;
  }

  .datepicker_range_calendar .mx-range-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 539px) {
  /*min-width: 414px*/
  .company-dashboard #generalSetting.settings__main .settings__row input,
.company-dashboard #generalSetting.settings__main .settings__row input.password,
.company-dashboard #generalSetting.settings__main .settings__row input.address {
    width: 100%;
    margin-left: 0;
  }
  .company-dashboard .dashboard .donationsYtd__count {
    font-size: 48px;
  }
  .company-dashboard .brandProfile .settings__navigation button {
    padding-bottom: 60px;
  }
  .company-dashboard .brandProfile .settings__navigation button:first-child {
    width: 45%;
  }
  .company-dashboard .brandProfile .settings-card {
    bottom: 50px;
  }
  .company-dashboard .brandProfile__wrapper.settings-card .settings__row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .company-dashboard .brandProfile__wrapper.settings-card .settings__row:first-child {
    padding-right: 20px;
    padding-left: 20px;
  }
  .company-dashboard .brandProfile__wrapper.settings-card .settings__row:last-child .company-title {
    font-size: 24px;
    margin: 10px 0;
  }
  .company-dashboard .brandProfile__wrapper.settings-card .settings__row:last-child .company-inputs {
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
  }
  .company-dashboard .brandProfile__wrapper.settings-card .settings__row:last-child .company-inputs input {
    margin-left: 0;
  }
  .company-dashboard .brandProfile__wrapper.settings-card .settings__row:last-child .add-edits {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .company-dashboard .brandProfile__wrapper.settings-card .settings__row .company-header {
    flex-direction: column;
  }
  .company-dashboard .dashboard__row {
    padding: 20px;
  }
  .company-dashboard .donation__row:last-child h2, .company-dashboard .donors__wrapper h2, .company-dashboard .dashboard__row.topDonors h2 {
    padding: 0 20px;
  }
  .company-dashboard .donation__row:last-child .donors__table_outer, .company-dashboard .donors__wrapper .donors__table_outer, .company-dashboard .dashboard__row.topDonors .donors__table_outer {
    padding: 0 20px;
  }
  .company-dashboard .donation__row:last-child .donors__table_mob_shadow, .company-dashboard .donors__wrapper .donors__table_mob_shadow, .company-dashboard .dashboard__row.topDonors .donors__table_mob_shadow {
    width: 20px;
  }
  .company-dashboard .settings.organization #generalSetting .settings__row:nth-child(2), .company-dashboard .settings.organization #generalSetting .settings__row:nth-child(3) {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 413px) {
  /*min-width: 375px*/
  .company-dashboard .marketingResources .donorResources .settings__row .item {
    width: 280px;
    height: 165px;
  }
  .company-dashboard .marketingResources .donorResources .donors-swiper .swiper-slide {
    width: 280px;
  }
  .company-dashboard .payoutSettings .settings__row .account-info .account-info-buttons {
    flex-direction: column;
  }
  .company-dashboard .payoutSettings .settings__row .account-info .account-info-buttons .btn-fill:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .company-dashboard .settings.organization .settings-card {
    padding: 30px 30px 0;
  }
  .company-dashboard .settings.organization .settings-card .settings__images .images .btn-fill {
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  /*min-width: 320px*/
  .company-dashboard .marketingResources .settings__row .item {
    width: 250px;
    height: 150px;
  }
  .company-dashboard .settings__navigation a div {
    font-size: 14px;
  }
  .company-dashboard .settings .settings-card {
    bottom: 40px;
    padding: 30px 20px;
  }
  .company-dashboard .settings__header {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 1365px) {
  /*min-width: 1024px*/
  .main-content.register {
    min-height: 100vh;
  }

  .register-company .form-wrap {
    flex-direction: column;
    padding-top: 0;
  }
  .register-company .register-organization__wrapper {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  /*min-width: 768px*/
  .chooseCompany {
    padding-left: 50px;
    padding-right: 50px;
  }

  .step-wrapper .step-item .title {
    font-size: 10px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*min-width: 736px*/
}
@media screen and (max-width: 666px) {
  /*min-width: 540px*/
  .main-content.register {
    padding: 40px 20px;
  }

  .form-wrap .poweredBY {
    margin-top: 0;
  }

  .registration-form {
    margin: 60px auto 30px;
    padding: 40px 20px;
    width: 100%;
  }
  .registration-form .login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .registration-form .login .login-main {
    width: 100%;
  }
  .registration-form .login .login-header .para-desc {
    margin: auto;
    width: 90%;
  }

  .step-wrapper .step-item .title {
    font-size: 10px;
  }

  .chooseCompany {
    padding-left: 0;
    padding-right: 0;
  }
  .chooseCompany .main-form {
    margin: 55px auto 0;
  }

  .transactionDetails {
    margin: 0 auto;
  }

  .register-company {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .register-company .rigister-content {
    padding: 0;
  }
  .register-company .rigister-content .register-organization__logo {
    width: 100%;
    max-width: 330px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 539px) {
  /*min-width: 414px*/
  .registerOrganization {
    display: flex;
    flex-direction: column;
  }

  .main-content.register {
    padding: 0 5px 40px;
  }
  .main-content.register .registration-form {
    margin: 60px 15px 30px;
    width: 90%;
  }

  .step-wrapper .step-item .title {
    font-size: 9px;
  }

  .chooseCompany .main-form .chooseCompany-input-wrapper {
    padding-left: 15px;
    padding-right: 10px;
  }
  .chooseCompany .main-form .chooseCompany-input-wrapper input {
    font-size: 14px;
  }
  .chooseCompany .main-form .chooseCompany-input-wrapper input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .paymentSecured {
    justify-content: unset;
  }

  .found-header .found-header-title {
    font-size: 20px;
    padding: 0 60px;
  }

  .login .login-header .header-button-wrappepr {
    display: block;
    text-align: center;
  }
  .login .login-header .header-button-wrappepr a {
    display: inline;
  }

  .setMinMax {
    padding: 10px;
  }
  .setMinMax .main-form {
    min-width: unset;
    width: 100%;
  }
  .setMinMax .main-form .organization-selected, .setMinMax .main-form .range-slider {
    min-width: unset;
    width: 100%;
  }
  .setMinMax label.checkbox-wrapper span {
    text-align: left;
  }
  .setMinMax label.checkbox-wrapper span.checkbox {
    margin-right: 15px;
    min-width: 25px;
  }

  .organization-selected {
    min-width: unset;
    width: 100%;
  }
  .organization-selected .company-info {
    max-width: calc(100% - 50px);
  }
  .organization-selected .company-info h3 {
    word-break: break-word;
  }

  .login .login-main label, .login .login-main label input {
    min-width: unset;
    width: 100%;
    max-width: 100%;
  }

  .transactionDetails .btn {
    padding-left: 15px;
    padding-right: 5px;
  }

  .allDone {
    padding: 0 20px;
  }
  .allDone .allDone-logo {
    width: 100%;
  }
  .allDone .allDone-block {
    min-width: unset;
    width: unset;
  }
  .allDone .allDoneBigImage {
    width: 237px;
    height: 151px;
  }
  .allDone .allDone-title {
    font-size: 30px;
  }

  .allDone-image {
    width: 100px;
    height: 100px;
  }

  .register-company.main-content.register {
    padding: 40px 20px;
  }
  .register-company.main-content.register .registration-form {
    margin: 0;
  }
  .register-company.main-content.register .registration-form .rigister-content {
    padding: 0;
  }
  .register-company.main-content.register .registration-form .rigister-content .register-organization__logo {
    width: 100%;
    max-width: 330px;
    margin-bottom: 10px;
  }

  .register-company .allDone.verify-wrapper {
    padding: 0;
  }
  .register-company .allDone.verify-wrapper .verify {
    padding: 30px 30px 50px;
  }
  .register-company .allDone.verify-wrapper .verify .btn-fill {
    padding-left: 15px;
    padding-right: 10px;
  }

  .allDone.register-organization-wrapper .register-organization {
    padding: 30px;
  }
  .allDone.register-organization-wrapper .register-organization .register-organization-block input {
    padding: 15px 8px 0;
  }

  .register-company note-security__btn {
    padding-left: 15px;
    padding-right: 10px;
  }

  .register-company .allDone {
    padding: 0;
  }
  .register-company .allDone .allDone-block {
    padding: 50px 20px 55px;
  }
}
@media screen and (max-width: 413px) {
  /*min-width: 375px*/
  .paymentSecured {
    width: 100%;
    min-width: unset;
    display: block;
    line-height: 1.7;
  }

  .registration-form h1 {
    font-size: 26px;
  }

  .login .login-main {
    padding: 0;
  }
}
@media screen and (max-width: 374px) {
  /*min-width: 320px*/
  .step-wrapper .step-item::before {
    width: 45%;
    right: -14px;
  }
  .step-wrapper .step-item::after {
    content: none;
  }
  .step-wrapper .step-item .title {
    font-size: 8px;
  }

  .chooseCompany .main-form .chooseCompany-input-wrapper {
    padding-left: 12px;
    padding-right: 5px;
  }
  .chooseCompany .main-form .chooseCompany-input-wrapper svg {
    margin-right: 5px;
  }
  .chooseCompany .main-form .chooseCompany-input-wrapper input {
    font-size: 11px;
  }
  .chooseCompany .main-form .chooseCompany-input-wrapper input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .chooseCompany .main-form .chooseCompany-wrapper button.btn-fill {
    font-size: 16px;
  }

  .setMinMax .main-form .range-slider {
    margin-top: 0;
  }

  .organization-selected {
    padding: 13px;
  }
  .organization-selected .icon {
    margin-right: 10px;
  }

  .login .login-footer-button .social {
    flex-direction: column;
  }
  .login .login-footer-button .social button {
    width: 100%;
    flex-direction: row;
  }
  .login .login-footer-button .social button:last-child {
    margin-top: 20px;
  }

  .transactionDetails .btn span {
    font-size: 13px;
  }

  .allDone .allDone-logo {
    width: 100%;
    height: 100px;
    max-height: unset;
    min-height: unset;
  }

  .register-company .registration-form .login .checkbox-wrapper span:last-child {
    flex-direction: column;
    align-items: start;
  }
  .register-company .registration-form .login .checkbox-wrapper span:last-child a {
    margin-left: 0;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format("embedded-opentype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

[v-cloak] {
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
  background-image: url(/images/bg_blue.jpg?094831b345ed27a11c3262ecece81298);
  background-repeat: no-repeat;
  background-size: cover;
}

.main-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-site-content {
  flex: 1 1 auto;
  background: #F0EDF1;
}

.site-wrapper {
  display: grid;
  grid-template-columns: 140px auto;
  grid-template-rows: 100px auto;
}
.site-wrapper.verify_email {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.sidebar {
  grid-row: span 2;
  background: linear-gradient(180deg, #4785bd 0%, #42518b 100%), linear-gradient(0deg, rgba(236, 236, 236, 0.0001), rgba(236, 236, 236, 0.0001));
}

.main-content {
  background: #F0EDF1;
  padding: 40px;
  min-height: calc(100vh - 100px);
}
.main-content.register {
  background-color: transparent;
}
.main-content.verify_email {
  background: none;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content.verify_email .user_dashboard_home {
  max-width: 600px;
  width: 90%;
  background: #fbfafb;
}
.main-content.verify_email .user_dashboard_home .user_dashboard_home_wrap {
  display: block;
  padding: 40px 50px;
}
.main-content.verify_email .user_dashboard_home .user_dashboard_home_wrap .button-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content.verify_email .user_dashboard_home .user_dashboard_home_wrap .button-block form {
  margin: 0 10px 0 0;
}
.main-content.verify_email .user_dashboard_home .user_dashboard_home_wrap .button-block a {
  width: 150px;
}

.dashboard-title {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 2;
  /* or 109% */
  display: flex;
  align-items: center;
  color: #222222;
  margin-bottom: 13px;
}

.dashboard-section-title {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 2;
  /* or 218% */
  display: flex;
  align-items: center;
  letter-spacing: 0.25px;
  color: #222222;
  margin-bottom: 0;
}

.dashboard-card-title {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height */
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  margin-bottom: 0;
  color: #222222;
}

.dashboard-card {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  padding: 30px 25px;
}
